summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Collapse)AuthorAgeFilesLines
* Fix QFxTextEdit cursorDelegate auto test properlyAlan Alpert2009-07-091-2/+3
| | | | Also fixes the minor bug that it found.
* Fix QFxTextEdit cursor delegate for multi-line and font changesAlan Alpert2009-07-091-0/+5
| | | | They weren't handled before, and now they are.
* Tests for QFxTextEdit selection propertiesAlan Alpert2009-07-091-0/+4
| | | | | | Also fixes some bugs that the tests uncovered. Also fixes the test, which was using a now invalid QmlComponent Constructor.
* selectionStart/End now work properlyAlan Alpert2009-07-091-19/+13
| | | | Autotests still in progress
* Implement selectedText, selectionStart and selectionEnd properties.Alan Alpert2009-07-083-4/+140
| | | | | Still to go: Setting the selectionStart/End properties doesn't work and there are no autotests.
* Add highlightedTextColor property to the QFxTextEdit sophisticateAlan Alpert2009-07-083-0/+35
|
* Add Cursor Delegate to QFxTextEditAlan Alpert2009-07-083-1/+79
| | | | | Adds the cursorDelegate property, including docs and autotest. No example is included because we don't really have a text example yet.
* Add textFormat property to the Text element.Michael Brasser2009-07-064-4/+85
|
* Make TextEdit's cursor position usable from Qml.Michael Brasser2009-07-062-1/+24
|
* Doc fixesYann Bodson2009-07-061-1/+1
|
* Add CONSTANT attribute where applicableAaron Kennedy2009-07-031-9/+9
|
* Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-031-1/+1
|
* Remove Content and ContentWrapperAaron Kennedy2009-07-025-310/+0
| | | | property aliases do a better job of this
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-025-24/+49
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-07-022-23/+18
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-023-1/+183
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Remove QmlSetPropertyAaron Kennedy2009-07-012-23/+18
| | | | | | | | | | | | | | | | This involves the introduction of separation between states and transition application. This was necessary to allow layouts to continue to use transitions.
| * | | Add smooth property to Text element.Yann Bodson2009-07-023-1/+31
| | |/ | |/|
* | | Make performance logging classes private.Michael Brasser2009-07-028-8/+8
| | |
* | | Move timeline class to util and make private.Michael Brasser2009-07-022-2/+1
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-011-1/+7
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Implement edge resistance for flickable dragging horizontally.Martin Jones2009-07-011-1/+7
| |/
* | Add a Scale transform object.Michael Brasser2009-07-012-0/+176
|/
* Move particles to extra.Michael Brasser2009-07-013-1444/+0
|
* Correctly save/restore render hint.Michael Brasser2009-07-011-2/+2
|
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-3039-102/+132
|
* CleanupMichael Brasser2009-06-303-3/+21
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged.Michael Brasser2009-06-305-22/+22
|
* Change geometry-related properties from int to qreal.Michael Brasser2009-06-306-94/+92
| | | | Most related properties were already qreal.
* Change border semantics for Rect.Michael Brasser2009-06-292-13/+27
| | | | | | | * Odd pen widths are drawn at a half pixel offset to keep things smooth. * A mitre join is used to make sure rects with thick borders don't look rounded. * A pen width of zero means no border.
* Cut down on the number of false positives for anchoring looping.Michael Brasser2009-06-292-11/+11
| | | | | The looping detection is not very reliable, but this makes it at least somewhat more so.
* Move some non-essential classes to extra.Michael Brasser2009-06-298-1300/+0
|
* Make sure we update when anchor margins/offsets change.Michael Brasser2009-06-261-0/+6
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-261-0/+4
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-241-4/+5
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix GridView handling of unrequested items.Martin Jones2009-06-241-0/+4
| | | | | | | | | | | | | | | If unrequested items were added before we had populated any items they would not be laid out at all.
* | | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-263-14/+14
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-241-0/+9
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-246-14/+43
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Display errors in component creation in setQml()Martin Jones2009-06-241-0/+9
| | |
* | | Fix possible crash.Michael Brasser2009-06-241-4/+5
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-06-241-3/+6
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix issue with render hints not being restored properly.Michael Brasser2009-06-241-3/+6
| |/
* | Allow fill color to be specified, as solid fill makes for muchWarwick Allison2009-06-243-2/+37
| | | | | | | | | | | | faster painting. Better would be for the paint engine to work this out for itself, but that is often difficult.
* | Clean up some code that has moved to QFxPaintedItemWarwick Allison2009-06-243-9/+0
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-235-92/+93
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Small cache, as documented.Warwick Allison2009-06-231-1/+1
| |
| * Move cacheSize property to QFxPaintedItem from QFxWebView.Warwick Allison2009-06-235-90/+60
| | | | | | | | Was missed in the refactoring.
| * Add zoomFactor property to WebView.Michael Brasser2009-06-222-1/+32
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-226-53/+85
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui