Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset submodule main/applications/kdbg/admin to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-28 | 2 | -26/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/admin to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/admin to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-07-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-06-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/admin to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-06-12 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-06-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/admin to latest HEAD | Automated System | 2020-06-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-05-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-05-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-05-17 | 1 | -0/+0 |
| | |||||
* | Update translation files | TDE Weblate | 2020-05-11 | 20 | -60/+60 |
| | | | | | | | 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/ | ||||
* | Update translation template. | Automated System | 2020-05-11 | 1 | -3/+5 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-05-11 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-05-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-05-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-04-08 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 |
| | |||||
* | Translated using Weblate (German) | Chris | 2019-12-21 | 1 | -4/+4 |
| | | | | | | | Currently translated at 100.0% (187 of 187 strings) Translation: applications/kdbg Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/de/ | ||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-12-08 | 1 | -0/+0 |
| | |||||
* | Switch all submodules to https. | Slávek Banko | 2019-12-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Translated using Weblate (German) | Chris | 2019-08-28 | 1 | -13/+15 |
| | | | | | | | Currently translated at 100.0% (187 of 187 strings) Translation: applications/kdbg Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/de/ | ||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-06-12 | 1 | -0/+0 |
| | |||||
* | Update translation files | TDE Weblate | 2019-06-02 | 20 | -106/+106 |
| | | | | | | | 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/ | ||||
* | Update translation template. | Automated System | 2019-06-02 | 1 | -5/+5 |
| | |||||
* | Fix call of a member function dependent on a template parameter. | Johannes Sixt | 2019-05-31 | 1 | -1/+1 |
| | | | | | | | 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) | ||||
* | Fix parsing of disassembly produced by gdb 7.1. | Johannes Sixt | 2019-05-31 | 1 | -0/+9 |
| | | | | | | 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) | ||||
* | Grok gdb 7's <incomplete sequence> marker in strings. | Johannes Sixt | 2019-05-31 | 2 | -1/+32 |
| | | | | | | | | | 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) | ||||
* | Fix assembler code display with gdb 7.1 and later. | Johannes Sixt | 2019-05-31 | 1 | -0/+32 |
| | | | | | | | | | | | | 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) | ||||
* | Drop gdb versionning. | gregory guy | 2019-05-30 | 4 | -106/+11 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | Translated using Weblate (Italian) | stefano | 2019-05-29 | 1 | -145/+183 |
| | | | | | | | Currently translated at 100.0% (187 of 187 strings) Translation: applications/kdbg Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/it/ | ||||
* | drop some qt2 deprecated | gregory guy | 2019-05-28 | 3 | -16/+14 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Update translation files | TDE Weblate | 2019-01-14 | 20 | -1240/+158 |
| | | | | | | | 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/ | ||||
* | Update translation template. | Automated System | 2019-01-14 | 1 | -63/+1 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kdbg/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | Update translation files | TDE Weblate | 2018-12-26 | 20 | -9579/+11052 |
| | | | | | | | 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/ |