summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QLabel: simplify createStandardContextMenuVolker Hilsheimer2021-03-021-7/+6
* Consistently test for nullptrVolker Hilsheimer2021-02-251-2/+3
* Assert that we have a layout before dereferencingVolker Hilsheimer2021-02-241-0/+3
* Initialize out-variablesVolker Hilsheimer2021-02-231-5/+8
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-221-1/+1
* QMdiSubWindow: Set correct ControlLabel sizeMorten Johan Sørvig2021-02-191-2/+2
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-091-0/+1
* Windows: Fix flicker when resizing translucent windows with QSizeGripFriedemann Kleint2021-02-011-3/+15
* QLineEdit Cursor show white areaZhang Hao2021-01-281-2/+4
* Fix that the placeholdertext of QCombobox is not drawnChunLin Wang2021-01-271-2/+4
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-265-6/+23
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-9/+7
* Fix small typo in the QMdiArea documentationOliver Eftevaag2021-01-181-1/+1
* Fix the tips still show when cursor move to another actionQiang Li2021-01-151-0/+2
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-01-131-2/+4
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-124-1/+36
* Remove the qmake project filesJoerg Bornemann2021-01-071-363/+0
* 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
* Remove already-set option style feature for QCommandLinkButtonDoris Verria2020-12-111-2/+0
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* macOS: Remove setObjectName call from moveWidgetToPlatformItemTor Arne Vestbø2020-12-101-1/+0
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+2
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-091-1/+1
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-12-082-2/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-3/+1
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Reduce the scope of variable in focusInEvent()Wang Yu2020-12-021-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-026-8/+8
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-3/+3
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-2/+2
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-271-1/+2
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-3/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-6/+6
* 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