summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* [2/2] Implement Unicode Normalization Form Quick Check (NF QC)Konstantin Ritt2013-08-144-6447/+6733
* qdoc: Clarify documentation of member functionsMartin Smith2013-08-131-76/+94
* Update QLocale locale database up to CLDR 23.1Konstantin Ritt2013-08-123-1259/+1268
* add QScopedPointerDeleteLater, a custom deleter for QObjectsMatt Broadstone2013-08-122-0/+14
* Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-092-1/+15
* Doc: exclude snippets subdir.David Faure2013-08-071-0/+2
* QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-3/+3
* Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+23
* Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-28/+39
* QUrl: remove temporary codeThiago Macieira2013-08-041-3/+0
* Doc: update the QUrl and QUrlQuery documentationThiago Macieira2013-08-042-28/+102
* QUrlQuery: update our understanding of delimitersThiago Macieira2013-08-042-35/+27
* QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-042-249/+160
* Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* 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