summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73
* | | Ensure mutating operations are NOT performed on immutable dataJoão Abecasis2014-07-281-0/+16
* | | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+4
* | | Use the 3-argument testAndSet in the fetchAndXxx operationsThiago Macieira2014-07-251-6/+6
* | | Remove non-existing function.Thiago Macieira2014-07-251-1/+0
* | | Use simd.prf for building MIPS DSP codeThiago Macieira2014-07-252-14/+1
* | | Remove redundant static_cast from QVariantAnimationJędrzej Nowacki2014-07-251-3/+3
* | | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-254-11/+83
* | | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-1/+1
* | | Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21
* | | Re-implement QVector::countJoão Abecasis2014-07-251-7/+1
* | | QRegularExpression: make optimize() constGiuseppe D'Angelo2014-07-252-2/+2
* | | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-235/+56
* | | Rewrite QRingBufferAlex Trotsenko2014-07-241-191/+88
* | | Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-1/+1
* | | QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-231-0/+6
* | | Document that qHash(T) must be in T's namespace, due to ADLThiago Macieira2014-07-231-4/+4
* | | Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-231-2/+2
* | | Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-234-22/+32
* | | Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-235-35/+95
* | | QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-231-1/+8
* | | QLockFile/Windows: Determine host name from environment variable COMPUTERNAME.Friedemann Kleint2014-07-231-9/+16
* | | Be more specific in "Loading logging rules" debug outputKai Koehne2014-07-231-1/+1
* | | Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-233-7/+15
* | | Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-231-3/+7
* | | Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-234-7/+36
* | | Fix warnings about integer conversion in qloggingregistry.cpp.Friedemann Kleint2014-07-221-3/+3
* | | QDebug: Add a doc section about formatting optionsKai Koehne2014-07-221-0/+12
* | | Improve debugging output for QLoggingCategoryKai Koehne2014-07-211-6/+6
* | | Add example qtlogging.conf file to QLoggingCategory documentationKai Koehne2014-07-211-1/+7
* | | QRingBuffer: purge unused part of the apiAlex Trotsenko2014-07-181-33/+0
* | | QItemSelectionModel: Sort persistent model indexes taking parent into account.Friedemann Kleint2014-07-171-3/+21
* | | QDebug: Add resetFormat()Kai Koehne2014-07-152-2/+19
* | | Improve QLoggingCategory example code in documentationKai Koehne2014-07-151-14/+14
* | | Doc: update QCoreApplication to be clear that we don't support text UIThiago Macieira2014-07-141-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devShawn Rutledge2014-07-142-2/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-142-2/+3
| |\| |
| | * | Work around ICC bug in brace initializations containing constexprThiago Macieira2014-07-121-1/+2
| | * | Fixed wrong function name in a file snippetIvan Komissarov2014-07-101-1/+1
* | | | QLoggingCategory documentation improvementsKai Koehne2014-07-141-1/+3
|/ / /
* | | Speedup qDebug() << QDate(...)Jędrzej Nowacki2014-07-141-1/+1
* | | Logging: fix support for %{time format} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-131-1/+1
* | | Revert "QRegularExpression: lock a mutex only if there's actual work to do"Giuseppe D'Angelo2014-07-131-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-103-26/+33
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-103-26/+33
| |\| |
| | * | Fix for code snippet in commandlineparser documentationNiels Weber2014-07-071-1/+2
| | * | Android: Refactor exception checking in qjni.Christian Strømme2014-07-071-19/+16
| | * | Attempt to work with Visual Studio in -Za (strict ANSI) modeThiago Macieira2014-07-051-6/+15