summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-043-44/+40
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-033-44/+40
| |\|
| | * qDebug: fix data race in qt_message_printDavid Faure2014-07-011-23/+19
| | * Fix annoying warning from ICC 14 on WindowsThiago Macieira2014-07-011-2/+2
| | * Doc: Various \note fixes in Qt namespace documentation.Jerome Pasion2014-07-011-19/+19
* | | Doc: Removed "url" variable from qdocconf files.Jerome Pasion2014-07-041-1/+0
* | | Add initializer list support in QJsonArrayJędrzej Nowacki2014-07-042-0/+39
* | | Tidy up and expand QSharedPointer documentation.Mitch Curtis2014-07-031-3/+24
* | | Fix typo in 'time' message pattern.Gunnar Sletta2014-07-031-1/+1
* | | Ensure that QTemporaryFile clears all file mappings.Friedemann Kleint2014-07-033-3/+17
|/ /
* | Add support for initializer_list construction in QFlagsAdam Majer2014-07-022-0/+27
* | Doc: Fix qRound64 Example documentationYAMAMOTO Atsushi2014-07-021-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0133-342/+412
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0133-342/+412
| |\|
| | * Doc: Fix typo in QScopedValueRollbackKevin Funk2014-06-301-1/+1
| | * Don't compare the target methods for SlotObject connectionsThiago Macieira2014-06-291-1/+1
| | * Add a comment stating QMutex::isRecursive should be made const in Qt6Olivier Goffart2014-06-261-1/+1
| | * Fix QMutex documentation saying some function are static while they are notOlivier Goffart2014-06-262-8/+8
| | * WinRT: no read-only paths in QStandardpaths::writableLocationOliver Wolff2014-06-261-5/+14
| | * Mark behavior of QFileInfo::absoluteFilePath as undefined in corner casesKai Koehne2014-06-251-3/+4
| | * Fix logging file location docsFrederik Gladhorn2014-06-251-2/+2