summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Expose qml import statements in QmlDomKai Koehne2009-07-155-2/+44
* Fix broken qmldom autotestsKai Koehne2009-07-152-0/+6
* Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-07-1011-32/+692
|\
| * Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-1093-221/+3206
| |\
| | * adding autotestThierry Bastian2009-07-101-2/+28
| | * QTableView: horizontal scrollbar could be inoperent with big columnsThierry Bastian2009-07-101-0/+26
| | * QFileDialog: the side urls are now always cleaned when they are localThierry Bastian2009-07-101-0/+21
| | * Update test db definitions.Bill King2009-07-101-5/+9
| * | QGraphicsItem not updated properly when moving parent.Bjørn Erik Nilsen2009-07-101-3/+30
| * | Fixes broken item-lookup for untransformable items.Bjørn Erik Nilsen2009-07-101-0/+51
| * | Painting artifacts when closing an embedded popup in Graphics View.Bjørn Erik Nilsen2009-07-101-0/+39
| * | Painting artifacts when moving an item with partial updates.Bjørn Erik Nilsen2009-07-101-0/+47
| * | Rendering artifacts when hiding a QGraphicsItem.Bjørn Erik Nilsen2009-07-091-0/+11
| * | Optimize QGraphicsViewPrivate::updateRect/updateRegion.Bjørn Erik Nilsen2009-07-081-0/+115
| * | Dont include untransformable graphics items twice.Bjørn Erik Nilsen2009-07-021-0/+39
| * | Fixes broken BSP lookup in QGraphicsSceneBspTreeIndex.Bjørn Erik Nilsen2009-07-011-0/+13
| * | Fix a regression with extended style option items.Alexis Menard2009-07-011-0/+4
| * | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-0121-258/+161
| |\ \
| * \ \ Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-01269-176/+13662
| |\ \ \
| * | | | Fix broken tst_QGraphicsView::embeddedViews.Bjørn Erik Nilsen2009-06-301-7/+0
| * | | | Compile tst_QGrahicsSceneIndex after be79229eBjørn Erik Nilsen2009-06-251-15/+0
| * | | | Stabilize tst_QGraphicsView::moveItemWhileScrolling.Bjørn Erik Nilsen2009-06-251-1/+1
| * | | | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-06-2319-219/+1216
| |\ \ \ \
| * | | | | More work on getting autotests to pass.Andreas Aardal Hanssen2009-06-232-5/+24
| * | | | | Remove unused code / delay in this autotest.Andreas Aardal Hanssen2009-06-221-5/+0
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-1820-106/+337
| |\ \ \ \ \
| * | | | | | Make the autotests compile again.Andreas Aardal Hanssen2009-06-181-5/+18
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-17984-2852/+132260
| |\ \ \ \ \ \
| * | | | | | | Fix broken auto-test for the index.Alexis Menard2009-06-171-2/+2
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-1645-99/+1469
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-1120-80/+882
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-0910-59/+263
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-0521-34/+386
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix doc and auto-test regression.Alexis Menard2009-06-041-1/+1
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-038-9/+202
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove the sorting cache from the QGraphicsScene and move it to the BSP.Alexis Menard2009-06-033-7/+11
| * | | | | | | | | | | | Fix all auto-tests regressions.Alexis Menard2009-06-022-2/+5
| * | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-06-028-57/+569
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-05-29183-538/+15256
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix deletion of indexed items, and fix comments.Alexis Menard2009-05-051-1/+0
| * | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qt-main/qgraph...Alexis Menard2009-05-05178-2565/+4418
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove the indexing (BSP) logic from the sceneAlexis Menard2009-04-071-7/+8
| * | | | | | | | | | | | | | | Fixes: Autotest the scene index using the new items(QPointF) function.Ariya Hidayat2009-04-071-0/+14
| * | | | | | | | | | | | | | | Fixes: Add autotest for moving rectangle between items.Ariya Hidayat2009-04-071-0/+29
| * | | | | | | | | | | | | | | Fixes: Add autotest for overlapped rectanglesAriya Hidayat2009-04-071-0/+29
| * | | | | | | | | | | | | | | Fixes: Added linear scene index class. Not used yet.Ariya Hidayat2009-04-071-0/+5
| * | | | | | | | | | | | | | | Fixes: Autotest for inserting non-overlapped items in the scene index.Ariya Hidayat2009-04-071-0/+22
| * | | | | | | | | | | | | | | Fixes: Autotest for changing the index method of a scene.Ariya Hidayat2009-04-071-0/+21
| * | | | | | | | | | | | | | | Fixes: Parametrize the test with potentially different indexing method.Ariya Hidayat2009-04-071-1/+27
| * | | | | | | | | | | | | | | Fixes: Add a simple test for the scene index.Ariya Hidayat2009-04-073-0/+78