summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-9/+6
* qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-22/+22
* Windows: Disable Non-modal native file dialogs.Friedemann Kleint2012-05-091-0/+8
* QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-091-30/+8
* Windows: Fix QWindowsNativeFileDialogBase::directory()Friedemann Kleint2012-05-031-2/+3
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-3/+3
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+4
|\
| * Fix compilation with MinGW-W64.Debao Zhang2012-04-051-0/+4
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-2/+2
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-171-6/+1
* Fix compilation with MinGW-w64Jonathan Liu2012-02-081-1/+12
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-011-4/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-33/+18
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* fix case of included windows headersMark Brand2012-01-191-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-141-48/+92
* Windows platform plugin: Fix compilation with MinGW.Friedemann Kleint2011-11-141-2/+2
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-8/+12
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-111-85/+100
* Windows: Add dialog helpers for native dialogs.Friedemann Kleint2011-11-041-0/+1343