summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Implement itemsMoved() in ListView.Martin Jones2009-09-103-26/+73
* Best to delete pointer before zeroing it.Martin Jones2009-09-101-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-107-56/+148
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-108-34/+108
| |\
| * | Cursory QFxTextInput documentation.Alan Alpert2009-09-101-0/+58
| * | Update demos to work with API changesAlan Alpert2009-09-101-0/+1
| * | API ChangesAlan Alpert2009-09-107-56/+89
* | | Follow renamed to SpringFollow.Martin Jones2009-09-109-94/+158
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-106-30/+83
|\ \
| * | Report custom parse errors verbosely.Warwick Allison2009-09-106-30/+83
| |/
* | Support URL resolution from within script blocksAaron Kennedy2009-09-102-4/+25
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-095-11/+11
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-0914-323/+652
| |\
| * | Rename QFxItem::children() to QFxItem::fxChildren()Alan Alpert2009-09-094-8/+8
| * | Fix bug with keypad navigationAlan Alpert2009-09-091-3/+3
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0914-323/+652
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-0924-407/+298
| |\ \
| | * | Doc.Martin Jones2009-09-091-0/+2
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-098-17/+46
| | |\ \ | | | |/
| | * | Move ComponentInstance functionality into LoaderMartin Jones2009-09-0911-385/+223
| * | | Add EaseFollow elementAaron Kennedy2009-09-094-3/+492
* | | | Don't allow sparse-setting, since not efficient anyway.Warwick Allison2009-09-091-22/+16
* | | | Fix destruction of ModelNodes (fix crash-on-exit).Warwick Allison2009-09-091-7/+6
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0917-28/+81
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-0970-1836/+5547
| |\ \ \
| | * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-092-6/+2
| | |\ \ \
| | | * | | Remove debug.Michael Brasser2009-09-091-4/+1
| | | * | | Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1
| | * | | | TextInput bug fixesAlan Alpert2009-09-091-1/+10
| | * | | | Positioners now implictly have the height and width of the childrenRectAlan Alpert2009-09-091-0/+12
| | * | | | Some changes to repeater seem to have been missed.Alan Alpert2009-09-091-0/+2
| | |/ / /
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-0813-25/+327
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-086-6/+28
| | | * | Compilefix for win32Thomas Hartmann2009-09-081-4/+4
| | | |/
| | | * Don't use qt3support methodsAaron Kennedy2009-09-081-1/+1
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-0825-52/+575
| | | |\
| | | | * Current Item was moved twice when an item was inserted before it.Martin Jones2009-09-081-1/+2
| | | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-0719-320/+3074
| | | |\ \
| | | * | | DocAaron Kennedy2009-09-042-4/+5
| | * | | | Don't add newlines in rewriter as it messes up error reporting.Michael Brasser2009-09-081-2/+2
| * | | | | API review for ListView and GridViewMartin Jones2009-09-092-8/+18
* | | | | | Modifying ListModel from JS: work for structured data too.Warwick Allison2009-09-092-23/+60
| |_|_|_|/ |/| | | |
* | | | | Rest of change 28ccffc53df374f7b890510f481e2dae2e01ed74Warwick Allison2009-09-083-10/+288
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-083-2/+98
|\ \ \ \
| * | | | Add a pressDelay property to Flickable.Martin Jones2009-09-083-2/+98
* | | | | Fix leaks.Michael Brasser2009-09-084-1/+6
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-0711-11/+133
|\ \ \ \
| * | | | Add status and progress properties to Loader.Martin Jones2009-09-079-9/+120
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-071-0/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0712-308/+3056
| | |\ \ \ \ | | | | |_|/ | | | |/| |