summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'staging/4.7' into bearermanagement/mobility-changes-squashAaron McCarthy2010-05-1468-118/+1733
|\
| * 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-1280-596/+1706
| | | |\
| | | * | 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-1321-86/+1508
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | 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
| | * | | | 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-1139-8/+63
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix compile errorsShane Kearns2010-05-101-0/+8
| | * | | Run autotests with minimal capabilitiesShane Kearns2010-05-1037-3/+44
| | * | | Fix fetchedRoot test variable to work also in SymbianMiikka Heikkinen2010-05-071-5/+11
| | |/ /
* | | | Cherry pick fix for MOBILITY-828 from Qt Mobility.Aaron McCarthy2010-05-141-4/+26
* | | | Bearer management changes from Qt Mobility.Aaron McCarthy2010-05-141-0/+7
* | | | Cherry pick fix for MOBILITY-828 from Qt Mobility.Aaron McCarthy2010-05-142-143/+242
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-05-112-5/+2
|\ \ \
| * | | Round ideal width up to prevent incorrect word wrapping on Mac OS XAaron Kennedy2010-05-111-2/+2
| * | | Remove unnecesary check for debug output.Martin Jones2010-05-101-3/+0
* | | | Correct ownership of signal handlers in state changes.Michael Brasser2010-05-112-0/+40
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1015-153/+217
|\ \ \
| * | | Remove debug messages from mousearea autotest fileLeonardo Sobral Cunha2010-05-101-6/+6
| * | | Prevent handling of Up/Down on Mac OS X, for consistency with other platforms.Warwick Allison2010-05-101-0/+8
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0718-152/+270
| |\ \ \
| | * | | Fix autotestsAaron Kennedy2010-05-075-152/+8
| | * | | Fix autotests (remove import Qt.widgets)Aaron Kennedy2010-05-072-2/+0
| | * | | Add missing qml file to qdeclarativemouseareaLeonardo Sobral Cunha2010-05-071-0/+28
| | * | | Update mouse area qmlvisual test to follow change QTBUG-10162Leonardo Sobral Cunha2010-05-071-2/+2
| | * | | Fix autotest bug in MouseAreaLeonardo Sobral Cunha2010-05-071-1/+1
| | * | | Avoid emitting release when the mouse is ungrabbedLeonardo Sobral Cunha2010-05-071-0/+44