summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidgets/FusionStyle: Fix menu drawing under HighDPIAlessandro Portale2017-07-071-4/+2
* QWidgets/drawutils: Handle device pixel ratio != 1Friedemann Kleint2017-07-071-0/+85
* QListView: Fix viewport size when checking scroll bar visibilityFriedemann Kleint2017-07-072-2/+8
* QWizard: Fix null pointer dereference if no pixmap was setThiago Macieira2017-07-071-1/+1
* QMacStyle: Bring back always visible close button in non-document QTabBarGabriel de Dietrich2017-07-061-6/+14
* QMacStyle: Properly polish and unpolish QTabBarGabriel de Dietrich2017-07-061-0/+11
* Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-031-1/+6
* QFileSystemEntry: Export static helper function checking for the root pathFriedemann Kleint2017-07-032-7/+11
* QLineEdit: Document that []{} are reserved in Input MasksDaniel Teske2017-07-031-0/+1
* Doc: Add list with widgets examples using layoutsNico Vertriest2017-07-031-3/+2
* Doc: minor correction in listNico Vertriest2017-07-031-7/+7
* Doc: add tutorials to overview page Qt WidgetsNico Vertriest2017-07-031-0/+4
* QLineEdit: Tweak selectionStart() documentationDaniel Teske2017-07-031-1/+1
* Doc: Remove obsolete screenshotsLeena Miettinen2017-07-03100-0/+0
* Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-9/+0
* Convert features.filesystemmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-027-38/+29
* Convert features.fscompleter to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-15/+18
* Convert features.errormessage to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-12/+10
* Convert features.wizard to QT_[REQUIRE_]CONFIGStephan Binner2017-07-0210-30/+28
* Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-13/+11
* docs: Reference QOpenGLWidget::grabFramebuffer, not QGLWidget::grabFrameBufferSérgio Martins2017-07-021-2/+5
* Fix moving a hidden QOpenGLWidget to another windowSérgio Martins2017-07-022-1/+3
* Convert features.fontcombobox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-293-9/+6
* Convert features.statustip to QT_CONFIGStephan Binner2017-06-2913-23/+23
* Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-298-30/+35
* Convert features.inputdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-295-18/+13
* Convert features.progressdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-293-11/+7
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-297-28/+21
* 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