summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible/qaccessiblewidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-141-20/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* 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
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-1/+1
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-3/+5
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-2/+2
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-1/+3
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+6
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-2/+6
| |\
| | * Fix QAccessibleWidget::focusChild() to return focused descendantPeter Varga2019-12-191-4/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-4/+4
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
| |/
* / QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-1/+0
|/
* QAccessibleWidget: fix UB (invalid cast)Marc Mutz2019-07-011-18/+2
* Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-1/+3
* Convert features.groupbox to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-2/+4
* Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-0/+2
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+3
* Fix build without features.shortcutTasuku Suzuki2017-04-271-0/+2
* Add feature.label and feature.formlayoutStephan Binner2017-03-031-2/+4
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+8
|\
| * QAccessibleWidget: Retrieve window from native parent widget.Friedemann Kleint2016-05-061-2/+8
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-8/+6
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Remove unused variableFrederik Gladhorn2014-08-261-1/+0
* Accessibility: QSpinBox should not have any childrenFrederik Gladhorn2014-08-191-1/+2
* Accessibility: Top level widgets should only be in the hierarchy onceFrederik Gladhorn2014-07-301-9/+5
* Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-041-1/+1
* Accessibility: Use factory function instead of pluginFrederik Gladhorn2014-03-131-2/+2
* Remove useless ifFrederik Gladhorn2014-02-101-3/+2
* Make Accessibility publicFrederik Gladhorn2013-09-191-2/+2
* Accessibility: Fix crash when updating in dtorFrederik Gladhorn2013-03-231-0/+9
* Do not update accessibility for invalid interfacesFrederik Gladhorn2013-03-231-0/+3
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-141-1/+1
* Improve QAccessibleApplicationFrederik Gladhorn2013-01-251-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove unused private member.Frederik Gladhorn2012-12-141-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove some unused variables from QAccessibleWidgetPrivateJan-Arve Saether2012-06-261-68/+3
* Accessibility: Do not automatically add controllersFrederik Gladhorn2012-06-201-19/+0