| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Setting TextInput.cursorPosition outside bounds crashed. | Martin Jones | 2010-12-20 | 1 | -0/+13 |
| |/ |
|
* | | Merge remote branch 'qt/master' into file-engine-refactor | João Abecasis | 2010-11-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Align .pro with qmake: s/\.sources/.files/. | Miikka Heikkinen | 2010-10-08 | 1 | -1/+1 |
| |/ |
|
* | | Fix deployment for examples and tests | Shane Kearns | 2010-10-12 | 1 | -1/+1 |
|/ |
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 12 | -28/+28 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-19 | 1 | -0/+16 |
|\ |
|
| * | Repaint TextInput when password character changes in password mode | Joona Petrell | 2010-08-17 | 1 | -0/+16 |
|
|
* | | Make QML tests compile on OpenSolaris | Martin Jones | 2010-08-19 | 1 | -4/+4 |
|/ |
|
* | Add autotest that checks that copy and cut don't work when echomode is set to... | Joona Petrell | 2010-08-13 | 1 | -0/+24 |
|
|
* | Fix TextInput echoMode autotest on Linux | Joona Petrell | 2010-07-22 | 1 | -0/+4 |
|
|
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 1 | -20/+20 |
|
|
* | Fix Mac CI | Joona Petrell | 2010-07-12 | 1 | -0/+12 |
|
|
* | Add copy(), cut() and paste() support to TextInput | Joona Petrell | 2010-07-12 | 1 | -1/+36 |
|
|
* | Improve test reliability. | Michael Brasser | 2010-07-08 | 1 | -2/+6 |
|
|
* | Make Text, TextInput, and TextEdit all have the same size for the same text. | Warwick Allison | 2010-07-07 | 1 | -1/+1 |
|
|
* | More generated images in anticipation of QT-3574 | Warwick Allison | 2010-07-07 | 1 | -18/+27 |
|
|
* | Fix input methods for TextInput elements with key handlers | Joona Petrell | 2010-07-06 | 2 | -8/+22 |
|
|
* | Loosen font-sensitive test. | Warwick Allison | 2010-07-05 | 1 | -1/+2 |
|
|
* | Fix TextInput text getting improperly clipped | Joona Petrell | 2010-07-02 | 5 | -1/+74 |
|
|
* | Fix autoScroll implementation | Alan Alpert | 2010-06-16 | 1 | -1/+0 |
|
|
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
|
|
* | Remove unnecessary CloseSoftwareInputPanel events after TextEdit or TextInput... | Joona Petrell | 2010-06-07 | 1 | -26/+46 |
|
|
* | Fix regression in input panel autotests | Joona Petrell | 2010-06-07 | 1 | -1/+6 |
|
|
* | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 1 | -6/+0 |
|
|
* | Take into account platform differences in input panel support | Joona Petrell | 2010-06-02 | 1 | -15/+68 |
|
|
* | Missed file. | Warwick Allison | 2010-06-01 | 1 | -0/+8 |
|
|
* | Test positionAt. | Warwick Allison | 2010-06-01 | 1 | -0/+43 |
|
|
* | Simplify selection setting. Make TextInput more like TextEdit. | Warwick Allison | 2010-05-31 | 1 | -37/+18 |
|
|
* | Active window focus gain should not open virtual keypad | Joona Petrell | 2010-05-28 | 1 | -2/+11 |
|
|
* | Open input panel on press if TextInput or TextEdit are already focused but pa... | Joona Petrell | 2010-05-26 | 1 | -0/+9 |
|
|
* | Add a way to control when software input panels are shown in TextInput and Te... | Joona Petrell | 2010-05-26 | 1 | -16/+70 |
|
|
* | Remove license headers from test data. | Warwick Allison | 2010-05-23 | 9 | -369/+0 |
|
|
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 9 | -0/+369 |
|
|
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
|
|
* | Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA... | Joona Petrell | 2010-05-13 | 1 | -3/+8 |
|
|
* | Prevent handling of Up/Down on Mac OS X, for consistency with other platforms. | Warwick Allison | 2010-05-10 | 1 | -0/+8 |
|
|
* | Call QDeclarativeItem::geometryChanged() base implementation | Aaron Kennedy | 2010-05-06 | 2 | -0/+23 |
|
|
* | Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. | Alexis Menard | 2010-04-27 | 1 | -0/+17 |
|
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 6 | -6/+6 |
|
|
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -16/+16 |
|
|
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+1 |
|
|
* | var -> QtObject | Warwick Allison | 2010-04-13 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-12 | 4 | -5/+71 |
|\ |
|
| * | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 3 | -5/+5 |
|
|
| * | Make the TextInput element nicer. It has scrolling. | Alexis Menard | 2010-04-09 | 1 | -0/+24 |
|
|
| * | Make sure tests cleanup after themselves. | Michael Brasser | 2010-04-07 | 1 | -0/+42 |
|
|
* | | Add some TextInput properties and methods | Alan Alpert | 2010-04-12 | 2 | -0/+50 |
|/ |
|
* | doc bug relationships more clearly | Warwick Allison | 2010-03-31 | 1 | -1/+1 |
|
|
* | Recompute the source location of regexp literals. | Roberto Raggi | 2010-03-26 | 1 | -1/+1 |
|
|
* | Remove Q prefix from the validators. | Michael Brasser | 2010-03-26 | 2 | -5/+3 |
|
|