summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-132-1/+32
* Improve the Latin1 conversion in QString a littleThiago Macieira2013-12-131-7/+8
* Implement support for ref-qualified QString::toLatin1 & friendsThiago Macieira2013-12-134-23/+130
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-058-26/+46
|\
| * QBBSystemLocale: Do not set fixed buffer size when reading pps objectsEl Mehdi Fekari2013-12-041-4/+19
| * Repack structs with more than one padding holeThiago Macieira2013-12-036-18/+23
| * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-4/+4
| |\
| | * Doc: corrected invalid ref. to output iteratorsNico Vertriest2013-11-291-4/+4
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-2/+2
|\| |
| * | Improve digitToCLocale sign char handlingSamuel Gaist2013-11-281-2/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2623-335/+555
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-266-180/+266
| |\|
| | * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-3/+6
| | * QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-214-100/+171
| | * QTimeZone - Fix Windows Transitions with null rulesunknown2013-11-211-1/+10
| | * QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-215-76/+79
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-209-35/+76
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-189-35/+76
| | |\|
| | | * QCollatorSortKey: inline operator<Marc Mutz2013-11-176-25/+10
| | | * QCollator(SortKey): declare as sharedMarc Mutz2013-11-171-0/+3
| | | * QCollator: enable move semanticsMarc Mutz2013-11-172-3/+29
| | | * QCollator(SortKey): add member-swapMarc Mutz2013-11-152-1/+13
| | | * QCollator: mark ctor explicitMarc Mutz2013-11-151-1/+1
| | | * Doc: Add missing \since 5.2 to QMap::first/last{,Key}Marcel Krems2013-11-141-0/+6
| | | * QTimeZone: mark ctors as explicitMarc Mutz2013-11-141-2/+2
| | | * Doc: remove superfluous \since 5.2Marc Mutz2013-11-141-2/+0
| | | * QTimeZone: declare as sharedMarc Mutz2013-11-141-0/+1
| | | * QTimeZone: add member-swapMarc Mutz2013-11-142-1/+11
| * | | QLocale: Avoid a deadlock in error caseEl Mehdi Fekari2013-11-201-5/+12
| |/ /
| * / QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-171-5/+44
| |/
| * Avoid signed integer overflow by making an addition a subtractionThiago Macieira2013-11-091-1/+1
| * QTimeZone - Fix Windows Transitionsunknown2013-11-091-63/+89
| * QTimeZone - Fix Mac TransistionsJohn Layt2013-11-091-19/+38
| * Add missing \since 5.1 for QVector::takeFirst() and ::takeLast()Pekka Vuorela2013-11-051-0/+2
| * Declare Cocoa conversion funcs in objc-mode only.Morten Johan Sørvig2013-11-051-1/+5
| * Add qcollator_p.h to the list of headers.Thiago Macieira2013-11-051-0/+1
| * Doc: Fix broken linksSze Howe Koh2013-11-052-6/+6
| * Ensure QLocale's shared C-locale QLocalePrivate is never deletedTor Arne Vestbø2013-11-041-3/+7
| * QDateTime - Optimize refreshDateTime()John Layt2013-10-311-4/+1
| * QDateTime - Optimize date() and time() methodsJohn Layt2013-10-311-6/+8
| * Remove unused static function systemtimeToMsecs()Kai Koehne2013-10-281-8/+0
* | QString: add missing contains(QLatin1String) overloadMarc Mutz2013-11-262-0/+12
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-2415-65/+201
|\|
| * Change an addition into a subtractionThiago Macieira2013-10-191-1/+1
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-25/+3
| * QLocale - Mac fix typos in commentsJohn Layt2013-10-171-2/+2
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-3/+30
| * Fix wide-char use in Posix collatorMatt Hoosier2013-10-161-1/+2
| * QTimeZone - Fix finding Linux System Time ZoneJohn Layt2013-10-151-2/+2
| * Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+18