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.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
/
widgets
/
dialogs
/
qwizard.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QWizard: Drop obsolete sentence in QWizard::currentId doc
Michael Weghorn
2025-02-24
1
-3
/
+0
*
Docs: Update the screenshots for the Qt Widgets examples
Alexei Cazacov
2024-10-11
1
-1
/
+1
*
Doc: Remove usage of defunct QDoc command
Paul Wicking
2024-08-28
1
-4
/
+0
*
Widgets/doc remove all \since 4.x comments in widgets/dialogs
Christian Ehrlicher
2024-08-25
1
-12
/
+0
*
Remove redundant qtimer.h includes
Ahmad Samir
2024-06-11
1
-1
/
+0
*
Widgets: pass widget to QStyle::pixelMetric()
Christian Ehrlicher
2024-01-16
1
-2
/
+2
*
Misc.: fix narrowing conversion warnings
Ahmad Samir
2023-06-05
1
-10
/
+11
*
Remove the "classwizard" example
Volker Hilsheimer
2023-05-16
1
-21
/
+13
*
Fix qtbase build when all deprecated code are disabled
Yuhang Zhao
2023-02-22
1
-2
/
+2
*
macOS: Pick up QWizard background from keyboard assistant via NSBundle
Tor Arne Vestbø
2023-02-17
1
-18
/
+13
*
Cleanup QWizard Windows implementation
Yuhang Zhao
2022-12-16
1
-54
/
+18
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-3
/
+3
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-1
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-4
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-16
/
+16
*
QtWidgets: Fix mismatches between string types and literals
Mate Barany
2022-09-23
1
-3
/
+3
*
Improve widget painting under dpr>1 by enabling smooth pixmap scaling
Eirik Aavitsland
2022-07-12
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-02
1
-6
/
+8
*
QtWidgets: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-26
1
-1
/
+1
*
Add setCurrentId in QWizard
Axel Spoerl
2022-03-12
1
-0
/
+36
*
QWizardLayoutInfo: make == and != operators const
Bernhard Rosenkraenzer
2022-01-12
1
-3
/
+3
*
widgets: Fix typos in source code comments
Jonas Kvinge
2021-10-15
1
-1
/
+1
*
Port to QImage and QPixmap deviceIndependentSize()
Morten Sørvig
2021-09-01
1
-1
/
+1
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-2
/
+2
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Fix a few qdoc warnings
Volker Hilsheimer
2020-11-06
1
-1
/
+1
*
Improve QWizard visuals for macOS dark mode
David Skoland
2020-10-06
1
-10
/
+30
*
Fix build with mingw gcc 9 and -Wsuggest-override
Kai Koehne
2020-08-10
1
-1
/
+1
*
Long Live QMap as a refcounted std::map!
Giuseppe D'Angelo
2020-08-06
1
-1
/
+1
*
Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOS
Tor Arne Vestbø
2020-07-08
1
-5
/
+5
*
Remove usage of QDesktopWidget(Private) from most places in QtWidgets
Volker Hilsheimer
2020-07-07
1
-1
/
+0
*
Use QList instead of QVector in widgets
Jarek Kobus
2020-07-02
1
-9
/
+9
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-1
/
+1
*
Phase 2 of removing QDesktopWidget
Volker Hilsheimer
2020-06-08
1
-1
/
+0
*
Reduce QDesktopWidget API to bare minimum
Volker Hilsheimer
2020-05-15
1
-1
/
+1
*
Remove dead code from src/widgets
Volker Hilsheimer
2020-05-11
1
-4
/
+0
*
Remove deprecated QWizard member
Volker Hilsheimer
2020-04-16
1
-10
/
+0
*
Use correct deprecation macro, and add \since to new member function
Volker Hilsheimer
2020-04-02
1
-2
/
+2
*
QWizard: deprecate visitedPages and add visitedIds instead
Volker Hilsheimer
2020-02-27
1
-1
/
+11
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Friedemann Kleint
2020-02-24
1
-2
/
+5
|
\
|
*
Fix wrong DPI used by QStyle::pixelMetric()
Friedemann Kleint
2020-02-22
1
-2
/
+5
*
|
Doc/QtWidgets: replace some 0 with \nullptr
Christian Ehrlicher
2020-01-26
1
-1
/
+1
*
|
QLabel: Allow pixmap() and picture() to return by-value
Sze Howe Koh
2020-01-26
1
-2
/
+2
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-19
/
+19
*
|
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-30
1
-105
/
+75
|
\
|
*
QWizard/Aerostyle: Fix "&Next" shortcut
Friedemann Kleint
2019-09-25
1
-4
/
+18
|
*
QWizard: Use member initialization in private classes
Friedemann Kleint
2019-09-24
1
-101
/
+57
[next]