summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-2930-68/+77
* QTabBar: fix expanded tabs appearanceOleg Yadrov2017-06-281-9/+9
* Windows code: Add Q_FALLTHROUGH or break to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-282-5/+5
* Convert features.undocommand to QT_[REQUIRE_]CONFIGStephan Binner2017-06-283-14/+12
* Convert features.undostack to QT_CONFIGStephan Binner2017-06-283-7/+6
* Convert features.undogroup to QT_[REQUIRE_]CONFIGStephan Binner2017-06-286-25/+25
* Convert features.undoview to QT_[REQUIRE_]CONFIGStephan Binner2017-06-283-10/+8
* Convert features.treewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-287-26/+17
* Convert features.listwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-286-16/+13
* Convert features.tablewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-284-15/+11
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-286-15/+15
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-2837-53/+53
* Fix current tab text color on Mac when a proxy style is installedGabriel de Dietrich2017-06-282-4/+6
* Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-199-380/+21
|\
| * Convert features.columnview to QT_[REQUIRE_]CONFIGStephan Binner2017-06-126-24/+19
| * Drop dead qfiledialog_embedded.uiStephan Binner2017-06-122-355/+1
| * QDialog: Fix typo in documentationhjk2017-06-121-1/+1
* | Revert "QWidgetEffectSourcePrivate::draw(): Call render() when no shared pain...Friedemann Kleint2017-06-141-1/+1
|/
* Doc: Update widget style gallery topicLeena Miettinen2017-06-0921-736/+63
* QPlainTextEdit: not show place holder when having preedit stringLiang Qi2017-06-081-1/+1
* Help GCC understand that variable is never used unintializedThiago Macieira2017-06-071-1/+1
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-2/+4
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-0122-231/+51
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-3/+5
|\
| * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-3/+5
* | QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-1/+1
* | QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-301-0/+4
* | Convert features.splashscreen to QT_REQUIRE_CONFIGStephan Binner2017-05-293-10/+10
* | Convert features.lcdnumber to QT_[REQUIRE_]CONFIGStephan Binner2017-05-294-10/+12
* | Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-294-14/+16
* | QWidgetEffectSourcePrivate::draw(): Call render() when no shared painter existsFriedemann Kleint2017-05-291-1/+1
* | Use hasFocus() to check if the QTreeView is considered active or notAndy Shaw2017-05-231-1/+1
* | Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-2/+2
|/
* Doc: Add information about styling QTableView::indicatorVenugopal Shivashankar2017-05-043-0/+12
* QMenu: Ensure popup() gets the right screen geometryGabriel de Dietrich2017-05-041-9/+11
* Fix warning for -no-feature-graphicsviewStephan Binner2017-05-031-0/+2
* QMenu: Refactor column layout logicGabriel de Dietrich2017-05-031-5/+3
* macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* QFileDialogPrivate: Move inline to declarationFriedemann Kleint2017-05-021-20/+21
* macOS: Fix return value of PM_TabBarBaseHeight to original valueAndy Shaw2017-05-021-1/+1
* QMacStyle: Increase accuracy of PM_TitleBarHeightGabriel de Dietrich2017-05-021-4/+6
* Fix warning for -no-feature-lineeditTasuku Suzuki2017-04-301-0/+2
* Fix warnings with -no-feature-menuTasuku Suzuki2017-04-302-2/+5
* Fix build without features.style-stylesheetTasuku Suzuki2017-04-281-1/+1
* Fix build without features.shortcutTasuku Suzuki2017-04-274-2/+8
* QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivateDyami Caliri2017-04-271-6/+2
* QMenu: Display the menu title on the torn-off menu's title barGabriel de Dietrich2017-04-261-1/+15
* Fix warnings for -no-feature-animationStephan Binner2017-04-252-4/+8
* Fix UB in QSplitter::childEventOlivier Goffart2017-04-231-9/+10
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-222-24/+13