summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* QLocale - Fix Mac date format code translationJohn Layt2013-09-261-29/+76
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-2/+2
* Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-251-1/+1
* Fix configure warnings on Windows 7 with MSVC2010.Mitch Curtis2013-09-251-1/+1
* Fix warning about uninitialized variableLars Knoll2013-09-251-1/+1
* Fix WinCE/MSVC2008 build.Sérgio Martins2013-09-242-0/+6
* Remove some qSort usages from QTimeZoneGiuseppe D'Angelo2013-09-241-3/+5
* Fix conversion from 8-bit to QString without proper encodingThiago Macieira2013-09-231-1/+1
* Fixed build issue on BlackBerryBernd Weimer2013-09-231-1/+1
* QDateTime - Add QTimeZone supportJohn Layt2013-09-236-14/+408
* QTimeZone - Add Windows backendJohn Layt2013-09-234-1/+731
* QTimeZone - Add Mac backendJohn Layt2013-09-234-2/+318
* QTimeZone - Add TZ File BackendJohn Layt2013-09-224-3/+1006
* QTimeZone - Add ICU supportJohn Layt2013-09-224-1/+561
* QTimeZone - Define new class and apiJohn Layt2013-09-226-0/+3029
* Fix some doc errors.Frederik Gladhorn2013-09-213-2/+3
* Mark most of the contents of QtAlgorithms as deprecated.Robin Burchell2013-09-212-93/+223
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-214-2/+123
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-211-7/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-7/+4
| |\
| | * Doc: Fix copy+paste errors in the QString class refSze Howe Koh2013-09-141-8/+4
* | | Remove qBinaryFind usages from bootstrapped filesGiuseppe D'Angelo2013-09-202-7/+11
* | | QLinkedList: implement missing initializer_list ctorMarc Mutz2013-09-202-0/+20
* | | QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* | | QDateTime - Add api for isDaylightTime()John Layt2013-09-202-0/+27
* | | QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* | | QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-202-31/+153