summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-259-33/+83
|\
| * Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-239-33/+83
| |\
| | * Fix warning with -Wswitch-enumKonstantin Ritt2014-04-232-0/+6
| | * WinRT: Don't use the native thread handle for waitingAndrew Knight2014-04-161-15/+6
| | * Doc: recommend using QLocale for loading translationsLeena Miettinen2014-04-161-0/+6
| | * Disable C++11 initializer lists and rvalue refs for old libstdc++Thiago Macieira2014-04-141-2/+10
| | * Disable all C++11 rvalue refs with Dinkumware C++ library tooThiago Macieira2014-04-141-0/+3
| | * Remove the #ifdef check just before #undefThiago Macieira2014-04-141-6/+2
| | * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-4/+34
| | * docs: Q_CLASSINFO is used in a couple more places besides ActiveQtShawn Rutledge2014-04-142-6/+9
| | * Doc: document QTimeZone::swap()Marc Mutz2014-04-101-0/+7
* | | Document that the connection stay active when objects used in a lambda are de...Olivier Goffart2014-04-251-0/+4
* | | Allow logging to stderrBernd Weimer2014-04-241-6/+30
* | | Bump Qt version to 5.3.1Sergio Ahumada2014-04-241-2/+2
|/ /
* | fix read notification in QWindowsPipeReader::waitForPipeClosedJoerg Bornemann2014-04-171-0/+1
* | Doc: Improve docs for file permission checking on NTFSSze Howe Koh2014-04-162-4/+14
* | Fix polling file system watcher addPathsBernd Weimer2014-04-161-4/+6
* | QCollator: Add note about ICU dependency.Friedemann Kleint2014-04-161-0/+5
* | Unite the documentation for qmath.h functionsAllan Sandfeld Jensen2014-04-152-101/+78
* | QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-143-11/+12
* | Fix documentation of QRegExpjkobus2014-04-142-3/+3
|/
* Fix a typo in QBitArray documentationJędrzej Nowacki2014-04-091-6/+6
* Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2Frederik Gladhorn2014-04-091-1/+6
* QNX: Work around dlclose issueBernd Weimer2014-04-091-0/+8
* Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2
* Prevent QUnifiedTimer from ticking backwards.Michael Brasser2014-04-081-4/+6
* 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