summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-19/+40
|\
| * QLineEdit: Fix icons being too small on a High DPI screen without scaling.Friedemann Kleint2016-05-121-11/+24
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-4/+7
|\|
| * QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-221-4/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | QtWidgets: eradicate Q_FOREACH loops [QVarLengthArray, std containers]Marc Mutz2016-02-281-3/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QLineEdit: de-inline effective*TextMargin()Marc Mutz2016-01-041-0/+22
* | QLineEdit: hold SideWidgetEntry in std::vector, not QVectorMarc Mutz2015-12-211-9/+14
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-3/+3
|\
| * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-3/+3
* | QLineEdit: Unable to drag selected text when aligned right or centerDan Cape2015-10-191-0/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-2/+25
|\|
| * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-181-2/+22
| * QLineEdit: update IM status after selection changeRichard Moe Gustavsen2015-08-111-0/+3
* | Fix for build with -qreal floatTimur Pocheptsov2015-08-041-1/+1
|/
* QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-071-4/+4
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-2/+2
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-281-1/+1
|\
| * Move animation-related header out of QT_NO_IM #ifndef.Steffen Imhof2014-10-281-1/+1
* | Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-261-4/+4
* | Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-2/+5
|\|
| * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-131-0/+4
| * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-2/+1
* | Fix drawing of QLineEdit's actions when Qt::AA_UseHighDpiPixmaps is set.Friedemann Kleint2014-09-021-1/+1
* | QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-241-2/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-3/+9
|\|
| * Use parent cursor for QLineEdit's clear button when not shown.Friedemann Kleint2014-03-201-3/+9
* | Makes QPlatformTheme::PasswordMaskDelay themable using QStyleRisto Avila2014-03-141-0/+1
|/
* Android: Enable text selection only when ImhNoPredictiveText is set.Christian Strømme2014-02-211-1/+6
* Disable clear button in read-only QLineEdit.Friedemann Kleint2013-11-051-0/+10
* QLineEdit: Fix potential crash when removing the clear button.Friedemann Kleint2013-11-051-2/+1
* Add clearButton-property to QLineEdit.Friedemann Kleint2013-08-081-0/+10
* Add side widgets to QLineEdit via QAction.Friedemann Kleint2013-08-061-2/+159
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtWidgets: normalize signals/slotsMarc Mutz2012-07-131-1/+1
* Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-121-1/+2
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-1/+1
* Accessibility: add text update eventsFrederik Gladhorn2012-03-191-2/+3
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-1/+2
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-081-1/+1
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-5/+5