summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2831-96/+216
|\
| * Workaround GHS compiler bugKimmo Ollila2017-03-271-0/+12
| * Bump copyright yearFriedemann Kleint2017-03-271-1/+1
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-272-4/+4
| |\
| | * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-1/+1
| | * Fix floating dock widget having the wrong parentOlivier Goffart2017-03-221-3/+3
| * | Add feature.dialogStephan Binner2017-03-2217-40/+90
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-223-8/+50
| |\ \
| | * | 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
* | | 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