summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextedit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-231-4/+24
| | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492
* Remove duplicated code.Michael Brasser2010-06-151-7/+1
|
* Minor doc fixesBea Lam2010-06-111-1/+1
|
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-19/+32
| | | | docs more consistent
* Remove unnecessary CloseSoftwareInputPanel events after TextEdit or ↵Joona Petrell2010-06-071-19/+8
| | | | | | | TextInput has lost focus Task-number: Reviewed-by: Warwick Allison
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Move QListModelInterface into util. Ensure ParticleMotionGravity always pulls in the right direction. Remove version ifdefs from Particles; only 4.7 is supported. Update docs for the runtime.orientation values Revert to Portrait/Landscape terminology for Orientation enum, with Add more Q_AUTOTEST_EXPORTs Improve input panel handling in declarative demos and examples Always integer align anchor center points Add header and footer to GridView
| * Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-1/+1
| | | | | | | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* | Fix QT_NO_CLIPBOARDTasuku Suzuki2010-06-041-1/+2
|/ | | | | Merge-request: 658 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Take into account platform differences in input panel supportJoona Petrell2010-06-021-45/+64
| | | | | Task-number: Reviewed-by: Warwick Allison
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-011-1/+11
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-011-32/+38
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix example code and image Fix doc Fix some bugs in the QML Web Browser buttons Fix zoom bug in QML Web Browser demo Fix Typo Various doc fixes and improvements Document issues with rectangle border width of 1 where clipping is used Simplify selection setting. Make TextInput more like TextEdit.
| | * Fix TypoAlan Alpert2010-05-311-1/+1
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-05-311-0/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (21 commits) Doc: Fixed an off-by-one error in an example. Fix QT_NO_TEXTHTMLPARSER Fix QT_NO_DOM Fix QT_NO_TEXTSTREAM compilation errors. Fix QT_NO_VALIDATOR compilation. Doc: Removed a misleading sentence about a class constructor. Doc: correcting docs in QDrag::exec Doc: Adding note about QDrag::exec() Revert behavior of QTextLayout::boundingRect() when line width is set Fix unreasonably large width of QTextLayout::boundingRect() Doc: replacing old image Fix compilation with stricts compilers. Fix QT_NO_DIRMODEL build error in QtDeclarative. Revert "Added native key support to QSharedMemory API." Revert "Improved documentation for QSharedMemory's key/setKey functions." Fix a simple mistake in QXmlStreamReader::atEnd() docs. Improved documentation for QSharedMemory's key/setKey functions. Added native key support to QSharedMemory API. Make test work with shadow builds again. Doc: Corrected the documentation about the compression threshold. ...
| | * | Fix QT_NO_TEXTHTMLPARSERTasuku Suzuki2010-05-311-0/+10
| | | | | | | | | | | | | | | | | | | | Merge-request: 644 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-311-31/+37
|\ \ \ \ | | |_|/ | |/| |
| * | | Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-31/+37
| |/ / | | | | | | | | | | | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-311-1/+117
|\ \ \ | |/ /
| * | Add selection methods to TextEditWarwick Allison2010-05-301-0/+116
| |/ | | | | | | | | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
| * Active window focus gain should not open virtual keypadJoona Petrell2010-05-281-1/+1
| | | | | | | | | | Task-number: Reviewed-by: Martin Jones
* | Repaint all text when Ctrl+A is pressed in TextEditMartin Jones2010-05-311-3/+8
|/ | | | | | QTextControl::updateRequest() with empty rect means update all. Task-number: QTBUG-11013
* Open input panel on press if TextInput or TextEdit are already focused but ↵Joona Petrell2010-05-261-0/+5
| | | | | | | panel has been closed Task-number: Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-261-8/+123
|\
| * Add a way to control when software input panels are shown in TextInput and ↵Joona Petrell2010-05-261-8/+123
| | | | | | | | | | | | | | TextEdit elements Task-number: QTBUG-10841 Reviewed-by: Warwick Allison
* | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-10/+35
|/
* Mention TextInput/Edit::selectByMouse property in QmlChanges.Martin Jones2010-05-251-1/+1
|
* Add inherits Item to TextEdit and TextInput docs.Martin Jones2010-05-251-1/+2
| | | | Task-number: QTBUG-10969
* Example of a simple TextEditor look-and-feel.Warwick Allison2010-05-251-5/+16
| | | | Task-number: QTBUG-10940
* Fix TextEdit implicit height.Warwick Allison2010-05-241-1/+1
|
* Fix TextEdit alignment.Warwick Allison2010-05-241-18/+27
| | | | | | | Vertical never worked. Horizontal broke at 633b4b0655bf47b6f5100ee9a6c2f692b0aeb081. Task-number: QTBUG-10895
* Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-191-6/+42
| | | | | | | | Can still be turned back on, if people only want to target platforms where the behaviour is acceptable. Task-number: QTBUG-10684 Reviewed-by: Michael Brasser
* Focus should be applied to focus scopes all the way up the chain, notBea Lam2010-05-171-3/+1
| | | | just to the closest focus scope parent.
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-3/+6
| | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467
* Fix TextEdit and TextInput input panel support for mode ↵Joona Petrell2010-05-131-3/+8
| | | | | | | RSIP_OnMouseClickAndAlreadyFocused Task-number: Reviewed-by: Warwick Allison
* Round ideal width up to prevent incorrect word wrapping on Mac OS XAaron Kennedy2010-05-111-1/+3
| | | | QTBUG-10539
* qdoc fixesYann Bodson2010-05-061-1/+1
|
* docWarwick Allison2010-05-051-23/+23
| | | | Task-number: QTBUG-10386
* Remove obsolete doc groupings.Michael Brasser2010-05-041-1/+0
|
* Doc fixesBea Lam2010-04-281-8/+14
|
* Remove the deprecated wrap property.Martin Jones2010-04-221-13/+0
|
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+1
| | | | QTBUG-9726
* Improve font value type documentation.Yann Bodson2010-04-121-2/+103
|
* Small doc fix.Martin Jones2010-04-091-2/+2
|
* Enable other wrapping modes.Martin Jones2010-04-091-5/+4
| | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word.
* TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-091-13/+32
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Make sure cursor delegate is parented.Michael Brasser2010-03-291-0/+2
| | | | setParentItem no longer sets QObject parent.
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-2/+0
|
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-10/+4
| | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* Document TextEdit::textMarginAlan Alpert2010-03-011-0/+5
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+1035
QDeclarativeXXX.