summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-4/+9
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2019-06-101-28/+32
* QApplication: clarify and unify global static usageTor Arne Vestbø2019-06-211-11/+5
* Remove duplicate call to QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-06-211-1/+0
* Remove duplicate call to QApplicationPrivate::initializeWidgetPaletteHash()Tor Arne Vestbø2019-06-211-1/+0
* Squash un-needed qt_init function into callsiteTor Arne Vestbø2019-06-211-15/+4
* Remove dead code from QApplicationPrivate::setSystemPaletteTor Arne Vestbø2019-06-211-20/+2
* Always fill the background of a tabbed QMdiSubWindowVolker Hilsheimer2019-06-211-5/+11
* Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-215-8/+44
* QSS/MenuItem: only draw checkbox if no item is availableChristian Ehrlicher2019-06-171-37/+23
* Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
* Document that QHeaderView rendered with themed style might ignore rolesVolker Hilsheimer2019-06-051-1/+4
* Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-242-0/+13
* Fusion: Fill the rect with base brush when drawing the combobox frameAndy Shaw2019-05-271-1/+9
* QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-223-6/+12
* Avoid rounding of the size in QGraphicsPixmapItem::boundingRect()Alexander Volkov2019-05-091-2/+2
* QCompleter: Fix completion on QFileSystemModelFriedemann Kleint2019-05-211-5/+35
* 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
* Don't try to retranslate strings for native color dialogsTor Arne Vestbø2019-05-161-0/+3
* Qt Widgets: Document CMake macrosKai Koehne2019-05-162-0/+65
* Don't render PE_PanelItemViewRow under tree decoration if style says noShawn Rutledge2019-05-151-1/+2
* Make sure QAccessibleTableCell is valid before referenceFrederik Gladhorn2019-05-131-6/+19
* Reset QWidget's winId when backing window surface is destroyedTor Arne Vestbø2019-05-111-0/+6
* QWidgetTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-071-0/+4
* Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-073-2/+15
* fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-053-1/+9
* Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-022-14/+10
* Don't pass scope args to _exit trace pointsMilian Wolff2019-04-301-1/+1
* QSystemTrayIcon/X11: Create tray icon window when system tray appearsAlexander Volkov2019-04-232-22/+57
* QStyleSheetStyle::repolish: only run on direct childrenFrederik Gladhorn2019-04-121-1/+4
* Fix effects for highdpi graphical itemsAlexander Volkov2019-04-103-6/+9
* Doc: Note Q[Plain]TextEdit keeping formatting in some casesKai Koehne2019-04-102-8/+31
* Fix context loss in QOpenGLWidget upon tlw change with AA_ShareOpenGLContextsLaszlo Agocs2019-04-091-1/+2
* QTableView: don't draw additional grid lines top and leftChristian Ehrlicher2019-04-091-23/+0
* QTableView: fix Ctrl+End behavior with disabled columnsChristian Ehrlicher2019-04-091-1/+1
* QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-085-24/+30
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-2/+0
|\
| * Drag'n'Drop: fix dnd regressionGatis Paeglis2019-03-261-2/+0
* | Add missing _exit tracepoints for event handlingMilian Wolff2019-04-052-1/+2
* | Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
* | Remove superfluous inclusion of qtwidgets-config.priJoerg Bornemann2019-04-041-2/+0
* | Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-022-2/+2
* | QMacStyle - fix PE_InticatorTabClose handlingTimur Pocheptsov2019-04-011-1/+8
|/
* Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-211-1/+6
* Fix memory leak when unregistering a gesture recognizerAndy Shaw2019-03-192-5/+6
* Improve documentation for opaque resize in QSplitterJan Arve Sæther2019-03-182-6/+6
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-3/+10
|\
| * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-201-0/+1
| |\
| * | Fix QSplashscreen positioning on AndroidFriedemann Kleint2019-02-191-3/+10