summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-03157-204/+7591
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fix QMutex can deadlock when calling tryLockOlivier Goffart2011-02-021-0/+38
| * | | | | | | | | | | | | Revert "Restore Qt 4.6 behaviour: exec() always enters the event loop."Olivier Goffart2011-02-021-137/+54
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix animations with alwaysRunToEnd that are frequently stopped/started.Michael Brasser2011-02-221-0/+25
* | | | | | | | | | | | | Fix auto test failure on mac.Andrew den Exter2011-02-222-61/+60
* | | | | | | | | | | | | Prevent an animation from being registered to run twice.Michael Brasser2011-02-223-0/+36
* | | | | | | | | | | | | Add missing test file.Martin Jones2011-02-221-0/+33
* | | | | | | | | | | | | Prevent recursion due to nested Flickables with pressDelayMartin Jones2011-02-212-15/+34
* | | | | | | | | | | | | Ensure animations start correctly when running is bound to a value.Michael Brasser2011-02-212-0/+30
* | | | | | | | | | | | | Hide the TextInput/Edit cursor when the view doesn't have focus.Andrew den Exter2011-02-212-0/+141
* | | | | | | | | | | | | Forward mouse events from TextInput and TextEdit to QInputContext.Andrew den Exter2011-02-212-3/+279
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix TextEdit auto test failure on windows.Andrew den Exter2011-02-181-0/+2
* | | | | | | | | | | | Allow MouseArea to prevent mouse grab begin stolen by Flickable.Martin Jones2011-02-172-0/+159
* | | | | | | | | | | | Fix QTBUG-17008 XmlListModel blocks Windows system eventsCharles Yin2011-02-171-0/+23
* | | | | | | | | | | | Fix TextInput, TextEdit auto test failure on windows and mac.Andrew den Exter2011-02-162-0/+12
* | | | | | | | | | | | QDeclarativeDebug: Fix crash when serializing list of QObjectsKai Koehne2011-02-161-3/+13
* | | | | | | | | | | | Update the input context when the pre-edit cursor position changes.Andrew den Exter2011-02-162-2/+120
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix inheritance of widget input contexts.Andrew den Exter2011-02-151-0/+32
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Don't leak ScopeChainNode'sAaron Kennedy2011-02-141-0/+40
* | | | | | | | | | Correct the "module not installed" error handlingAaron Kennedy2011-02-1115-1/+272
* | | | | | | | | | Make addImportPath() work for windows paths starting with lower caseBea Lam2011-02-111-1/+11
* | | | | | | | | | Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-115-0/+76
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | PathView items were not correctly updated when rootIndex changed.Martin Jones2011-02-102-0/+67
* | | | | | | | | Allow text to selected in a TextEdit or TextInput inside a Flickable.Andrew den Exter2011-02-1019-0/+6871
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update modules-related tests and docsBea Lam2011-02-105-2/+68
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-0919-11/+523
|\ \ \ \ \ \ \
| * | | | | | | Fix auto test failure.Andrew den Exter2011-02-091-2/+10
| * | | | | | | PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-092-0/+52
| * | | | | | | Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m...Yann Bodson2011-02-091-6/+6
| * | | | | | | Don't clear pre-edit text when a graphics items loses focus.Andrew den Exter2011-02-091-2/+30
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Support seperate versions of installed modulesmae2011-02-0810-1/+229
| | |_|_|_|/ | |/| | | |
| * | | | | Autotest to go with 9f8a181a619649c8a227e92f3d16677f4b7cb30aAlan Alpert2011-02-081-0/+4
| | |_|_|/ | |/| | |
| * | | | Scroll TextInput to ensure preedit text is visible.Andrew den Exter2011-02-081-0/+76
| | |_|/ | |/| |
| * | | Ensure section delegates are updated when the section property changes.Martin Jones2011-02-072-0/+116
* | | | Add test for importing plugins that contain QML filesBea Lam2011-02-097-1/+91
* | | | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-094-7/+305
|/ / /
* | | Make test compileBea Lam2011-02-071-2/+2
* | | Disable lineHeight test while implementing the feature in master properly.Yann Bodson2011-02-071-3/+3
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2011-02-046-0/+120
|\ \ \
| * | | modelChanged() should not be emitted until view is repopulatedBea Lam2011-02-042-0/+59
| * | | AnimatedImage does not notify on status change.Yann Bodson2011-02-042-0/+41
| | |/ | |/|
| * | Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-032-0/+20
* | | Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-034-0/+37
|/ /
* | On windows xp using a higher port makes the declarativedebug* tests workMartin Jones2011-02-032-6/+6
* | Make Flickable's wheel handling more like QAbstractScrollArea.Michael Brasser2011-02-022-0/+60
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-02155-198/+7505
|\ \ | |/ |/|
| * Changing header or footer failed to delete the previous.Martin Jones2011-02-026-1/+92
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2011-02-022-0/+31
| |\
| | * Make sure we update Loader size if item size changes after creation.Martin Jones2011-02-022-0/+31
| * | Avoid index-out-of bounds related crash in GridAlan Alpert2011-02-021-1/+19
| |/