summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove QT_CONFIG checks for style_macJake Petroules2017-03-031-16/+6
* | QBoxLayout: Remove unconventional try/catch blocksGabriel de Dietrich2017-03-021-23/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0217-125/+179
|\|
| * Widgets: Replace LGPL21 with LGPL license headerKai Koehne2017-02-281-14/+20
| * QSizePolicy: inline toControlTypeFieldValue()Marc Mutz2017-02-272-25/+19
| * QSizePolicy: simplify implementationMarc Mutz2017-02-271-17/+8
| * QSizePolicy: mark as relocatable typeMarc Mutz2017-02-271-0/+2
| * Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+8
| * Fix build for -no-feature-textdateStephan Binner2017-02-271-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-02-245-12/+20
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-245-12/+20
| | |\
| | | * QDockWidget: Fix memory leak when dragging a tab outside of a floating tab wi...Olivier Goffart2017-02-241-1/+2
| | | * dockwidgets: recalculate the press position if the window resizesSergio Martins2017-02-222-0/+14
| | | * Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-212-5/+3
| | | * QMacStyle::sizeFromContents: don't do anything in CT_Menu caseOleg Yadrov2017-02-171-6/+1
| * | | QApplication: Remove code duplicationGabriel de Dietrich2017-02-241-11/+1
| |/ /
| * | QStyleSheetStyle: optimize away triple key lookupMarc Mutz2017-02-241-6/+8
| * | QSideBar: replace a QPair with a structMarc Mutz2017-02-242-6/+13
| * | QSizePolicy: plaster API with Q_DECL_NOTHROWMarc Mutz2017-02-232-24/+24