summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-201-1/+2
* Fix QGraphicsItem crash if click right button of mouseZhang Yu2020-11-181-2/+6
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+1
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-11-022-1/+18
* Show the year correctly after it has been editedAndy Shaw2020-10-261-1/+1
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-3/+2
* QAbstractSpinBox: don't emit update signals twiceRichard Moe Gustavsen2020-09-121-1/+1
* Doc: Clean up widget snippets projectPaul Wicking2020-09-102-4/+4
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-281-2/+0
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-224-6/+6
* macOS: Check if the base of the style as well if it is a QProxyStyleAndy Shaw2020-08-171-1/+4
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* QLineEdit: Fix cursor drawing issuesLu YaNing2020-07-232-1/+3
* QCalendarWidget: code tidies for the internal modelGiuseppe D'Angelo2020-07-081-31/+20
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-2/+4
* Always show a submenu on its parent menu's screenShawn Rutledge2020-06-171-1/+1
* Fix QToolButton menus showing on primary screens in multiscreen setupsFriedemann Kleint2020-06-101-1/+2
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-201-2/+2
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-201-0/+30
* Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-191-5/+5
* QLabel: lay out text using a text control when label can get focusVolker Hilsheimer2020-05-191-1/+3
* Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-182-2/+6
* QMainWindow: don't grow memory when modifying tabbed docks while hiddenVolker Hilsheimer2020-05-181-0/+9
* Don't fall back to QGuiApplication for line control's layoutDirectionEdward Welbourne2020-05-181-5/+2
* Always open a text control's context menu on the same screenShawn Rutledge2020-05-161-0/+5
* Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-04-221-0/+2
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-0/+2
| |\
| | * widgets: Re-calculate focus frame style option after setting new geometryTor Arne Vestbø2020-03-241-0/+2
* | | Handle specified time-spec in date-time parsingAndrei Golubev2020-04-222-0/+13
|/ /
* | doc: Recommend the QSplashScreen constructor taking a QScreen*Shawn Rutledge2020-04-151-1/+1
* | Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-153-8/+63
* | Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-145-5/+11
* | Fix warning about deprecated QComboBox::AdjustToMinimumContentsLengthThiago Macieira2020-04-091-3/+14
* | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-0310-26/+26
* | QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-4/+12
* | QTextEdit: remove the cursor when a read-only textedit looses focusVolker Hilsheimer2020-03-271-0/+1
* | QLineEdit: Include the horizontal margin in minimumSizeHintVolker Hilsheimer2020-03-261-2/+2
* | Fix deprecation of QComboBox:::currentIndexChanged(const QString&)Lars Knoll2020-03-252-27/+17
* | QDateTimeEdit: with keyboardTracking off, allow values outside the rangeVolker Hilsheimer2020-03-201-2/+12
* | Fix keypad navigation within a button group for push buttonsVolker Hilsheimer2020-03-201-2/+2
* | Doc: Remove incorrect see-also linkTopi Reinio2020-03-121-2/+0
* | QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-4/+5
* | Name method parameters in declaration, even when it's obviousVolker Hilsheimer2020-02-282-8/+8
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Lars Knoll2020-02-272-16/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-272-16/+21
| |\|