summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devThiago Macieira2017-07-1464-237/+340
|\
| * Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-1364-237/+340
| |\
| | * QLineEdit: Fix length calculation for input mask "\\\\"Daniel Teske2017-07-131-3/+11
| | * QMacStyle: Remove unused variable warningGabriel de Dietrich2017-07-121-1/+1
| | * Doc: fix paintEvent() function casingMitch Curtis2017-07-111-1/+1
| | * Convert features.tableview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-1112-27/+34
| | * Convert features.datetimeedit to QT_[REQUIRE_]CONFIGStephan Binner2017-07-118-19/+22
| | * Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-1127-79/+95
| | * Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-115-19/+14
| | * Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-1117-90/+89
| | * QMacStyle: Add back icon logic in tab layoutGabriel de Dietrich2017-07-102-3/+25
| | * Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-1/+1
| | * 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
* | | Remove QWidgetBackingStore tlwOffset member variableTor Arne Vestbø2017-07-132-17/+11
|/ /
* | Implement setDoubleStep for QInputDialogAndy Shaw2017-07-112-0/+69
* | macOS QComboBox: Don't show scrollers if they aren't neededDaniel Teske2017-07-102-0/+14
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* | macOS: Deliver native events to windows, as well as to event filtersTor Arne Vestbø2017-07-061-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0681-28/+32
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-04114-479/+441
|\|
| * 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