summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix TextInput auto test failure on mac.Andrew den Exter2011-03-041-0/+1
* Fix word selection locking on string boundaries.Andrew den Exter2011-03-041-1/+72
* QDeclarativePropertyMap::keys() cannot be called from qmlCharles Yin2011-03-031-0/+34
* Compensate for horizontal scroll in TextInput micro focus.Andrew den Exter2011-03-031-0/+4
* Position the TextInput cursor correctly after IM text is commited.Andrew den Exter2011-03-031-0/+18
* Make the TextInput cursorRectangle relative to the item.Andrew den Exter2011-03-021-3/+39
* Don't assert if font engine creates new glyphsAaron Kennedy2011-03-022-0/+24
* Add QML file for TextEdit positionAt test.Andrew den Exter2011-03-021-0/+9
* Don't return positions within preedit text from positionAt().Andrew den Exter2011-03-012-7/+84
* Add an is input method composing property to TextEdit and TextInput.Andrew den Exter2011-03-012-0/+76
* Fix FolderListModel test - set folder to one containing files.Martin Jones2011-02-281-0/+3
* Drag over bounds errors when ListView has variable height contentMartin Jones2011-02-281-2/+24
* FolderListModel emitted incorrect rowsRemoved range causing crash.Martin Jones2011-02-281-1/+30
* Fix test instability.Martin Jones2011-02-281-0/+2
* Ensure layout is updated when section property changes.Martin Jones2011-02-252-1/+24
* Add a 'CursorPosition' parameter to TextInput.positionAt().Andrew den Exter2011-02-241-0/+8
* DelayRemove of list delegate on section boundary duplicated sectionMartin Jones2011-02-232-0/+18
* Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Joona Petrell2011-02-2226-245/+850
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-206-51/+236
| |\
| | * Autotest: make at least one update before checking if more are neededThiago Macieira2011-02-201-4/+8
| | * Autotest: check that the type received is the expected oneThiago Macieira2011-02-201-8/+43
| | * Autotest: don't use the deprecated signal from QDBusConnectionInterfaceThiago Macieira2011-02-171-39/+17
| | * Autotest: be nicer to the subprocess and SIGTERM itThiago Macieira2011-02-171-1/+2
| | * Autotest: avoid memory leaks if test failsThiago Macieira2011-02-171-24/+41
| | * QtDBus: Make sure we can receive unknown typesThiago Macieira2011-02-172-2/+108
| | * QtDBus meta object: keep methods, signals and props with unknown typesThiago Macieira2011-02-171-1/+10
| | * Autotest: add a new test for parsing an introspection with unknown typesThiago Macieira2011-02-171-2/+33
| | * Make the QtDBus parser not complain about unknown thingsThiago Macieira2011-02-171-6/+7
| | * Add a mutex to protect the access to the QSet.Thiago Macieira2011-02-161-1/+4
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-186-5/+329
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-183-0/+35
| |\ \ \
| | * | | Added test case for corrupt pixel count in XPM image.Samuel Rødal2011-02-182-0/+14
| | * | | Fix an issue with removing rows in a table model.Michael Goddard2011-02-181-0/+21
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-151-0/+32
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-141-0/+19
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | QStyleSheetStyle: dont crash in PE_WIDGET when widget is nullOlivier Goffart2011-02-141-0/+19
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-1421-2/+399
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-1021-0/+6938
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-105-2/+68
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-0916-18/+494
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-0810-1/+229
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-085-4/+77
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix compilation of QMutableSetIterator::value() with QT_STRICT_ITERATORSDavid Faure2011-02-081-0/+11
| | * | | | | | | | | Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-082-1/+46
| | * | | | | | | | | Autotest: simple improvementsThiago Macieira2011-02-061-2/+4
| | * | | | | | | | | Autotest: Use QElapsedTimer for timingsThiago Macieira2011-02-061-2/+2
| | * | | | | | | | | Don't crash when creating backtrace for built-in JS functionKent Hansen2011-02-031-0/+15
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-082-6/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix duplicate definition errorShane Kearns2011-02-071-4/+0
| | * | | | | | | | | | Fix deployment issues with networkselftestShane Kearns2011-02-041-2/+3
| | |/ / / / / / / / /