[kdevelop] [Bug 371641] KDevelop Icon style can not be customized.

2016-10-25 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371641 Sven Brauch changed: What|Removed |Added Resolution|--- |INVALID CC|

[kdevelop] [Bug 338376] Reformat source has no default shortcut

2016-10-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338376 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-10-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 Sven Brauch changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 371481] kdevelop segfaults while typing

2016-10-22 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371481 --- Comment #3 from Sven Brauch --- Can you make sure you have kdev-php version 5.0.1, not 5.0.0? We fixed a similar bug in between. You can also try with the pre-built kdevelop from kdevelop.org/download. I can't reproduce the

[kdevelop] [Bug 371481] kdevelop segfaults while typing

2016-10-22 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371481 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 371018] CPP parser responds very slow after user action

2016-10-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371018 --- Comment #13 from Sven Brauch --- Yes, setting the delay to a longer value doesn't update the highlighting faster -- on the contrary, it delays it even more ;) We should probably remove the user-defined delay altogether. I don't

[kate] [Bug 371235] vi-mode: ":tabe anything" crashed KDevelop

2016-10-19 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371235 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de

[kdevelop] [Bug 371018] CPP parser responds very slow after user action

2016-10-19 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371018 --- Comment #10 from Sven Brauch --- When you change the code, a background process is started with a certain delay, which updates the code model (highlighting, ...). _While_ this process is running, the clang-based cpp support

[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-18 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715 --- Comment #22 from Sven Brauch --- Feel free to just adjust that test to the new behaviour, if you consider the new behaviour sensible. To enable autobraces, try view->config()->setAutoBrackets(true). -- You are receiving this

[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-18 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715 --- Comment #20 from Sven Brauch --- Patch looks sensible to me and even has tests, if there are no objections I would simply apply it. -- You are receiving this mail because: You are watching all bug changes.

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-10-18 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #10 from Sven Brauch --- Well, you can apply the 4 patches listed above, then it works. Regarding upstreaming them, I have no clue, sorry. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 371008] KDevelop crashes when reloading file

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371008 --- Comment #3 from Sven Brauch --- Hmm, debug info would be useful for this one, inferArgumentsFromCall() is a relatively long and complex function so it's not clear from this trace what actually happens. If you like, try

[kdevelop] [Bug 363044] Crash when parsing javascript/python files [DeclarationBuilder::inferArgumentsFromCall]

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363044 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 371008] KDevelop crashes when reloading file

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371008 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de

[kdevelop] [Bug 371018] CPP parser responds very slow after user action

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371018 --- Comment #7 from Sven Brauch --- Most of the delay you see is a delay, not the parser being slow. The point is that, right now, as soon as the parser starts you need to wait for it to finish before you can generate a completion

[kdevelop] [Bug 371018] CPP parser responds very slow after user action

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371018 --- Comment #5 from Sven Brauch --- That's exactly the point, by delaying the parser a bit longer we get less cases where completion has to wait for it. The background parser needs to run automatically after every change, that is

[kdevelop] [Bug 371009] 5.0.2 breakpoints no longer visible in icon border

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371009 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 371009] 5.0.2 breakpoints no longer visible in icon border

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371009 Sven Brauch changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 371018] CPP parser responds very slow after user action

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371018 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED

[kdevelop] [Bug 371013] New: some code not highlighted properly

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371013 Bug ID: 371013 Summary: some code not highlighted properly Product: kdevelop Version: 5.0.2 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[frameworks-solid] [Bug 371012] New: "There is no disk in drive D:\" dialog when starting KDevelop on some systems

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371012 Bug ID: 371012 Summary: "There is no disk in drive D:\" dialog when starting KDevelop on some systems Product: frameworks-solid Version: 5.27.0 Platform: Other

