summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-01-131-2/+4
* macOS: Simplify and fix issues with QMenuPrivate::moveWidgetToPlatformItemTor Arne Vestbø2021-01-042-49/+35
* QAbstractButton: don't access nullptr in queryButtonList()Christian Ehrlicher2021-01-011-1/+3
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-212-1/+8
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+1
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-042-3/+3
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-026-8/+8
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-11-272-2/+2
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-181-1/+2
* Fix QGraphicsItem crash if click right button of mouseZhang Yu2020-11-181-2/+6
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-4/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-1620-126/+126
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-123-5/+6
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-5/+4
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+1
* QPushButton: if mouse tracking is off, ignore state only updated when trackingVolker Hilsheimer2020-10-271-1/+1
* Show the year correctly after it has been editedAndy Shaw2020-10-261-1/+1
* QSplitter: Respect managed widget's growth/expand size policyAles Erjavec2020-10-231-5/+5
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-223-1/+26
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-3/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-074-19/+19
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-072-2/+2
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-301-1/+2
* Simplify the preamble of QDateTimeEditPrivate::stepBy()Edward Welbourne2020-09-271-11/+3
* 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 qdoc warnings: QSplitterVolker Hilsheimer2020-09-231-5/+3
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-211-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-212-2/+2
* Small doc fixLars Knoll2020-09-121-1/+1
* QAbstractSpinBox: don't emit update signals twiceRichard Moe Gustavsen2020-09-121-1/+1
* Doc: Clean up widget snippets projectPaul Wicking2020-09-102-4/+4
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-4/+4
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-101-10/+9
* QCalendarDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-6/+5
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-057-9/+9
* Tighten up QDialogButtonBox::ButtonLayout enumVolker Hilsheimer2020-09-031-2/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-033-5/+5
* Move event-response code into dedicated event handlersVolker Hilsheimer2020-09-022-14/+29
* Display combobox popup on the correct screenMorten Johan Sørvig2020-08-302-5/+5
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-291-2/+1
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-2/+1