summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\
| * | Revert "QWidgetEffectSourcePrivate::draw(): Call render() when no shared pain...Friedemann Kleint2017-06-141-1/+1
* | | QDateTimeEdit: update cursor blinking code to match new APIRichard Moe Gustavsen2017-06-261-2/+2
* | | Restrict QStyleHints::showShortcutsInContextMenus() to context menusFriedemann Kleint2017-06-262-2/+10
* | | QtWidgets: Change QTLWExtra::window from QWindow to QWidgetWindowMorten Johan Sørvig2017-06-222-11/+15
* | | Correctly set native widget window visibilityMorten Johan Sørvig2017-06-221-1/+2
* | | macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-1/+0
* | | QStyleHelper: add missing forward declarationsSamuli Piippo2017-06-211-0/+4
* | | Item widgets: API cleanupsGiuseppe D'Angelo2017-06-203-0/+25
* | | Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-201-0/+1
* | | Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-202-31/+2
* | | Fix dereferencing non-existent TLW with hidden QOpenGLWidgetLaszlo Agocs2017-06-201-12/+12
* | | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-208-8/+71
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1932-975/+87
|\ \ \ | | |/ | |/|
| * | 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
| |/
| * 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
* | Typo-fix: s/looses/loses/gEdward Welbourne2017-06-081-1/+1
* | Start supporting purely offscreen QOpenGLWidgetLaszlo Agocs2017-06-082-12/+25
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0733-268/+100
|\|
| * 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
* | | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-0410-12/+41
* | | QStyleAnimation: Go down to 15 fpsGabriel de Dietrich2017-06-011-1/+2
* | | Do its best in QComboBox to map completer's indexAlexey Chernov2017-06-011-1/+15
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-05-302-3/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-292-3/+3
| |\| |
| | * | 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
| | |/