summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-2/+2
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-083-6/+3
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-082-14/+14
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-43/+4
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-1/+1
* Move undo framework out of Qt WidgetsMitch Curtis2020-03-307-2280/+2
* Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-1/+1
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-292-1/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-5/+5
|\
| * Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-5/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-101-3/+8
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-3/+8
| |\
| | * QSystemTrayIcon: Fix geometry() to work with scaling enabledFriedemann Kleint2020-01-071-3/+8
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-3/+3
|\| |
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0910-73/+73
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0610-73/+73
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\| |
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* | | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-012-3/+5
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-1/+2
|\|
| * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-055-109/+0
|\|
| * Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-205-109/+0
* | Deprecate QDirModelFriedemann Kleint2019-09-041-5/+5
* | Fix the documentation - QSystemTrayIcon::messageClicked works on macOSVolker Hilsheimer2019-08-301-2/+0
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-151-0/+2
|\
| * Add Q_ENUM for QCompleter enumsVolker Krause2019-08-131-0/+2
* | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-4/+5
* | Fix build without feature.stringlistmodelTasuku Suzuki2019-06-301-0/+2
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-283-7/+7
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-5/+35
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-5/+35
| |\
| | * QCompleter: Fix completion on QFileSystemModelFriedemann Kleint2019-05-211-5/+35
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-242-22/+57
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-242-22/+57
| |\|
| | * QSystemTrayIcon/X11: Create tray icon window when system tray appearsAlexander Volkov2019-04-232-22/+57
* | | More nullptr usage in headersKevin Funk2019-03-143-4/+4
|/ /
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-6/+6
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-2/+2
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-102-2/+2
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-0/+1
* | Remove unused pointers for PressDelayHandlerAlejandro Exojo2018-12-312-5/+0
|/
* Set QScroller's parent to its widget, for memory managementShawn Rutledge2018-12-081-0/+1
* QScroller: Fix crash when multiple scrollers are registeredFriedemann Kleint2018-12-071-3/+5
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-172-11/+13
|\