summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Line spacing fixesJoerg Bornemann2009-10-231-1/+1
* Fix QLineEdit drag'n'dropAlan Alpert2009-09-161-1/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alan Alpert2009-09-161-1/+5
|\
| * Fixed QLineEdit to pass the tst_QLineEdit::displayText() autotest.Kim Motoyoshi Kalland2009-09-151-1/+5
* | Fix QLineEdit::setPaletteAlan Alpert2009-09-161-1/+5
|/
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Fixed QLineEdit to correctly adjust the horizontal scrollingAdriano Rezende2009-09-081-1/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | QLineEdit: reenable the delete action from the context menuThierry Bastian2009-08-261-1/+1
* | Fix another minor copy'n'paste error from QLineControl refactoringAlan Alpert2009-08-261-2/+2
* | Some cleanups after code review.Jason Barron2009-08-251-4/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-1/+1
|\ \
| * | Rectify copy'n'paste error from the QLineControl refactoring.Alan Alpert2009-08-191-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-181-1/+1
|\| |
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Revised SIP API.axis2009-08-121-5/+1
* | | Revert "Changed the behavior of ImCursorPosition slightly."axis2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-6/+5
|\| |
| * | Compile Fix for QT_KEYPAD_NAVIGATIONAlan Alpert2009-08-061-2/+3
* | | Fix more compile breakages after merging qt/master-stable.Jason Barron2009-08-041-8/+10
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-1712/+185
|\| |
| * | Move QLineEdit logic into QLineControlAlan Alpert2009-07-291-1683/+186
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-2/+1
|\| |
| * | Reverted commits that changed the behavior of the keypresses with modifiers.Denis Dzyubenko2009-07-231-2/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-1/+2
|\| |
| * | Don't insert text into a text widget when a modifier is pressed.Denis Dzyubenko2009-07-021-1/+2
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-11/+4
|\| |
| * | Remove dead code (private slot) in QLineEditThierry Bastian2009-06-241-7/+0
| * | QLineEdit's context menu now disables cut/copy action in password modeThierry Bastian2009-06-241-2/+2
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-2/+4
|\| |
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-1/+1
| |\|
| * | Fixes QLabel:hover{color:...} for simple textOlivier Goffart2009-04-271-1/+1
| * | Clear QLineEdit selection when redoing a delete operation.jasplin2009-03-271-0/+2
| * | Long live Qt!Lars Knoll2009-03-231-0/+3696
| /
* | Fixed a small input method bug in QLineEdit.axis2009-06-031-1/+2
* | Made QLineEdit respect the new Qt::ImAnchorPosition.axis2009-06-031-0/+7
* | Made QLineEdit respect the new QInputMethodEvent::Selection.axis2009-06-031-5/+34
* | Revert "Changed the behavior of ImCursorPosition slightly."axis2009-06-031-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-201-1/+1
|\|
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3696
* Make QLineEdit care about autoSipEnabled.axis2009-05-111-2/+2
* Made QLineEdit set input method hints when changing echo mode.axis2009-05-041-3/+8