summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix repeater item orderingAlan Alpert2009-09-301-1/+1
* Mark an inefficency in TextEditAlan Alpert2009-09-241-0/+1
* QFxTextEdit test passes againAlan Alpert2009-09-231-1/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-231-1/+1
|\
| * Renaming: QFxView -> QmlViewYann Bodson2009-09-221-1/+1
* | Fix cursor drawing in QFxTextInput and QFxTextEditAlan Alpert2009-09-231-0/+5
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-161-1/+0
|\
| * Fix double-deletion bug with QFxTextEdit's cursor delegateAlan Alpert2009-09-151-1/+0
* | Experiment with implicitWidth and implicitHeight functions.Michael Brasser2009-09-161-12/+7
|/
* API ChangesAlan Alpert2009-09-101-13/+13
* Rename positioners.Warwick Allison2009-08-241-1/+1
* Add font doc to TextInput and TextEdit.Yann Bodson2009-08-201-1/+6
* Update documentation regarding font.pointSizeYann Bodson2009-08-201-5/+5
* Text-related API updates after reviewMichael Brasser2009-08-191-4/+4
* Doc cleanup.Yann Bodson2009-08-171-83/+7
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-141-23/+20
* Make calling base class focusChanged a protocol.Warwick Allison2009-08-141-1/+1
* Fix to QFxWebView to show cursor in focused text input. Correction textedit a...Tapani Mikola2009-08-141-0/+1
* Rename layouts to positionersAlan Alpert2009-08-131-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-121-2/+15
|\
| * Cleanup QFxLineEdit APIAlan Alpert2009-08-111-1/+1
| * DocumentationYann Bodson2009-08-101-1/+14
* | Change key handling to use a Keys attached property.Martin Jones2009-08-121-14/+5
|/
* Move the 'smooth' property to QFxItemYann Bodson2009-08-031-1/+1
* More QFxItem cleanup.Michael Brasser2009-07-301-2/+2
* remove itemParent() and related.Lars Knoll2009-07-291-1/+1
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
* Remove an unused method in QFxItemLars Knoll2009-07-221-9/+0
* CompileEskil Abrahamsen Blomfeldt2009-07-171-8/+8
* Fix warnings.Michael Brasser2009-07-151-1/+1
* Cleanup in preparation for key/focus handling.Michael Brasser2009-07-131-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-101-5/+243
|\
| * Fix QFxTextEdit cursorDelegate auto test properlyAlan Alpert2009-07-091-2/+3
| * Fix QFxTextEdit cursor delegate for multi-line and font changesAlan Alpert2009-07-091-0/+5
| * Tests for QFxTextEdit selection propertiesAlan Alpert2009-07-091-0/+4
| * selectionStart/End now work properlyAlan Alpert2009-07-091-19/+13
| * Implement selectedText, selectionStart and selectionEnd properties.Alan Alpert2009-07-081-0/+117
| * Add highlightedTextColor property to the QFxTextEdit sophisticateAlan Alpert2009-07-081-0/+30
| * Add Cursor Delegate to QFxTextEditAlan Alpert2009-07-081-0/+70
| * Add textFormat property to the Text element.Michael Brasser2009-07-061-1/+1
| * Make TextEdit's cursor position usable from Qml.Michael Brasser2009-07-061-1/+20
| * Make performance logging classes private.Michael Brasser2009-07-021-1/+1
* | Merge branch 'kinetic-declarativeui' into kinetic-declarativeui-gvAaron Kennedy2009-06-241-1/+0
|\ \ | |/
| * Only objects or lists of objects can be default properties.Michael Brasser2009-06-221-1/+0
* | Remove simple canvasAaron Kennedy2009-06-231-10/+0
* | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-4/+0
|/
* Use standard cursor control for TextEdit.Michael Brasser2009-06-121-2/+4
* Resize TextEdit as text changes if no explicit width has been set.Michael Brasser2009-06-031-0/+4
* Handle double clicks in TextEdit.Michael Brasser2009-06-021-0/+12