- 14 Dec, 2019 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"
-
- 13 Dec, 2019 13 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
BUG:414978 FIXED-IN:5.4.6
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
(cherry picked from commit faded356)
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 12 Dec, 2019 8 commits
-
-
Milian Wolff authored
This removes the duplicate items from the code completion list and unbreaks TestCodeCompletion::testOverrideExecute when running against clang 9. Finally no more failing tests in the clang plugin :) Still ton's of things to do though :(
-
Milian Wolff authored
Seems like clang lost its smartness when completing switch labels. It suggest non-constant expressions suddenly, which isn't even valid C++. We need to fix that upstream somehow.
-
Milian Wolff authored
We only want to move definitions, not declarations - the code checked the wrong thing. Additionally, it turns out that we actually didn't set the 'isDefinition' correctly on inline class functions. Fixes test_assistants
-
Milian Wolff authored
-
Milian Wolff authored
The upstream bug isn't resolved, and its behavior is still broken, yet the test case works properly for us now. Potentially this is related to some of the other options we are setting. KeepGoing alone doesn't seem to do the trick though.
-
Milian Wolff authored
-
Milian Wolff authored
We now look at the return type of functions we complete, instead of just adding the functions themselves. This sounds like a valid approach but in the end isn't sufficient to solve all cases - we really need to expand the libclang API to get this done properly. Most notably, since self-assignment isn't allowed anymore, we cannot find the correct type for the `int* p = ...` case anymore and just fail then... For now, we will mark the test as an expected failure.
-
Milian Wolff authored
Recent versions of clang won't suggest self-assignment anymore. I.e. previously when one wrote foo bar = one would get `bar` as a code completion suggestion, which is obviously broken. Adapt the tests now that this is correctly filtered out within clang. This may break testing on older libclang, I don't care.
-
- 11 Dec, 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"
-
- 06 Dec, 2019 3 commits
-
-
Thomas Schöps authored
-
Thomas Schöps authored
Make ForegroundLock::isLockedForThread() also consider the current thread being the main (Qt) thread, and thus add this check in more places
-
Thomas Schöps authored
-
- 05 Dec, 2019 3 commits
-
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Björn Stresing authored
Summary: BUG: 395763 Reviewers: apol Reviewed By: apol Subscribers: kdevelop-devel Tags: #kdevelop Differential Revision: https://phabricator.kde.org/D21936
-
- 04 Dec, 2019 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Unbreaks also shortcut for manual invocation (F1)
-
- 02 Dec, 2019 8 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Thomas Schöps authored
Only unload plugins after the DUChain shutdown to prevent infinite loop due to non-loaded factories for types
-
Friedrich W. H. Kossebau authored
-
Daniel Mensinger authored
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Laurent Montel authored
(cherry picked from commit 212ba934)
-