summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicstextinput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-913/+0
| | | | QDeclarativeXXX.
* Merge remote branch 'origin/master'Thiago Macieira2010-02-201-8/+4
|\ | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * | Fix TextInput keypad navigationAlan Alpert2010-02-151-2/+4
| | | | | | | | | | | | | | | | | | | | | Was accidentally ignoring key movements even when an existing selection meant that pressing right/left would do something. Task-number: QT-2944
| * | Move type initialization from global static initializers to QmlEngine ↵Warwick Allison2010-02-141-6/+0
| | | | | | | | | | | | | | | | | | construction. Task-number: QT-2798
* | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+1
| |/ |/|
* | Fix copyright year.Jason McDonald2010-02-161-1/+1
|/ | | | Reviewed-by: Trust Me
* Support the other validatorsAlan Alpert2010-02-081-0/+21
| | | | | | | Note that a resolution will be required for QTBUG-8025 before the QRegExpValidator is useful. Task-number: QTBUG-7068
* The virtual keyboard is now working for TextEdit and TextInput components.Alexis Menard2010-02-081-0/+44
| | | | | | | | | In order to show the virtual keyboard we need to send RequestSoftwareInputPanel. I also fixed TextInput regarding the inputQuery implementation. Task-number:QTBUG-7602 Reviewed-by:akennedy
* Focus focusScope from focusing for focusOnPressAlan Alpert2010-02-031-2/+8
| | | | Task-number: QTBUG-6739
* Add notifier for QmlGraphicsInputMarco Bubke2010-01-071-0/+41
| | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann
* fix includesOswald Buddenhagen2009-12-031-3/+5
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Implement TextInput::horizontalAlignmentAlan Alpert2009-11-201-1/+17
| | | | Includes visual autotest.
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-3/+3
| | | | Fixes QTBUG-5480
* remove unneeded constructorsYann Bodson2009-11-091-10/+0
|
* Improve DocAlan Alpert2009-11-091-3/+22
| | | | Task-number: QTBUG-5488
* Remove "to" limit on minor version.Warwick Allison2009-11-051-2/+2
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* use same name for setter/getter and propertyYann Bodson2009-11-041-1/+1
|
* Doc.Michael Brasser2009-11-031-1/+1
|
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+777