summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-1/+1
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* QGraphicsView:QGraphicstextitem show error after lose focusZhang Hao2020-09-181-1/+5
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+46
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-165-54/+51
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-154-4/+4
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-09-151-1/+1
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+5
* QLayout: Make contentsMargins a Q_PROPERTYFriedemann Kleint2020-09-151-0/+1
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-142-3/+3
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Small doc fixLars Knoll2020-09-121-1/+1
* QAbstractSpinBox: don't emit update signals twiceRichard Moe Gustavsen2020-09-121-1/+1
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-127-41/+61
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* Doc: Clean up widget snippets projectPaul Wicking2020-09-1014-27/+27
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-1011-31/+31
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-102-12/+11
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-3/+3
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-082-1/+96
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-072-10/+8
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-063-47/+5
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-1/+1
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* QCompleterItemDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-5/+4
* QCalendarDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-6/+5
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-053-7/+0