- 27 Jan, 2023 3 commits
-
-
- The Locals View class now can highlight changed variables for both backends, although currently it is only used by GDB in the CPU registers variable scope. - The names of the changed registers use a bold font. - Added a new capability field in the GDB backend.
-
BUG: 462834 This patch adds a new variable scope for CPU registers in the GDB backend: - Unavailable registers are not shown. - Values are shown using the raw format.
-
Script Kiddy authored
-
- 26 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 25 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 24 Jan, 2023 6 commits
-
-
Kåre Särs authored
Also add a comment to clarify for translators
-
Kåre Särs authored
If you have multiple "run" tabs open it is a bit frustrating to to have to navigate with mouse... the tab navigation does not set focus to the widget of the tab (would remove the focus from the tab bar This patch adds two actions (without default shortcuts) to navigate between build-tabs and set the focus to the widget of the tab.
-
Waqar Ahmed authored
-
Waqar Ahmed authored
Formatting plugin
-
Waqar Ahmed authored
-
Script Kiddy authored
-
- 23 Jan, 2023 6 commits
-
-
-
Waqar Ahmed authored
-
Kåre Särs authored
It can be frustrating to click a tab, but the focus is not set to that selected tab-widget.
-
The debug view colors were wrong way around: Text color was for background, background color was for text. Fixed it by switching them around again.
-
-
Script Kiddy authored
-
- 22 Jan, 2023 13 commits
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Sets new colors for error and warning, fixes the too strict regexp and adds case-insensitive checking. I was going to use kcolorscheme for the colors, but there is no warning and error colors. Closest we have are negative (error) and neutral (warning) but I am not sure if those are supposed to be used like that. If it's fine to use negative and neutral colors for errors and warnings, I can quickly change it.
-
Fix krazy issue "Check for proper include directives [includes]... 1 issue found ~/kde/src/kate/addons/filetree/katefiletree.cpp: duplicate includes line#12,16(katefileactions.h) Use <..> to include installed headers; cpp file should include their own headers first (but below config.h); other rules apply, see <http://community.kde.org/Policies/Library_Code_Policy#Getting_.23i ncludes_right>. Use include guards in headers with appropriately encoded macro names.".
-
Fix krazy issue "Check for proper include directives [includes]... 1 issue found ~/kde/src/kate/apps/lib/kateconfigdialog.cpp: duplicate includes line#32,34(kwidgetsaddons_version.h) Use <..> to include installed headers; cpp file should include their own headers first (but below config.h); other rules apply, see <http://community.kde.org/Policies/Library_Code_Policy#Getting_.23i ncludes_right>. Use include guards in headers with appropriately encoded macro names.".
-
Marius Pa authored
Fix krazy issue "Check for proper include directives [includes]... 1 issue found ~/kde/src/kate/apps/lib/kateviewmanager.cpp: duplicate includes line#16,31(kwidgetsaddons_version.h) Use <..> to include installed headers; cpp file should include their own headers first (but below config.h); other rules apply, see <http://community.kde.org/Policies/Library_Code_Policy#Getting_.23i ncludes_right>. Use include guards in headers with appropriately encoded macro names.".
-
Waqar Ahmed authored
-
Waqar Ahmed authored
BUG: 464640
-
Script Kiddy authored
-
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
-
- 21 Jan, 2023 4 commits
-
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Script Kiddy authored
-
- 20 Jan, 2023 2 commits
-
-
Waqar Ahmed authored
Ctrl+Shift+F is also a shortcut exposed by konsole and we also use it in search plugin. The one in search plugin is global and thus it clashes with the one in konsole if konsole is active. Perhaps there is a cleaner way to fix this, but I haven't found it yet.
-
Script Kiddy authored
-
- 19 Jan, 2023 2 commits
-
-
Script Kiddy authored
-
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"
-
- 18 Jan, 2023 1 commit
-
-
Script Kiddy authored
-
- 17 Jan, 2023 1 commit
-
-
Waqar Ahmed authored
This is the behaviour of Konsole. Makes life a lot easier for people who do "Open Folder" for project as the terminal doesn't keep going back to home dir
-