summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlineedit_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warning.axis2009-08-121-1/+1
|
* Redid patch that was lost during merge with 4.6.axis2009-08-121-1/+1
| | | | See commit 203b2b2c611e2 for details.
* Merge commit 'qt/master-stable'Jason Barron2009-08-101-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qobject.cpp src/corelib/tools/qsharedpointer_impl.h src/gui/widgets/qdatetimeedit.cpp src/gui/widgets/qlinecontrol.cpp src/gui/widgets/qlineedit.cpp tests/auto/qcssparser/qcssparser.pro tests/auto/qicoimageformat/tst_qicoimageformat.cpp tests/auto/qmultiscreen/qmultiscreen.pro tests/auto/qresourceengine/qresourceengine.pro tests/auto/qresourceengine/tst_qresourceengine.cpp tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
| * Compile Fix for QT_KEYPAD_NAVIGATIONAlan Alpert2009-08-061-0/+3
| |
* | Fix more compile breakages after merging qt/master-stable.Jason Barron2009-08-041-1/+2
|/ | | | | | A lot of the logic was factored out of QLineEdit(Private) and into a private class called QLineControl, however the changes did not compile when keypad navigation is enabled so fix them.
* Move QLineEdit logic into QLineControlAlan Alpert2009-07-291-138/+37
| | | | | | | | | | | | Manually merged from the kinetic repository, where it has been used for a while. Like QTextControl, there is no auto test for the control, just for the widgets built with it. The purpose of this change is so that we can build stuff like QLineEdit in other places (like kinetic). Also included is a trivial change to QValidator, needed to use it with QLineControl in QML. Reviewed-by: mbm
* Remove dead code (private slot) in QLineEditThierry Bastian2009-06-241-1/+0
| | | | Reviewed-by: janarve
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+250