summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlinecontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass double clicks like other mouse events.Warwick Allison2010-04-201-0/+2
* Do not beep on Mac when pressing some keys.Denis Dzyubenko2010-03-171-1/+0
* Make QTextControl-based classes and QLineEdit understand Ctrl+Shift+InsertThiago Macieira2010-03-101-4/+10
* Always redraw the complete control when an input event comes in.Robert Griebl2010-03-031-3/+3
* QLineEdit: regression: read-only line edits would eat shortcuts.Olivier Goffart2010-02-081-0/+2
* Make sure cursor is painted at the correct position when we are using IM.Jan-Arve Sæther2010-01-211-1/+4
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Alan Alpert2010-01-141-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Make input mask cursor blinkAlan Alpert2010-01-141-4/+6
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-271-1/+6
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-251-1/+6
| |\
| | * Make paste + undo behave in QLineEdit as it does in QTextEditThierry Bastian2009-11-241-1/+6
* | | On Mac OS X, QLineEdit should handle MoveToStart/EndOfBlockBenjamin Poulain2009-11-261-4/+4
|/ /
* | QLineEdit fix for macDenis Dzyubenko2009-11-241-2/+6
|/
* Long-press shortcuts for symbols on QWERTY keyboard don't workJouni Hiltunen2009-11-101-1/+1
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-051-1/+2
|\
| * Fixed an input method bug when erasing the last character.axis2009-11-031-1/+2
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-041-1/+2
|\ \ | |/
| * Fix LIBRARY and ICONJørgen Lind2009-10-291-1/+2
* | Pressing return in a QWizard would erase the active password entry.Gabriel de Dietrich2009-11-031-11/+12
|/
* Signal for an update when the cursor is visibleAlan Alpert2009-10-151-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\
| * Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Redid 7b95b70bc307 for QLineControl.axis2009-08-121-5/+34
|/
* Make sure cursorPositionChanged is emitted when cursor position changesEskil Abrahamsen Blomfeldt2009-08-061-0/+1
* Compile Fix for QT_KEYPAD_NAVIGATIONAlan Alpert2009-08-061-5/+5
* Fix obsolete license headersJason McDonald2009-08-041-2/+2
* Move QLineEdit logic into QLineControlAlan Alpert2009-07-291-0/+1749