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
6.5.1
6.6
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 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
*
|
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-7
/
+7
|
/
/
*
|
Native Windows file dialog: Observe Windows Explorer "Show hidden files" setting
Friedemann Kleint
2017-06-13
1
-1
/
+3
*
|
QUuid: add fromString(QStringView/QLatin1String)
Marc Mutz
2017-04-20
1
-1
/
+1
*
|
Migrate Windows QPA backend to use QRegularExpression
Samuel Gaist
2017-04-19
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-02-28
1
-1
/
+1
|
\
|
|
*
Make better use of new QStringList::join(QLatin1String) overload
Marc Mutz
2017-02-19
1
-1
/
+1
*
|
Windows: Introduce helper class for implementing COM interfaces
Friedemann Kleint
2017-02-17
1
-24
/
+2
|
/
*
Windows QPA/Open file dialog: Copy non-filesystem items
Friedemann Kleint
2017-01-11
1
-6
/
+73
*
Windows QPA: Refactor conversion of IShellItem
Friedemann Kleint
2017-01-11
1
-119
/
+229
*
Windows QPA: Implement setting the "Cancel" button text of file dialogs
Friedemann Kleint
2017-01-10
1
-1
/
+15
*
Windows: Replace Q_DECL_OVERRIDE by override
Alexander Volkov
2016-12-08
1
-34
/
+34
*
Windows QPA plugin: Use member initialization
Friedemann Kleint
2016-11-30
1
-18
/
+8
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-05
1
-4
/
+9
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-05
1
-4
/
+9
|
|
\
|
|
*
Windows QPA: Fix leaks in native file dialogs
Friedemann Kleint
2016-08-30
1
-4
/
+9
*
|
|
Remove Windows CE vestiges
Joerg Bornemann
2016-06-02
1
-8
/
+0
*
|
|
Windows QPA: Remove qtwindows_additional.h.
Friedemann Kleint
2016-05-17
1
-291
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-04-05
1
-1
/
+9
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-04
1
-1
/
+9
|
|
\
|
|
|
*
wince: Disable Native Filedialogs for WEC2013
Andreas Holzammer
2016-03-29
1
-0
/
+8
|
|
*
Windows QPA: Fix regular expression to match CLSIDs in file dialog.
Friedemann Kleint
2016-03-24
1
-1
/
+1
*
|
|
Windows QPA: Increase API level to 0x600 (Windows Vista).
Friedemann Kleint
2016-04-01
1
-9
/
+5
*
|
|
Windows QPA: Remove Windows CE.
Friedemann Kleint
2016-03-29
1
-22
/
+4
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-11
1
-3
/
+6
|
\
|
|
*
Windows: Extract the suffix from the simple file filter case
Andy Shaw
2016-03-02
1
-3
/
+6
[next]