[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715 --- Comment #15 from Sven Brauch --- Thanks a lot for looking into that! Could you maybe be so kind and put a patch up on phabricator.kde.org? Ideally, you could add a test for the new behaviour :) -- You are receiving this mail

[kdevelop] [Bug 49719] breakpoints are hard to see with dark themes, icon border should be enabled by default

2016-10-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=49719 --- Comment #9 from Sven Brauch --- Ok, sorry, I misunderstood that you wanted to copy those icons instead of just using them. I'm still in favor of using the red dot instead of some concentric circles or triangles; all IDEs in the

[kdevelop] [Bug 356572] Crash when parsing the source code of LibreOffice

2016-10-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356572 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED

[kdevelop] [Bug 370641] kdevelop (clang parser) crash when selecting a specific line

2016-10-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370641 Sven Brauch changed: What|Removed |Added Latest Commit|http://commits.kde.org/kdev |http://commits.kde.org/kdev

[kdevelop] [Bug 370641] kdevelop (clang parser) crash when selecting a specific line

2016-10-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370641 --- Comment #13 from Sven Brauch --- Yes, that looks like a solution to the problem. Thanks for the patch! -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 370641] kdevelop (clang parser) crash when selecting a specific line

2016-10-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370641 Sven Brauch changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 49719] breakpoints are hard to see with dark themes, icon border should be enabled by default

2016-10-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=49719 --- Comment #7 from Sven Brauch --- Git commit 3e4c15c9c88a4bd6c5458718cb917882da9b097f by Sven Brauch. Committed on 16/10/2016 at 10:36. Pushed by brauch into branch '5.0'. Do not use "script-error" icon for breakpoints It just

[kdevelop] [Bug 370641] kdevelop (clang parser) crash when selecting a specific line

2016-10-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370641 --- Comment #6 from Sven Brauch --- The cast shouldn't fail. The code obviously excepts that only objects that can be cast into a ClangProblem are in the vector. The dynamic_cast is only there to make it easier to debug if it fails.

[kdevelop] [Bug 368420] KDevelop crashes when invoking Execute Launch after adding dependencies in Launch Configuration

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368420 --- Comment #6 from Sven Brauch --- Sorry, I'm still confused about this. Your traces all show a crash on shutdown, which is not what you describe. Maybe let's clear that up again first -- you do see a crash as an effect of

[kdevelop] [Bug 370641] kdevelop (clang parser) crash when selecting a specific line

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370641 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 368420] KDevelop crashes when invoking Execute Launch after adding dependencies in Launch Configuration

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368420 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 368826] KDevelop crashed when trying to open a CMake project

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368826 --- Comment #3 from Sven Brauch --- I think bug 331227 is a different issue. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 368826] KDevelop crashed when trying to open a CMake project

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368826 Sven Brauch changed: What|Removed |Added Resolution|--- |DUPLICATE

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 Sven Brauch changed: What|Removed |Added CC||0xd34df...@gmail.com ---

[kdevelop] [Bug 369631] KDevelop crashed at startup

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369631 Sven Brauch changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 369573] kdevelop consumes all available memory when editing js file

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369573 Sven Brauch changed: What|Removed |Added Resolution|--- |DUPLICATE

[kdevelop] [Bug 369182] kdevelop crashes while parsing javascript files

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369182 Sven Brauch changed: What|Removed |Added CC||fab...@web2.0-apps.de ---

[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdevelop] [Bug 49719] breakpoints are hard to see with dark themes, icon border should be enabled by default

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=49719 --- Comment #6 from Sven Brauch --- No, that is making the exact same mistake again: you use an icon with an unrelated semantic name just because it looks ok in the theme you assume. "sharpen image" might be something completely

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 --- Comment #11 from Sven Brauch --- Git commit fb0230e3b6f08303ae92b1912268733d73348061 by Sven Brauch. Committed on 15/10/2016 at 11:17. Pushed by brauch into branch 'master'. more helpful error message when failing to load

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 Sven Brauch changed: What|Removed |Added Version Fixed In||5.0.2 -- You are receiving

[kdevelop] [Bug 370836] Kdevelop crashes when creating project or opening file

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370836 --- Comment #2 from Sven Brauch --- Git commit 35477927f7dba97fd178ac662c88af725521e3ce by Sven Brauch. Committed on 15/10/2016 at 11:03. Pushed by brauch into branch '5.0'. CMake manager: correcly document dependency on

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-14 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #7 from Sven Brauch --- True yes, that should be a stack of saved ranges, not just one. The other issue with what we're thinking about is that "has a corresponding opening bracket" is a highly nontrival concept. What

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-14 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #5 from Sven Brauch --- That is the problem, yes. That's why current KTextEditor only eats closing parentheses when you did not move your cursor out of the range between the two parentheses before typing the closing one.

