summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Collapse)AuthorAgeFilesLines
* Fix "initial" size for remote content.Warwick Allison2009-10-262-1/+12
|
* Fix accessing QmlList data as a model.Martin Jones2009-10-261-1/+1
|
* Fix crash.Michael Brasser2009-10-261-3/+3
|
* Add EaseFollow::maximumEasingTime propertyAaron Kennedy2009-10-232-19/+105
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-10-232-13/+17
|\ | | | | | | into kinetic-declarativeui
| * Use QmlScriptString for Connection scriptWarwick Allison2009-10-232-13/+17
| | | | | | | | | | (instead of AST special-case handling) Fixes QT-734
* | make ScriptAction work againYann Bodson2009-10-231-1/+1
|/
* Update ScriptAction and StateChangeScript to use QmlScriptString.Michael Brasser2009-10-235-30/+30
| | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734
* Add NOTIFY signals to EaseFollowAaron Kennedy2009-10-232-6/+39
|
* change all ids in doc examples to start with lower case.Martin Jones2009-10-226-29/+29
|
* Give QmlPropertyMap a more complete API.Michael Brasser2009-10-214-18/+110
|
* DocAaron Kennedy2009-10-211-6/+6
|
* Rename QBindableMap to QmlPropertyMap.Michael Brasser2009-10-213-2/+285
| | | | Task-number: QT-2316
* Add missing Q_OBJECT macros.Michael Brasser2009-10-211-0/+2
|
* Don't accidently override originals.Michael Brasser2009-10-201-1/+2
|
* Make ParentChange work when target has a transformOrigin set.Michael Brasser2009-10-201-11/+36
|
* Fixes for Symbian.Martin Jones2009-10-161-0/+1
|
* ParentChange docsMichael Brasser2009-10-141-1/+10
|
* Preserve visual appearance in more cases for ParentChange.Michael Brasser2009-10-141-45/+32
| | | | Task-number: QT-747
* More i18nWarwick Allison2009-10-132-5/+5
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-124-14/+12
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-123-12/+12
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-123-12/+12
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-124-28/+30
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | unwarnWarwick Allison2009-10-121-2/+0
| | |
* | | Behavior fix plus basic autotests.Michael Brasser2009-10-121-0/+8
| |/ |/|
* | Correctly identify signal handlers in PropertyChanges when !isScript.Michael Brasser2009-10-111-9/+10
| |
* | Make sure ParentChange always saves original parent.Michael Brasser2009-10-111-3/+1
| |
* | Improve Behavior reliability.Michael Brasser2009-10-112-16/+19
|/
* Move Q_PROPERTY()'s to top of objectAaron Kennedy2009-10-081-1/+1
| | | | | Q_PROPERTY() macros without a semicolon inside a class access block (public:) confuses moc into ignoring Q_INVOKABLES
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-085-3/+14
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-082-0/+11
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Add url() for setUrl().Warwick Allison2009-10-082-0/+11
| | |
| * | Remove a bunch of unneeded semicolons.Martin Jones2009-10-083-3/+3
| |/
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-082-39/+57
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-081-36/+44
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Compile on Symbian.Martin Jones2009-10-071-36/+44
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-061-2/+5
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Auto tests for QmlTimerMartin Jones2009-10-061-3/+13
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-072-4/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
| * | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-061-2/+0
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Some docs on data models.Martin Jones2009-10-061-2/+0
| | |
| * | Fix to not crash if item has no parent for some reason.Bea Lam2009-10-061-2/+5
| |/
* | Make Script an instrinsic typeAaron Kennedy2009-10-073-295/+0
| | | | | | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts.
* | Improve scope handlingAaron Kennedy2009-10-061-4/+2
| |
* | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-2/+8
|/
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-021-1/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Only set QmlViewer's scene to the root element size if there is one.Christian Kamm2009-10-011-1/+5
| | | | | | | | | | Reviewed-by: erikv Reviewed-by: kkoehne
| * Set sceneRect to size of root item instead of size of view.Christian Kamm2009-09-301-1/+1
| | | | | | | | | | | | | | | | This changes nothing when contentResizable is set and allows scroll bars to be used when it's false and the view size is smaller than the root item's size. Reviewed-by: owolff
* | Try to restore stacking order when restoring from a ParentChange.Michael Brasser2009-10-022-7/+52
|/