summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix the appearance of QSpinBox arrows on high-DPI displaysAndre de la Rocha2019-07-051-1/+1
* Always fill the background of a tabbed QMdiSubWindowVolker Hilsheimer2019-06-211-5/+11
* Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-213-4/+25
* Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
* Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-242-0/+13
* QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-221-2/+5
* dockwidgets: Unbreak moving floating dock widgets with custom titlebarSergio Martins2019-05-211-1/+1
* Emit QMenu::aboutToShow() before platform specific codeMassimiliano Gubinelli2019-05-161-2/+2
* QWidgetTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-071-0/+4
* Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-071-0/+6
* fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-1/+7
* Doc: Note Q[Plain]TextEdit keeping formatting in some casesKai Koehne2019-04-102-8/+31
* QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-083-24/+19
* Improve documentation for opaque resize in QSplitterJan Arve Sæther2019-03-181-4/+4
* Merge 5.12 into 5.12.2Kari Oikarinen2019-02-201-0/+1
|\
| * Emit returnPressed() signal for the lineEdit embedded in QDateTimeEditKai Koehne2019-02-191-0/+1
* | Fix QSplashscreen positioning on AndroidFriedemann Kleint2019-02-191-3/+10
|/
* Fix crash when using Qt Virtual Keyboard with QCalendarWidgetMitch Curtis2019-02-121-12/+15
* Fix regression in QPlainTextEdit updatingAllan Sandfeld Jensen2019-01-311-3/+4
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-0/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-084-25/+7
| |\
| * | Doc: Add missing \since to QLineEdit's inputRejected signalPaul Wicking2018-12-231-0/+1
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-104-4/+4
* | | QSplashScreen: Fix positioning in multimonitor setupsFriedemann Kleint2019-01-081-10/+47
| |/ |/|
* | QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-182-19/+2
* | QAbstractSlider: fix invertedControls having no effect for left/right keysMitch Curtis2018-12-131-5/+4
* | Specify the date-time spec when setting max timeEdward Welbourne2018-12-101-1/+1
|/
* Preallocate buffer for QLineEdit when used for password inputIvan Čukić2018-12-071-0/+7
* Erase password data on QLineEdit destructionIvan Čukić2018-12-031-0/+6
* Doc: specifically list the QToolButton properties that actions affectMitch Curtis2018-11-291-1/+17
* QFocusFrame: protect it from being moved around by accidentRichard Moe Gustavsen2018-11-271-1/+19
* QDateTimeEdit: fix setDate() if time is in a spring-forwardEdward Welbourne2018-11-271-1/+7
* Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-263-30/+88
* QSpinBox: don't allow series of thousands-separator chars when editingEirik Aavitsland2018-11-091-4/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+3
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+3
* | Fix scrollbar updates in QPlaintTextEdit on block-visibility changesAllan Sandfeld Jensen2018-10-171-2/+7
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-176-19/+25
|\|
| * Modernize the "animation" featureLiang Qi2018-10-126-19/+25
* | Fix typo vice versaCristian Maureira-Fredes2018-10-151-2/+2
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-17/+4
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
|\|
| * Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1
* | QLineEdit: take the size of actions' icons from a styleAlexander Volkov2018-10-062-2/+3
* | Restore styling of QDockWidget title fontAllan Sandfeld Jensen2018-10-031-2/+6
* | Make overloaded function appear in assistant indexJarek Kobus2018-10-017-22/+0
* | QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
* | Fix disabled IME when QPlainTextEdit read only property is toggledJussi Witick2018-09-281-1/+1
* | Do not fall back after resizing a dockMaurice Kalinowski2018-09-281-0/+2
* | Keep tiled subwindow order on resizePaul Olav Tvete2018-09-271-1/+1