summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add reminders to change uint to quint64 in Qt6 QDateTime time_t methodsDavid Gil2013-07-151-0/+3
* QUrl: remove old commented out code for normalized().David Faure2013-07-131-81/+0
* QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-133-23/+45
* QVarLengthArray - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+10
* QSet - check if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-122-1/+9
* QHash - checks if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+20
* QList - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-2/+15
* QVector - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-1/+9
* QMap - check if iterator arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+18
* Merge branch 'stable' into devSergio Ahumada2013-07-1123-125/+182
|\
| * QDir::mkpath shouldn't fail if parent directory denies accessShawn Rutledge2013-07-111-1/+2
| * Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-101-6/+2
| * Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-2/+4
| * Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-102-18/+1
| * Doc: fix typo in QXmlStreamNamespaceDeclaration[s]Thiago Macieira2013-07-101-1/+1
| * fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1
| * QWinOverlappedIoNotifier: fix race conditionJoerg Bornemann2013-07-051-5/+38
| * bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-0/+7
| * Clean up evaluation license logicTor Arne Vestbø2013-07-054-49/+46
| * doc: Build fix to QSettings documentation snippets.Robin Burchell2013-07-041-3/+3
| * QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-1/+1
| * Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-042-23/+40
| * Add cmake related information to the test output.Stephen Kelly2013-07-031-0/+8
| * Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
| * Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-022-2/+9
| * QtCore: Fix remaining MSVC-64 warnings about integer truncation.Friedemann Kleint2013-07-021-5/+5
| * Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-2/+2
| * BlackBerry: Increased loop level around bps_get_eventBernd Weimer2013-06-291-4/+10
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-282-2/+2
| |\
| | * Fix compilation with ICC 13.1: the MSVC 2005 & 2008 code is badThiago Macieira2013-06-261-1/+1
| | * Fix win32-icc build: _CHAR16T is not an indication of C++11 supportThiago Macieira2013-06-261-1/+1
* | | QUrl: add RemoveFilename to UrlFormattingOptions.David Faure2013-07-082-2/+12
* | | QUrl: add "QUrl adjusted(options)" convenience method.David Faure2013-07-082-8/+56
* | | Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-063-8/+10
* | | Key mappings for more remote-control keysAllan Sandfeld Jensen2013-07-052-0/+14
* | | Implement system locale for AndroidEskil Abrahamsen Blomfeldt2013-07-041-1/+1
* | | Add Q_OS_OSX and update the documentation to reflect usage intent.Jake Petroules2013-07-042-9/+12
* | | Revert "Fix QUrl::topLevelDomain(QUrl::FullyDecoded)"Thiago Macieira2013-07-021-2/+1
* | | Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-011-1/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2714-44/+66
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-255-6/+26
| |\|
| | * install qconfig.h into framework bundlesOswald Buddenhagen2013-06-251-1/+4
| | * Update for the newest Darwin-family operating systems.Jake Petroules2013-06-253-5/+18
| | * Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-255-22/+24
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-205-22/+24
| | |\|
| | | * QFactoryLoader: Release unused libraries.Friedemann Kleint2013-06-181-1/+6
| | | * Remove unused member QFactoryLoaderPrivate::keyList.Friedemann Kleint2013-06-181-9/+3
| | | * Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-172-0/+3
| | | * fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-142-12/+12