TDE Gitea
ab58d29b9a
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
Slávek Banko
44941c982c
Switch all submodules to https.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Chris
8bf4af0c03
Translated using Weblate (German)
...
Currently translated at 100.0% (187 of 187 strings)
Translation: applications/kdbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/de/
5 years ago
TDE Gitea
921cf23130
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Weblate
c05dacf8a7
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/
6 years ago
Slávek Banko
7c4d3fb560
Update translation template.
6 years ago
Johannes Sixt
a6469516e6
Fix call of a member function dependent on a template parameter.
...
We must make the access of 'push_back' dependent, too. Otherwise, name
lookup does not find the name. Earlier compilers were more permissive and
did find the name.
(cherry picked from upstream commit 5f55847d441aba7742417e78c3b4fbe8344acc5e)
6 years ago
Johannes Sixt
26a2a75988
Fix parsing of disassembly produced by gdb 7.1.
...
Since gdb 7.1, the address does not start at the beginning of a line, and
it can be prefixed by a pointer => that indicates the current instruction.
(cherry picked from upstream commit 5c5f34852d30337ef7c23ef4e88d50ecee1c0703)
6 years ago
Johannes Sixt
a8abc77457
Grok gdb 7's <incomplete sequence> marker in strings.
...
When a string ends in an incomplete multi-byte sequence, gdb adds an
<incomplete sequence...> fragment to the end of the string. Previously,
this resulted in a parse error and incomplete variable information.
Reported by Kevin Lemay.
(cherry picked from upstream commit 03da8a5ec97c8c7b125b2bd453d2f1c3a018d477)
6 years ago
Johannes Sixt
a57f5f7c68
Fix assembler code display with gdb 7.1 and later.
...
The syntax of the 'disassemble' command changed in gdb 7.1: it now requires
a comma between the two address expressions. Previously, KDbg showed an
error message instead of assembler code when a plus in front of a source
code line was clicked.
Reported by Gerfried Essler.
This reverts part of the previous commit.
(cherry picked from upstream commit b6ee6a035abe41f7c0d59fbd830e895b6edeb748)
6 years ago
gregory guy
50d3d7881e
Drop gdb versionning.
...
Cherry picked and adapted from commit 0efc808f from the original author
of kdbg, code available at https://github.com/j6t/kdbg under GPL 2.0"
Quote from the author:
In early days of KDbg, it was important to use a suitable command to load
a core file. This was before gdb 4.16. To pick the right command, the
version number was parsed from gdb's greeting.
At least with modern gdb the regular expression does not match anymore.
So let's assume that nobody is using ancient gdb anymore, and always use
the modern command.
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
stefano
32c09ab3ef
Translated using Weblate (Italian)
...
Currently translated at 100.0% (187 of 187 strings)
Translation: applications/kdbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/it/
6 years ago
gregory guy
b84d4a9cc7
drop some qt2 deprecated
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Automated System
a4672953b8
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
f39c2f58d8
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
a5462deb7e
Reset submodule main/applications/kdbg/admin to latest HEAD
6 years ago
TDE Gitea
a86456a908
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
bd366120a2
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Weblate
c2ec32453a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/
6 years ago
Slávek Banko
839bea53dc
Update translation template.
6 years ago
TDE Gitea
49476166e7
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
cd018f496b
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Weblate
bf18d277b0
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kdbg
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/
6 years ago
Slávek Banko
71e86fb73f
Add CMakeL10n rules.
...
Create translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
da933fed1c
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
4f0857485f
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
1030d8b172
Reset submodule main/applications/kdbg/admin to latest HEAD
6 years ago
TDE Gitea
4a0957404f
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
bd08fcc31b
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
Michele Calgaro
e5133e6ac1
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
4dc4e19972
Reset submodule main/applications/kdbg/admin to latest HEAD
6 years ago
Michele Calgaro
ff967f5ec2
qt -> tqt conversion:
...
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
a88af62ef2
qt -> tqt conversion:
...
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
dcea3b6bb9
qt -> tqt conversion:
...
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7f3ad38727
qt -> tqt conversion:
...
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
7b08a96241
qt_includes => tqt_includes conversion
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
97560438a1
QT_INCLUDES => TQT_INCLUDES conversion
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea
dfc8183ea9
Reset submodule main/applications/kdbg/admin to latest HEAD
6 years ago
Michele Calgaro
8b5ada660b
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
3ee3d50c99
KDE_USE_QT* -> KDE_USE_TQT* conversion
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
791cfc8d71
AC_PATH_QT* -> AC_PATH_TQT* conversion
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
487c871de2
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
0ead791b7e
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
a1615e273a
Reset submodule main/applications/kdbg/cmake to latest HEAD
6 years ago
TDE Gitea
9786c76639
Reset submodule main/applications/kdbg/admin to latest HEAD
6 years ago
Slávek Banko
1b83bd0016
Fix FTBFS due to improper automoc
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Automated System
7681883693
Reset submodule main/applications/kdbg/admin to latest HEAD
7 years ago
Automated System
9bc2bc0884
Reset submodule main/applications/kdbg/admin to latest HEAD
7 years ago
Automated System
726951bc19
Reset submodule main/applications/kdbg/admin to latest HEAD
7 years ago
Slávek Banko
a84230621f
Reset submodule main/applications/kdbg/cmake to latest HEAD
8 years ago