summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Doc: Updated documentation with \since 4.8 declarations.David Boddie2011-06-301-0/+4
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-21/+21
|\
| * Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-4/+4
| |\
| | * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-4/+4
| * | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |/
* | Doc: Fixed qdoc warnings.David Boddie2011-05-111-0/+7
|/
* Support visual cursor movement for BIDI textJiang Jiang2011-04-191-0/+28
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Merge branch '13092010doc' of scm.dev.nokia.troll.no:qt/qt-doc-team into 1309...Jerome Pasion2010-09-161-0/+4
|\
| * Fixed the scrolling of text in QLineEdit with right alignmentThierry Bastian2010-09-091-0/+4
* | Added statement regarding validators and input masks on the same line edit.Jerome Pasion2010-09-141-1/+4
|/
* Fix QLineEdit's Highlight color when inactive.Pierre Rossi2010-07-231-1/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-1/+4
|\
| * Layout direction change by key should change alignment of QLineEditEskil Abrahamsen Blomfeldt2010-06-291-1/+4
* | Correct BiDi behavior of QLineEditLars Knoll2010-06-091-4/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-2/+8
|\ \ | |/
| * Fix regression: auto completion text cursor problem in Q3FileDialogOlivier Goffart2010-04-221-2/+8
* | Fix margins for placeholdertext in QLineEditJens Bache-Wiig2010-04-131-3/+6
* | Remove the "Insert unicode control character" menu entry on X11.Pierre Rossi2010-03-311-2/+2
* | Setting ImhHiddenText for NoEcho line edits is not 100% correct, but still wa...Robert Griebl2010-03-041-1/+1
* | Disable auto-uppercasing and predictive text for password line edits.Robert Griebl2010-03-031-0/+5
* | Remove the Qt 4.7 #if guards that were needed for 4.6Robert Griebl2010-03-031-3/+0
* | Make sure not to crash if createStandardContextMenu() returns 0 (e.g. on Maemo5)Robert Griebl2010-03-031-3/+4
* | Enabled commit 2b60b542a for all platforms.axis2010-02-161-10/+2
* | Crash when deleting the parent of a context menu while it is being displayedGabriel de Dietrich2010-02-101-3/+3
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Edit focus should not be lost unless by explicit actionSami Merila2009-12-211-1/+5
* Fixes cursor blinking in the QComboBox when it becomes editable while having ...Olivier Goffart2009-12-111-0/+10
* Fix for virtual keyboard poping up when it should not.Robert Griebl2009-12-031-1/+1
* Added a placeholderText(*) property to QLineEdit.Robert Griebl2009-12-031-0/+44
* Make sure the cursor of the lineedit doesn't blink when a key is pressedThierry Bastian2009-11-251-0/+4
* MAke a readonly QLineEdit not show "write" actions in its context menuThierry Bastian2009-11-181-18/+28
* Maemo4 fix Hildon input method for graphics viewRalf Engels2009-11-161-1/+2
* Made widgets not clear their contents after losing edit focus.axis2009-11-161-0/+4
* API review: Add convenience functions using QMarginsMarius Storm-Olsen2009-11-061-0/+23
* Line spacing fixesJoerg Bornemann2009-10-231-1/+1
* Fix QLineEdit drag'n'dropAlan Alpert2009-09-151-1/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alan Alpert2009-09-151-1/+5
|\
| * Fixed QLineEdit to pass the tst_QLineEdit::displayText() autotest.Kim Motoyoshi Kalland2009-09-151-1/+5
* | Fix QLineEdit::setPaletteAlan Alpert2009-09-151-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
|\ \