summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Position items in the correct orderAlan Alpert2009-11-043-8/+39
| | | | | Nearly fixes QT-2241, but still waiting for a signal to appear in QGraphicsItem which allows up to reposition items after a change.
* Avoid crashing on faulty call to createQmlObjectAlan Alpert2009-11-031-0/+5
|
* Add missing files.Michael Brasser2009-11-032-0/+12
|
* introduce int QTextDocument::available{Undo,Redo}Steps() const;hjk2009-11-033-0/+33
| | | | | | | | | | Formerly, QTextDocument::revision() could be used to guesstimate the number of available undo steps that was used in Qt Creator to store cursor positions in parallel to the actual text contents. Now that revision() is strictly increasing, another means is needed, therefore the new functions providing the needed data. Reviewed-by: mae
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-031-0/+23
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * autotestsYann Bodson2009-11-031-0/+23
| |
* | qfxtext -> qmlgraphicstextAaron Kennedy2009-11-031-1/+1
| |
* | Remove dead codeAaron Kennedy2009-11-031-9/+0
| |
* | Fix incorrect assertAaron Kennedy2009-11-033-1/+12
| | | | | | | | QT-2432
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0319-81/+789
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * QmlFontLoader testsYann Bodson2009-11-033-0/+94
| |
| * qmlgraphicstext testsYann Bodson2009-11-032-18/+16
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-0324-99/+1815
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-0335-110/+1547
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Don't trigger if we've been stopped.Martin Jones2009-11-031-7/+12
| | | | | | | | | | | | | | | | Task-number: QT-2423
| | | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-035-19/+97
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * Fix test.Michael Brasser2009-11-031-1/+1
| | | | |
| | | | * Add more Behavior autotests.Michael Brasser2009-11-032-1/+47
| | | | |
| | | * | Declare typeinfo for key navigation.Martin Jones2009-11-031-1/+1
| | | | |
| | * | | Define and document deletion of QmlEngine QNetworkAccessManagerWarwick Allison2009-11-032-9/+9
| | | | |
| | * | | Allow example-specific test.Warwick Allison2009-11-032-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Allow examples to report failure via error property. Workaround QTBUG-5296 by running webbrowser demo for longer.
| | * | | Support Visual (interactive) tests without using images for confirmation.Warwick Allison2009-11-036-35/+541
| | | | |
| * | | | add some QmlGraphicsText testsYann Bodson2009-11-031-9/+58
| | | | |
* | | | | QmlMetaType testAaron Kennedy2009-11-033-0/+227
| |_|_|/ |/| | |
* | | | More QmlContext testsAaron Kennedy2009-11-033-18/+50
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-034-26/+76
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Get AnimatedImage + autotests working again.Michael Brasser2009-11-034-26/+76
| | | | | | | | | | | | | | | | There are still failures, but at least the tests no longer crash.
* | | | Match meta-object versionAaron Kennedy2009-11-031-2/+2
|/ / /
* | | Add QMetaObjectBuilder testAaron Kennedy2009-11-033-0/+1067
|/ /
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-0316-31/+120
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Doc.Michael Brasser2009-11-0316-23/+109
| | |
| * | Fix repeater + positioners.Michael Brasser2009-11-031-8/+11
| |/ | | | | | | Don't leave empty space (or an empty cell) where the repeater would be.
* | * add more font examplesYann Bodson2009-11-035-26/+174
|/ | | | * add missing properties to QmlFontValueType
* Accidental commit.Warwick Allison2009-11-022-1271/+0
|
* Fix assertion (sc not declared).Warwick Allison2009-11-021-1/+1
|
* Fix crash.Warwick Allison2009-11-022-10/+2
|
* Fix crash in assistant/WebKit by disabling animated gifKai Koehne2009-11-022-1/+1
| | | | | declarative-tutorial3_animated.gif let WebKit crash on all platforms. Until this bug is fixed upstream just use a static image.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-0226-171/+551
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Mark Action class as to be exportedKai Koehne2009-11-021-1/+1
| | | | | | | | Used in Bauhaus.
| * Doc: Fixed typoKai Koehne2009-11-021-1/+1
| |
| * Check bug QT-2423Warwick Allison2009-11-021-0/+17
| |
| * NOTIFY ListModel::countWarwick Allison2009-11-022-2/+7
| |
| * more renamingYann Bodson2009-11-027-7/+7
| |
| * renaming QmlGraphicsRect -> QmlGraphicsRectangleYann Bodson2009-11-0212-159/+159
| |
| * move smooth example in visual testsYann Bodson2009-11-025-0/+355
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-029-4/+445
| |\ | | | | | | | | | into kinetic-declarativeui
| * | add night support for clocks exampleYann Bodson2009-11-023-1/+4
| | |
* | | Qt object testAaron Kennedy2009-11-0214-38/+390
| | |
* | | DocAaron Kennedy2009-11-023-8/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-028-81/+255
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui