summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add QDebug::noquote() stream modifierKai Koehne2014-07-103-9/+69
|/ /
* | Make QExplicitlySharedDataPointer<T> copy-ctor from QESDP<X> more safeKevin Funk2014-07-092-5/+34
* | Remove QHashDummyNode and avoid undifined behaviorOlivier Goffart2014-07-082-26/+17
* | Rename QSysInfo::cpuArchitecture and fullCpuArchitectureThiago Macieira2014-07-072-35/+35
* | QObject: don't hold mutex when copying arguments in a QueuedConnectionOlivier Goffart2014-07-071-4/+25
* | Don't look up a QChar's digit value more than necessaryThiago Macieira2014-07-071-5/+8
* | Add missing detection for some 64-bit architecturesThiago Macieira2014-07-071-2/+12
* | Mark all QChar static functions as [[gnu::const]]Thiago Macieira2014-07-073-40/+40
* | Remove QT_STATIC_CONSTThiago Macieira2014-07-071-12/+0