summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QWindowsComBase with QComObjectPavel Dubsky2024-02-271-2/+2
* QFileDialog/win: pass only filename to IFileDialog::SetFileName()Christian Ehrlicher2023-12-191-1/+1
* QPA/Windows: remove unneeded check for outdated MinGW versionChristian Ehrlicher2023-12-181-10/+2
* QFileDialog/win: pass only filename to IFileDialog::SetFileName()Christian Ehrlicher2023-12-161-1/+1
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-081-2/+2
* Windows QPA: remove unused functionYuhang Zhao2023-05-051-20/+0
* Windows: initialize COM in internal threadVolker Hilsheimer2023-03-091-0/+2
* Windows QPA plugin: Remove some duplicated declarationsFriedemann Kleint2023-02-211-8/+0
* Windows: fix warning on opening FileDialog after changing filtersVladimir Belyavsky2023-01-261-3/+4
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-2/+3
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-4/+0
* Windows: Don't force native file dialogs to index compressed filesVolker Hilsheimer2022-10-211-1/+11
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Windows: Don't terminate threads in QtVolker Hilsheimer2022-06-051-12/+10
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-031-36/+24
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-3/+3
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-5/+7
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+1
* Always include qt_windows header firstVolker Hilsheimer2022-02-221-2/+1
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-241-36/+5
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+1
* qwindowsdialoghelpers: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* Windows: Remove method not existing in base classKai Koehne2020-08-121-1/+0
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-8/+15
* Windows: Fix trailing blank in native file dialog filterFriedemann Kleint2020-07-061-1/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-15/+0
|\
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-15/+0
* | Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-1/+10
|/
* Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-161-29/+31
* Windows QPA: Port from QList to QVectorFriedemann Kleint2019-11-201-2/+2
* Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-6/+6
* Windows QPA: Fix clang warnings about using typedefFriedemann Kleint2019-05-241-5/+5
* Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-241-1/+1
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
* Windows QPA/File dialog: Pass up http[s] URLsFriedemann Kleint2019-04-081-12/+27
* Windows QPA/File dialog: Refactor code copying non-file shell itemsFriedemann Kleint2019-04-051-25/+63
* Windows QPA/File dialog: Avoid UI hangs caused by empty resultsFriedemann Kleint2019-04-041-1/+3
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-37/+37
* Windows QPA: Extend the debug operator for IShellItemFriedemann Kleint2018-11-111-1/+6
* Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-3/+3
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-5/+5
* Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-221-4/+4
* Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-18/+17
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-4/+23
|\
| * Fix compilation with -no-feature-regularexpressionJoni Poikelin2018-01-251-4/+23
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-071-1/+1
| |\|
| | * Change use of qDebug to qCDebugMårten Nordheim2018-01-051-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-2/+6
|\| |