summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* widgets: Avoid crash in QScrollerFabian Vogt2020-12-041-1/+2
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* Fix x-height name in stylesheet docsFlorian Bruhin2020-11-181-1/+1
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-274-23/+53
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-121-10/+30
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-53/+1
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-07-011-4/+6
* Always show a submenu on its parent menu's screen, if possibleShawn Rutledge2020-06-171-2/+3
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-091-2/+6
* Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* QWidget: React to platform surface being created or destroyedTor Arne Vestbø2020-01-231-0/+17
* Bump copyright yearJani Heikkinen2020-01-201-2/+2
* Guard against null-nativeParent in QWidgetBackingStore::markDirtyOnScreenTor Arne Vestbø2020-01-151-1/+5
* Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-12-191-3/+5
* Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-101-0/+2
* Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-031-7/+10
* Remove the unregistered recognizer from the main listAndy Shaw2019-11-151-0/+1
* Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-312-3/+13
* Ensure all children of a widget get updated when a stylesheet changesAndy Shaw2019-10-081-0/+5
* widgets: Mark widgets as needing flush during paintingTor Arne Vestbø2019-09-202-12/+4
* QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
* QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-4/+2
* QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-1/+1
* Don't rely on QWidget::internalWinId in QWidgetBackingStoreTor Arne Vestbø2019-08-071-9/+15
* Doc: Add trailing "." to all \brief commands in QLineEditPaul Wicking2019-07-161-16/+16
* Remove unused arguments from QWidgetPrivate::create_sysTor Arne Vestbø2019-07-123-25/+13
* Revert "Reset QWidget's winId when backing window surface is destroyed"Tor Arne Vestbø2019-07-121-6/+0
* Don't set the mouse cursor for items that are disabledVolker Hilsheimer2019-07-081-2/+2
* Fix compilation with C++20Marc Mutz2019-07-063-3/+3
* QWidget::restoreGeometry(): Fix Windows being restored out of screen areaFriedemann Kleint2019-07-051-6/+13
* QWidget::restoreGeometry(): Remove code related to restoredFrameGeometryFriedemann Kleint2019-07-051-11/+1
* Fix the appearance of QSpinBox arrows on high-DPI displaysAndre de la Rocha2019-07-051-1/+1
* Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-3/+2
* 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