summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Convert features.toolbutton to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1018-43/+63
* Convert features.splitter to QT_[REQUIRE_]CONFIGStephan Binner2017-08-108-14/+19
* Convert features.groupbox to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1011-29/+36
* Convert features.scrollbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1025-43/+67
* Convert features.toolbox to QT_[REQUIRE_]CONFIGStephan Binner2017-08-107-20/+18
* Convert features.progressbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1012-23/+33
* Convert features.textbrowser to QT_[REQUIRE_]CONFIGStephan Binner2017-08-108-18/+17
* Convert features.statusbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-089-20/+22
* QAction: Note that the QAction parent parameter is optional since 5.7hjk2017-08-081-0/+2
* Convert features.dial to QT_[REQUIRE_]CONFIGStephan Binner2017-08-0811-28/+25
* Android: Fix push button label duplication with stylesheetsEskil Abrahamsen Blomfeldt2017-08-041-33/+44
* QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-1/+1
* QWidget::render(): Add a call to QPaintEnginePrivate::systemStateChanged()Friedemann Kleint2017-08-021-0/+1
* Add a Q_FALLTHROUGHJesus Fernandez2017-08-021-0/+1
* Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-1/+1
* In QFileDialog delete a symlink rather than actual target it points toDongmei Wang2017-07-292-4/+7
* QFileDialog: Fix a crash occurring when deleting a fileDongmei Wang2017-07-271-2/+5
* Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2527-205/+216
* Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2521-155/+165
* Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2517-57/+66
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2537-107/+84
* Convert features.combobox to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2520-69/+89
* Convert features.calendarwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-256-17/+14
* Convert features.datawidgetmappper to QT_[REQUIRE_]CONFIGStephan Binner2017-07-253-10/+6
* Convert features.dirmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-254-17/+16
* QLineEdit: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-241-2/+2
* QListView: Fix item movement in icon modeBłażej Szczygieł2017-07-211-2/+8
* Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2113-24/+33
* Fix 32-bit build on macOSJake Petroules2017-07-201-4/+4
* Windows: Don't raise inactive windows when showing a tooltipSergio Martins2017-07-191-3/+3
* Allow fusion style to follow platform theme on button iconsAllan Sandfeld Jensen2017-07-171-1/+0
* QDialogButtonBox: Don't overwrite shortcut with standardButtonShortcutKai Uwe Broulik2017-07-151-1/+3
* Convert features.treeview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-1516-37/+47
* 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
* Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-031-1/+6