summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-213-8/+50
| |\|
| | * QToolBox: fix potential UB (invalid cast) in Private::_q_widgetDestroyed()Marc Mutz2017-03-211-6/+4
| | * Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-2/+45
| | * Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+1
* | | QWizard: use the 3-int QColor ctor instead of the string oneMarc Mutz2017-03-211-1/+1
|/ /
* | QDataWidgetMapper: replace an inefficient QList with std::vectorMarc Mutz2017-03-201-31/+27
* | Add features.widgettextcontrolStephan Binner2017-03-206-11/+31
* | 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
* | 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
* | 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