summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on gccEskil Abrahamsen Blomfeldt2010-02-183-7/+8
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2Eskil Abrahamsen Blomfeldt2010-02-1817-50/+522
|\
| * Fix threaded gl autotest build failure on GLES2Tom Cooksey2010-02-182-13/+20
| * Removed redundant debug output from trace benchmark.Samuel Rødal2010-02-181-1/+0
| * Added two QML based traces to trace benchmark.Samuel Rødal2010-02-184-0/+4
| * Fixed old trace files no longer working.Samuel Rødal2010-02-181-1/+3
| * Reduced the memory footprint of qttrace files.Samuel Rødal2010-02-185-15/+131
| * Added trace replayer benchmark.Samuel Rødal2010-02-188-1/+275
| * Added --range and --single arguments to qttracereplay.Samuel Rødal2010-02-181-9/+63
| * Always accept values reported directly using QTest::setBenchmarkResult.Samuel Rødal2010-02-181-1/+1
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2Gunnar Sletta2010-02-1815-33/+110
| |\
| * | Make threading use-cases work for X11Gunnar Sletta2010-02-181-12/+28
* | | Add experimental VBO support for drawCachedGlyphs()'s index arrayEskil Abrahamsen Blomfeldt2010-02-182-1/+32
| |/ |/|
* | Run firstRun initialization in declarative/painting benchmarkEskil Abrahamsen Blomfeldt2010-02-181-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2Eskil Abrahamsen Blomfeldt2010-02-185-19/+21
|\ \
| * | Enable QStaticText in QtDeclarative painting benchmarkRhys Weatherley2010-02-171-9/+5
| * | Fix no-webkit compiler helpviewerRhys Weatherley2010-02-174-10/+16
* | | Optimization for text drawing on OpenGLEskil Abrahamsen Blomfeldt2010-02-182-2/+8
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2Eskil Abrahamsen Blomfeldt2010-02-1778-481/+1416
|\ \
| * | Fixes crash when destroying a QGraphicsItem.Yoann Lopes2010-02-172-2/+60
| * | Move benchmarks/qvector to benchmarks/corelib/tools/qvectorBjørn Erik Nilsen2010-02-175-1/+2
| |/
| * Some threading improvements to the GL moduleGunnar Sletta2010-02-177-18/+575
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-17178-10269/+45987
| |\
| | * Fixed compile on Mac.Kim Motoyoshi Kalland2010-02-161-1/+1
| | * Changelog update for 4.7.Trond Kjernåsen2010-02-161-1/+5
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2Jason McDonald2010-02-164-44/+84
| | |\
| | * | Fix license headers.Jason McDonald2010-02-164-70/+70
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-02-169-58/+69
| |\ \ \
| | * \ \ Merge remote branch 'qt/master' into s60-masterQt Continuous Integration System2010-02-1643-2831/+1129
| | |\ \ \
| | * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-16386-4218/+2641
| | |\ \ \ \
| | | * | | | Fixed missing repaints on S60 3.1.axis2010-02-151-1/+9
| | | * | | | Build break fix for QS60Style.Sami Merila2010-02-151-1/+2
| | | * | | | QS60Style: Branch indicator in tree view is misplacedSami Merila2010-02-151-7/+9
| | | * | | | Compilation error fix: missing comma in enum list in QS60StyleSami Merila2010-02-151-1/+1
| | | * | | | Scroll bar handle/groove ends are squeezed (in nHD resolution)Sami Merila2010-02-151-4/+7
| | | * | | | QS60Style draws drop area as a black rectSami Merila2010-02-153-2/+12
| | | * | | | Remove scrollbar context menu from QS60StyleSami Merila2010-02-151-0/+3
| | | * | | | Change a name of a variable to be more descriptiveSami Merila2010-02-141-2/+2
| | * | | | | Enabled commit 2b60b542a for all platforms.axis2010-02-162-20/+5
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1649-330/+634
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Designer: Fix compile for namespaced qt.ck2010-02-164-8/+8
| | * | | | | Designer: Implement isDirty()-handling using a QUndoStack.Friedemann Kleint2010-02-165-40/+225
| | * | | | | doc: A QPlainTextEdit is never a QTextBrowserThorbjørn Lindeijer2010-02-161-1/+1
| | * | | | | fix line endingsOswald Buddenhagen2010-02-166-120/+120
| | * | | | | Designer:Fix undo crash caused by special handling of key move.Friedemann Kleint2010-02-166-90/+177
| | * | | | | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6Friedemann Kleint2010-02-1621-40/+40
| | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-1512-40/+72
| | |\ \ \ \ \ | |/ / / / / /
| | * | | | | Assistant: Rebuild search index at most once at start-up.ck2010-02-153-3/+34
| | * | | | | Prepare translations of the declarative module.Friedemann Kleint2010-02-159-37/+38
* | | | | | | Make sure height of glyph cache is a power of twoEskil Abrahamsen Blomfeldt2010-02-171-8/+18
| |_|_|_|_|/ |/| | | | |