summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-04-271-2/+2
|\
| * Don't use QList's begin() and end() where possible.Robin Burchell2010-04-261-2/+2
* | Slight QList documentation fix.Robin Burchell2010-04-261-6/+2
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-201-4/+5
|\
| * Use a compile time constant for the C epoch as a julian day.Shane Kearns2010-04-201-3/+4
| * Fix test failures for qdatetime on symbian and winceShane Kearns2010-04-201-1/+1
* | Document the time format pattern for timezone info.Denis Dzyubenko2010-04-161-0/+1
* | Convert date/time format to something that Qt understandsDenis Dzyubenko2010-04-161-420/+422
* | Fix building of corelib, network and gui with qconfig minimal.Aaron McCarthy2010-04-161-0/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-131-0/+3
|\
| * Fix build with mingw (64 bit)Thierry Bastian2010-04-081-0/+3
* | compile fix for WinCE Armv4iMaurice Kalinowski2010-04-071-0/+4
|/
* Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-014-27/+117
|\
| * Fix compilation on Windows: forgot to change one toTime_tHelperThiago Macieira2010-03-311-1/+1
| * Rename the xxxMsecsSinceEpoch functions to xxxMSecsSinceEpoch.Thiago Macieira2010-03-313-22/+22
| * Add QDateTime members that operate on 64-bit milliseconds.Thiago Macieira2010-03-312-15/+105
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-4/+4
| |\
| | * Fix compilation on HP-UXi: _SC_MONOTONIC_CLOCK isn't definedThiago Macieira2010-03-291-1/+1
| | * Ensure that we return QPair<long,long> in all cases.Thiago Macieira2010-03-291-3/+3
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-2/+6
| |\ \ | | |/ | |/|
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-03-3046-4310/+9030
|\ \ \ | |_|/ |/| |
| * | Fix QDate::isLeapYear() for years < 1John Layt2010-03-301-1/+4
| * | QVarLenghtArray: add some API to be consistant to QVectorOlivier Goffart2010-03-292-1/+50
| |/
| * Revert "Optimized QLocale to access system locale on demand."Morten Johan Sørvig2010-03-243-179/+54
| * Use the default codec with QString::vsprintf()Florian Vichot2010-03-231-0/+11
| * Fixed locale mapping on Symbian.Denis Dzyubenko2010-03-231-1/+1
| * Fix behavior change QStringList::join() for nullKenji Sugita2010-03-221-0/+2
| * Upgraded QLocale data to Unicode CLDR 1.8.0Denis Dzyubenko2010-03-223-1886/+4320
| * Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-03-173-54/+179
| * Doc: document QElapsedTimerThiago Macieira2010-03-172-0/+268
| * Added missing "const" for mac.Martin Smith2010-03-171-1/+1
| * Bugfix the Symbian implementationThiago Macieira2010-03-173-4/+22
| * Add QDateTime::currentDateTimeUtc and QDateTime::currentMsecsSinceEpochThiago Macieira2010-03-174-116/+253
| * remove, fixupThiago Macieira2010-03-171-5/+0
| * Change the 32-bit rollover on Windows and Symbian to be more efficient.Thiago Macieira2010-03-172-34/+27
| * Add a couple of extra functions to QElapsedTimerThiago Macieira2010-03-176-11/+76
| * Rename the files tooThiago Macieira2010-03-177-0/+0
| * Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-1710-63/+63
| * Remove unnecessary functions from the QTimestamp API.Thiago Macieira2010-03-176-76/+0
| * Add support for 32-bit rollovers on WindowsThiago Macieira2010-03-171-5/+21
| * Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-2/+2
| * Add a qtimestamp.cpp with some common functions.Thiago Macieira2010-03-177-12/+106
| * Make qcore_unix.cpp share code with QTimestampThiago Macieira2010-03-172-27/+60
| * Add the Symbian version of QTimestamp.Thiago Macieira2010-03-171-0/+117
| * Add the Windows implementation of QTimestampThiago Macieira2010-03-172-0/+121
| * Add the non-Mac Unix implementation of QTimestamp.Thiago Macieira2010-03-172-0/+150
| * Add the Mac implementation of QTimestamp.Thiago Macieira2010-03-172-1/+111
| * Initial version of QTimestamp class.Thiago Macieira2010-03-174-0/+203
| * QNetworkReply: Fix canReadLine()Markus Goetz2010-03-161-0/+7
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-154-141/+31
| |\