TDE Gitea
bc11d68d26
Reset submodule main/applications/kdbg/cmake to latest HEAD
4 years ago
TDE Gitea
3da71bc03b
Reset submodule main/applications/kdbg/admin to latest HEAD
4 years ago
TDE Gitea
3e0cb094ff
Reset submodule main/applications/kdbg/cmake to latest HEAD
4 years ago
TDE Gitea
6f8be948d3
Reset submodule main/applications/kdbg/cmake to latest HEAD
4 years ago
TDE Gitea
10a68d1f76
Reset submodule main/applications/kdbg/cmake to latest HEAD
4 years ago
TDE Gitea
dd5f20cbb6
Reset submodule main/applications/kdbg/admin to latest HEAD
4 years ago
TDE Gitea
68f2bb97fa
Reset submodule main/applications/kdbg/cmake to latest HEAD
4 years ago
TDE Gitea
ae1b0d9bd6
Reset submodule main/applications/kdbg/cmake to latest HEAD
4 years ago
TDE Gitea
8f29cf77ce
Reset submodule main/applications/kdbg/cmake to latest HEAD
4 years ago
TDE Gitea
6bc7fc5781
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
69e02f9965
Reset submodule main/applications/kdbg/admin to latest HEAD
5 years ago
TDE Gitea
fbce42a317
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
220232db09
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
d652ae64c4
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Weblate
50f799c36d
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/
5 years ago
Slávek Banko
32fad04ce1
Update translation template.
5 years ago
TDE Gitea
94cc16c54c
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
c0d7511892
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
17d99e1884
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
2d8e4d7af8
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
3cc32b432d
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
TDE Gitea
ce5439a4d4
Reset submodule main/applications/kdbg/cmake to latest HEAD
5 years ago
Chris
c37e0d3f29
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
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