Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compile of autotests. | Rohan McGovern | 2010-02-18 | 2 | -3/+1 |
* | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-18 | 94 | -89/+445 |
|\ | |||||
| * | Added a new flag to fine-tune gesture propagation policy | Denis Dzyubenko | 2010-02-17 | 1 | -0/+86 |
| * | add test for toDateTime() using QLocale::LongFormat | Shenghua Su | 2010-02-17 | 1 | -20/+5 |
| * | remove debug info | Shenghua Su | 2010-02-17 | 1 | -1/+1 |
| * | add test case for QTBUG-7898 that QLocale::toDateTime(QString, FormatType) ca... | Shenghua Su | 2010-02-17 | 1 | -0/+20 |
| * | Revert "Optimized QLocale to access system locale on demand." | Denis Dzyubenko | 2010-02-17 | 1 | -6/+0 |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-16 | 93 | -89/+360 |
| |\ | |||||
| | * | Fix copyright year. | Jason McDonald | 2010-02-16 | 87 | -87/+87 |
| | * | Fix broken license headers. | Jason McDonald | 2010-02-16 | 3 | -2/+84 |
| | * | QNetworkAccessManager: add method to send custom requests | Peter Hartmann | 2010-02-16 | 1 | -0/+83 |
| | * | Add operator< and qHash for QSharedPointer and fix operator-. | Thiago Macieira | 2010-02-15 | 1 | -0/+100 |
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-13 | 1 | -0/+6 |
| | |\ | |||||
| | | * | Optimized QLocale to access system locale on demand. | Denis Dzyubenko | 2010-02-12 | 1 | -0/+6 |
* | | | | Fix threaded gl autotest build failure on GLES2 | Tom Cooksey | 2010-02-18 | 2 | -13/+20 |
* | | | | Removed redundant debug output from trace benchmark. | Samuel Rødal | 2010-02-18 | 1 | -1/+0 |
* | | | | Added two QML based traces to trace benchmark. | Samuel Rødal | 2010-02-18 | 4 | -0/+4 |
* | | | | Reduced the memory footprint of qttrace files. | Samuel Rødal | 2010-02-18 | 1 | -2/+8 |
* | | | | Added trace replayer benchmark. | Samuel Rødal | 2010-02-18 | 8 | -1/+275 |
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 | Gunnar Sletta | 2010-02-18 | 7 | -11/+65 |
|\ \ \ \ | |||||
| * | | | | Run firstRun initialization in declarative/painting benchmark | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 1 | -1/+1 |
| * | | | | Enable QStaticText in QtDeclarative painting benchmark | Rhys Weatherley | 2010-02-17 | 1 | -9/+5 |
| * | | | | Fixes crash when destroying a QGraphicsItem. | Yoann Lopes | 2010-02-17 | 1 | -0/+57 |
| * | | | | Move benchmarks/qvector to benchmarks/corelib/tools/qvector | Bjørn Erik Nilsen | 2010-02-17 | 5 | -1/+2 |
* | | | | | Make threading use-cases work for X11 | Gunnar Sletta | 2010-02-18 | 1 | -12/+28 |
|/ / / / | |||||
* | | | | Some threading improvements to the GL module | Gunnar Sletta | 2010-02-17 | 4 | -0/+519 |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-17 | 4 | -12/+457 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 | Jason McDonald | 2010-02-16 | 1 | -10/+11 |
| |\ \ \ | |||||
| | * | | | Rename QStaticText::setUseBackendOptimizations to setPerformanceHint() | Eskil Abrahamsen Blomfeldt | 2010-02-16 | 1 | -10/+11 |
| * | | | | Fix license headers. | Jason McDonald | 2010-02-16 | 1 | -16/+16 |
| |/ / / | |||||
| * | | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-15 | 1585 | -2/+178411 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge branch 'qt-graphics-team-qstatictext-4.7' | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 250 | -3390/+1139 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7 | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 70 | -247/+3207 |
| | |\ \ \ | |||||
| | * | | | | Remove fluxuating tests for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -209/+0 |
| | * | | | | Make QStaticText public API again | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -17/+17 |
| | * | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 250 | -3395/+936 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 7 | -17/+43 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Add tests for using QStaticText with a QGLWidget | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 2 | -1/+212 |
| | * | | | | | | Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integration | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -14/+15 |
| | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat... | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 26 | -182/+8265 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 112 | -997/+2663 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix one test and add tests for backend optimizations | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -3/+32 |
| | * | | | | | | | | Make QStaticText private API | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -1/+1 |
| | * | | | | | | | | Use fallback when drawing projected text | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -0/+29 |
| | * | | | | | | | | Test current graphics system + initialize memory | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -23/+44 |
| | * | | | | | | | | Remove translationDoesNotCauseRelayout test | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -45/+0 |
| | * | | | | | | | | Add tests for QStaticText::prepare() | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -0/+51 |
| | * | | | | | | | | Remove font property in QStaticText and fix handling translation on | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -4/+15 |
| | * | | | | | | | | Ignore rounding errors in QStaticText test | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -11/+4 |
| | * | | | | | | | | Remove debug output | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |