summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-045-1/+620
|\
| * Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-031-0/+10
| * Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-014-58/+314
| * Add missing versioning tests for new QtQuick 1.1 properties/methods.Martin Jones2011-01-311-2/+14
| * Fixing right-to-left text in Text and TextInputChristopher Ham2011-01-282-0/+48
| * Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-271-0/+41
| * Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-0/+29
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+13
| |\
| * | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-171-0/+8
| * | Disable dragging text in TextEdit.Andrew den Exter2011-01-111-0/+46
| * | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-101-1/+163
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-0/+13
| |\ \
| * | | Add convenience deselect() functions to TextInput and TextEditJoona Petrell2010-12-301-0/+7
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-0/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | Cleanup created views in TextEdit tests.Martin Jones2011-01-191-0/+12
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ \ | |/ / /
| * | | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | |/ | |/|
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-201-0/+13
|\ \ \ | |/ /
| * | Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-201-0/+13
| * | Revert a fix made for bug QTBUG-15341Joona Petrell2010-12-141-40/+0
| * | Remove active selection when TextEdit loses focusJoona Petrell2010-12-141-0/+40
| |/
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-232-1/+26
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-0/+25
| |\ \ | | |/
| | * Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-121-0/+25
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| |/
* | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2918-49/+49
* Simplify type management codeAaron Kennedy2010-08-271-1/+1
* Make QML tests compile on OpenSolarisMartin Jones2010-08-191-1/+1
* Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-221-0/+34
* QML focus API updates.Michael Brasser2010-07-211-14/+14
* Fix Mac CIJoona Petrell2010-07-121-0/+12
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-121-0/+35
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-071-3/+3
* More generated images in anticipation of QT-3574Warwick Allison2010-07-071-10/+18
* Fix TextEdit with no color property defined is drawn with wrong colorJoona Petrell2010-07-061-0/+18
* Prepare for QTest persistent store for visual tests.Warwick Allison2010-07-051-22/+22
* Fix TextEdit bitmap tests testing the wrong elementJoona Petrell2010-07-021-1/+1
* Fix TextInput text getting improperly clippedJoona Petrell2010-07-021-1/+4
* Test only on X11, not only on Linux (which includes embedded).Warwick Allison2010-06-251-2/+2
* Force font selection (and so ensure visual test passes).Warwick Allison2010-06-2511-2/+7
* Use ugly but reliable bitmaps fonts in test.Warwick Allison2010-06-2410-0/+1
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-2311-0/+96
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
* Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput...Joona Petrell2010-06-071-26/+47
* Fix regression in input panel autotestsJoona Petrell2010-06-071-1/+6
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-6/+0
* Take into account platform differences in input panel supportJoona Petrell2010-06-021-15/+68
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-311-28/+11
* Active window focus gain should not open virtual keypadJoona Petrell2010-05-281-2/+11