summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-1/+1
| | * Make the fetchAndAddRelaxed function a member templateThiago Macieira2014-06-241-2/+2
| | * Doc: qInstallMessageHandler cannot return 0.David Faure2014-06-241-2/+1
| | * Fix memory leaks in QFseventsFileSystemWatcherEngineErik Verbruggen2014-06-241-0/+28
| | * Print the reason why SetWindowsHookEx failed.Sérgio Martins2014-06-231-1/+3
| | * Move most of the QLibraryPrivate initialization to its constructorThiago Macieira2014-06-213-16/+32
| | * Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-203-19/+56
| | * fix QT_SUPPORTS macro with msvc2008Oswald Buddenhagen2014-06-201-1/+5
| | * Attempt to fix intel compiler build error.Jędrzej Nowacki2014-06-191-1/+1
| | * QEventDispatcherWin32: Use a shared class name for the message window.Friedemann Kleint2014-06-191-9/+45
| | * Fix compilation with the Intel compiler on certain systemsThiago Macieira2014-06-191-1/+3
| | * Bump versionOswald Buddenhagen2014-06-181-2/+2
| | * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-142-5/+15
| | |\
| | | * Fix case insensitive comparisons using QCollatorLars Knoll2014-06-122-5/+15
| | * | QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-123-10/+26
| | * | Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-123-6/+10
| | * | QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-125-131/+54
| | * | Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-125-20/+20
| | * | Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-123-67/+56
| | * | Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-124-40/+37
| | * | Doc: correct the format of Q_PLUGIN_METADATA macro in sample codesZhang Xingtao2014-06-121-1/+1
| | |/
| | * Merge "Merge tag 'v5.3.0' into HEAD" into refs/staging/stableSergio Ahumada2014-06-111-3/+3
| | |\
| | | * Merge tag 'v5.3.0' into HEADOswald Buddenhagen2014-06-111-3/+3
| | | |\