summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mark Variable Length Arrays as a TS feature for C++14Thiago Macieira2014-04-081-1/+2
* Don't redefine dynamic_cast if it's already a macroThiago Macieira2014-04-081-1/+1
* fix build for MSVC 2010Joerg Bornemann2014-04-071-2/+2
* Use the new 3-operand testAndSet functions in QMutexThiago Macieira2014-04-052-6/+12
* Use category names when logging to the journalAlejandro Exojo2014-04-051-7/+9
* OS X: Improve QLibraryInfo app bundle testing.Morten Johan Sørvig2014-04-051-1/+3
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-1/+1
* Don't read before the beginning of the stringThiago Macieira2014-04-041-5/+11
* Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-032-4/+4
* Use Finder bundle identifier over path for OS X bundle detectionSamuel Gaist2014-04-031-3/+4
* Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-031-1/+1
* Logging: Be also more strict with value of logging ruleKai Koehne2014-04-031-5/+8
* Enable s390[x] detection.Lisandro Damián Nicanor Pérez Meyer2014-04-031-6/+6
* Android: Stop ART from complaining about missing thread names.Christian Strømme2014-04-031-1/+10
* Fix offset calculation on WinRTMaurice Kalinowski2014-04-011-0/+1
* Fix unused variable warningKonstantin Ritt2014-04-011-1/+1
* Fix compile for embedded Androidaavit2014-03-311-1/+1
* OS X QSettings auto test/writing check updateSamuel Gaist2014-03-312-19/+27
* QEvent: document and check when registerEventTypes() returns -1Marc Mutz2014-03-291-0/+3
* Fix build on [older] MinGWKonstantin Ritt2014-03-291-1/+1
* Fix typosFrederik Gladhorn2014-03-291-1/+9
* Reduce clang compilation time of tst_qmetatype by ~2%Jędrzej Nowacki2014-03-281-35/+7
* Mark QPoint, QPointF, QRect, QRectF as reentrant.Mitch Curtis2014-03-272-0/+4
* Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-272-42/+105
* Doc: Move IPC example documentationTopi Reinio2014-03-271-0/+1
* Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-2/+8
* WinRT: Prevent GUI dispatcher lookup from non-GUI threadAndrew Knight2014-03-251-0/+6
* Remove useless Q_NO_DECLARED_NOT_DEFINED flagJędrzej Nowacki2014-03-251-1/+1
* Implement DownloadLocation retrieving using SHGetKnownFolderPathSamuel Gaist2014-03-251-1/+24
* Fix some documentation errors.Friedemann Kleint2014-03-245-9/+27
* Fix qdoc warnings in QMargins, QRect.Friedemann Kleint2014-03-212-8/+8
* QNX: Fix crash in bb_selectFabian Bumberger2014-03-211-2/+2
* Setting QT_NO_DEBUG should not remove symbolsLars Knoll2014-03-212-4/+0
* Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-202-6/+2
* Stop omitted enum value from showing up in Qt namespace doc.Mitch Curtis2014-03-202-2/+3
* Print when logging rule is invalid.Kai Koehne2014-03-201-1/+5
* Fix creating directory hierarchy for WinRTMaurice Kalinowski2014-03-201-0/+14
* QProcessEnvironment: Fix handling of magic environment variablesDaniel Teske2014-03-201-1/+1
* Android: Check for exception before calling NewGlobalRef().Christian Strømme2014-03-201-2/+14
* Fix compile for embedded Androidaavit2014-03-201-1/+1
* Remove 'register' storage class specifier in armv6 atomicsTor Arne Vestbø2014-03-191-8/+8
* Fix typos in QRegExp documentationKai Koehne2014-03-191-2/+2
* Fix double release in QTimeZone on MacFrederik Gladhorn2014-03-191-1/+0
* Doc: document QSharedPointer::swap() methodMarc Mutz2014-03-172-0/+10
* Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+2
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-159-8/+71
* Use QCommandLineParser in example dnslookup.Friedemann Kleint2014-03-152-1/+74
* Doc: Fix syntax/compiler error in QThread snippetLorenz Haas2014-03-151-2/+3
* Document %{if-category} in default message patternKai Koehne2014-03-151-1/+4
* iOS: fix build failure __IPHONE_NA not definedRichard Moe Gustavsen2014-03-141-2/+2