summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning.Michael Brasser2009-05-081-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-0817-84/+82
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-088-68/+24
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * setWidth() and setHeight() lost their virtual at some point :-/Martin Jones2009-05-086-57/+15
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-081-7/+5
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * More path to path fixing.Martin Jones2009-05-081-7/+5
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-0811-29/+109
| | |\ \ | | | |/ | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Don't assume will get non-0 item to send key to.Ian Walters2009-05-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Before this change was getting crashes when the window lost focus. This is because the target was non-0, but the focusItem stored for that target was 0.
| * | | Allow control of cursor and of selection.Warwick Allison2009-05-083-7/+46
| | |/ | |/| | | | | | | | | | This allows components to implement look&feel such as select-all-on-focus, and to blink the cursor even when it is a proxy that actually has focus.
| * | Make sure cancelling image loading cancels progress reporting.Martin Jones2009-05-076-9/+12
| | |
* | | Get autotests compiling again. Start converting syntax.Michael Brasser2009-05-081-1/+0
| | |
* | | More Transform work.Michael Brasser2009-05-082-18/+118
|/ / | | | | | | Add Rotatation. Mark poorly documented transforms as internal for now.
* | Get view to view transitions working properly... for PathView.Martin Jones2009-05-075-20/+97
|/
* Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-075-23/+111
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Don't crashMartin Jones2009-05-072-14/+15
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-071-1/+6
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Viewing the same image twice showed no image the second time.Martin Jones2009-05-071-0/+11
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-071-1/+1
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add progress reporting to Image and use it in the flickr demo.Martin Jones2009-05-075-10/+86
| | | |
* | | | Use focus property, not active focus for control focusIan Walters2009-05-072-18/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActiveFocus is misleading in QML, between KeyProxy and FocusRealm, an item with focus, but not activeFocus could still get keys. focus means 'I want key events'. Hence if focus is true, blink the cursor.
* | | | KeyProxy to send to focused child of focus realms.Ian Walters2009-05-071-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | If a component is loaded into a focus realm, it is likely when specifying it as a target of a focus proxy the intent is to have it behave as if the focus proxy target had focus. This means for focus scopes, descend to find the focused descendent of that scope, rather than sending directly to the item itself.
* | | Layouts should only modify items in their direction of operationAaron Kennedy2009-05-071-1/+6
| |/ |/|
* | Fix typo.Michael Brasser2009-05-061-1/+1
|/
* Enable updating of XmlListModel from Qml.Michael Brasser2009-05-061-0/+6
| | | | Made the fetch() method a slot so it will be accessible from QML.
* Docs.Martin Jones2009-05-061-14/+14
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-063-120/+69
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * GridView docs.Martin Jones2009-05-062-86/+29
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-0515-675/+298
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-057-27/+27
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Move the bulk of Content/ContentWrapper documentation to ContentWrapper.Martin Jones2009-05-051-23/+25
| | | |
| * | | Content/ContentWrapper documentation.Martin Jones2009-05-051-31/+35
| | | |
* | | | Add images for the Transform documentation.Michael Brasser2009-05-061-2/+11
| |_|/ |/| |
* | | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-8/+0
| | |
* | | Doc fix - Image::src has been renamed to QFxImage::sourceKai Koehne2009-05-051-2/+2
| | | | | | | | | | | | see commit 94a69804
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-0519-693/+277
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-0512-568/+86
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-057-27/+27
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Rename QFxImageItem to QFxPaintedItem.Ian Walters2009-05-059-80/+77
| | | | | | | | | | | | | | | | | | | | Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)
| | * | | Remove Painted, have WebView use ImageItemIan Walters2009-05-056-503/+24
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Reducing duplicated code and functionality. Removing QFxPainted as it isn't used and has less features than QFxImageItem, which fufills the same roles. Have QFxWebView use QFxImageItem as a base to reduce duplicated caching code. Minimal risk given that QFxImageItem is based of QFxWebView.
| * | | More doc cleanup.Michael Brasser2009-05-052-98/+164
| | |/ | |/|
| * | More doc conversion and cleanup.Michael Brasser2009-05-057-27/+27
| |/
* | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-0/+47
|/
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-2/+10
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-0112-360/+517
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * docWarwick Allison2009-05-016-109/+136
| |
| * docWarwick Allison2009-05-016-251/+381
| |
* | Correct doc.Michael Brasser2009-05-011-3/+3
|/
* docWarwick Allison2009-05-018-74/+92
|
* docWarwick Allison2009-05-017-57/+68
|
* docWarwick Allison2009-05-011-18/+39
|