summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-3/+3
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-0610-73/+73
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* 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
|\
| * Modernize the "animation" featureLiang Qi2018-10-122-11/+13
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-9/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-1/+8
|\|
| * Fix QCompleter popups preventing the application from exitingAlexandru Croitor2018-09-261-1/+8
* | Use nullptr instead of 0Jesus Fernandez2018-08-181-17/+26
* | Fix -Winconsistent-missing-destructor-overrideJesus Fernandez2018-08-171-1/+1
* | Modernize the "thread" featureUlf Hermann2018-08-171-0/+1
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-121-0/+2
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-24/+3
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-101-42/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-0/+1
|\|
| * Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-2/+2
* | Add missing documentation for QUndoStack propertiesMitch Curtis2018-04-051-0/+55
* | QUndoStack: add more Q_PROPERTYsMitch Curtis2018-03-071-0/+5
* | Use QT_CONFIG(stringlistmodel) rather than QT_NO_STRINGLISTMODELUlf Hermann2018-02-192-3/+3
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-6/+1
|\
| * Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-261-6/+1