summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
| | * | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
| | * | QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
| | * | Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
* | | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-132-4/+23
* | | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-1/+1
* | | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-126-183/+231
* | | | qtcore_eval: fix dead code after return statementAnton Kudryavtsev2016-01-121-1/+0
* | | | QFileSystemEngine: fix duplicate flag in OR expressionAnton Kudryavtsev2016-01-121-1/+1
* | | | QTranslator: enable NRVO in find_translation() for poor compilersMarc Mutz2016-01-121-1/+2
* | | | QTranslator: optimize string handling in find_transformationMarc Mutz2016-01-121-1/+2
* | | | QtCore: eradicate all Q_FOREACH loops [kernel]Marc Mutz2016-01-126-12/+14
* | | | Mark QLocale as sharedMarc Mutz2016-01-122-2/+14
|/ / /
* | | QProcessPrivate: fix double init of exitCode in ctorAnton Kudryavtsev2016-01-121-1/+0
* | | QSize: use qSwap in transpose()Anton Kudryavtsev2016-01-121-6/+2
* | | QTranslator: don't repeatedly re-create a QString from a QLatin1StringMarc Mutz2016-01-111-2/+3
* | | QTranslator: re-use 'realname' capacity in find_translation()Marc Mutz2016-01-111-7/+18
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-0819-165/+197
|\| |
| * | QPair<QRunnable*, int> is too large for QList to be efficient-ish.Volker Krause2016-01-072-6/+6
| * | WinCE: Remove QIncrementalSleepTimer from QProcess::waitForFinishedJoerg Bornemann2016-01-061-12/+6
| * | QString: prevent resize() from shedding capacityMarc Mutz2016-01-061-14/+5
| * | Remove declaration of method nowhere definedEdward Welbourne2016-01-061-2/+0
| * | winrt: Added timeout to await functionOliver Wolff2016-01-051-8/+21
| * | Winrt: Show message when command line processing fails/usage should be shownOliver Wolff2016-01-051-2/+8
| * | winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-052-53/+2
| * | WinRT: Add camera button events on Windows PhoneSamuel Nevala2016-01-051-2/+2
| * | Fix deadlock when setting environment variables.Samuel Nevala2016-01-041-15/+36
| * | QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-291-1/+2
| * | CMake: Add -fPIC to CXX flags only where necessaryKevin Funk2015-12-281-1/+22
| * | Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+12
| * | QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
| * | QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
| * | Add DEPENDS option to qt5_wrap_cpp()Daniel Levin2015-12-211-5/+6
| * | qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
| * | Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
* | | Make template instantiation in QFactoryLoader explicitUlf Hermann2016-01-061-1/+1
* | | CMake: Enable C++11 support on Qt5 targetsKevin Funk2016-01-061-0/+2
* | | QLocale: Accept trailing junk in qstrtod()Ulf Hermann2016-01-052-8/+18
* | | QFactoryLoader: generalize qLoadPlugin()Marc Mutz2016-01-051-4/+57
* | | QStateMachine: replace a QPair with a small structMarc Mutz2016-01-052-19/+27
* | | [docs] Gently steer people away from QPairMarc Mutz2016-01-052-0/+21
* | | QtCore: eradicate all Q_FOREACH loops [tools]Marc Mutz2016-01-046-25/+24
* | | QMimeDatabase: replace a QStack<QString> with std::stack<QString, QStringList>Marc Mutz2016-01-041-6/+6
* | | QMimeAllGlobPatterns: optimize string handling in matchingGlobs()Marc Mutz2016-01-041-1/+2
* | | Print correct OS name if it is a server versionAndré Klitzing2016-01-041-7/+11
* | | Print out "Service Pack" version of underlying WindowsAndré Klitzing2016-01-041-7/+27
* | | QtCore: eradicate all Q_FOREACH loops [io]Marc Mutz2016-01-049-20/+19
* | | QWindowsFileSystemWatcher: increase concurrency when canceling threadsMarc Mutz2016-01-041-3/+3
* | | QtCore: eradicate all Q_FOREACH loops [itemmodels]Marc Mutz2016-01-045-9/+10
* | | QtCore: eradicate all Q_FOREACH loops [statemachine]Marc Mutz2016-01-041-22/+25