summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: Do not use native dialogs for non-modal dialogs.Friedemann Kleint2013-04-051-4/+2
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-1/+3
|\
| * Windows native file dialogs: Split suffix list correctly.Friedemann Kleint2013-03-201-1/+3
* | Fix build on MinGW, Win<7Konstantin Ritt2013-03-141-2/+2
* | Fix build with Windows SDKs pre 7.0.Friedemann Kleint2013-03-131-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-1/+8
|\ \
| * | Avoid setting initialNameFilter when mode is DirectoryIrfan Omair2013-03-051-4/+8
| |/
* | Windows native dialogs: Handle libraries.Friedemann Kleint2013-02-251-5/+114
* | Windows: Fix modal dialogs for declarative.Friedemann Kleint2013-01-281-4/+34
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-2/+18
|\|
| * Respect the filename specified when showing the native filedialogAndy Shaw2013-01-241-2/+18
* | 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-165/+250
|/
* Bring back native dialogs for Windows XP.Friedemann Kleint2012-10-301-45/+459
* Remove unused placeholder from qErrnoWarning().Friedemann Kleint2012-10-041-3/+3
* Windows: Append file suffix in save-dialog.Friedemann Kleint2012-10-041-1/+21
* Fix filter regular expression for native Windows file dialog.Friedemann Kleint2012-10-021-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix MinGW-w64 GCC 4.6.3 compilationJonathan Liu2012-09-031-2/+2
* Fix MinGW-w64 TDM64-GCC 4.6.1 compilationJonathan Liu2012-08-301-5/+28
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-3/+3
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-291-3/+10
* Windows: Trim filter specification of the native file dialog.Friedemann Kleint2012-05-151-1/+2
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-101-0/+6
* 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