Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Compile when USER_TIMER_MINIMUM isn't defined | Bradley T. Hughes | 2010-11-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-11-19 | 4 | -21/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-11-19 | 4 | -21/+43 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Compile with QT_NO_PROXYSCREEN. | Sam Magnuson | 2010-11-19 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | silence compiler warnings | Harald Fernengel | 2010-11-19 | 2 | -7/+7 | |
| | | * | | | | | | | | | | | Don't let posted events starve native dialogs (regression) | Bradley T. Hughes | 2010-11-18 | 1 | -14/+34 | |
| | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-19 | 26 | -38/+102 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Fix possible missing glyphs in raster engine glyph cache | Eskil Abrahamsen Blomfeldt | 2010-11-19 | 2 | -10/+13 | |
| | * | | | | | | | | | | | Fix possible corrupted text when gl glyph cache becomes full | Eskil Abrahamsen Blomfeldt | 2010-11-19 | 5 | -7/+38 | |
| | * | | | | | | | | | | | Check correctly before including SSE4.2 header. | Mike McQuaid | 2010-11-18 | 1 | -2/+6 | |
| | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-18 | 23 | -24/+50 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-17 | 23 | -24/+50 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | Fixed crash when destroying QGLWidget | Thorbjørn Lindeijer | 2010-11-17 | 1 | -1/+2 | |
| | | | * | | | | | | | | | Prevent crash in GL 2 engine when stroking null rectangle. | Samuel Rødal | 2010-11-17 | 1 | -0/+3 | |
| | | | * | | | | | | | | | Compile fix. | Samuel Rødal | 2010-11-17 | 1 | -1/+1 | |
| | | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-17 | 21 | -22/+44 | |
| | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | Doc: Fixing typo | Sergio Ahumada | 2010-11-16 | 18 | -20/+20 | |
| | | | | * | | | | | | | | | Fix possible missing glyphs in text when using GL engine | Eskil Abrahamsen Blomfeldt | 2010-11-16 | 3 | -2/+24 | |
| | | | | | |_|_|/ / / / / | | | | | |/| | | | | | | | ||||||
| * | | | | | | | | | | | | Don't leak QML compiled data objects | Aaron Kennedy | 2010-11-19 | 3 | -7/+3 | |
| * | | | | | | | | | | | | Add missing symbols to QtOpenGL arm def file | Joona Petrell | 2010-11-19 | 1 | -0/+5 | |
| * | | | | | | | | | | | | Add missing symbols to QtOpenGL emulator def file | Joona Petrell | 2010-11-19 | 1 | -3/+8 | |
| * | | | | | | | | | | | | Doc: clarify Flickable children vs. contentItem children. | Martin Jones | 2010-11-19 | 1 | -0/+7 | |
| * | | | | | | | | | | | | Fix parent bug for QDeclarativeOpenMetaObject | Marco Bubke | 2010-11-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | | Add missing symbols in QtGui emulator def file | Joona Petrell | 2010-11-18 | 1 | -0/+6 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | QThread: fix a race condition when destroying or restarting thread from finis... | Olivier Goffart | 2010-11-24 | 4 | -3/+22 | |
* | | | | | | | | | | | | QThreadStorage: fix crash if thread local destructor reset himself | Olivier Goffart | 2010-11-24 | 1 | -0/+5 | |
* | | | | | | | | | | | | Add WA_MacNoShadow widget attribute | Arvid Ephraim Picciani | 2010-11-24 | 3 | -1/+9 | |
* | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-11-24 | 25 | -124/+143 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-11-23 | 25 | -124/+143 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Doc: Fixing typo | Sergio Ahumada | 2010-11-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Fix compilation on symbian | Olivier Goffart | 2010-11-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | Fix a namespace error and some warnings found by clang | Jiang Jiang | 2010-11-23 | 12 | -39/+33 | |
| | * | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-11-22 | 16 | -85/+110 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | optimize ligatureHelper by using qBinaryFind instead of the for loop | Konstantin Ritt | 2010-11-22 | 1 | -7/+19 | |
| | | * | | | | | | | | | | | | QFileSystemWatcher: Do not require QApplication in the destructor. | Olivier Goffart | 2010-11-22 | 3 | -8/+3 | |
| | | * | | | | | | | | | | | | Do not define METHOD if QT_NO_KEYWORD is defined. | Olivier Goffart | 2010-11-22 | 1 | -2/+6 | |
| | | * | | | | | | | | | | | | QThreadPrivate::finish should not keep mutex locked when calling signals | Olivier Goffart | 2010-11-22 | 2 | -28/+37 | |
| | | * | | | | | | | | | | | | Make QThreadStorage supports value type and not only pointers. | Olivier Goffart | 2010-11-22 | 2 | -33/+27 | |
| | | * | | | | | | | | | | | | QThreadStorage: fix memory leak if thread storage are added while destroying | Olivier Goffart | 2010-11-22 | 1 | -3/+4 | |
| | | * | | | | | | | | | | | | Compile fix. | Yoann Lopes | 2010-11-22 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | Fix some warnings on Mac | Jiang Jiang | 2010-11-22 | 6 | -1/+11 | |
* | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast... | Qt Continuous Integration System | 2010-11-24 | 3 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Doc: Fixing typo | Sergio Ahumada | 2010-11-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge branch 'master-upstream' into master-water | Thierry Bastian | 2010-11-21 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master-upstream' into master-water | Thierry Bastian | 2010-11-20 | 43 | -244/+269 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master-upstream' into master-water | Thierry Bastian | 2010-11-19 | 1 | -0/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master-upstream' into master-water | Thierry Bastian | 2010-11-18 | 2 | -11/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master-upstream' into master-water | Thierry Bastian | 2010-11-17 | 8 | -24/+223 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master-upstream' into master-water | Thierry Bastian | 2010-11-16 | 122 | -614/+1378 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master-upstream' into master-water | Thierry Bastian | 2010-11-12 | 7 | -15/+83 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |