summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Improve digitToCLocale sign char handlingSamuel Gaist2013-11-281-2/+2
* 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
* 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
* QMap - improve docs a bit (mainly by adding more time complexities)Thorbjørn Martsum2013-10-151-2/+13
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-156-7/+61
* QList - fix a few doc issuesThorbjørn Martsum2013-10-151-10/+14
* Doc: Fix typos and add missing words.Marcel Krems2013-10-122-3/+3
* QVector: add some functions missing for QList compatMarc Mutz2013-10-112-9/+52
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0839-635/+635
* QCommandLineOption: declare as sharedMarc Mutz2013-10-071-0/+2
* Remove unused static function msecsToSystemtime() from qtimezoneprivate_win.cpp.Friedemann Kleint2013-10-011-11/+0
* Fix grammar in QScopedPointer.Mitch Curtis2013-09-301-1/+1
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-272-15/+55
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-2714-0/+219
* QVarLengthArray - doc fix.Thorbjørn Martsum2013-09-271-2/+2