summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | doc: Add template clause to \fn commands in qmenu.cppMartin Smith2018-01-121-6/+6
* | doc: Add template clause to \fn commands in qtoolbar.cppMartin Smith2018-01-121-6/+6
* | doc: Remove <CR> from \fn commandsMartin Smith2018-01-121-4/+2
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-121-0/+2
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+2
| |\ \
| | * | qtlite: Fix compilation of QWidgetLineControl when configured with no-feature...Rainer Keller2018-01-101-0/+2
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-129-12/+12
|/ / /
* | | Avoid useless casts to/from uintChristian Ehrlicher2018-01-092-7/+7
* | | QMenuBar: Add overloads of addAction() using Qt 5 signals and slotsAnton Kudryavtsev2018-01-062-0/+62
* | | Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-051-5/+4
* | | QtWidgets: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-4/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-024-9/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-303-7/+21
| |\|
| | * Prevent infinite relayout when adding scrollbarsAndy Shaw2017-12-182-6/+20
| | * QWidgetResizeHandler - undo (potential) move breakThorbjørn Lund Martsum2017-12-081-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-2/+1
| |\|
| | * QMenu: Corner case size fix (high DPI + multi screen)Thorbjørn Lund Martsum2017-11-291-2/+1
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-0814-29/+29
* | | Raise the upper bound on years to 9999Edward Welbourne2017-11-302-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+2
| |\|
| | * QToolBar: Don't crash on macOS with 'minimal' QPA pluginGabriel de Dietrich2017-11-171-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-236-153/+174
|\| |
| * | 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-094-98/+107
| |\|
| | * 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
* | | Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-171-2/+1
* | | Fix accessibility info for tri-state checkboxesAndre de la Rocha2017-11-141-0/+15
* | | Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-081-0/+3
* | | QWidgetTextControl: allow context menu to open for a QTextEdit with Qt::NoFoc...Richard Moe Gustavsen2017-10-271-2/+0
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-2/+4
|\| |
| * | Doc: correct filename png filesNico Vertriest2017-10-181-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-171-1/+3
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+3
| | |\|
| | | * QDockWidget - improve resizeThorbjørn Lund Martsum2017-10-101-1/+3
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-177-59/+115
|\| | |
| * | | macOS: Mark the widget's container as embedded when placed into NSMenuItemv5.10.0-beta2Tor Arne Vestbø2017-10-161-0/+5
| |/ /
| * | QMacStyle: smooth QMenu corners for realOleg Yadrov2017-10-052-0/+15
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-045-59/+95
| |\|
| | * Return focus to correct widget after showing menuPaul Olav Tvete2017-09-261-1/+2
| | * Make QDateTimeParser a separate featureEdward Welbourne2017-09-251-3/+10
| | * QCompleter: Send activated() signal only once on return keyGabriel de Dietrich2017-09-222-12/+21
| | * Avoid calling QCompleter::popup() internallyGabriel de Dietrich2017-09-222-11/+15
| | * QTabWidget: Don't build expensive parts of the style option when hiddenGabriel de Dietrich2017-09-221-34/+49