summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-224-1/+27
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-3/+5
* Do not crash if QPA plugin does not support cursorsJan Arve Sæther2020-10-211-1/+4
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-2011-3/+312
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-1/+1
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-171-3/+3
* Document (some) Qt6 changes for QtWidgetsVolker Hilsheimer2020-10-161-0/+47
* Don't divide by zero when calculating number of itemsVolker Hilsheimer2020-10-161-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-165-15/+28
* Purge QDesktopWidgetVolker Hilsheimer2020-10-168-239/+22
* Fix infinite loop triggered when displaying model with QTreeViewDoris Verria2020-10-141-1/+5
* Use QScroller in the Dir View exampleShawn Rutledge2020-10-141-2/+2
* Mark QApplication::fontMetrics as obsoleteVolker Hilsheimer2020-10-142-0/+7
* Remove QApplication::desktopVolker Hilsheimer2020-10-143-6/+4
* Add \since 6.0 to new functionVolker Hilsheimer2020-10-141-6/+10
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-2/+1
* Document QApplication::desktop as obsoleteVolker Hilsheimer2020-10-141-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0722-42/+42
* QApplicationPrivate: iterate QPointingDevPrv::activePoints values onlyShawn Rutledge2020-10-071-4/+4
* Member initialization and default constructor for QProgressDialogPrivateChristian Heimlich2020-10-071-29/+15
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-075-5/+5
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Fix a bug in the initialization (and debug-output) of BSP treesAndreas Klots2020-10-061-2/+2
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-061-10/+30
* Group, cleanup, and consolidate QProgressDialogPrivate member variablesChristian Heimlich2020-10-051-32/+32
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-2/+10
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-011-0/+2
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-011-31/+0
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-301-1/+2
* Simplify the preamble of QDateTimeEditPrivate::stepBy()Edward Welbourne2020-09-271-11/+3
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-252-3/+3
* Fusion: Don't add unnecessarily extra padding for a groupboxAndy Shaw2020-09-251-1/+6
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-3/+2
* fix qcombobox code styleWang ChunLin2020-09-251-2/+2
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-234-5/+16
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-234-38/+36
* Initialize trayWatcher from QSystemTrayIconPrivateVolker Hilsheimer2020-09-231-1/+1
* Fix qdoc warnings: QSplitterVolker Hilsheimer2020-09-231-5/+3
* Doc: Make widgets snippets a subdirs/lib projectPaul Wicking2020-09-2310-41/+62
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-184/+184
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-8/+0
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-2/+0
* Fix some qdoc warnings: QTableWidgetSelectionRangeVolker Hilsheimer2020-09-211-0/+10
* Fix some qdoc warnings: typosVolker Hilsheimer2020-09-212-3/+3
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-212-5/+4
* Fix some qdoc warnings: unnamed parametersVolker Hilsheimer2020-09-212-3/+6
* Cleanup API of QMimeDataLars Knoll2020-09-212-2/+2
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-1/+6