Minor fixes for RelationFlag.
[profile/ivi/qtbase.git] / src /
2012-02-24 Jan-Arve SaetherMinor fixes for RelationFlag.
2012-02-24 Stephen KellyRemove unused QT_NO_QWS_SHARE_FONTS
2012-02-24 Stephen KellyRemove QT_NO_QWS_MULTIPROCESS
2012-02-24 Stephen KellyRemove unused define QT_NO_COP.
2012-02-24 Jonathan LiuFix Windows -no-freetype build
2012-02-24 Johannes ZellnerAdd UDev helper class for evdev plugins
2012-02-24 Samuel RødalUse "OpenGL" instead of just "GL" in documentation.
2012-02-24 Alan AlpertXCB No longer lists ThreadedOpenGL capability
2012-02-24 Debao ZhangClean up some Q_WS_WIN
2012-02-24 Oswald Buddenhagenclean up qmake-generated projects
2012-02-23 Stephen KellyAdd the QtMain windows library to the CMake files.
2012-02-23 Mark BrandQSqlTableModel: rename parameter to avoid name clash...
2012-02-23 Mark BrandQSqlTableModel: avoid extra QMap lookup
2012-02-23 Mark Brandfix style
2012-02-23 Mark BrandQSqlTableModel: document edit strategy behavior
2012-02-23 Mark Brandimprove documentation language style
2012-02-23 Samuel RødalAdded documentation for QOpenGLContext and QOpenGLConte...
2012-02-23 Kent HansenBump the moc output revision
2012-02-23 Martin PeterssonQSslSocket::verify certificates when on-demand loading...
2012-02-23 Martin PeterssonQWindowsPipeWriter could terminate the process to early
2012-02-23 John TapsellQTextEngine - treat a fullstop (0x2E) as the same scrip...
2012-02-23 John TapsellHarfbuzz-thai: Hide ZWJ and ZWNJ characters and show...
2012-02-23 Stephen KellyRequire compiler support for deprecated constructors.
2012-02-23 Stephen KellyRemove QT_ASCII_CAST_WARN_CONSTRUCTOR
2012-02-23 Jędrzej NowackiRename QMetaTypeSwitcher::UnknownType to NotBuiltinType.
2012-02-23 Sean HarmerFix fontconfig.pri file to allow QPA plugins to build
2012-02-23 Stephen KellyAdd the quitlock feature to QThread.
2012-02-23 Jan Arne PetersenAdd WindowDoesNotAcceptFocus flag and use it in xcb
2012-02-23 Samuel RødalFleshed out the QWindow documentation to be less sparse.
2012-02-23 Samuel RødalAdded documentation for QSurfaceFormat.
2012-02-23 Friedemann KleintHandle theme change in QApplication/QGuiApplication.
2012-02-23 Debao ZhangFix conflict between QMainWindow::restoreState() and...
2012-02-23 Andrew den ExterFix rounding error in QInputMethod::cursorRectangle().
2012-02-23 Debao ZhangQMenuBar: Clean up Q_WS_WIN
2012-02-23 John TapsellHarfbuzz-thai - When calling HB_OpenTypePosition we...
2012-02-23 John TapsellHarfbuzz-thai - fix to_tis620 function for latin characters
2012-02-23 Marko KenttalaFix height of some Thai characters
2012-02-23 Andy ShawSilence coverity warning about sizeof(Node*) vs sizeof...
2012-02-23 Stephen KellyUse the CMake definition of Windows for CMake macros.
2012-02-23 Rick StocktonSuppport up to 27 mouse buttons from DirectFB Plugin.
2012-02-22 Robin BurchellRemove unneeded code to convert to ASCII/Latin1.
2012-02-22 Stephen KellyDon't do macro self-expansion for moc anymore.
2012-02-22 Stephen KellyRemove unused Q_CANNOT_DELETE_CONSTANT
2012-02-22 Stephen KellyAdd the QT_LIBINFIX to the CMake config files.
2012-02-22 Stephen KellyRemove detection of GCC versions which are not supporte...
2012-02-22 Stephen KellyRemove use of Q_BROKEN_DEBUG_STREAM.
2012-02-22 Stephen KellyUse QMAKE_SUBSTITUTIONS conditionals
2012-02-22 Friedemann KleintAdd further theme hints to QPlatformTheme.
2012-02-22 Marc MutzQEasingCurve: fix a missing */
2012-02-22 Stephen KellyFail with #error early if the compiler does not support...
2012-02-22 Robin BurchellRemove custom text codec for C strings.
2012-02-22 Samuel RødalUpdated QApplication / QGuiApplication to match Qt...
2012-02-22 Pekka VuorelaFix typos
2012-02-22 Laszlo AgocsMigrate evdev plugins to the new plugin system
2012-02-22 Caroline ChaoCodeCoverage: Move installCoverageTool call.
2012-02-21 Marc MutzQtCore: add constexpr to geometric classes
2012-02-21 João AbecasisDrop file-engine abstraction from public API
2012-02-21 jian liangFix potential race condition in data structure of adopt...
2012-02-21 Richard MooreMerge overloads
2012-02-21 Richard MooreMerge overloads.
2012-02-21 Jonathan LiuQElapsedTimer/Win: Fix 64-bit integer overflow
2012-02-21 Andrew Stanley-JonesFix error in addrlen field
2012-02-21 Stephen KellyGive the compile flags an EXECUTABLE_ prefix.
2012-02-21 Simon HausmannAdd GL_BGR to the list of defined GL constants, right...
2012-02-21 Oswald Buddenhagenregenerate unicode tables after rittk's patches
2012-02-21 Konstantin Rittoptimize QString::toLower()/toUpper() for special cases...
2012-02-21 Konstantin Rittoptimize QString::toLower()/toUpper() for special cases...
2012-02-21 Konstantin Rittoptimize QString::toCaseFolded()
2012-02-21 Konstantin Rittoptimize handling of surrogate pairs in toLower()/toUpper()
2012-02-21 Konstantin Rittreplace 'const QChar &' with 'QChar ' where appropriate
2012-02-21 Bradley T. HughesMove QSysInfo out of qglobal.h and into a separate...
2012-02-21 Marc MutzQEasingCurve: implement copy assignment operator inline
2012-02-21 Shane KearnsTest for QT_NO_SSL instead of QT_NO_OPENSSL
2012-02-21 Shane KearnsMake https requests fail fast when configured without...
2012-02-21 Marc MutzQEasingCurve: simplify and fix copy constructor
2012-02-21 Marc MutzQHash: more robust use of qDebug()
2012-02-21 Marc MutzQEasingCurve: implement move constructor
2012-02-21 Marc MutzQEasingCurve: implement move-assignment operator
2012-02-21 Marc MutzQEasingCurve: add member-swap
2012-02-21 Marc MutzQEasingCurve: mark as Q_MOVABLE_TYPE
2012-02-21 Tor Arne VestbøUse requested window format to match rest of the patch...
2012-02-21 Harald FernengelRename Q_MUTEX_LINUX to QT_LINUX_FUTEX
2012-02-21 Friedemann Kleintmoc: Fix loading of plugins in release mode.
2012-02-21 Friedemann KleintStreamline QPalette initialization code.
2012-02-21 Friedemann KleintUse new plugin system for Input Context plugins.
2012-02-21 Thorbjørn Lund MartsumQHeaderView - create a union to save some space.
2012-02-21 Thorbjørn Lund MartsumQHeaderview - many sections removed performance boost.
2012-02-21 Bradley T. HughesRemove qMacVersion()
2012-02-20 Richard MooreRemove many unneeded virtuals.
2012-02-20 Richard Mooreconvert length functions in QDom from uint to int.
2012-02-20 Richard MooreMerge overloads.
2012-02-20 Andreas HolzammerInclude qt_windows.h for Windows CE.
2012-02-20 Xizhi ZhuMerges several overloaded functions in QCoreApplication.
2012-02-20 Shane KearnsWindows - fix connecting to a socket using IPv4 mapped...
2012-02-20 Friedemann KleintRemove QPlatformIntegration/QPlatformTheme from QGuiApp...
2012-02-20 Jan-Arve SaetherRemove QAccessibleInterface::relationTo().
2012-02-20 Kent HansenPort QDBusAdaptorConnector meta-object to revision 6
2012-02-20 Kent HansenRemove unused QtDBus meta-object extensions
2012-02-20 Marc MutzQPoint/QPointF: inline manhattanLength(); QLineF: inlin...
2012-02-20 Bradley T. HughesMove QTypeInfo out of qglobal.h and into a separate...
next