summaryrefslogtreecommitdiffstats
path: root/src/widgets/util
Commit message (Expand)AuthorAgeFilesLines
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-141-20/+25
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-171-42/+3
* QScroller: use categorized loggingVolker Hilsheimer2023-02-171-71/+96
* Remove note about QSystemTrayIcon menu on macOS not emitting aboutToHideTor Arne Vestbø2022-12-121-3/+0
* doc: update the limitation of QSystemTrayIcon on X11Liang Qi2022-11-171-1/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-043-6/+6
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QSystemTrayIcon: remove unused deprecated call to QAction::associatedWidgets()Ivan Solovev2022-07-131-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-1623-862/+46
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-022-4/+8
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-2/+2
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-072-2/+9
* Widgets: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-131-0/+2
* Position QCompleter popup based on the widget's screen geometryYin Jie2022-02-151-1/+1
* Widgets: Do not include qundogroup.h, qundostack.h in QtWidgets headerKai Köhne2022-02-092-0/+10
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-041-5/+5
* QtWidgets: remove set-but-unused variablesThiago Macieira2021-10-161-6/+0
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-152-2/+2
* widgets: Fix typos in documentationJonas Kvinge2021-10-122-3/+3
* Doc: clarify case sensitivity in QCompleterMitch Curtis2021-10-081-6/+9
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-241-1/+2
* Cleanup leftover QWSTasuku Suzuki2021-04-141-13/+0
* Assert that dereferenced pointer is never nullptrVolker Hilsheimer2021-02-241-0/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-53/+0
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-203-0/+96
* Use QScroller in the Dir View exampleShawn Rutledge2020-10-141-2/+2
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-231-8/+8
* Initialize trayWatcher from QSystemTrayIconPrivateVolker Hilsheimer2020-09-231-1/+1
* QCompleterItemDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-5/+4
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-251-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* QCompleter: fix an out of bounds access in a QMapGiuseppe D'Angelo2020-07-271-1/+2
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-3/+3
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-073-10/+11
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-5/+5
* Pass modifier and button information down the call stackVolker Hilsheimer2020-07-021-4/+11
* Use QList instead of QVector in widgetsJarek Kobus2020-07-025-10/+10
* 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