summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0
* Fix a typo in documentationJędrzej Nowacki2013-09-101-1/+1
* Correct type mismatches sentence in signals and slots documentation.Mitch Curtis2013-09-101-1/+3
* Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-081-3/+3
* Compile in strict-iterator mode under MSVCThiago Macieira2013-09-061-1/+1
* Remove the size limit of QByteArray information.Leonard Lee2013-09-021-2/+0
* QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-2/+7
* Windows: Fix compilation with MinGW-64, gcc 4.8.1Friedemann Kleint2013-08-291-1/+5
* Revert "Fix compilation for Android ARMv5"Eskil Abrahamsen Blomfeldt2013-08-271-4/+0
* Soft-deprecate obscure feature on property getters returning pointersThiago Macieira2013-08-231-1/+1
* Doc: Add Q_OS_ANDROID macroTakumi Asaki2013-08-231-0/+7
* Add json/savegame example.Mitch Curtis2013-08-228-3/+18
* CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-211-29/+51
* Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-211-0/+5
* Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* Tidy up QJsonObject documentation.Mitch Curtis2013-08-201-19/+19
* Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
* Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-8/+0
* Rename template parameter: "I" -> "II"Sze Howe Koh2013-08-181-9/+9
* add configure -extprefix optionOswald Buddenhagen2013-08-151-1/+1
* Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-152-1/+9
* Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-151-1/+1
* Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-3/+3
* Reset the QItemSelectionModel when its model is reset.Stephen Kelly2013-08-131-0/+2
* un-confuse lupdate: make #ifdef'd braces symmetricalOswald Buddenhagen2013-08-121-3/+2
* Remove OS X unsupported warning.Jake Petroules2013-08-101-4/+0
* Forward the correct compilers to the actual cmake tests.Stephen Kelly2013-08-091-0/+8
* Merge branch 'release' into stableSergio Ahumada2013-08-091-1/+1
|\
| * Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
* | Android: Fix QCoreApplication::applicationDirPath()Eskil Abrahamsen Blomfeldt2013-08-081-1/+1
* | 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