summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwhatsthis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-3/+3
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-1/+1
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-23/+22
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-7/+7
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-15/+1
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-7/+7
* Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-051-3/+3
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-121-0/+10
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-7/+7
* Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-4/+5
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-4/+0
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-2/+4
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-3/+3
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
* QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-281-4/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-1/+1
* Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-171-1/+1
* 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-3/+3
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* 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
* Delete QWhatsThis() and QToolTip()Marc Mutz2012-10-221-5/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* Use DropShadow from QPlatformTheme everywhere in qwhatsthis.cpp.Friedemann Kleint2012-07-161-15/+9
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-201-1/+1
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-2/+2
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-1/+1
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-1/+1
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
|/
* Widgets: No longer use deprecated QPixmap::grabWindow(),grabWidget().Friedemann Kleint2012-05-011-2/+3
* Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-1/+1
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-2/+2
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-2/+4
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-081-2/+2
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-011-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Introduce a QVariant themeHint() to QPlatformTheme.Friedemann Kleint2012-01-111-15/+4