summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-093-4/+10
|\
| * widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-08-301-1/+1
| * Doc: Remove repetition of word in textPaul Wicking2022-08-111-3/+3
| * QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-201-0/+4
| * Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-06-081-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-2418-41/+51
|\|
| * QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-102-17/+20
| * widgets: Fix typos in documentationJonas Kvinge2022-05-0713-17/+17
| * Only scroll QMenu when there is a valid active actionZhang Hao2022-05-071-1/+1
| * QLineEdit: account for the placeholderText when computing lineRectZhang Hao2022-05-071-3/+10
| * QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2022-05-071-0/+1
| * QLabel::setPixmap(): remove the no-op self-maskingGiuseppe D'Angelo2022-05-071-3/+0
| * QNX: Fix compiler warning by when FEATURE_clipboard is not enabledPasi Petäjäjärvi2022-03-241-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-231-2/+12
|\|
| * Fix QDockWidget's dock area permissions after hoveringAxel Spoerl2022-03-111-2/+12
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-114-6/+15
|\|
| * QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-0/+4
| * plaintextEdit draw text with clipRect should consider cusorWidthZhang Hao2021-11-051-1/+1
| * Fix performance regression when avoiding scrollbar flippingVolker Hilsheimer2021-10-301-4/+7
| * Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-171-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-122-2/+15
|\|
| * Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-10-121-1/+1
| * Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-1/+14
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-169-16/+43
|\|
| * Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
| * Update obsoleted functionality in preparation for Qt 6Tor Arne Vestbø2021-07-162-0/+2
| * Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-082-5/+9
| * Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-07-051-0/+5
| * Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-112-3/+13
| * QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-06-101-1/+1
| * Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-101-4/+9
| * Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-091-1/+1
| * macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-082-4/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-165-23/+75
|\|
| * QComboBox: add space for scrollbar if needed after showing popupVolker Hilsheimer2021-05-311-6/+13
| * QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-312-9/+16
| * QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-241-4/+18
| * QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-132-4/+28
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-072-3/+3
|\|
| * QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-221-1/+1
| * QMdiSubWindow: Set correct ControlLabel sizeMorten Johan Sørvig2021-02-191-2/+2
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-24147-3016/+3016
|/
* Don't show focus rect for QCommandLinkButtonDoris Verria2021-02-091-0/+1
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-02-035-6/+23
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-02-031-2/+4
* QLineEdit Cursor show white areaZhang Hao2021-02-031-2/+4
* Set new commandLink variable when initializing QCommandLinkButtonDoris Verria2021-02-023-1/+5
* Windows: Fix flicker when resizing translucent windows with QSizeGripFriedemann Kleint2021-02-021-3/+15
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2021-02-022-1/+8
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2021-02-021-3/+5