summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Remove leftover QT_WARNING_POPTor Arne Vestbø2020-06-291-1/+0
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-262-53/+7
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-4/+6
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-2119-38/+31
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-2/+1
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-202-4/+0
* Remove deprecated QStyleOptionFooVx typedefsChristian Ehrlicher2020-06-202-122/+0
* QTreeWidget: remove deprecated function items()Christian Ehrlicher2020-06-202-13/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-8/+8
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-165-28/+26
* Always show a submenu on its parent menu's screenShawn Rutledge2020-06-161-1/+1
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+1
* Fix QToolButton menus showing on primary screens in multiscreen setupsFriedemann Kleint2020-06-101-1/+2
* Merge QToolTip::showText overloads as per ### Qt 6 commentsVolker Hilsheimer2020-06-102-28/+6
* Long live std::pair!Giuseppe D'Angelo2020-06-102-2/+1
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-1012-20/+20
* Make QLayout::spacing/setSpacing virtual, remove qobject_cast hackVolker Hilsheimer2020-06-095-39/+16
* Unexport private classes that are no longer used outside QtWidgetsVolker Hilsheimer2020-06-083-6/+3
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-0841-398/+207
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0850-358/+358
* Fix build without features.menubarTasuku Suzuki2020-06-082-1/+9
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-072-6/+15
* Remove winrtOliver Wolff2020-06-0615-46/+30
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-6/+1
* Fix build without features.shortcutTasuku Suzuki2020-06-051-0/+2
* Fix build without features.completerTasuku Suzuki2020-06-051-0/+2
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-2/+6
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-0411-1625/+10
* Fix build without features.actionTasuku Suzuki2020-06-042-1/+2
* Fix build without features.menuTasuku Suzuki2020-06-043-3/+7
* Doc: Fix issues with Qt Widgets documentation configurationTopi Reinio2020-06-021-2/+2
* Document how to use CMake for Qt WidgetsKai Koehne2020-05-317-87/+21
* Fix UB in QGraphicsScene::wheelEvent()Lars Knoll2020-05-291-1/+2
* Export the highlighter function so that we can use it in QtSvgWidgetsVolker Hilsheimer2020-05-291-4/+1
* QTableWidget: simplify QTableWidgetSelectionRangeChristian Ehrlicher2020-05-282-47/+17
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* allow definition of SP_LineEditClearButton in cssMartin Koller2020-05-252-0/+6
* QListWidget: remove unused memberChristian Ehrlicher2020-05-231-1/+0
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-1/+1
* QTreeView: Use devicePixelRatioF for cached animation pixmapKai Uwe Broulik2020-05-191-2/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-5/+2
|\
| * Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* | Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-1518-564/+24
* | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-6/+4
* | Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-151-5/+5
* | Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-156-6/+18
* | QLabel: lay out text using a text control when label can get focusVolker Hilsheimer2020-05-151-1/+3