summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1824-342/+1616
|\
| * Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-03-173-54/+179
| * Implement Idle-priority threads for Linux.Thiago Macieira2010-03-172-46/+65
| * 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-1717-80/+80
| * 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-176-66/+14
| * Add a qtimestamp.cpp with some common functions.Thiago Macieira2010-03-177-12/+106
| * Make qcore_unix.cpp share code with QTimestampThiago Macieira2010-03-175-97/+68
| * 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
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-173-38/+571
|\ \ | |/ |/|
| * Implement symbian^3 e32atomics APIShane Kearns2010-03-153-38/+571
* | 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-1512-262/+144
|\ \
| * | 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
| * | Compile on ARM with -Werror -Wold-style-castBradley T. Hughes2010-03-151-2/+2
| * | Doc fix in QLocaleDenis Dzyubenko2010-03-151-1/+1
| * | Fix QDir::entryList regressionJoão Abecasis2010-03-121-3/+3
| * | remove qt_winQString2MB() and qt_winMB2QString()Oswald Buddenhagen2010-03-113-102/+34
| * | Fix qmake crash on WindowsJoão Abecasis2010-03-111-5/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-116-116/+86
| |\ \
| | * | doc: Fixed three new qdoc errors.Martin Smith2010-03-113-6/+4
| | * | Merge remote branch 'origin/4.7-cutoff' into 4.7Morten Johan Sørvig2010-03-106-14/+727
| | |\ \
| | * | | QFSFileEngine reduce number of system callsRitt Konstantin2010-03-093-21/+33
| | * | | remove unneeded code from QFileInfoRitt Konstantin2010-03-092-55/+3
| | * | | QFSFileEngine: Don't use owner's permissions for current user; calculate them...Ritt Konstantin2010-03-092-12/+22
| | * | | In QFSFileEngine::fileFlags call getPermissions() only if entry existsRitt Konstantin2010-03-091-24/+17
| | * | | move permissions calculation code to separate methodRitt Konstantin2010-03-092-28/+37
* | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-152-4/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-111-2/+1
| |\ \ \
| | * | | Doc: Removed lie that access to QBuffer is unbuffered.Simon Hausmann2010-03-111-2/+1
| * | | | QVarLenghtArray: Call constructor when resizing the array for Movable types.Olivier Goffart2010-03-111-2/+1
| |/ / /
* | | | make it possible to use sse2 with mingwThierry Bastian2010-03-114-8/+18
| |_|/ |/| |
* | | Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4....Qt Continuous Integration System2010-03-1014-2080/+2203
|\ \ \ | | |/ | |/|
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-03-091-1/+13
| |\ \
| | * | Improve performance of QTimer::singleShotMarkus Goetz2010-03-091-1/+13