Commit Graph

121 Commits (ce3be78dd1c02ef00a4a75fb5706bb2d40cf68b0)
 

Author SHA1 Message Date
TDE Gitea ce3be78dd1 Update translation template. 4 years ago
Slávek Banko 25cb1249e4
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 627fc0ed62)
4 years ago
Michele Calgaro 869f7d92e1
Update the use of TQRegExp so that it does not require an old API.
The definition of -UTQT_NO_COMPAT is no longer needed.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4b34cf6bed)
4 years ago
gregory guy 0ec802b162
conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 49c43d74d8)
4 years ago
TDE Gitea c29622eb02 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 5df14a16a7 Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea 417d663bff Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 9334fd2f86 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 8847ebb55d Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea 128509739d Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 4f509f0fda Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 546a1a8665 Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea 891671a9a3 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 1ad2b0a856 Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
Michele Calgaro b878ad5200
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0b28c8038)
5 years ago
TDE Gitea 7d72cb0db8 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 6129f97e51 Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea 950b1a40ed Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 5032c97abf Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea 209b95b469 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 401d0c0fa0 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea a2eae6408a Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 731f67dccc Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea bd5fe771e6 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea ced1e67810 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 66d373aee3 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea ddc8e20cba Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea e8c0ec81f3 Reset submodule main/applications/kdbg/admin to latest HEAD 5 years ago
TDE Gitea 1abec755f7 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea e1884879c1 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea a9385cc317 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
Slávek Banko e850871862 Merge translation files from master branch. 5 years ago
Slávek Banko 646f7b9310 Update translation template. 5 years ago
TDE Gitea ede2d1eac5 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea ab5c45175c Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea cf075e1770 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 29e5d935b7 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea 9c1779be01 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
TDE Gitea a6a19c2c08 Reset submodule main/applications/kdbg/cmake to latest HEAD 5 years ago
Slávek Banko 36df2bcff3 Merge translation files from master branch. 6 years ago
TDE Gitea 744873bc61 Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
Slávek Banko f869d98c4f
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 30f11b5af9 Merge translation files from master branch. 6 years ago
TDE Gitea 50a582cbec Reset submodule main/applications/kdbg/cmake to latest HEAD 6 years ago
Slávek Banko 47256bcaa2 Merge translation files from master branch. 6 years ago
Slávek Banko 3d923d6641 Update translation template. 6 years ago
Johannes Sixt bbfa870453
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)

(cherry picked from commit a6469516e6)
6 years ago
Johannes Sixt 547472d596
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)

(cherry picked from commit 26a2a75988)
6 years ago
Johannes Sixt 636663de42
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)

(cherry picked from commit a8abc77457)
6 years ago
Johannes Sixt 147a454872
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)

(cherry picked from commit a57f5f7c68)
6 years ago