[kdevelop] [Bug 370836] Kdevelop crashes when creating project or opening file

2016-10-14 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370836 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715 --- Comment #5 from Sven Brauch --- I think this should be fixed in the C-style indenter. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 49719] breakpoints are hard to see with dark themes, icon border should be enabled by default

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=49719 Sven Brauch changed: What|Removed |Added CC||kf...@kde.org,

[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715 --- Comment #3 from Sven Brauch --- Yes, C style. What do you mean by "doesn't indent class methods properly"? The C style indenter is the normal indenter for C/C++. The C++/boost style indenter is some really specific tool with

[kate] [Bug 370715] C++/boost indentation style is broken with automatic closing brackets

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370715 Sven Brauch changed: What|Removed |Added Version|5.0.1 |Git Component|code

[kdevelop] [Bug 363269] Crash when projects contains *.txt file that is actually a binary file [cmListFileLexerSetToken]

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363269 --- Comment #22 from Sven Brauch --- Note that while above commit should fix the crash in this case, this bug is still open, since it would be back if you would rename the file to "CMakeLists.txt" ... I think. -- You are receiving

[kdevelop] [Bug 363269] Crash when projects contains *.txt file that is actually a binary file [cmListFileLexerSetToken]

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363269 --- Comment #21 from Sven Brauch --- Git commit 77b83054f943b6c9bce0da178732f7992f7ada3b by Sven Brauch. Committed on 13/10/2016 at 18:52. Pushed by brauch into branch '5.0'. Remove mime type <-> extension cache The idea that

[kdevelop] [Bug 370461] Crash at startup

2016-10-11 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370461 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 369573] kdevelop consumes all available memory when editing js file

2016-10-10 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369573 --- Comment #4 from Sven Brauch --- I removed the "larger" from the title; whatever the problem is, it is not that the file is so large, that file is only ~1000 lines, which is very small. Unfortunately I cannot reproduce your

[kdevelop] [Bug 369573] kdevelop consumes all available memory when editing js file

2016-10-10 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369573 Sven Brauch changed: What|Removed |Added Summary|kdevelop consumes all |kdevelop consumes all

[kate] [Bug 369883] Ctrl-f only works first time to select text for Find

2016-10-04 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369883 Sven Brauch changed: What|Removed |Added Product|kdevelop|kate

[kdev-python] [Bug 369363] Type not inferred when iterating objects with __next__

2016-10-03 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369363 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdevelop] [Bug 369631] KDevelop crashed at startup

2016-10-03 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369631 --- Comment #11 from Sven Brauch --- Ah, in that case try export QT_LOGGING_RULES="kdevelop.plugins.clang.debug=true" then you should see processed files. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 369631] KDevelop crashed at startup

2016-10-03 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369631 --- Comment #9 from Sven Brauch --- Or go up in the stack with the debugger and print it, e.g. the top context is available almost everywhere and it has a url(). -- You are receiving this mail because: You are watching all bug

[kdevelop] [Bug 369631] KDevelop crashed at startup

2016-10-02 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369631 --- Comment #6 from Sven Brauch --- Maybe you can figure out what file it crashes on and give us the part of it that triggers the crash? That'd help a lot. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 369631] KDevelop crashed at startup

2016-10-02 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369631 --- Comment #4 from Sven Brauch --- To me this crash looks quite different from the first one you posted. That could be a bug. Is the project which you are working on public? -- You are receiving this mail because: You are

[kdevelop] [Bug 369631] KDevelop crashed at startup

2016-10-02 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369631 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 369105] KDevelop-5.0.1 AppImage doesn't launch on Gentoo because of "libxcb-dri3.so.0: error: symbol lookup error"

2016-10-02 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369105 Sven Brauch changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 --- Comment #8 from Sven Brauch --- For most plugins, KDevelop does lazy-loading anyways (i.e. only loads the plugin when needed) even if they are enabled. So there is little to no reason to ever disable a plugin, except e.g. if it

[kdevelop] [Bug 363269] Crash when projects contains *.txt file that is actually a binary file [cmListFileLexerSetToken]

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363269 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 Sven Brauch changed: What|Removed |Added CC||kf...@kde.org --- Comment #6

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 --- Comment #4 from Sven Brauch --- Ah, great, that's getting a lot closer to a solution. We should certainly fix the crash. The more on-track question is though, how did the make plugin get disabled? Did you turn it off by hand?

