index
:
qt/qtactiveqt.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.1
6.10
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
ActiveQt
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
dumpcpp: Qualify type names
Joerg Bornemann
12 days
1
-8
/
+88
*
dumpcpp: Don't put Qt types into the type library namespace
Joerg Bornemann
2025-06-06
1
-0
/
+13
*
dumpcpp: Fix creation of temporary header
Oliver Wolff
2025-01-22
1
-1
/
+2
*
dumpdoc: Adapt to QFile::open being [[nodiscard]]
Oliver Wolff
2024-12-16
1
-1
/
+5
*
dumpcpp: clean up the cleaning up of moc output
Thiago Macieira
2024-11-29
2
-103
/
+20
*
dumpcpp: remove the need for a temporary header file
Thiago Macieira
2024-10-11
1
-18
/
+6
*
dumpcpp: Sync with latest moc revision update
Oliver Wolff
2024-09-23
1
-1
/
+1
*
Clean up About dialog text
Kai Köhne
2024-09-11
1
-7
/
+6
*
dumpcpp: Remove generation of non-compiling code
Friedemann Kleint
2024-08-19
1
-25
/
+0
*
Follow up on meta object version bump in qtbase
Volker Hilsheimer
2023-04-05
1
-2
/
+17
*
Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-09
4
-34
/
+6
*
Port from <cctype> toupper() to QtMiscUtils::toAsciiUpper()
Marc Mutz
2022-12-23
1
-1
/
+3
*
Extend TestCon with AppContainer sandboxing
Fredrik Orderud
2022-12-15
3
-3
/
+142
*
Introduce security sandboxing factory
Fredrik Orderud
2022-12-15
3
-42
/
+67
*
Move low integrity level sandboxing to a new impl. file
Fredrik Orderud
2022-12-14
4
-49
/
+67
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-06
1
-1
/
+1
*
CMake: Don't use PUBLIC_LIBRARIES
Kai Köhne
2022-09-28
3
-3
/
+3
*
Fix warning from deprecated QColor::setNamedColor API
Volker Hilsheimer
2022-09-08
1
-2
/
+1
*
dumpcpp: Acknowledge moc revision change
Oliver Wolff
2022-08-31
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
4
-4
/
+4
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
4
-0
/
+12
*
Postprocess moc output to fully qualify types
Volker Hilsheimer
2022-06-21
1
-2
/
+26
*
dumpcpp: Completely specify enums from referenced typelibs
Friedemann Kleint
2022-06-21
1
-16
/
+11
*
dumpcpp: Do not generate constructors with C#-only classes
Friedemann Kleint
2022-06-16
1
-0
/
+11
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
25
-680
/
+60
*
dumpcpp: Modernize the generated code
Friedemann Kleint
2022-05-17
1
-6
/
+6
*
Port from container.count()/int to container.size()/qsizetype
Marc Mutz
2022-03-16
4
-14
/
+14
*
Replace container.count() with !isEmpty()
Marc Mutz
2022-03-16
2
-2
/
+2
*
Remove unused .qrc file
Joerg Bornemann
2022-01-18
1
-7
/
+0
*
Add -controlname option to dumpcpp
Jonas Kvinge
2021-10-12
1
-8
/
+24
*
Skip unnecessary commands when cross-building tools
Joerg Bornemann
2021-10-05
2
-0
/
+2
*
testcon: Use qt_internal_add_app()
Li Xinwei
2021-07-15
1
-2
/
+1
*
Remove High DPI scaling attributes
Friedemann Kleint
2021-07-15
1
-5
/
+0
*
Fix UIC warning
Kai Köhne
2021-06-01
1
-1
/
+0
*
Remove QMake project files
Alexey Edelev
2021-04-12
7
-136
/
+0
*
dumpcpp: Acknowledge metaobject revision change
Fabian Kosmale
2021-04-01
1
-1
/
+1
*
Fix crash in dumpcpp-generated code
Friedemann Kleint
2021-03-15
3
-24
/
+15
*
Re-generate the CMake project files
Alexey Edelev
2021-03-12
6
-5
/
+105
*
Fix warnings about deprecated QVariant::Type
Friedemann Kleint
2020-10-30
1
-8
/
+8
*
dumpcpp: Check 64 bit registry keys for 64bit builds
Friedemann Kleint
2020-09-15
1
-3
/
+14
*
Fix QMetaType/QVariant-related deprecations
Friedemann Kleint
2020-09-07
1
-7
/
+7
*
dumpcpp: Adapt to QMetaType changes
Friedemann Kleint
2020-09-07
1
-38
/
+5
*
Bump dependency version and fix compile errors
Friedemann Kleint
2020-08-19
1
-1
/
+1
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-06-24
1
-1
/
+1
*
Use QList instead of QVector
Jarek Kobus
2020-06-23
3
-5
/
+5
*
Some minor fixes to build against latest Qt dev branch
Karsten Heimrich
2020-06-10
1
-1
/
+1
*
Remove hard-coded QMetaObject data
Friedemann Kleint
2020-05-28
3
-11
/
+9
*
Fix deprecated/removed code
Friedemann Kleint
2020-05-20
1
-2
/
+2
*
Initial port to cmake
Friedemann Kleint
2020-05-12
4
-0
/
+104
*
Restructure the libraries
Friedemann Kleint
2020-05-06
5
-8
/
+10
[next]