summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-302-3/+33
* Avoided zero devision in cube root approximationBernd Weimer2013-07-291-4/+6
* Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+40
* QUrl: add matches(url, options) method.David Faure2013-07-262-0/+71
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-249-35/+66
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-239-35/+66
| |\
| | * document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
| | * Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-4/+4
| | * Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-201-1/+1
| | * Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
| | * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-202-22/+38
| | * fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4
| | * Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
| | * Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
| | * Define QT_NO_DEBUG with RelWithDebInfo and MinSizeRel builds.Stephen Kelly2013-07-151-0/+2
* | | Add the RFC2822Date formatKevin Ottens2013-07-243-1/+141
* | | BlackBerry: Rearmed socket notifiers after selectBernd Weimer2013-07-241-4/+51
|/ /
* | QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-201-2/+4
* | QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-203-0/+37
* | Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-201-11/+22
* | Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-203-26/+39
* | QUrl: Make sure we don't return a dangling pointer from parseIpFutureThiago Macieira2013-07-201-2/+3
* | QUrl: Uppercase the version number in IPvFutureThiago Macieira2013-07-201-0/+4
* | Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-201-3/+10
* | Fix IPvFuture use in QUrlThiago Macieira2013-07-201-5/+6
* | Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-201-5/+8
* | QUrl: Add an "appendingTo" parameter to QUrl::appendFragmentThiago Macieira2013-07-201-4/+4
* | Make the Mach-O size checking a little more robustThiago Macieira2013-07-201-20/+25
* | Simplify the QLibrary plugin-detection codeThiago Macieira2013-07-201-104/+12
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-205-6/+324
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Friedemann Kleint2013-07-151-5/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-5/+1
| |\|
| | * QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
* | | 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