summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix clipping of graphics effects in high dpi modeDaniel Teske2017-03-282-13/+16
* QDockAreaLayout: Simplify QDockAreaLayout::gapRectOlivier Goffart2017-03-222-47/+27
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2029-80/+146
|\
| * Set default fbo redirect correctly for QOpenGLWidget viewportsLaszlo Agocs2017-03-181-0/+14
| * When changing screen, only update the font if dpi has changedOlivier Goffart2017-03-171-1/+2
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1311-48/+48
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1311-48/+48
| | |\
| | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-064-4/+0
| | | * QMenu: make wide submenu appear on the same screen with its parent menuOleg Yadrov2017-03-041-2/+13
| | | * Wide QMenu: fix size and positionOleg Yadrov2017-03-042-30/+16
| | | * QMacStyle::sizeFromContents(CT_Menu): take proxy style into accountOleg Yadrov2017-03-031-1/+9
| | | * Fix UB in QWidgetItemV2::~QWidgetItemV2Olivier Goffart2017-03-021-1/+1
| | | * QDialogButtonGroup: Fix removal of deleted buttonsOlivier Goffart2017-03-021-3/+2
| | | * Fix UB in QWidgetResizeHandler::eventFilterOlivier Goffart2017-02-271-5/+6
| | | * Properly use the "process" featureUlf Hermann2017-02-271-1/+0
| | | * Fix documentation typosChristian Gagneraud2017-02-251-1/+1
| * | | Add feature.abstractbuttonStephan Binner2017-03-1316-19/+76
| |/ /
| * | Deprecate QString::nullMarc Mutz2017-03-122-3/+3
| * | QMacStyle: fix QTabBar tab sizeOleg Yadrov2017-03-111-9/+3
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-37/+10
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-1479-421/+919
|\| |
| * | Build fix for -no-feature-sliderPaul Olav Tvete2017-03-092-0/+6
| * | QMacStyle: update QTabBar styleOleg Yadrov2017-03-085-207/+310
| * | Add feature.abstractsliderStephan Binner2017-03-089-16/+41
| * | Doc: QSizePolicy: Fix documentation warningsTopi Reinio2017-03-081-1/+1
| * | QWidgetWindow::event(): Call base implementation for QEvent::WindowStateChangeFriedemann Kleint2017-03-081-0/+1
| * | QStyleSheetStyle: introduce class Tampered<QPalette|QFont>Marc Mutz2017-03-082-30/+34
| * | Add feature.pushbuttonStephan Binner2017-03-0615-13/+104
| * | Add feature.checkboxStephan Binner2017-03-068-6/+43
| * | Add feature.dialogbuttonboxStephan Binner2017-03-0613-11/+74
| * | QLineEditPrivate: introduce SideWidgetLocation classMarc Mutz2017-03-062-16/+22
| * | Add feature.label and feature.formlayoutStephan Binner2017-03-0317-22/+122
| * | Add feature.radiobuttonStephan Binner2017-03-036-4/+26
| * | Revert "Add expandingListItems property to QListView"Marc Mutz2017-03-033-46/+4
| * | Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-0310-10/+28
| * | Fix DPI of QWidget with parent on a different screenOlivier Goffart2017-03-021-10/+8
| * | Add feature.scrollerStephan Binner2017-03-017-14/+32
| * | Fix build with -no-feature-tabbarPaul Olav Tvete2017-03-011-0/+4
| * | Build fix for -no-feature-actionPaul Olav Tvete2017-03-013-1/+22
| * | Build fix for -no-feature-validatorPaul Olav Tvete2017-03-011-0/+2
| * | Fix build with -no-feature-draganddropPaul Olav Tvete2017-03-016-20/+12
| * | Build fix for -no-feature-validatorPaul Olav Tvete2017-03-011-0/+2
| * | Build fix for -no-feature-imageformat_xpmPaul Olav Tvete2017-03-012-2/+6
| * | Add feature.commandlinkbuttonStephan Binner2017-03-013-2/+16
| * | File dialog does not require features.tooltipStephan Binner2017-03-011-1/+10
* | | Remove some redundant code in QActionJake Petroules2017-03-142-3/+2
* | | Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-146-4/+57
* | | Introduce SH_TitleBar_ShowToolTipsOnButtons style hintJake Petroules2017-03-087-7/+22
* | | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-2/+0
* | | Move widget size policy methods to QStyleHelperJake Petroules2017-03-035-58/+52