- 18 Jun, 2020 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
-
- 17 Jun, 2020 3 commits
-
-
Mark Nauwelaerts authored
... in particular also accept + in message filename detection, such as e.g. in /usr/include/c++ Otherwise, in a message such as the following, only the part following c++ is extracted as a filename: /usr/include/c++/8/bits/basic_string.h:420:7:
-
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
-
- 14 Jun, 2020 1 commit
-
-
Mark Nauwelaerts authored
See also 2ce0f42e The referenced bug report requests to restore order by "Session Name", but presumably expects so in ascending alphabetical order (as was), rather than descending (which makes more sense for "Last opened").
-
- 12 Jun, 2020 2 commits
-
-
Christoph Cullmann authored
-
Christoph Cullmann authored
BUG: 420504
-
- 08 Jun, 2020 1 commit
-
-
Christoph Feck authored
(cherry picked from commit 4884f909)
-
- 29 May, 2020 3 commits
-
-
Marcello Massaro authored
-
Marcello Massaro authored
-
aa bb authored
While typing, update very 1000ms (slow), but after stopping typing, update quickly after 150ms (fast).
-
- 28 May, 2020 1 commit
-
-
Alex Hermann authored
Commit 4b0260eb changed the default order, probably by accident as it was not mentioned in the commit message. This commit reverts that change. Fixes BUG 422201
-
- 25 May, 2020 2 commits
-
-
Jan Paul Batrina authored
-
Jan Paul Batrina authored
This is useful especially for long variable name/values
-
- 17 May, 2020 6 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Jan Paul Batrina authored
-
Kåre Särs authored
-
Kåre Särs authored
-
Kåre Särs authored
-
- 16 May, 2020 1 commit
-
-
Albert Astals Cid authored
CCMAIL: kare.sars@iki.fi
-
- 14 May, 2020 2 commits
-
-
Kåre Särs authored
Unify the regular expression into one and add support for more formats
-
Kåre Särs authored
Sometimes the build system prints out relative paths that are not relative to the current work directory. Adding a search path makes it possible for the plugin to find and open the correct file.
-
- 11 May, 2020 4 commits
-
-
Christoph Feck authored
(cherry picked from commit 6610de53)
-
Kåre Särs authored
Add an enum for selecting copy type Make copy all the default for ctrl-c
-
Kåre Särs authored
Using the standard copy shortcut in the results tree you can copy the visible search results to the clipboard.
-
Kåre Särs authored
-
- 09 May, 2020 2 commits
-
-
Christoph Cullmann authored
-
Nibaldo González authored
-
- 08 May, 2020 3 commits
- 07 May, 2020 1 commit
-
-
Kåre Särs authored
If the file name is not parsed correctly don't try to open the broken file-location. Display the parsed file so that the user might get a hint of why the parsing failed.
-
- 06 May, 2020 2 commits
-
-
Kåre Särs authored
MSVC sometimes prints all lowercase filenames in compile output, so to not end up with duplicate files in Kate we have to fix the case of the url before opening it.
-
Kåre Särs authored
Thread safety was only provided by disabling the UI and that breaks if we use the commands. Add terminateSearch functions that stop the search without sending signals and prevent already queued signals from adding matches in the matches tree. BUG: 419719
-
- 03 May, 2020 1 commit
-
-
Script Kiddy authored
-
- 02 May, 2020 1 commit
-
-
Kåre Särs authored
-
- 01 May, 2020 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"
-
- 25 Apr, 2020 1 commit
-
-
Christoph Cullmann authored
-