summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-142-6/+26
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-142-6/+26
| | | | | | | | QNetworkAccess does similar things.
* | Add list accessors for Item::children and Item::resourcesAaron Kennedy2009-10-141-10/+18
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-133-23/+240
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Make sure effects are still included.Michael Brasser2009-10-131-0/+2
| |
| * Add basic QML docs for the effects.Michael Brasser2009-10-123-24/+239
| |
* | More i18nWarwick Allison2009-10-134-22/+22
|/
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-123-12/+11
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-096-76/+54
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-095-102/+135
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/layouts/Button.qml
| | * 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
| | | * | No need for temporary currentItemMartin Jones2009-10-092-27/+7
| | | | |
| | * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-084-8/+8
| | |\ \ \ | | | |/ / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| | * | | Fix visual model crash at shutdown due to dangling pointerAaron Kennedy2009-10-081-30/+46
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-099-39/+40
| |\ \ \ \ | | | |/ / | | |/| | | | | | | 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
| |_|_|/ |/| | |
* | | | GraphicsObjectContainer cleanup.Michael Brasser2009-10-092-45/+82
| |/ / |/| | | | | | | | | | | Also fixes initial size of widget if the container has an explicit size set.
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-083-12/+12
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-081-19/+19
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Rename preserveSelection to persistentSelectionAlan Alpert2009-10-083-12/+12
| | | | | | | | | | | | | | | | Task-number: QT-1113
* | | | Remove a bunch of unneeded semicolons.Martin Jones2009-10-084-8/+8
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-081-0/+1
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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-063-32/+65
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Simplify Rectangle painting.Michael Brasser2009-10-061-30/+7
| |
| * Added properties highlightMoveSpeed and highlightResizeSpeed (ListView)Christiaan Janssen2009-10-062-2/+58
| | | | | | | | | | | | | | | | The speed of the moving and resizing animations of the highlight component were hardcoded, now they are accessible through these new properties. Reviewed-by: thartman
* | Auto tests for QmlTimerMartin Jones2009-10-061-19/+19
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-061-2/+7
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * doc fixesYann Bodson2009-10-061-0/+2
| |
| * Fix display of rounded Rectangles with border and odd radius.Christian Kamm2009-10-051-2/+5
| | | | | | | | | | | | Due to a rounding issue the sum of the margins was larger than the pixmap size, causing qDrawBorderPixmap to only draw the corners and leaving the sides and center blank.
* | Some docs on data models.Martin Jones2009-10-065-1/+13
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-055-21/+119
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * update docYann Bodson2009-10-051-13/+10
| |
| * Change .sci syntax to match BorderImage.Yann Bodson2009-10-051-5/+5
| |
| * Experiment with syncing GraphicsObjectContainer and QGraphicsWidget sizes.Michael Brasser2009-10-052-2/+103
| |
| * Fix Rectangle size when drawing with qDrawBorderPixmap.Michael Brasser2009-10-051-1/+1
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-056-51/+17
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Update Rectangle to use qDrawBorderPixmap.Michael Brasser2009-10-051-35/+3
| |
| * Make compile.Michael Brasser2009-10-041-1/+1
| |
| * Enable QGraphicsBloomEffect in QML.Andreas Aardal Hanssen2009-10-021-0/+4
| | | | | | | | | | | | Also add this to the effect example. Reviewed-by: Aaron Kennedy
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-025-25/+45
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix repeater item orderingAlan Alpert2009-09-302-15/+2
| | | | | | | | | | | | | | | Note that while QT-2241 exists there will still be an issue with the specific usecase of placing a repeater inside a positioner
| * | Try to restore stacking order when restoring from a ParentChange.Michael Brasser2009-10-021-0/+7
| | |
* | | Have repeater handle items being added/removed/moved by the model.Martin Jones2009-09-302-3/+24
| | | | | | | | | | | | | | | | | | | | | Currently this just recreates every item. Once repeater is able to correctly insert child items this needs to be revisited. Task-number: QT-745
* | | Allow GridView key navigation to be overridden.Martin Jones2009-09-303-40/+138
| |/ |/| | | | | Also add GridView example.
* | Make sure the delayed press event is exactly the same as the original.Martin Jones2009-09-291-2/+9
| |
* | Some fixes for ListView key handling.Martin Jones2009-09-292-8/+34
|/ | | | | Accept auto repeated keys in wrap mode even at the ends. Allow Keys.onLeftPressed, etc. to override default key handling.
* Give more error information on failed image loading.Michael Brasser2009-09-281-0/+1
|