summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlineedit_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cursor would remain in a non-focused QLineEdit after clearing its selectionGabriel de Dietrich2010-03-091-1/+1
* QLineEdit shows leftovers of edit cursor after clear()Prasanth Ullattil2010-02-231-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-171-1/+16
|\
| * Text cursor is not shown properly in line edits on Mac OS X.Prasanth Ullattil2009-12-161-1/+16
* | Enabled input method update code for all platforms.axis2009-12-151-2/+0
* | Can't delete selected characters from FEP using backspace touch button.Tero Saarni2009-12-101-0/+5
|/
* QCompleter wouldn't emit highlighted() and activated() signalsGabriel de Dietrich2009-12-031-3/+3
* Ran the script utils/normalizeOlivier Goffart2009-11-181-9/+9
* Fixed QLineEdit to pass the tst_QLineEdit::displayText() autotest.Kim Motoyoshi Kalland2009-09-151-1/+4
* 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
* QLineEdit: reenable the delete action from the context menuThierry Bastian2009-08-261-8/+0
* Merge commit 'qt/master'Jason Barron2009-08-181-0/+1
|\
| * Use the correct font for QLineEditPaul Olav Tvete2009-08-131-0/+1
* | Merge branch 'fixCursorLagInVK'axis2009-08-171-0/+2
|\ \ | |/ |/|
| * Fix the cursor lagging one step behind in the Virtual Keyboard UI.axis2009-08-171-0/+2
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
|/
* Make QLineEdit cursor blink againAlan Alpert2009-08-061-0/+3
* Compile Fix for QT_KEYPAD_NAVIGATIONAlan Alpert2009-08-061-0/+12
* Fix obsolete license headersJason McDonald2009-08-041-2/+2
* Move QLineEdit logic into QLineControlAlan Alpert2009-07-291-0/+253