summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdialoghelpers.h
Commit message (Expand)AuthorAgeFilesLines
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-031-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-261-1/+1
* Windows QPA: Fix clang warnings about using typedefFriedemann Kleint2019-05-241-1/+1
* Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-241-1/+1
* Windows QPA: Use nullptr consistentlyFriedemann Kleint2019-05-281-2/+2
* Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-1/+1
* Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-2/+2
* Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-081-5/+5
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-4/+4
* Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-171-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-3/+3
|\
| * Windows QPA: Add missing override declarations.Friedemann Kleint2016-02-051-3/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Windows/Direct2D platform plugins: Add Q_DECL_OVERRIDE.Friedemann Kleint2014-07-291-2/+2
* Windows file dialog: Clean up thread manually.Friedemann Kleint2014-02-071-0/+4
* Windows: Use QSharedPointer for the dialog helpers.Friedemann Kleint2013-09-091-3/+4
* Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-231-1/+0
* Windows: Fix modal dialogs for declarative.Friedemann Kleint2013-01-281-0/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Fix Windows native file dialogs for use with QtQuick.Friedemann Kleint2013-01-211-2/+4
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-1/+1
* qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-4/+4
* QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-091-4/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-2/+2
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-011-4/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-5/+3
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-141-3/+4
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-2/+2
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-111-6/+13
* Windows: Add dialog helpers for native dialogs.Friedemann Kleint2011-11-041-0/+93