[kdevelop] [Bug 369324] KDevelop5 crashes when i press Build

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369324 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 --- Comment #3 from Sven Brauch --- *** Bug 369324 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 369326] Kdevelop reliably crashes when Project -> Open Configuration

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369326 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdev-python] [Bug 369364] Calling an instance method through the class deduces arg types wrong

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369364 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1

[kdev-python] [Bug 369367] Caught exceptions get wrong scope (py3 change)

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369367 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1 Severity|normal

[kdev-python] [Bug 369369] Methods get wrong arguments marked as optional in tooltip

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369369 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdevelop] [Bug 369403] No Autocomplete for calls to qt connect()

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369403 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1 CC|

[kdevelop] [Bug 369454] Crash when opening project

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369454 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevplatform] [Bug 369536] Mouse cursor invisible in toolviews after typing text in editor

2016-10-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369536 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO

[kdevelop] [Bug 361958] outline dropdown widget jumps to function implementation in another file

2016-09-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361958 Sven Brauch changed: What|Removed |Added Component|CTags |Language Support: CPP

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #9 from Sven Brauch --- That shouldn't be a problem ... i'll have to try that out. Maybe there is a problem with the scheduling for those extra paths, although I have no idea why that would be. -- You are receiving

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #7 from Sven Brauch --- Ok, works perfectly fine here with arcade installed system-wide, so the problem is with paths somehow. Can you export QT_LOGGING_RULES=kdev.python.duchain.debug=true and watch for the "search

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-22 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #5 from Sven Brauch --- Hm, in the sample code I can't even find "import arcade" ... -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-21 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 --- Comment #3 from Sven Brauch --- Hmm, is that package written in Python? Does pressing F5 change anything? Maybe the project wasn't reparsed. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 369105] KDevelop-5.0.1 AppImage doesn't launch on Gentoo because of "libxcb-dri3.so.0: error: symbol lookup error"

2016-09-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369105 Sven Brauch changed: What|Removed |Added Assignee|kdevelop-bugs-n...@kde.org |m...@svenbrauch.de -- You

[kdevelop] [Bug 369105] KDevelop-5.0.1 AppImage doesn't launch on Gentoo because of "libxcb-dri3.so.0: error: symbol lookup error"

2016-09-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369105 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 368970] Python: autocompletion not available for library installed in virtualenv

2016-09-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368970 Sven Brauch changed: What|Removed |Added Assignee|kdevelop-bugs-n...@kde.org |m...@svenbrauch.de -- You

[kdevelop] [Bug 368855] changing files via git (rebase, checkout) causes 100% CPU usage on 2 cores

2016-09-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368855 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 368375] KDevelop hangs while parsing project

2016-09-14 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368375 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 368689] Syntax highlighting is correct on load but breaks with editing.

2016-09-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368689 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1 CC|

[krita] [Bug 368752] Microsoft Visual C++ Runtime Error! when trying to modify a multiline text with the shape manipulation tool

2016-09-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368752 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-09-12 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366596 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[frameworks-ktexteditor] [Bug 368589] Minimap should jump to position on click

2016-09-11 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368589 --- Comment #3 from Sven Brauch --- I'm with Kare, but changing it is ok as well. The problem with middle-click is that absolutely nobody knows about it, and I think it doesn't even work e.g. on windows. -- You are receiving this

[kdev-python] [Bug 368556] parsing order is sometimes wrong

2016-09-11 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368556 --- Comment #2 from Sven Brauch --- This should hopefully fix it, if you see it again in 5.0.1 (to be released next week-ish), please let me know. Thanks. -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 368556] parsing order is sometimes wrong

2016-09-11 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368556 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kdev-python] [Bug 368556] New: parsing order is sometimes wrong

2016-09-10 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368556 Bug ID: 368556 Summary: parsing order is sometimes wrong Product: kdev-python Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[kdev-python] [Bug 368556] parsing order is sometimes wrong

2016-09-10 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368556 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1

[kdevelop] [Bug 368458] Can't change highlight color used when hovering identifier

2016-09-08 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368458 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kdevelop] [Bug 368301] Error when launching an executable when "Environment Variables" are configured

2016-09-07 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368301 --- Comment #3 from Sven Brauch --- *** Bug 368292 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

  1   2   3   >