Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-03-25 | 39 | -2192/+5838 |
|\ | |||||
| * | Merge remote branch 'main/4.7' into 4.7 | Morten Johan Sørvig | 2010-03-25 | 2 | -1/+3 |
| |\ | |||||
| * \ | Merge remote branch 'origin/4.7' into HEAD | Thiago Macieira | 2010-03-24 | 2 | -6/+6 |
| |\ \ | |||||
| * | | | doc: Fixed all the remaining qdoc errors. For now. | Martin Smith | 2010-03-24 | 1 | -1/+1 |
| * | | | Add a check to make sure QTranslator doesn't load a directory. | David Sansome | 2010-03-24 | 1 | -2/+2 |
| * | | | Revert "Optimized QLocale to access system locale on demand." | Morten Johan Sørvig | 2010-03-24 | 3 | -179/+54 |
| * | | | Use the default codec with QString::vsprintf() | Florian Vichot | 2010-03-23 | 1 | -0/+11 |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-23 | 38 | -2244/+6004 |
| |\ \ \ | |||||
| | * | | | Split QDir::NoDotAndDotDot into QDir::NoDot and QDir::NoDotDot | Bernhard Rosenkraenzer | 2010-03-23 | 3 | -3/+13 |
| | * | | | QFSFileEngine: don't look through NTFS junctions | Ritt Konstantin | 2010-03-23 | 1 | -8/+2 |
| | * | | | _close(fd) closes the associated handle and not the other way around | João Abecasis | 2010-03-23 | 3 | -2/+22 |
| | * | | | Fixed locale mapping on Symbian. | Denis Dzyubenko | 2010-03-23 | 1 | -1/+1 |
| | * | | | Revert "Avoid a data relocation by not trying to store a pointer in the .data... | Rohan McGovern | 2010-03-22 | 1 | -1/+1 |
| | * | | | Add a function to get the transitions available from a state | Kent Hansen | 2010-03-22 | 2 | -1/+20 |
| | * | | | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets (part 2). | Robert Griebl | 2010-03-22 | 1 | -0/+4 |
| | * | | | Fix behavior change QStringList::join() for null | Kenji Sugita | 2010-03-22 | 1 | -0/+2 |
| | * | | | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets. | Robert Griebl | 2010-03-22 | 1 | -0/+3 |
| | * | | | Upgraded QLocale data to Unicode CLDR 1.8.0 | Denis Dzyubenko | 2010-03-22 | 3 | -1886/+4320 |
| | * | | | Do not use FSEvents-based filesystemwatcher backend on Mac. | Denis Dzyubenko | 2010-03-22 | 1 | -1/+1 |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-22 | 25 | -343/+1617 |
| | |\ \ \ | |||||
| | | * | | | Avoid a data relocation by not trying to store a pointer in the .data section... | Thiago Macieira | 2010-03-20 | 1 | -1/+1 |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-19 | 24 | -342/+1616 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge remote branch 'origin/4.7' into oslo-staging-1 | Aaron McCarthy | 2010-03-19 | 8 | -22/+27 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-18 | 24 | -342/+1616 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | Optimized QLocale to access system locale on demand. | Denis Dzyubenko | 2010-03-17 | 3 | -54/+179 |
| | | | | * | | | | Implement Idle-priority threads for Linux. | Thiago Macieira | 2010-03-17 | 2 | -46/+65 |
| | | | | * | | | | Doc: document QElapsedTimer | Thiago Macieira | 2010-03-17 | 2 | -0/+268 |
| | | | | * | | | | Added missing "const" for mac. | Martin Smith | 2010-03-17 | 1 | -1/+1 |
| | | | | * | | | | Bugfix the Symbian implementation | Thiago Macieira | 2010-03-17 | 3 | -4/+22 |
| | | | | * | | | | Add QDateTime::currentDateTimeUtc and QDateTime::currentMsecsSinceEpoch | Thiago Macieira | 2010-03-17 | 4 | -116/+253 |
| | | | | * | | | | remove, fixup | Thiago Macieira | 2010-03-17 | 1 | -5/+0 |
| | | | | * | | | | Change the 32-bit rollover on Windows and Symbian to be more efficient. | Thiago Macieira | 2010-03-17 | 2 | -34/+27 |
| | | | | * | | | | Add a couple of extra functions to QElapsedTimer | Thiago Macieira | 2010-03-17 | 6 | -11/+76 |
| | | | | * | | | | Rename the files too | Thiago Macieira | 2010-03-17 | 7 | -0/+0 |
| | | | | * | | | | Rename QTimestamp to QElapsedTimer | Thiago Macieira | 2010-03-17 | 17 | -80/+80 |
| | | | | * | | | | Remove unnecessary functions from the QTimestamp API. | Thiago Macieira | 2010-03-17 | 6 | -76/+0 |
| | | | | * | | | | Add support for 32-bit rollovers on Windows | Thiago Macieira | 2010-03-17 | 1 | -5/+21 |
| | | | | * | | | | Port QtCore uses of QTime as a stopwatch to QTimestamp. | Thiago Macieira | 2010-03-17 | 6 | -66/+14 |
| | | | | * | | | | Add a qtimestamp.cpp with some common functions. | Thiago Macieira | 2010-03-17 | 7 | -12/+106 |
| | | | | * | | | | Make qcore_unix.cpp share code with QTimestamp | Thiago Macieira | 2010-03-17 | 5 | -97/+68 |
| | | | | * | | | | Add the Symbian version of QTimestamp. | Thiago Macieira | 2010-03-17 | 1 | -0/+117 |
| | | | | * | | | | Add the Windows implementation of QTimestamp | Thiago Macieira | 2010-03-17 | 2 | -0/+121 |
| | | | | * | | | | Add the non-Mac Unix implementation of QTimestamp. | Thiago Macieira | 2010-03-17 | 2 | -0/+150 |
| | | | | * | | | | Add the Mac implementation of QTimestamp. | Thiago Macieira | 2010-03-17 | 2 | -1/+111 |
| | | | | * | | | | Initial version of QTimestamp class. | Thiago Macieira | 2010-03-17 | 4 | -0/+203 |
* | | | | | | | | | Fix wrong arguments order in a warning in QObject::moveToThread | Olivier Goffart | 2010-03-25 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Merge remote branch 'origin/4.7' into HEAD | Thiago Macieira | 2010-03-24 | 2 | -6/+6 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Fix compilation for winCE | Thierry Bastian | 2010-03-24 | 1 | -1/+2 |
| * | | | | | | | compile fix for mingw (also removes some warnings) | Thierry Bastian | 2010-03-23 | 2 | -7/+6 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Warwick Allison | 2010-03-23 | 2 | -37/+33 |
|\ \ \ \ \ \ \ | |/ / / / / / |