summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1413-43/+382
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1313-43/+382
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Avoid running animation when loopCount == 0Leonardo Sobral Cunha2010-05-131-0/+24
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1212-43/+358
| | |\ \ \ \
| | | * | | | Modified QPainter and QPixmap benchmarks to use raster pixmaps.Samuel Rødal2010-05-122-29/+88
| | | * | | | Stabilize tst_QWidgetAction::visibilityUpdateOlivier Goffart2010-05-121-2/+4
| | | * | | | Fix compiler warning in QT_REQUIRE_VERSIONOlivier Goffart2010-05-111-0/+2
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-118-12/+264
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | Stabilize tst_QColumnView::parentCurrentIndexOlivier Goffart2010-05-111-5/+5
| | | | * | | Stabilize tst_QDockWidget::taskQTBUG_9758_undockedGeometryOlivier Goffart2010-05-101-0/+1
| | | | * | | fix tst_QDockWidget::taskQTBUG_9758_undockedGeometry on LinuxOlivier Goffart2010-05-071-15/+16
| | | | * | | Fix crash with stylesheet if widget change style in the changeEventOlivier Goffart2010-05-071-1/+30
| | | | * | | Fixed bug in QIODevice::read after first reading 0 bytes.Samuel Rødal2010-05-071-0/+26
| | | | * | | Fix auto-test failure on Mac/Linux/QWS.Alexis Menard2010-05-071-4/+0
| | | | * | | QSortFilterProxyModel: Warning or assert failureGabriel de Dietrich2010-05-051-0/+61
| | | | * | | Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-051-0/+57
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-05-051-0/+20
| | | | |\ \ \
| | | | | * | | Fixed the position of the dock widget when undockedThierry Bastian2010-05-041-0/+20
| | | | * | | | Fixes regression: SVG image loading would fail from QBuffer with pos!=0aavit2010-05-051-1/+62
| | | | |/ / /
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-138-24/+162
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-128-24/+162
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1282-537/+1813
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Added QDateTime::msecsTo()Jason Hollingsworth2010-05-111-0/+26
| | * | | | | Revert "Improve QUrl handling of local file paths"Morten Johan Sørvig2010-05-101-10/+1
| | * | | | | Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs."Morten Johan Sørvig2010-05-101-6/+0
| | * | | | | tst_SuiteTest: Fix a meaningless switch statementJakub Wieczorek2010-05-101-4/+11
| | * | | | | tst_qxmlquery: Fix misuse of absolute paths as URLsThiago Macieira2010-05-071-9/+9
| | * | | | | Use QUrl::isLocalFile and fix the scheme checking in local URLs.Thiago Macieira2010-05-051-0/+6
| | * | | | | Improve QUrl handling of local file pathsThiago Macieira2010-05-051-1/+10
| | * | | | | tst_qnetworkreply: add a test for getting from SMBThiago Macieira2010-05-052-0/+4
| | * | | | | whitespace fixesThiago Macieira2010-05-051-10/+10
| | * | | | | Skip tst_LargeFile::mapOffsetOverflow on MacJoão Abecasis2010-05-041-0/+4
| | * | | | | Propperly escape title and creator in PDF documentsJakob Truelsen2010-05-041-1/+27
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-041-0/+71
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Fixes a crash in QGestureManager when unregistering recognizers.Denis Dzyubenko2010-05-031-0/+71
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1328-111/+1529
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA...Joona Petrell2010-05-133-8/+16
| * | | | | | Fix for graphics widget in the background stealing declarative item's focusJoona Petrell2010-05-132-0/+57
| * | | | | | Fix broken benchmarks.Michael Brasser2010-05-137-25/+21
| * | | | | | Possibly fix autotestAlan Alpert2010-05-121-1/+1
| * | | | | | Correctly assign bool to variant propertiesAaron Kennedy2010-05-122-0/+6
| * | | | | | Flickable small API changes.Yann Bodson2010-05-121-0/+28
| * | | | | | Reset the dragDropItem to 0 when the item dies while dragging on top it.Alexis Menard2010-05-121-0/+24
| * | | | | | Add missing test, qdeclarativelayoutitem, to declarative.proLeonardo Sobral Cunha2010-05-121-0/+1
| * | | | | | Sorted the tests list in declarative.proLeonardo Sobral Cunha2010-05-121-65/+65
| * | | | | | Bail out early if the same target value is reassigned to a Behavior.Michael Brasser2010-05-127-2/+1181
| | |_|_|/ / | |/| | | |
| * | | | | Ensure PathView "attribute" attached properties are created correctlyMartin Jones2010-05-112-0/+105
| * | | | | Ensure QPixmapCache does not flush pixmaps that are still in use.Warwick Allison2010-05-111-10/+24
| | |_|/ / | |/| | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-1140-8/+68
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove test cases which cause stack overflowShane Kearns2010-05-101-0/+5