index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
windows
/
qwindowsdialoghelpers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows: initialize COM in internal thread
Volker Hilsheimer
2023-03-09
1
-0
/
+2
*
Windows QPA plugin: Remove some duplicated declarations
Friedemann Kleint
2023-02-21
1
-8
/
+0
*
Windows: fix warning on opening FileDialog after changing filters
Vladimir Belyavsky
2023-01-26
1
-3
/
+4
*
Windows: centralize how we handle error messages
Yuhang Zhao
2022-11-16
1
-2
/
+3
*
Windows: bump NTDDI_VERSION to latest version and remove some duplicated code
Yuhang Zhao
2022-10-24
1
-4
/
+0
*
Windows: Don't force native file dialogs to index compressed files
Volker Hilsheimer
2022-10-21
1
-1
/
+11
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Windows: Don't terminate threads in Qt
Volker Hilsheimer
2022-06-05
1
-12
/
+10
*
Windows: fix crash on closing an app when native file dialog is opened
Vladimir Belyavsky
2022-06-03
1
-36
/
+24
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Plugins: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-05-04
1
-3
/
+3
*
Plugins: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-04
1
-5
/
+7
*
Plugins: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-05-02
1
-1
/
+1
*
Always include qt_windows header first
Volker Hilsheimer
2022-02-22
1
-2
/
+1
*
Windows QPA: Further cleanup of pre-Win10 code
Yuhang Zhao
2021-11-24
1
-36
/
+5
*
Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)
Yuhang Zhao
2021-11-10
1
-1
/
+1
*
qwindowsdialoghelpers: Fix typo in documentation
Jonas Kvinge
2021-10-14
1
-1
/
+1
*
Windows: Remove method not existing in base class
Kai Koehne
2020-08-12
1
-1
/
+0
*
Fix build with mingw gcc 9 and -Wsuggest-override
Kai Koehne
2020-08-10
1
-8
/
+15
*
Windows: Fix trailing blank in native file dialog filter
Friedemann Kleint
2020-07-06
1
-1
/
+4
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-15
/
+0
|
\
|
*
qpa: Remove references to lighthouse
Tor Arne Vestbø
2020-04-03
1
-15
/
+0
*
|
Fix compilation with -no-feature-regularexpression
Eskil Abrahamsen Blomfeldt
2020-03-17
1
-1
/
+10
|
/
*
Windows QPA: Use UTF-16 literals where possible
Friedemann Kleint
2019-12-16
1
-29
/
+31
*
Windows QPA: Port from QList to QVector
Friedemann Kleint
2019-11-20
1
-2
/
+2
*
Windows QPA: Fix clang warnings about repetitive type names
Friedemann Kleint
2019-06-13
1
-6
/
+6
*
Windows QPA: Fix clang warnings about using typedef
Friedemann Kleint
2019-05-24
1
-5
/
+5
*
Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVE
Friedemann Kleint
2019-05-24
1
-1
/
+1
*
Prefix textstream operators with Qt::
Lars Knoll
2019-05-02
1
-3
/
+3
*
Windows QPA/File dialog: Pass up http[s] URLs
Friedemann Kleint
2019-04-08
1
-12
/
+27
*
Windows QPA/File dialog: Refactor code copying non-file shell items
Friedemann Kleint
2019-04-05
1
-25
/
+63
*
Windows QPA/File dialog: Avoid UI hangs caused by empty results
Friedemann Kleint
2019-04-04
1
-1
/
+3
*
Windows/Direct2d QPA: Use nullptr
Friedemann Kleint
2019-01-28
1
-37
/
+37
*
Windows QPA: Extend the debug operator for IShellItem
Friedemann Kleint
2018-11-11
1
-1
/
+6
*
Windows QPA: Fix clang-tidy-warnings about class definitions
Friedemann Kleint
2018-08-06
1
-3
/
+3
*
Windows QPA: Fix some clang-tidy-warnings
Friedemann Kleint
2018-08-06
1
-5
/
+5
*
Build the Windows platform plugin with QT_NO_FOREACH
Joerg Bornemann
2018-06-22
1
-4
/
+4
*
Windows QPA: Fix Qt include statements
Friedemann Kleint
2018-05-23
1
-18
/
+17
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-4
/
+23
|
\
|
*
Fix compilation with -no-feature-regularexpression
Joni Poikelin
2018-01-25
1
-4
/
+23
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-11
1
-1
/
+1
|
\
\
|
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2018-01-07
1
-1
/
+1
|
|
\
|
|
|
*
Change use of qDebug to qCDebug
Mårten Nordheim
2018-01-05
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-23
1
-2
/
+6
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-11-09
1
-2
/
+6
|
|
\
|
|
|
*
Windows QPA: Pass on Url of non-filesystem directory items
Friedemann Kleint
2017-11-04
1
-1
/
+1
|
|
*
Windows QPA: Restrict file dialog to file system items in Directory mode
Friedemann Kleint
2017-11-04
1
-1
/
+5
*
|
|
Merge remote-tracking branch 'origin/5.10' into dev
Allan Sandfeld Jensen
2017-10-24
1
-1
/
+3
|
\
|
|
|
*
|
MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 API
Orgad Shaneh
2017-10-19
1
-1
/
+3
*
|
|
Windows QPA: Clean up code checking for the OS version
Friedemann Kleint
2017-10-18
1
-9
/
+6
[next]