summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\
| | * different approach to fixing "the other" aliasing issueOswald Buddenhagen2010-03-151-37/+15
| | * fix aliasing issue in node_construct()Oswald Buddenhagen2010-03-151-0/+8
| | * detach in fewer cases, remove redundant calculationOswald Buddenhagen2010-03-151-3/+1
| | * Doc fix in QLocaleDenis Dzyubenko2010-03-151-1/+1
| | * remove qt_winQString2MB() and qt_winMB2QString()Oswald Buddenhagen2010-03-112-100/+6
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-2/+1
| |\ \ | | |/ | |/|
| * | doc: Fixed several qdoc errors.Martin Smith2010-03-092-13/+13
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-074-2058/+2139
| |\ \
| | * | Re-generate the Unicode tables after updates to the program that generates themThiago Macieira2010-03-052-1842/+1907
| | * | add some usefull definitions to qunicodetables_p.hRitt Konstantin2010-03-052-17/+15
| | * | qchar.cpp: fix identationRitt Konstantin2010-03-051-120/+123
| | * | Make QString::toUtf8() also use QUtf8.Thiago Macieira2010-03-051-39/+5
| | * | Doc: add some notes about QString lossy/lossless conversionsThiago Macieira2010-03-051-5/+38
| | * | Doc: fix a mistake saying that const char* was converted to QLatin1StringThiago Macieira2010-03-051-5/+5
| | * | Doc: Update QString docs about real ASCII and to/fromAscii and NULs.Thiago Macieira2010-03-051-31/+47
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-062-3/+3
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-03-042-3/+10
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-042-0/+6
| | |\ \ \
| | | * \ \ Merge remote branch 'staging/master' into 4.7Thiago Macieira2010-03-021-0/+2
| | | |\ \ \
| | | | * | | Fix compilation with namespace.ck2010-03-011-2/+2
| | | * | | | Added comment about usage of strncpy_s function in VC++ > 14.00Zeno Albisser2010-03-021-0/+4
| | * | | | | Namespace fixes.Justin McPherson2010-03-041-3/+4
| | |/ / / /
| * | | | | Doc: Fixed typos.David Boddie2010-03-041-3/+4
| |/ / / /
| * | | | qDetectCPUFeatures: compile fix with namespaceshjk2010-03-011-2/+1
| * | | | Fix building with Sun CC 5.10: missing :: for the QWeakPointer declarationThiago Macieira2010-03-011-2/+2
| |/ / /
| * | | Don't use SSE2 if the emmintrin.h header wasn't found.Thiago Macieira2010-02-281-1/+1
| * | | Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-276-16/+159
| |\ \ \
| | * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-263-12/+28
| | |\ \ \
| | | * \ \ Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-2612-28/+616
| | | |\ \ \
| | | * | | | use QList::reserve() as appropriateOswald Buddenhagen2010-02-252-0/+6
| | | * | | | optimize appending of (empty) lists to (empty) listsOswald Buddenhagen2010-02-251-9/+16
| | | * | | | suppress pointer aliasing warningsOswald Buddenhagen2010-02-241-3/+6