summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlinecontrol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-0/+9
|\
| * Cursor shouldn't blink while dragging cursor positionChristopher Ham2010-12-061-0/+9
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-09-271-2/+2
|\ \ | |/
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-091-1/+1
| |\
| * \ Merge commit 'staging-1/4.7' into doc-4.7Morten Engvoldsen2010-09-031-4/+2
| |\ \
| * \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Morten Engvoldsen2010-09-021-2/+2
| |\ \ \
| | * | | Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-2/+2
* | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-09-131-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Cursor is misplaced in the editors text areaSami Merila2010-09-091-1/+1
| | |_|/ | |/| |
| * | | Revert "QLineEdit cursor is shown when asked to be non-visible"axis2010-09-021-3/+1
| * | | Merge branch 'variousFixes' into 4.7-s60axis2010-09-011-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Revert "Long-press shortcuts for symbols on QWERTY keyboard don't work"axis2010-09-011-1/+1
| | |/
| * | QLineEdit cursor is shown when asked to be non-visibleSami Merila2010-08-271-1/+3
| |/
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-101-0/+2
|\ \ | |/
| * Pass double clicks like other mouse events.Warwick Allison2010-04-201-0/+2
* | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-211-1/+0
|\ \ | |/
| * Do not beep on Mac when pressing some keys.Denis Dzyubenko2010-03-171-1/+0
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-181-4/+10
|\ \ | |/
| * Make QTextControl-based classes and QLineEdit understand Ctrl+Shift+InsertThiago Macieira2010-03-101-4/+10
* | Merge remote branch 'origin/4.7' into 4.7-lighthouseJørgen Lind2010-03-111-3/+3
|\ \ | |/
| * Always redraw the complete control when an input event comes in.Robert Griebl2010-03-031-3/+3
* | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-011-0/+2
|\ \ | |/
| * QLineEdit: regression: read-only line edits would eat shortcuts.Olivier Goffart2010-02-081-0/+2
* | Merge remote branch 'remotes/qt/4.6' into lighthousePaul Olav Tvete2010-02-101-5/+10
|\ \ | |/
| * 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
| |\
| * | Make input mask cursor blinkAlan Alpert2010-01-141-4/+6
* | | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2010-01-141-8/+17
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| |/
| * 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
| |/
* | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2009-11-191-15/+18
|\ \ | |/
| * 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
* | Merge branch '4.6' into lighthousePaul Olav Tvete2009-09-301-4/+4
|\ \ | |/
| * Update license headers again.Jason McDonald2009-09-091-4/+4
* | Please welcome the Lighthouse Research Project!Paul Olav Tvete2009-09-071-2/+2
|/
* 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