summaryrefslogtreecommitdiffstats
path: root/src/widgets/accessible/qaccessiblemenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* 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
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-2/+2
* Fix build without features.actionTasuku Suzuki2020-06-041-1/+0
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-8/+11
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+2
|\
| * Add "checkable" state to accessible menu itemAndre de la Rocha2019-12-101-0/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-7/+7
|/
* Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-9/+4
* Accessible: use range-based for instead of foreachAnton Kudryavtsev2018-04-181-4/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-7/+11
|\
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-2/+4
| * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-5/+7
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Fix build with -no-feature-menubarPaul Olav Tvete2017-01-251-2/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+14
|\
| * QAccessibleMenuItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-061-0/+14
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Do not install headers for private classesFrederik Gladhorn2015-09-071-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Improve accelerator stripping in accessible widgetsFrederik Gladhorn2014-09-041-2/+1
* Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-041-1/+1
* Accessibility: Use factory function instead of pluginFrederik Gladhorn2014-03-131-0/+377