summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-1222-66/+65
|
* The root object is always last default objectAaron Kennedy2009-10-121-1/+5
| | | | Fix for QT-2301
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-1232-339/+533
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add missing files.Michael Brasser2009-10-122-0/+145
| |
| * 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
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-1116-116/+126
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix buildThierry Bastian2009-10-091-1/+1
| | |
| * | Improve Behavior reliability.Michael Brasser2009-10-1127-326/+376
| | |
* | | Add id aliasesAaron Kennedy2009-10-092-17/+42
| |/ |/|
* | Support aliases to enum propertiesAaron Kennedy2009-10-091-2/+5
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-092-31/+1
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove deprecated write to signal property supportYann Bodson2009-10-092-31/+1
| | |
* | | Tweak scope ordering (again)Aaron Kennedy2009-10-095-37/+49
|/ / | | | | | | | | | | ids and methods shadow properties. The reasoning is that the user explicitly declared these names, whereas they might not even know a property by that name exists.
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0912-44/+32
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-0956-1618/+3638
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0955-1644/+3719
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/layouts/Button.qml
| | | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0950-1560/+3618
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Remove some warnings.Martin Jones2009-10-091-12/+12
| | | | |
| | * | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0922-107/+138
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Remove redundant QFxItem::activeFocusChanged(); is not used anywhere,Bea Lam2009-10-073-19/+1
| | | | | | | | | | | | | | | | | | | | | | | | presumedly replaced by QFxItem::focusChanged().
| * | | | | Add missing NOTIFYYann Bodson2009-10-098-13/+19
| | | | | |
* | | | | | Output file/line for script errorsAaron Kennedy2009-10-0911-45/+70
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-094-72/+89
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-092-45/+82
| |\ \ \ \ | | |/ / / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | GraphicsObjectContainer cleanup.Michael Brasser2009-10-092-45/+82
| | | |/ | | |/| | | | | | | | | | | | | Also fixes initial size of widget if the container has an explicit size set.
| * | | No need for temporary currentItemMartin Jones2009-10-092-27/+7
| |/ /
* | | Move Q_PROPERTY()'s to top of objectAaron Kennedy2009-10-082-5/+5
| | | | | | | | | | | | | | | 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-0814-37/+48
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-086-12/+24
| |\ \ | | | | | | | | | | | | 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-0812-37/+37
| | | |
* | | | Fix visual model crash at shutdown due to dangling pointerAaron Kennedy2009-10-081-30/+46
| | | |
* | | | Small optimizationAaron Kennedy2009-10-081-3/+4
| | | |
* | | | Zero bindingBits correctlyAaron Kennedy2009-10-081-2/+3
| | | |
* | | | Fix crashAaron Kennedy2009-10-081-1/+1
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-088-70/+90
|\ \ \ \ | | |/ / | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-082-22/+32
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-082-36/+45
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-073-489/+0
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-064-34/+70
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Auto tests for QmlTimerMartin Jones2009-10-062-22/+32
| | | | | |
| * | | | | Rename preserveSelection to persistentSelectionAlan Alpert2009-10-084-12/+13
| | |_|_|/ | |/| | | | | | | | | | | | | Task-number: QT-1113
| * | | | Fix QFxTextInputAlan Alpert2009-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | It was accepting input on both press and release, for some reason
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-073-489/+0
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Compile on Symbian.Martin Jones2009-10-071-36/+44
| | |_|/ | |/| |
* | | | Use correct file caseAaron Kennedy2009-10-081-3/+3
| | | |
* | | | Update to use new QScriptDeclarativeClass APIAaron Kennedy2009-10-081-2/+2
| | | |
* | | | Make qmlecmascript:selfDeletingBinding passAaron Kennedy2009-10-084-133/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Expressions and bindings must not reference data following their evalutation incase their object has been deleted. To solve this, the needed data is separated into a reference counted QmlExpressionData and QmlBindingData object.
* | | | Remove bogus assertAaron Kennedy2009-10-071-1/+0
| | | |