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
/
tools
/
qdbusxml2cpp
/
qdbusxml2cpp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qdbusxml2cpp: initialize the return value for adapters
Ivan Solovev
2025-04-10
1
-2
/
+3
*
qdbusxml2cpp: remove unneeded newlines in the end of the cpp files
Ivan Solovev
2025-03-12
1
-4
/
+2
*
qdbusxml2cpp: remove stray whitespaces in the end of the line
Ivan Solovev
2025-03-12
1
-4
/
+4
*
Add namespaces to qdbusxml2cpp
Matthias Rauter
2025-03-05
1
-2
/
+39
*
qdbusxml2cpp: don't track command line
Samuli Piippo
2024-05-02
1
-1
/
+1
*
Tools: handle file opening failure
Giuseppe D'Angelo
2024-04-14
1
-2
/
+10
*
Prefer using override instead of virtual in qdbusxml2cpp
Ahmed Kerimov
2023-10-27
1
-1
/
+1
*
qdbusxml2cpp: Improve error reporting
Ievgenii Meshcheriakov
2023-07-06
1
-55
/
+117
*
qdbusxml2cpp: Move shared state to a class
Ievgenii Meshcheriakov
2023-07-06
1
-39
/
+72
*
QDBusIntrospection: Add Annotation struct
Ievgenii Meshcheriakov
2023-07-06
1
-23
/
+24
*
qdbusxml2cpp: Fail if -c option is used with multiple interfaces
Ievgenii Meshcheriakov
2023-06-02
1
-1
/
+8
*
qdbusxml2cpp: Use modern string literals
Ievgenii Meshcheriakov
2023-05-26
1
-27
/
+27
*
qdbusxml2cpp: Combine string literals
Ievgenii Meshcheriakov
2023-05-26
1
-72
/
+72
*
qdbusxml2cpp: Use "\n" instead of Qt::endl
Ievgenii Meshcheriakov
2023-05-26
1
-173
/
+154
*
Centralize copyright information for Qt
Kai Köhne
2023-03-20
1
-1
/
+1
*
Update Copyright year to 2023
Kai Köhne
2023-03-20
1
-1
/
+1
*
qdbusxml2cpp: don't emit Q_DECL_DEPRECATED for the adaptor
Thiago Macieira
2023-02-07
1
-8
/
+1
*
qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the output
Thiago Macieira
2023-02-07
1
-5
/
+7
*
dbus: Fix path to moc file in generated qdbusxml2cpp
David Edmundson
2022-12-16
1
-5
/
+5
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-4
/
+4
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-3
/
+3
*
qdbusxml2cpp: Modify return values
Mate Barany
2022-09-24
1
-3
/
+3
*
qdbusxml2cpp: Drop extra QString()
Mate Barany
2022-09-24
1
-1
/
+1
*
qdbusxml2cpp: Remove unnecessary lines
Mate Barany
2022-09-24
1
-2
/
+2
*
qdbusxml2cpp: Fix mismatches between strings and string literals
Mate Barany
2022-09-23
1
-7
/
+6
*
qdbusxml2cpp: modify the behavior of -m/--moc option
Mate Barany
2022-09-06
1
-9
/
+61
*
qdbusxml2cpp: remove the old "In"-for-signal compatibility code
Thiago Macieira
2022-08-16
1
-16
/
+8
*
qdbusxml2cpp: be consistent in the annotation suggestion
Thiago Macieira
2022-08-16
1
-6
/
+6
*
qdbusxml2cpp: Finish migration to qsizetype
Mate Barany
2022-07-12
1
-36
/
+36
*
qdbusxml2cpp: allow choosing <> over ""
Mate Barany
2022-07-07
1
-1
/
+19
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
Tools: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-05-03
1
-7
/
+7
*
Tools: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-03
1
-51
/
+45
*
Tools: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-05-02
1
-18
/
+18
*
qdbusxml2cpp: Improve error message
Aleix Pol
2022-03-24
1
-24
/
+28
*
Update copyright year to 2022
Kai Köhne
2022-01-04
1
-1
/
+1
*
tools: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
qdbusxml2cpp: generate "using" rather than "typedef"
David Faure
2021-08-24
1
-2
/
+2
*
qdbusxml2cpp: don't generate an include for all of QtDBus+QtCore
David Faure
2021-08-23
1
-2
/
+12
*
Bump copyright year to 2021
Kai Köhne
2021-01-25
1
-2
/
+2
*
Use QMetaType instead of integer based type ids
Lars Knoll
2020-09-23
1
-1
/
+1
*
Fix generated forward declarations in qdbusxml.cpp
Lars Knoll
2020-09-12
1
-7
/
+1
*
Use QMetaType in QMetaCallEvent
Lars Knoll
2020-08-24
1
-1
/
+1
*
Port dbus from QStringRef to QStringView
Lars Knoll
2020-06-15
1
-3
/
+5
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-28
1
-1
/
+1
|
\
|
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-13
1
-2
/
+2
|
\
|
|
*
Bump copyright year
Jani Heikkinen
2020-01-09
1
-2
/
+2
*
|
Make QList an alias to QVector
Lars Knoll
2019-10-30
1
-2
/
+1
|
/
*
Prefix textstream operators with Qt::
Lars Knoll
2019-05-02
1
-165
/
+165
[next]