summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-2/+6
| |\|
| | * Windows QPA: Pass on Url of non-filesystem directory itemsFriedemann Kleint2017-11-041-1/+1
| | * Windows QPA: Restrict file dialog to file system items in Directory modeFriedemann Kleint2017-11-041-1/+5
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+3
|\| |
| * | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-191-1/+3
* | | Windows QPA: Clean up code checking for the OS versionFriedemann Kleint2017-10-181-9/+6
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-7/+7
|/ /
* | Native Windows file dialog: Observe Windows Explorer "Show hidden files" settingFriedemann Kleint2017-06-131-1/+3
* | QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-201-1/+1
* | Migrate Windows QPA backend to use QRegularExpressionSamuel Gaist2017-04-191-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-1/+1
|\|
| * Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-191-1/+1
* | Windows: Introduce helper class for implementing COM interfacesFriedemann Kleint2017-02-171-24/+2
|/
* Windows QPA/Open file dialog: Copy non-filesystem itemsFriedemann Kleint2017-01-111-6/+73
* Windows QPA: Refactor conversion of IShellItemFriedemann Kleint2017-01-111-119/+229
* Windows QPA: Implement setting the "Cancel" button text of file dialogsFriedemann Kleint2017-01-101-1/+15
* Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-081-34/+34
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-18/+8
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-4/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-4/+9
| |\
| | * Windows QPA: Fix leaks in native file dialogsFriedemann Kleint2016-08-301-4/+9
* | | 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