summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QtDeclarative and QtQml co-existence part three ;(v5.2.0Simon Hausmann2013-12-062-4/+15
* Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+2
* Document that disconnectNotify may be called with a mutex lockedOlivier Goffart2013-12-041-0/+13
* Android: Fix crash caused by QJNIs classLoader code.Christian Strømme2013-12-041-1/+2
* Doc: Adjust description of the qreal typedefhjk2013-12-041-4/+2
* Doc: corrected invalid ref. to output iteratorsNico Vertriest2013-11-291-4/+4
* Fix invalid memory read when shutting down QML applicationsSimon Hausmann2013-11-291-1/+1
* Fix deadlock when disconnecting connections made with function pointersv5.2.0-rc1Olivier Goffart2013-11-261-3/+2
* Fix a race that occurred as we unlock the mutex to destroy the functor in ~QO...Olivier Goffart2013-11-261-4/+16
* Allow for QtDeclarative and QtQml to co-exist at run-timeSimon Hausmann2013-11-252-3/+9
* iOS: Use separate release pool for qt_ios_version()Tor Arne Vestbø2013-11-221-0/+5
* Add convenience macros for checking OS X and iOS platform SDK and targetTor Arne Vestbø2013-11-221-0/+10
* Fix race condition between destruction of QObjectsAllan Sandfeld Jensen2013-11-221-3/+4
* iOS: Fix linking against QtCoreTor Arne Vestbø2013-11-221-0/+3
* Add QSysInfo::MacVersion enum values and parsing for iOSTor Arne Vestbø2013-11-214-9/+59
* QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-3/+6
* QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-214-100/+171
* QTimeZone - Fix Windows Transitions with null rulesunknown2013-11-211-1/+10
* QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-215-76/+79
* Fix compilation with MSVC2013 & C++11 supportMichał Urbańczyk2013-11-211-0/+2
* Add list of C++11 features supported by MSVC 2013Thiago Macieira2013-11-211-0/+14
* QNX: Fix buildFrank Osterfeld2013-11-201-0/+2
* QCollatorSortKey: inline operator<Marc Mutz2013-11-176-25/+10
* QCollator(SortKey): declare as sharedMarc Mutz2013-11-171-0/+3
* QCollator: enable move semanticsMarc Mutz2013-11-172-3/+29
* QFileSelector: mark ctor explicitMarc Mutz2013-11-161-1/+1
* QCollator(SortKey): add member-swapMarc Mutz2013-11-152-1/+13
* QCollator: mark ctor explicitMarc Mutz2013-11-151-1/+1
* Fix QCoreApplication documentation.Mitch Curtis2013-11-151-1/+1
* Change platform selectors to match qmake selectorsAlan Alpert2013-11-151-12/+18
* qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-152-3/+8
* Doc: Add missing \since 5.2 to QMap::first/last{,Key}Marcel Krems2013-11-141-0/+6
* QTimeZone: mark ctors as explicitMarc Mutz2013-11-141-2/+2
* Doc: remove superfluous \since 5.2Marc Mutz2013-11-141-2/+0
* QTimeZone: declare as sharedMarc Mutz2013-11-141-0/+1
* QTimeZone: add member-swapMarc Mutz2013-11-142-1/+11
* Avoid signed integer overflow by making an addition a subtractionThiago Macieira2013-11-091-1/+1
* QTimeZone - Fix Windows Transitionsunknown2013-11-091-63/+89
* QTimeZone - Fix Mac TransistionsJohn Layt2013-11-091-19/+38
* Doc: Move threading overviews from qtbase.git to qtdoc.gitSze Howe Koh2013-11-084-1072/+0
* Prevent clang from warning about unused variablesKai Koehne2013-11-081-0/+3
* QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-12/+45
* Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-0/+2
* qfeatures.txt: add section about XML schemaPeter Hartmann2013-11-071-0/+7
* Revert "Add tracing to logging framework"Kai Koehne2013-11-079-642/+9
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
* QUrlTwoFlag: add two missing constexprMarc Mutz2013-11-071-2/+2
* Q(UrlTwo)Flags: avoid undefined behaviorMarc Mutz2013-11-072-21/+21
* Doc: Fix cross-module linksSze Howe Koh2013-11-062-5/+2
* QMetaType: Fix conversion between module types.Stephen Kelly2013-11-061-1/+2