- 19 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 11 Jan, 2019 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 06 Jan, 2019 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 04 Jan, 2019 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 30 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 26 Dec, 2018 1 commit
-
-
Yuri Chornoivan authored
-
- 23 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 05 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 03 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 01 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 29 Nov, 2018 1 commit
-
-
Script Kiddy authored
-
- 28 Nov, 2018 2 commits
-
-
Albert Astals Cid authored
-
Subscribers: yurchor, aacid, weidendo Differential Revision: https://phabricator.kde.org/D16759
-
- 21 Nov, 2018 1 commit
-
-
Script Kiddy authored
-
- 20 Nov, 2018 1 commit
-
-
Script Kiddy authored
-
- 18 Nov, 2018 1 commit
-
-
Script Kiddy authored
-
- 14 Nov, 2018 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 13 Nov, 2018 1 commit
-
-
Script Kiddy authored
-
- 10 Nov, 2018 2 commits
-
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
- 07 Nov, 2018 1 commit
-
-
Albert Astals Cid authored
-
- 10 Oct, 2018 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 07 Oct, 2018 1 commit
-
-
Josef Weidendorfer authored
-
- 03 Oct, 2018 2 commits
-
-
Josef Weidendorfer authored
To hide QTreeView colums, KCachegrind always used to set the corresponding column widths to 0. However, this does not work on recent Qt versions which enforce a minimum column width by default (ie. columns stay visible). So better use the correct way of hiding a column by calling setColumnHidden(). This also should work for old Qt versions. Change {Call|Instr|Source}View accordingly.
-
Josef Weidendorfer authored
"objdump" is called to disassemble code from an object file for showing machine code in the instruction view. To e.g. support "objdump" from LLVM or on MacOS, or to change shown x86 instruction format from AT&T to Intel, the template string for calling "objdump" can be changed by setting the OBJDUMP_FORMAT environment variable. If not set, the command format defaults to "objdump -C -d --start-address=0x%1 --stop-address=0x%2 %3" Before execution, the following strings will be replaced: %1 with hex start address %2 with hex end address %3 with name of object file As the "objdump" command on MacOS (from LLVM) does not support "-C" to ask for demangling of C++ symbols, OBJDUMP_FORMAT needs to be set to "objdump -d --start-address=0x%1 --stop-address=0x%2 %3".
-
- 07 Sep, 2018 1 commit
-
-
Yuri Chornoivan authored
-
- 27 Aug, 2018 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 01 Aug, 2018 1 commit
-
-
Script Kiddy authored
-
- 17 Jul, 2018 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 19 May, 2018 1 commit
-
-
Script Kiddy authored
-
- 26 Mar, 2018 1 commit
-
-
Script Kiddy authored
-
- 14 Mar, 2018 1 commit
-
-
Script Kiddy authored
-
- 08 Mar, 2018 2 commits
-
-
Harald Sitter authored
# Conflicts: # kcachegrind/org.kde.kcachegrind.appdata.xml
-
Harald Sitter authored
was missing the `e` of `cache`
-
- 05 Jan, 2018 1 commit
-
-
Laurent Montel authored
-