summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-8/+26
* Fix clang detection of thread_local variablesThiago Macieira2013-08-061-1/+1
* QMimeDatabase: Fix handling of duplicate mimetype definitions (2/2).David Faure2013-08-031-3/+5
* Mark qt5_use_modules as obsolete.Stephen Kelly2013-07-311-0/+12
* QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-302-4/+4
* Symbol for max number of arguments in QMetaMethod::invoke()Illya Kovalevskyy2013-07-302-0/+10
* Add support for Q_OS_FREEBSD_KERNEL and documentThiago Macieira2013-07-301-5/+16
* Remove a left over cast that is now semantically incorrect.Jake Petroules2013-07-301-1/+1
* Work around msvc /clr LNK2005 errors with QListRichard Browne2013-07-301-12/+8
* Correct QHash::values() documentation.Mitch Curtis2013-07-291-1/+1
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-6/+2
|\
| * Doc: Update documentation of Qt::HANDLETopi Reinio2013-07-241-6/+2
* | Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-2/+6
* | Bump Qt version to 5.1.2Sergio Ahumada2013-07-231-2/+2
|/
* document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
* Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-4/+4
* Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-201-1/+1
* Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-202-22/+38
* fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4
* Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
* Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
* Define QT_NO_DEBUG with RelWithDebInfo and MinSizeRel builds.Stephen Kelly2013-07-151-0/+2
* QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
* QDir::mkpath shouldn't fail if parent directory denies accessShawn Rutledge2013-07-111-1/+2
* Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-101-6/+2
* Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-2/+4
* Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-102-18/+1
* Doc: fix typo in QXmlStreamNamespaceDeclaration[s]Thiago Macieira2013-07-101-1/+1
* fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1
* QWinOverlappedIoNotifier: fix race conditionJoerg Bornemann2013-07-051-5/+38
* bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-0/+7
* Clean up evaluation license logicTor Arne Vestbø2013-07-054-49/+46
* doc: Build fix to QSettings documentation snippets.Robin Burchell2013-07-041-3/+3
* QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-1/+1
* Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-042-23/+40
* Add cmake related information to the test output.Stephen Kelly2013-07-031-0/+8
* Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
* Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-022-2/+9
* QtCore: Fix remaining MSVC-64 warnings about integer truncation.Friedemann Kleint2013-07-021-5/+5
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-2/+2
* BlackBerry: Increased loop level around bps_get_eventBernd Weimer2013-06-291-4/+10
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-282-2/+2
|\
| * Fix compilation with ICC 13.1: the MSVC 2005 & 2008 code is badThiago Macieira2013-06-261-1/+1
| * Fix win32-icc build: _CHAR16T is not an indication of C++11 supportThiago Macieira2013-06-261-1/+1
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-255-6/+26
|\|
| * install qconfig.h into framework bundlesOswald Buddenhagen2013-06-251-1/+4
| * Update for the newest Darwin-family operating systems.Jake Petroules2013-06-253-5/+18
| * Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-255-22/+24
|\ \