summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QDateTime - Change date/time storage to msecsJohn Layt2013-09-202-359/+558
* | | QString: avoid a QLocale detach in vsprintfMarc Mutz2013-09-201-1/+1
* | | WinRT: Compile fix for qelapsedtimer_win.cppOliver Wolff2013-09-201-0/+5
* | | Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-15/+14
* | | QMap: don't dereference nullptr IIMarc Mutz2013-09-171-4/+4
* | | QMap: don't dereference nullptrMarc Mutz2013-09-171-5/+7
* | | Don't use Mac OS X QCollator backend on iOSTor Arne Vestbø2013-09-163-4/+4
* | | QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
|/ /
* | qelapsedtimer for WinRTOliver Wolff2013-09-151-1/+7
* | Revert "Reimplement qBinaryFind in terms of std::lower_bound"Giuseppe D'Angelo2013-09-141-3/+2
* | Do 64-bit loops in QBitArray::count(bool)Thiago Macieira2013-09-141-1/+6
* | Let the compiler do the unaligned loads in QBitArray::count(bool)Thiago Macieira2013-09-141-2/+21
* | QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-142-102/+116
* | QDateTime - Switch to using msecs based functionsJohn Layt2013-09-142-185/+29
* | Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-142-14/+98
* | Whitespace: re-indent the {to,from}Base64 functionsThiago Macieira2013-09-141-44/+52
* | QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-132-2/+24
* | Optimize QBitArray::count(bool)Thiago Macieira2013-09-131-17/+12
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-1/+1
* | Remove redundant checks in some tools classesJędrzej Nowacki2013-09-134-23/+23
* | Make QCollator more flexible to use in different platformsAleix Pol2013-09-138-214/+838
* | Refactor QCollator to be able to use it in different platformsAleix Pol2013-09-132-256/+144
* | Make the QCollator class publicLars Knoll2013-09-134-19/+26