summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix persistence of custom colors palette in QColorDialogSerge Lysenko2017-12-081-4/+12
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-0824-47/+47
* doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-2/+2
* doc: Document remaining anonymous enumsMartin Smith2017-12-062-0/+16
* Revert "QApp: Method to check for native style usage."Alexander Volkov2017-12-012-28/+0
* macx-clang: Opt-in xcb QPA support with XQuartzGabriel de Dietrich2017-12-011-1/+1
* Simplify date-time formatting in textForRole()Edward Welbourne2017-11-301-6/+3
* Raise the upper bound on years to 9999Edward Welbourne2017-11-302-3/+3
* doc: document the anonymous enum type correctlyMartin Smith2017-11-301-12/+78
* QTreeWidget::setHeaderItem: fix off-by-one in signal emissionsGiuseppe D'Angelo2017-11-301-4/+4
* QTreeWidgetItem::insertChildren: ignore out of bounds indexesGiuseppe D'Angelo2017-11-301-0/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-307-31/+41
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-236-31/+41
| |\
| | * QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-24/+10
| | * QTreeView/Fusion style : Draw child indicator correct in RTL-modeChristian Ehrlicher2017-11-221-2/+4
| | * CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-221-0/+3
| | * Start from the first visible item when doing a searchAndy Shaw2017-11-221-5/+13
| | * QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+6
| | * QTableView: do not draw grid behind last sectionChristian Ehrlicher2017-11-171-0/+3
| | * QToolBar: Don't crash on macOS with 'minimal' QPA pluginGabriel de Dietrich2017-11-171-0/+2
| * | Doc: review Star Delegate ExampleNico Vertriest2017-11-201-0/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2314-162/+203
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-1/+2
| |\|
| | * QAbstractButton: don't clear 'pressed' flag unless left button is releasedRichard Moe Gustavsen2017-11-151-1/+2
| * | QMenu: Refactor insertion of action in QPA menuGabriel de Dietrich2017-11-152-54/+57
| * | QMenu: Update menu action sizes if popup is (not)caused from menu barBłażej Szczygieł2017-11-152-0/+8
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-098-103/+129
| |\|
| | * QMainWindow: Clear menubar parent when new one is setGabriel de Dietrich2017-11-071-0/+1
| | * QMenuBar: Update title on changeGabriel de Dietrich2017-11-072-24/+34
| | * QMenuPrivate: Use in-class initializers where possibleGabriel de Dietrich2017-11-071-56/+31
| | * QMenuPrivate: Rearrange member variablesGabriel de Dietrich2017-11-071-53/+76
| | * QWidget: Propagate window file path after createTor Arne Vestbø2017-11-071-0/+2
| | * QHeaderView: Skip hidden sections on cascading resizeChristian Ehrlicher2017-11-061-0/+6
| | * QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-1/+1
| | * Windows: Use SM_CXSMICON instead of SM_CXICON for the tray icon sizeFriedemann Kleint2017-11-041-3/+2
| | * QListView: make sure to respect grid size during dataChanged() handlingChristian Ehrlicher2017-11-041-3/+12
| | * Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-304-4/+7
| |\|
| | * Make sure that QAccessibleWindowContainer::childCount is validFrederik Gladhorn2017-10-251-1/+1
| | * QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-2/+2
| | * QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+2
| | * Add clarifying documentation for QLayout::removeWidget()Andy Shaw2017-10-241-1/+2
* | | Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-172-2/+4
* | | Fix accessibility info for tri-state checkboxesAndre de la Rocha2017-11-142-1/+16
* | | Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-087-40/+126
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-0/+4
|\| |
| * | Fix -no-opengl buildTimur Pocheptsov2017-10-281-0/+4
* | | Remove references to obsolete platformsJake Petroules2017-11-052-2/+0
* | | qwidgetwindow: remove seemingly stray QApplicationPrivate::mouse_buttonsGatis Paeglis2017-10-271-5/+2
* | | QWidgetTextControl: allow context menu to open for a QTextEdit with Qt::NoFoc...Richard Moe Gustavsen2017-10-271-2/+0