summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-045-7/+8
* | QtCore: eradicate all Q_FOREACH loops [mimetypes]Marc Mutz2016-01-045-25/+24
* | Add qAsConstMarc Mutz2016-01-041-0/+9
* | qmutex_unix: use a semaphore when availableOlivier Goffart2016-01-042-3/+56
* | QUrlQuery: remove misleading commentMarc Mutz2016-01-041-1/+0
* | QTranslator: Extract Method is_readable_file from find_translation()Marc Mutz2016-01-041-15/+14
* | QStateMachine: replace a Q_FOREACH with QSet::op-=Marc Mutz2015-12-311-2/+1
* | QAbstractModelPrivate: de-inline functionsMarc Mutz2015-12-312-23/+34
* | QTimeZone: replace a Q_FOREACH loop with QList::op+=Marc Mutz2015-12-311-2/+1
* | Move the QVariant declaration up in the file.Rolland Dudemaine2015-12-301-1/+1
* | QUrlQuery: fix a very expensive always-true checkMarc Mutz2015-12-301-1/+1
* | Add qHash(std::pair)Marc Mutz2015-12-302-0/+26
* | Optimize string building in QCommandLineParserPrivate::helpText()Marc Mutz2015-12-291-20/+22
* | QTimeZone: don't iterate over QHash::keys()Marc Mutz2015-12-291-3/+3
* | QMimeDatabase: return a sorted list from d->mimeTypesForFileName()Marc Mutz2015-12-291-4/+2
* | QLoggingRegistry: don't iterate over QHash::keys()Marc Mutz2015-12-281-4/+4
* | QTextStream: use new QString::resize(int, QChar) for paddingMarc Mutz2015-12-282-20/+26
* | QString: add resize(int, QChar)Marc Mutz2015-12-283-4/+22
* | Qt5CoreMacros: Sync with CMake project counterpartKevin Funk2015-12-211-4/+4
* | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-194-20/+19
* | QHash/QSet: add erase(const_iterator)Marc Mutz2015-12-194-14/+43
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1811-20/+72
|\|
| * winrt: Align error code handling with WinCEMaurice Kalinowski2015-12-151-1/+1
| * winrt: Avoid blocking for the first processEvents runMaurice Kalinowski2015-12-141-2/+11
| * winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
| * QJsonObject::(const_)iterator: add pointer typedefGiuseppe D'Angelo2015-12-112-0/+12
| * Clarify what time-zone "transitions" are.Edward Welbourne2015-12-091-0/+5
| * QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)Timur Pocheptsov2015-12-091-3/+7
| * Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
| * QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-082-7/+22
| * Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6
| * Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-1/+1
| * QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-2/+2
* | QProcess/Windows: Fix handling of workingDirectory.Friedemann Kleint2015-12-141-1/+2
* | QString: mark relational operators (and compare()) nothrowMarc Mutz2015-12-132-62/+63
* | QChar: mark remaining relational operators nothrowMarc Mutz2015-12-131-4/+4
* | Fix compilation of isnan/isinf for MSVC2012.Erik Verbruggen2015-12-111-2/+2
* | Android: Remove support for API < 16BogDan Vatra2015-12-101-4/+2
* | Don't allocate memory when creating an invalid QDateTimeSérgio Martins2015-12-101-1/+3
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-105-6/+174
* | QtBase: use preincrement for iterator typesAnton Kudryavtsev2015-12-091-1/+1
* | Haiku: Implement QLockFilePrivate::processNameByPidTobias Koenig2015-12-081-0/+7
* | Allow Q_CHECK_PTR when asserts are forcedAlex Trotsenko2015-12-081-1/+1