summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-252-1/+3
|\
| * Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-242-6/+6
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-03-232-37/+33
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-222-1/+3
| |\ \ \
| | * | | Add MiddleButton = MidButton to MouseButtons enum.Martin Jones2010-03-222-1/+3
* | | | | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-242-6/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix compilation for winCEThierry Bastian2010-03-241-1/+2
| * | | | compile fix for mingw (also removes some warnings)Thierry Bastian2010-03-232-7/+6
| | |_|/ | |/| |
* | | | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-241-1/+1
* | | | Add a check to make sure QTranslator doesn't load a directory.David Sansome2010-03-241-2/+2
* | | | 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
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2338-2244/+6004
|\ \ \ \ | |/ / / |/| | |
| * | | Split QDir::NoDotAndDotDot into QDir::NoDot and QDir::NoDotDotBernhard Rosenkraenzer2010-03-233-3/+13
| * | | QFSFileEngine: don't look through NTFS junctionsRitt Konstantin2010-03-231-8/+2
| * | | _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2010-03-233-2/+22
| * | | Fixed locale mapping on Symbian.Denis Dzyubenko2010-03-231-1/+1
| * | | Revert "Avoid a data relocation by not trying to store a pointer in the .data...Rohan McGovern2010-03-221-1/+1
| * | | Add a function to get the transitions available from a stateKent Hansen2010-03-222-1/+20
| * | | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets (part 2).Robert Griebl2010-03-221-0/+4
| * | | Fix behavior change QStringList::join() for nullKenji Sugita2010-03-221-0/+2
| * | | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets.Robert Griebl2010-03-221-0/+3
| * | | Upgraded QLocale data to Unicode CLDR 1.8.0Denis Dzyubenko2010-03-223-1886/+4320
| * | | Do not use FSEvents-based filesystemwatcher backend on Mac.Denis Dzyubenko2010-03-221-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2225-343/+1617
| |\ \ \ | | |/ / | |/| |
| | * | Avoid a data relocation by not trying to store a pointer in the .data section...Thiago Macieira2010-03-201-1/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1924-342/+1616
| | |\ \ | | | |/ | | |/|
| | | * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-198-22/+27
| | | |\
| | | * \ 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