summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark most of the contents of QtAlgorithms as deprecated.Robin Burchell2013-09-213-93/+252
* Remove qFind usage from QCoreApplicationGiuseppe D'Angelo2013-09-211-1/+1
* Port of Qt 4's Windows session managementSamuel Gaist2013-09-219-3/+327
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-2117-2/+458
* Add QMenu -> NSMenu conversion functions.Morten Johan Sørvig2013-09-214-0/+160
* Use the correct identifier for the OS X operating system.Jake Petroules2013-09-213-4/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-2120-273/+210
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-1622-280/+213
| |\
| | * QtDBus: fix build on MSVC2008 Debug mode.Nicolás Alvarez2013-09-152-0/+12
| | * tst_qurlinternal: fix a use of memcpy on overlapping memoryMarc Mutz2013-09-141-3/+4
| | * tst_QSettings: add missing () around a macro argument useMarc Mutz2013-09-141-1/+1
| | * examples: fix if (!foo == 0)Marc Mutz2013-09-141-1/+1
| | * examples: remove unused static const variablesMarc Mutz2013-09-144-7/+0
| | * Fix loss of valid dbus objects after unregisterObjectJohn Brooks2013-09-143-40/+11
| | * Doc: Remove section about how to start threadsSze Howe Koh2013-09-144-44/+5
| | * Doc: Remove page about how to start QThreadsSze Howe Koh2013-09-143-114/+2
| | * Doc: Move multithreading guidelines to the overview pageSze Howe Koh2013-09-142-64/+58
| | * Doc: Add an overview page to compare multithreading techniquesSze Howe Koh2013-09-141-1/+121
| | * Doc: Fix copy+paste errors in the QString class refSze Howe Koh2013-09-141-8/+4
| | * Xcode: Resolve extra compiler (e.g qrc) dependenciesTor Arne Vestbø2013-09-131-1/+1
| | * Revert recent attempt to fix Invalid Drawable error on Mac.Chris Meyer2013-09-132-7/+3
* | | qatomic_cxx11: fix fetchAndAdd*()Marc Mutz2013-09-211-8/+4
* | | QMutex: fix race on 'owner' in the recursive caseMarc Mutz2013-09-211-4/+11
* | | QAnimationGroup: avoid undefined behaviorMarc Mutz2013-09-211-5/+8
* | | qmake: Expose ARGC to qmake functions to be able to check argument countTor Arne Vestbø2013-09-212-0/+3
* | | qmake: Don't create OBJECTS_DIR and friends for TEMPLATE = subdirsTor Arne Vestbø2013-09-211-1/+1
* | | Sanitize QMAKE_EXTRA_COMPILERS paths in makefilesTor Arne Vestbø2013-09-211-7/+7
* | | Strengthen check for combined QMAKE_EXTRA_COMPILER with variable outputTor Arne Vestbø2013-09-211-3/+4
* | | iOS: Compare similar types when setting up QPlatformScreenTor Arne Vestbø2013-09-211-1/+1
* | | docs: QT_STATICPLUGIN is needed when building a plugin, not application.Stephen Kelly2013-09-211-1/+1
* | | eglfs: Unify the native resource gettersLaszlo Agocs2013-09-213-18/+58
* | | Remove qBinaryFind usages from bootstrapped filesGiuseppe D'Angelo2013-09-202-7/+11
* | | Added support for cover windows on BlackBerry platformBernd Weimer2013-09-2013-29/+274
* | | QCompleter::setFilterMode() add property filterMode.Oto Magaldadze2013-09-204-16/+223
* | | QFutureInterface: remove unused member variable 'pendingResults'Marc Mutz2013-09-202-2/+1
* | | tst_QPainter: fix a Q_DECLARE_METATYPE coming too lateMarc Mutz2013-09-201-2/+1
* | | QLinkedList: implement missing initializer_list ctorMarc Mutz2013-09-202-0/+20
* | | Build X11 session management only if dependencies are foundTeo Mrnjavac2013-09-203-2/+3
* | | Android: Never error out on literal-suffix warningEskil Abrahamsen Blomfeldt2013-09-201-0/+4
* | | Android: Let ANDROID_API_VERSION env var take precedenceEskil Abrahamsen Blomfeldt2013-09-201-5/+5
* | | Remove jniconvenience from platformsupport.Christian Strømme2013-09-206-3626/+0
* | | Android: Use the new QJNI api in our QLocale implementation.Christian Strømme2013-09-201-11/+9
* | | Import qlogger frameworkKai Koehne2013-09-2012-2/+1965
* | | Offer Page Range option for apps that can't do it themselvesMartin Klapetek2013-09-203-12/+45
* | | QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* | | QDateTime - Add api for isDaylightTime()John Layt2013-09-203-0/+50
* | | QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* | | QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-203-37/+153
* | | QDateTime - Change date/time storage to msecsJohn Layt2013-09-204-393/+576
* | | QDateTime - Add Benchmark TestsJohn Layt2013-09-203-0/+612