summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows CE vestigesJoerg Bornemann2016-06-021-8/+0
* Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-171-291/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+9
| |\
| | * wince: Disable Native Filedialogs for WEC2013Andreas Holzammer2016-03-291-0/+8
| | * Windows QPA: Fix regular expression to match CLSIDs in file dialog.Friedemann Kleint2016-03-241-1/+1
* | | Windows QPA: Increase API level to 0x600 (Windows Vista).Friedemann Kleint2016-04-011-9/+5
* | | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-22/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-3/+6
|\|
| * Windows: Extract the suffix from the simple file filter caseAndy Shaw2016-03-021-3/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-11/+6
|\|
| * Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-101-4/+4
| * Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-051-5/+0
| * Windows QPA: Add missing override declarations.Friedemann Kleint2016-02-051-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-27/+25
|\|
| * Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-141-27/+25
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Windows QPA: Fix debug operators.Friedemann Kleint2015-10-271-0/+2
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-301-1/+6
* Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-271-19/+61
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use Qt 5 signals & slot syntax in the Windows QPA plugin.Friedemann Kleint2014-12-201-12/+12
* Windows native file dialog: Work around display bug of IFileDialog.Friedemann Kleint2014-11-051-4/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove superfluous "break" in QWindowsNativeFileDialogBase::setLabelText()Maks Naumov2014-09-011-1/+0
* Windows native file dialog: Allow for omitting name filter description.Friedemann Kleint2014-03-151-2/+4
* Windows: Change defaultNameFilterDisables() to return false.Friedemann Kleint2014-03-141-1/+1
* Windows file dialogs: Use FOS_NOREADONLYRETURN only for mode AcceptSave.Friedemann Kleint2014-02-251-6/+10
* Force alignment for SSE2 to not crash with mingwKonstantin Ritt2014-02-131-2/+2
* Windows file dialog: Clean up thread manually.Friedemann Kleint2014-02-071-4/+25
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-33/+16
* Windows: Use focusWindow() as native dialog parent when 0 is passed.Friedemann Kleint2014-01-141-0/+2
* Windows: Silence warning in QWindowsFileDialogHelper::selectFile().Friedemann Kleint2014-01-091-2/+2
* Windows platform plugin: Add missing case statementKurt Pattyn2013-12-301-0/+6
* Fix typo in check for MINGW_W64 versionKai Koehne2013-10-231-1/+1
* Fix compilation with latest MinGW-w64 (release 3)Kai Koehne2013-10-221-1/+3
* QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-151-2/+2
* Require Windows VistaKai Koehne2013-10-071-0/+2
* Fix typo in define guardsKai Koehne2013-10-071-1/+1
* Windows: Fix/Improve closing of native file dialogs.Friedemann Kleint2013-09-111-11/+65
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-2/+2
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-2/+2
| |\
| | * Windows XP file dialog: Fix appending the selected filter suffix.Friedemann Kleint2013-08-301-2/+2
* | | Windows: Use QSharedPointer for the dialog helpers.Friedemann Kleint2013-09-091-27/+35
|/ /
* | Remove qFill from the Windows platform pluginGiuseppe D'Angelo2013-09-051-1/+3
* | Give QWindowsNativeFileDialogEventHandler a virtual destructorThiago Macieira2013-09-031-1/+1
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-231-18/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+1
|\|
| * Do not use QWindowsFileDialogHelper for Windows Server 2003Jonathan Liu2013-08-111-1/+1
* | Have QFileDialog use QUrl internallyKevin Ottens2013-07-181-108/+103
|/