summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.h
Commit message (Expand)AuthorAgeFilesLines
* QApplication: Fix DEPRECATED_VERSION for setActiveWindowNicolas Fella2023-03-151-2/+2
* Move QApplication::autoSipEnabled() to public scopeTasuku Suzuki2023-01-161-1/+1
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-0/+2
* Mark QApplication::fontMetrics as obsoleteVolker Hilsheimer2020-10-141-0/+4
* Remove QApplication::desktopVolker Hilsheimer2020-10-141-2/+0
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+1
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-3/+0
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-7/+0
* QApplication: remove obsolete keypadNavigationEnabled memberVolker Hilsheimer2020-04-091-6/+0
* QApplication: remove deprecated keyboardInputLocale/Direction membersVolker Hilsheimer2020-04-091-7/+0
* QApplication: remove forwarding of QGuiApplication::windowIconVolker Hilsheimer2020-04-081-6/+0
* QApplication: remove obsolete syncX memberVolker Hilsheimer2020-04-081-3/+0
* QApplication: remove obsolete setGraphicsSystemVolker Hilsheimer2020-04-081-3/+0
* QApplication: remove deprecated members for obsolete ColorSpecVolker Hilsheimer2020-04-081-5/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+4
|\
| * Mark QApplication::globalStrut as deprecatedVolker Hilsheimer2020-01-221-0/+4
* | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
|/
* Mark deprecated functions with QT_DEPRECATEDChristian Ehrlicher2018-10-211-2/+6
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-141-0/+1
* QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec().Friedemann Kleint2016-04-261-2/+4
* QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-7/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-061-2/+2
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-7/+0
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove friend class QETWidget.Friedemann Kleint2014-05-161-1/+0
* Doc: fix warning: No documentation for 'QApplication::palette()'Marc Mutz2014-03-041-1/+1
* Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* add missing include when Q_NO_USING_KEYWORD is definedJing Bai2012-12-141-0/+3
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-281-14/+0
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-6/+3
* QApplication::palette missing Q_NO_USING_KEYWORD implementationThiago A. Correa2012-10-081-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-3/+11
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-2/+0
|\
| * Remove redundant platformNativeInterface()Girish Ramakrishnan2012-04-121-2/+0
* | Removed QApplication overloads used solely for documentation.Marcel Krems2012-04-091-9/+0
* | Merge master into api_changesKent Hansen2012-03-231-2/+3
|\|