summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qpushbutton.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPushButton with a menu remains in sunken state after menu closedEd Cooke2024-01-221-1/+1
* QPushButton: Replace macro based connectionsAxel Spoerl2023-08-241-3/+4
* QPushButton: use QMenu::popup instead of exec to show menuVolker Hilsheimer2023-04-111-7/+4
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QGraphicsScene: Fix popup position for QGraphicsProxyWidgetVolodymyr Zibarov2022-04-221-1/+1
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-1/+1
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-101-0/+2
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-211-0/+7
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-3/+3
* QPushButton: if mouse tracking is off, ignore state only updated when trackingVolker Hilsheimer2020-10-271-1/+1
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-221-0/+21
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-1/+0
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+1
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+1
* QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-281-0/+11
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-32/+0
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-2/+2
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-1/+3
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* Doc: correct filename png filesNico Vertriest2017-10-181-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-6/+8
|\
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-6/+8
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+2
|\|
| * Doc: Update widget style gallery topicLeena Miettinen2017-06-091-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-14/+7
|\|
| * Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-14/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-1/+12
|\|
| * Add feature.dialogStephan Binner2017-03-221-1/+12
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-2/+3
|\|
| * Add feature.dialogbuttonboxStephan Binner2017-03-061-2/+3
* | Remove unused references to QMacStyle headersJake Petroules2017-02-281-4/+0
|/
* doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+1
* Fix QMenu position on a multi-display systemOleg Yadrov2017-01-021-4/+6
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-4/+4
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-021-6/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-3/+3
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtWidgets docs: use WinVista screenshots instead of obsolescent WinXPJ-P Nurmi2012-12-061-2/+2
* Docs: cleaned up remaining cleanlooks references and screenshotsJ-P Nurmi2012-11-281-9/+4
* Made QMacStyle internalJ-P Nurmi2012-11-231-1/+1