summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translation template.Automated System2021-03-141-208/+206
|
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2021-03-144-7/+7
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 627fc0ed620c1942afea9483bfaba794418d0300)
* Update the use of TQRegExp so that it does not require an old API.Michele Calgaro2021-03-143-8/+11
| | | | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 4b34cf6bede5edd2537783e64f61511c7e5df755)
* conversion to the cmake building system.gregory guy2021-03-1482-495/+743
| | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e)
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADr14.0.9Automated System2020-10-091-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-282-26/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c0b28c8038258936db432148e45fa64448e54a1a)
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-06-251-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2020-06-251-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/applications/kdbg/admin to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Merge translation files from master branch.Automated System2020-05-1120-60/+60
|
* Update translation template.Automated System2020-05-111-3/+5
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADr14.0.8Automated System2020-04-081-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Merge translation files from master branch.r14.0.7Automated System2019-12-221-4/+4
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Merge translation files from master branch.Automated System2019-08-291-13/+15
|
* Reset submodule main/applications/kdbg/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Merge translation files from master branch.Automated System2019-06-0320-100/+100
|
* Update translation template.Automated System2019-06-031-5/+5
|
* Fix call of a member function dependent on a template parameter.Johannes Sixt2019-05-311-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) (cherry picked from commit a6469516e6494e9e314bd44cf4fa40a4faef36b6)
* Fix parsing of disassembly produced by gdb 7.1.Johannes Sixt2019-05-311-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) (cherry picked from commit 26a2a7598846501d109da764020b082ce5394d76)
* Grok gdb 7's <incomplete sequence> marker in strings.Johannes Sixt2019-05-312-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) (cherry picked from commit a8abc77457cda320f7577c2da7d6d592aaac0ca6)
* Fix assembler code display with gdb 7.1 and later.Johannes Sixt2019-05-311-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) (cherry picked from commit a57f5f7c68c0eaaf687952b4338012f1fbb51841)