summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
* | | | | | | | | | | | | | | | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-051238-2926/+149403
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Improved the support for input methods in Graphics View.jasplin2009-07-033-2/+220
| * | | | | | | | | | | | | | | | Benchmark test for quaternion multiplication.Ariya Hidayat2009-07-022-0/+130
| * | | | | | | | | | | | | | | | Refactored gesture apiDenis Dzyubenko2009-07-021-8/+21
| * | | | | | | | | | | | | | | | Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-021-100/+2
| * | | | | | | | | | | | | | | | Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-028-12/+223
| * | | | | | | | | | | | | | | | Add support for creating the object alongside the Data structure inThiago Macieira2009-07-021-2/+100
| * | | | | | | | | | | | | | | | Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-021-0/+123
| * | | | | | | | | | | | | | | | Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-0211-16/+1315
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Implement a support for getting return arguments out of invokeMethodThiago Macieira2009-07-021-1/+91
| | * | | | | | | | | | | | | | | | Replace internalPropGet and internalPropSet with the QObject versions in QDBu...Thiago Macieira2009-07-021-8/+8
| | * | | | | | | | | | | | | | | | Autotest: add tests for checking variant propertiesThiago Macieira2009-07-024-2/+60
| | * | | | | | | | | | | | | | | | Autotest: Add property-setting and getting tests to QDBusInterfaceThiago Macieira2009-07-021-2/+100
| | * | | | | | | | | | | | | | | | Autotest: Add testing of QDBusAbstractInterfaceThiago Macieira2009-07-028-0/+937
| | * | | | | | | | | | | | | | | | Autotest: add tests for method call errorsThiago Macieira2009-07-021-2/+103
| | * | | | | | | | | | | | | | | | Autotest: make sure we create the QDBusInterface after the object exists.Thiago Macieira2009-07-021-9/+12
| | * | | | | | | | | | | | | | | | Adapt the message-sending code to return error messages from theThiago Macieira2009-07-021-2/+14
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-022-0/+40
| * | | | | | | | | | | | | | | | Merge branch '4.5'Thiago Macieira2009-07-026-2/+216
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | add license headersOswald Buddenhagen2009-07-025-0/+205
| | * | | | | | | | | | | | | | | Get more autotests passing/fixed up.Bill King2009-07-022-2/+16
| * | | | | | | | | | | | | | | | add a few QObject binding testsKent Hansen2009-07-021-0/+23
| * | | | | | | | | | | | | | | | QAnimation: fix a jump in values when restarting an animationThierry Bastian2009-07-011-0/+5
| * | | | | | | | | | | | | | | | Animations: adding an autotest for jumping values when restartingThierry Bastian2009-07-011-0/+52
| * | | | | | | | | | | | | | | | Fixed inheritance of some attributes in SVG.Suneel BS2009-07-011-0/+124
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | tests: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-0120-257/+133
| * | | | | | | | | | | | | | | Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-011-1/+28
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-011-0/+19