summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-292-3/+13
* QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
* Doc: Correct snippet about customizing QMenuBarNico Vertriest2019-10-111-1/+1
* Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-112-4/+26
* Drag'n'Drop: fix crash when widgets are destroyed during event handlingVolker Hilsheimer2019-10-101-9/+13
* Item views: fix regression causing unexpected widget overlappingEirik Aavitsland2019-10-101-9/+0
* Fix text not rendering properly after setAlignment callKari Hormi2019-10-081-0/+1
* Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-10-081-3/+5
* QTreeWidget: Don't assume the selected indexes include the first columnAndy Shaw2019-10-031-5/+8
* Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* Always update the pressed position when pressing on an itemAndy Shaw2019-10-021-1/+1
* QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1
* QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-251-4/+18
* QWizard: Use member initialization in private classesFriedemann Kleint2019-09-241-101/+57
* Ensure all children of a widget get updated when a stylesheet changesAndy Shaw2019-09-211-0/+5
* QWizard/AeroStyle: Fix condition introduced by previous fixFriedemann Kleint2019-09-191-3/+4
* QWizard/AeroStyle: Fix crash when Qt::AA_NativeWindows is setFriedemann Kleint2019-09-181-1/+4
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-4/+2
|\
| * QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-4/+2
* | QToolBarLayout: fix position calculationChristian Ehrlicher2019-08-261-1/+1
* | QTree/TableView: allow to reset the sort order to natural sortingChristian Ehrlicher2019-08-132-4/+8
* | Add Q_ENUM for QCompleter enumsVolker Krause2019-08-131-0/+2
* | Docs: Fix the snippet lookup for QFileDialog::getOpenFileContentAlessandro Portale2019-08-122-5/+5
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-1/+1
|\|
| * QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-081-9/+15
|\|
| * Don't rely on QWidget::internalWinId in QWidgetBackingStoreTor Arne Vestbø2019-08-071-9/+15
* | Fix GCC 4.8 buildVille Voutilainen2019-08-051-23/+23
* | QAbstractItemView: refine documentation for SingleSelectionChristian Ehrlicher2019-07-311-1/+1
* | Fix crash when the focus widget gets a focus proxy after the factDavid Faure2019-07-291-0/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-16/+16
|\|
| * Doc: Add trailing "." to all \brief commands in QLineEditPaul Wicking2019-07-161-16/+16
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-133-31/+13
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-126-23/+20
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-126-23/+20
| |\|
| | * 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
* | | Doc: Ensure macOS-specific widget docs are generated on other platformsTopi Reinio2019-07-122-0/+4
|/ /
* | [Doc] Fix minor typosSze Howe Koh2019-07-105-5/+5
* | QComboBox: revert deprecation of currentIndexChanged(QString)Christian Ehrlicher2019-07-052-8/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-3/+2
|\|
| * Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-3/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-4/+9
|\|
| * Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-4/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-257-89/+98
|\|