[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-09-29 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374 --- Comment #1 from Milian Wolff --- The short living threads are used by libclang for crash resilience. You can verify whether that really is the problem by temporarily disabling that feature. For that, you will need to recompile

[valgrind] [Bug 327881] False Positive Warning on std::atomic_bool

2016-09-22 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=327881 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 369168] New: Clang Child Diagnostics can contain relative paths

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369168 Bug ID: 369168 Summary: Clang Child Diagnostics can contain relative paths Product: kdevelop Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED

[kdevelop] [Bug 369168] Clang Child Diagnostics can contain relative paths [ASSERT: "!inputUrl.isRelative()"]

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369168 Milian Wolff changed: What|Removed |Added Priority|NOR |VHI Summary|Clang

[kdevplatform] [Bug 355100] deadlock in backgroundparser [mutex locked while plugin gets loaded]

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355100 Milian Wolff changed: What|Removed |Added CC||afie...@gmail.com --- Comment

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

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368375 Milian Wolff changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #3 from

[kdevelop] [Bug 368568] Crash when quitting KDevelop with a patch review open

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368568 --- Comment #4 from Milian Wolff --- The crash clearly points towards QQmlApplicationEngine which has zero to do with the patch review code and no I cannot reproduce this. -- You are receiving this mail because: You are watching all

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

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368689 --- Comment #6 from Milian Wolff --- Can you please be exact in what you mean with "try editing"? What exactly are you doing? Inserting text (if so, which one, where?) Or are you removing something? Again, what - where? -- You are

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

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368826 --- Comment #1 from Milian Wolff --- potentially related to bug 331227. @op: can you please reproduce the crashe while running kdevelop through valgrind? valgrind --smc-check=all-non-file --track-origins=yes kdevelop -s ... -- You

[kdevelop] [Bug 367893] KDevelop crashes - probably while parsing JS-file in background

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367893 --- Comment #4 from Milian Wolff --- Oh, and you could also try out heaptrack with the project you can reproduce the issue with: heaptrack kdevelop -s ... # wait a few seconds while verifying that the process is actually exhibiting

[kdevelop] [Bug 367893] KDevelop crashes - probably while parsing JS-file in background

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367893 --- Comment #3 from Milian Wolff --- I cannot reproduce this with the attached file. Can you try to create a MWE with a tarball of a project I can open in KDevelop? -- You are receiving this mail because: You are watching all bug

[kdevelop] [Bug 369036] KDevelop crashes on quit [TopDUContextDynamicData::loadData failed to find file]

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369036 Milian Wolff changed: What|Removed |Added Summary|KDevelop crashes on quit|KDevelop crashes on quit

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

2016-09-21 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368855 Milian Wolff changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 361716] Duplicate suggestions in include file completion

2016-09-13 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361716 --- Comment #5 from Milian Wolff --- Heh, I should pay more attention to the surroundings of the actual bug ;-) Sadly, I cannot reproduce this locally. Any chance you could add some debug output and debug it locally to see why it adds

[kdevelop] [Bug 368695] Crash when using QuickOpen

2016-09-13 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368695 Milian Wolff changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 368568] Crash when quitting KDevelop with a patch review open

2016-09-13 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368568 Milian Wolff changed: What|Removed |Added Resolution|--- |UPSTREAM

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

2016-09-13 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368689 --- Comment #2 from Milian Wolff --- can you please give us an example project (i.e. something we can test ourselves) and tell us which file you are editing, how, and where, to reproduce the issue? this is a really important thing to

[kdevelop] [Bug 368460] function signature picks up template parameter names

2016-09-13 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368460 --- Comment #4 from Milian Wolff --- I think https://reviews.llvm.org/D13599 can help to get this fixed. In the meantime, ideas on how to improve that situation are welcome :) -- You are receiving this mail because: You are watching

[kdevelop] [Bug 368318] Crash during session restore at startup

2016-09-11 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368318 Milian Wolff changed: What|Removed |Added Ever confirmed|0 |1

[frameworks-ktexteditor] [Bug 368477] Shortcut key to navigate the code completion dialog

2016-09-11 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368477 Milian Wolff changed: What|Removed |Added Version|5.0.0 |unspecified

[kdevelop] [Bug 361716] Duplicate suggestions in include file completion

2016-09-11 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361716 Milian Wolff changed: What|Removed |Added Resolution|WAITINGFORINFO |---

[kdevelop] [Bug 339658] [OS X] debuggin: controlling gdb

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339658 Milian Wolff changed: What|Removed |Added Resolution|--- |UNMAINTAINED

[kdevelop] [Bug 340564] crash when opening an empty file

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340564 Milian Wolff changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED -- You are receiving

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

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368458 --- Comment #3 from Milian Wolff --- I think the proper way to implement that would be to add a plugin hook into the ktexteditor fonts config page, then add our stuff there into a custom group. this would also allow us to add

[kdevelop] [Bug 368460] function signature picks up template parameter names

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368460 --- Comment #2 from Milian Wolff --- Git commit 0dac419e2fe7428ed9ce6134c1ff674874ccca2a by Milian Wolff. Committed on 08/09/2016 at 17:01. Pushed by mwolff into branch '5.0'. Add unit test with expected failure for template functions

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

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368458 Milian Wolff changed: What|Removed |Added Ever confirmed|0 |1

[kdevelop] [Bug 368460] function signature picks up template parameter names

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368460 Milian Wolff changed: What|Removed |Added Ever confirmed|0 |1

[kdevelop] [Bug 348636] Failure to recognize C++ template-style variable declaration

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348636 Milian Wolff changed: What|Removed |Added Version Fixed In||5.0.0 Resolution|---

[kdevelop] [Bug 368460] New: function signature picks up template parameter names

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368460 Bug ID: 368460 Summary: function signature picks up template parameter names Product: kdevelop Version: git master Platform: Other OS: Linux Status: UNCONFIRMED

[kdevelop] [Bug 360567] Wrong parameter info displayed for variadic function templates

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360567 Milian Wolff changed: What|Removed |Added Status|CONFIRMED |NEEDSINFO

[kdevelop] [Bug 338348] failed to parse template parameter of a template

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338348 Milian Wolff changed: What|Removed |Added Resolution|--- |FIXED

[kdevelop] [Bug 334003] C++ parser takes class method template instantiation as method declaration

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=334003 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO

[kdevelop] [Bug 333869] C++ parser does not accept *this as lvalue in template specialization

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333869 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 329347] type deduction fails for template member of template class when used from class member

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329347 Milian Wolff changed: What|Removed |Added Version Fixed In||5.0.0 Resolution|---

[kdevelop] [Bug 258459] implementing method of template class creates invalid code

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=258459 Milian Wolff changed: What|Removed |Added Summary|Code completion fails on|implementing method of

[kdevelop] [Bug 258459] Code completion fails on templates

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=258459 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED

[kdevelop] [Bug 220287] missing use reports for `this->member` in class templates

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=220287 --- Comment #8 from Milian Wolff --- output from the clang AST, the issue is the opaque dependent type, which also bugs us elsewhere: CXXConstructor (24) | type: "void ()" (111) | display: "C()" | loc: test.cpp@[(8,5),(15,6)] |

[kdevelop] [Bug 220287] missing use reports for `this->member` in class templates

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=220287 Milian Wolff changed: What|Removed |Added Ever confirmed|0 |1 Component|Language

[kdevelop] [Bug 294917] Parsing of default template arguments fails if they contain template parameters

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=294917 Milian Wolff changed: What|Removed |Added Version Fixed In||5.0.0 Resolution|---

[kdevelop] [Bug 302061] KDevelop shows errors on variadic template argument expansion in "using" declarations

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=302061 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 305940] "Move into source" on templated class member does not generate template declaration in source

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=305940 Milian Wolff changed: What|Removed |Added Version|4.3.1 |git master

[kdevelop] [Bug 309073] forward declare template in a namespace, then closing the namespace and reopening it again to specialize the template makes kdevelop fail to find that specialization

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309073 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevelop] [Bug 312552] KDevelop fails to find struct specializations when the template is in a different header

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=312552 Milian Wolff changed: What|Removed |Added Version Fixed In||5.0.0

[kdevplatform] [Bug 326877] The "Show uses" and "Find uses" feature fails to recognize templated methods.

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=326877 Milian Wolff changed: What|Removed |Added Version Fixed In||5.0.0 -- You are receiving

[kdevplatform] [Bug 326877] The "Show uses" and "Find uses" feature fails to recognize templated methods.

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=326877 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdevplatform] [Bug 314059] Automatic area switching does not restore correct editor

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=314059 Milian Wolff changed: What|Removed |Added Component|shell |debugger

[kdevelop] [Bug 293750] when creating cmake test

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=293750 Milian Wolff changed: What|Removed |Added Resolution|--- |UNMAINTAINED

[kdevelop] [Bug 339658] [OS X] debuggin: controlling gdb

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339658 Milian Wolff changed: What|Removed |Added Severity|major |normal --- Comment #4 from

[kdevelop] [Bug 239004] Custom Makefile Project has wrong working directory

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=239004 Milian Wolff changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit|

[kdevelop] [Bug 239004] Custom Makefile Project has wrong working directory

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=239004 --- Comment #5 from Milian Wolff --- still valid in 5.0, looking into it now -- You are receiving this mail because: You are watching all bug changes.

[kdevplatform] [Bug 313206] add copy + select feature to use report

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313206 Milian Wolff changed: What|Removed |Added Severity|major |wishlist

[kdevelop] [Bug 361958] select + copy text actions for uses report

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361958 Milian Wolff changed: What|Removed |Added Status|CONFIRMED |UNCONFIRMED Ever

[kdevelop] [Bug 340843] kdevpatchreview stuck in infinite loop

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340843 Milian Wolff changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 361958] select + copy text actions for uses report

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361958 Milian Wolff changed: What|Removed |Added Severity|normal |wishlist -- You are receiving

[kdevelop] [Bug 361958] select + copy text actions for uses report

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361958 Milian Wolff changed: What|Removed |Added Severity|major |normal

[kdevelop] [Bug 327168] Background parser hangs on specific code

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=327168 Milian Wolff changed: What|Removed |Added Resolution|--- |UNMAINTAINED

[kdevplatform] [Bug 313206] can only click on "Line xy" but not the complete line

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313206 --- Comment #4 from Milian Wolff --- Git commit 54113eb4ed975e682cf98fbcee5dffd5f43e250e by Milian Wolff. Committed on 07/09/2016 at 21:11. Pushed by mwolff into branch '5.0'. Navigate to use when clicking anywhere in a use report

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

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368301 Milian Wolff changed: What|Removed |Added Severity|major |crash -- You are receiving

[kdevelop] [Bug 368292] Segfault when using gdb

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368292 Milian Wolff changed: What|Removed |Added Severity|normal |crash -- You are receiving

[kdevplatform] [Bug 313206] can only click on "Line xy" but not the complete line

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313206 --- Comment #3 from Milian Wolff --- still valid, would be nice to see this improved. the styling should ideally stay the same, just with the capability to click on the whole line. I'll try and see if I can fix that with a bit of CSS.

[kdevelop] [Bug 347388] KDevelop/KF5 Crash when expanding Classes -> All projects classes view

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347388 Milian Wolff changed: What|Removed |Added Status|REOPENED|NEEDSINFO

[kdevelop] [Bug 359067] Auto-completion of method definitions does not follow declaration format or symbols, and breaks convention, and may also break compilation on some systems.

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359067 Milian Wolff changed: What|Removed |Added Resolution|--- |FIXED

[kdevelop] [Bug 368422] source formatters should allow configuration of `const` placement, use it in code completion/implementation helpers

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368422 Milian Wolff changed: What|Removed |Added Ever confirmed|0 |1

[kdevelop] [Bug 368422] New: source formatters should allow configuration of `const` placement, use it in code completion/implementation helpers

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368422 Bug ID: 368422 Summary: source formatters should allow configuration of `const` placement, use it in code completion/implementation helpers Product: kdevelop Version:

[kdevelop] [Bug 361390] Definition creator tries to override virtual methods

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361390 Milian Wolff changed: What|Removed |Added Resolution|--- |FIXED

[kdevelop] [Bug 358205] crash in clang_Cursor_getParsedComment

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358205 Milian Wolff changed: What|Removed |Added Status|CONFIRMED |RESOLVED

[kdevelop] [Bug 367735] Problem in semantic analysis - cannot rename all variables after click in usage this variable

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367735 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 368067] Wrong declaration is caught when class name as template parameter

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368067 Milian Wolff changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit|

[kdevelop] [Bug 368067] Wrong declaration is caught when class name as template parameter

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368067 --- Comment #2 from Milian Wolff --- We put the declarations of the template type parameters into the parent context, which confuses our lookup. The solution would be to wrap those into their own context, and then import that one into

[kdevelop] [Bug 367893] KDevelop crashes - probably while parsing JS-file in background

2016-09-07 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367893 Milian Wolff changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 367898] kdevelop crashed while editing documents

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367898 Milian Wolff changed: What|Removed |Added Resolution|--- |UPSTREAM

[kdevelop] [Bug 368097] Kdevelop5 contains GPL-3.0 files

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368097 --- Comment #1 from Milian Wolff --- This is inside a plugin. Would it be enough to make the plugin GPL 3? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837 --- Comment #7 from Milian Wolff --- actually, just commit it right away if you have the rights to do so. it looks good to me -- You are receiving this mail because: You are watching all bug changes.

[kio] [Bug 368278] ksmserver crash takes down KDevelop while destroying Q_QGS_s_pKDirWatchSelf

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368278 Milian Wolff changed: What|Removed |Added Summary|Crash when starting |ksmserver crash takes down

[kdevplatform] [Bug 355100] deadlock in backgroundparser [mutex locked while plugin gets loaded]

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355100 Milian Wolff changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kdevelop] [Bug 368318] Crash during session restore at startup

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368318 Milian Wolff changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevplatform] [Bug 368322] Job not fully stopped when starting non-existing debugger executable

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368322 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 365635] signature assistant unusable since assistant-ng merge

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365635 --- Comment #2 from Milian Wolff --- Git commit df1ddcced45e56ade604c25fff45bf8b3a35dfb1 by Milian Wolff. Committed on 06/09/2016 at 12:53. Pushed by mwolff into branch '5.0'. Disable expected failures when we run against Clang 3.9

[kdevplatform] [Bug 355100] deadlock in backgroundparser [mutex locked while plugin gets loaded]

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355100 --- Comment #6 from Milian Wolff --- Git commit 64f72d3fad28261f97cff6837526d69f6bb72837 by Milian Wolff. Committed on 06/09/2016 at 11:16. Pushed by mwolff into branch '5.0'. Add test to trigger deadlock in BackgroundParser. To run

[kdevelop] [Bug 358479] update signature assistant broken

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358479 Milian Wolff changed: What|Removed |Added Resolution|--- |UPSTREAM

[kdevelop] [Bug 365635] signature assistant unusable since assistant-ng merge

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365635 Milian Wolff changed: What|Removed |Added Status|CONFIRMED |RESOLVED

[kdevelop] [Bug 367825] KDevelop 5 freezes while parsing Javascript code

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367825 Milian Wolff changed: What|Removed |Added Resolution|--- |DUPLICATE

[kdevelop] [Bug 368270] Crash when pressing ALT + ENTER in assistant dialog

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368270 Milian Wolff changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 367690] Git option in RMB is not available after click in any place of versioned file

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367690 Milian Wolff changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 368270] Crash when pressing ALT + ENTER in assistant dialog

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368270 --- Comment #2 from Milian Wolff --- I'm on this -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 368283] Segfault when running multiple unit tests from Unit Tests tool view

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368283 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO

[kdevelop] [Bug 367926] Maximum number of background parser threads not saved

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367926 Milian Wolff changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdevelop] [Bug 367926] Maximum number of background parser threads not saved

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367926 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 368105] Wrong type is deduced for type auto

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368105 --- Comment #4 from Milian Wolff --- Look into the problems toolview, has there been errors about files not being found or anything else serious? If that happens, it can confuse clang completely (esp. older versions). So if you suffer

[kdevelop] [Bug 368264] Man pages plugin broken

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368264 Milian Wolff changed: What|Removed |Added Target Milestone|--- |5.0.1

[kdevelop] [Bug 331227] crash on launch: [Project::projectFileManager -> extension]

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=331227 Milian Wolff changed: What|Removed |Added CC||marku...@gmx.de --- Comment #8

[kdevelop] [Bug 368270] Crash when pressing ALT + ENTER in assistant dialog

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368270 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[kdevelop] [Bug 368278] Crash when starting project's Build operation while Install was in progress

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368278 Milian Wolff changed: What|Removed |Added Resolution|FIXED |WAITINGFORINFO -- You are

[kdevelop] [Bug 368278] Crash when starting project's Build operation while Install was in progress

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368278 Milian Wolff changed: What|Removed |Added Resolution|--- |FIXED

[kdevelop] [Bug 348246] KDevelop crashes when reloading an already open PHP project

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348246 Milian Wolff changed: What|Removed |Added Resolution|--- |DUPLICATE

[kdevelop] [Bug 368257] Crashes when the next line of "TODO" is edit.

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368257 --- Comment #2 from Milian Wolff --- Git commit 504dbe08af18c36f13277af9d0616ce12bd2b214 by Milian Wolff. Committed on 05/09/2016 at 13:37. Pushed by mwolff into branch '5.0'. Try to add a test for the reparse crash. Sadly, the test

[kdevelop] [Bug 368257] Crashes when the next line of "TODO" is edit.

2016-09-05 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368257 Milian Wolff changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kate] [Bug 367466] crash on invalid text line access in KateLayoutCache::textLayout

2016-08-22 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367466 Milian Wolff changed: What|Removed |Added Assignee|kdevelop-bugs-n...@kde.org |kwrite-bugs-n...@kde.org

[kdevelop] [Bug 367659] Build fails at cppducontext.h:655:22: error: ... const [with BaseContext = KDevelop::DUContext]’ marked ‘override’, but does not override

2016-08-22 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367659 --- Comment #4 from Milian Wolff --- Note: According to your log, you try to pass BUILD_clang=yes, but that is not a valid option. But by passing -DBUILD_cpp=yes you disable the clang build. Remove that option. -- You are receiving

[kdevelop] [Bug 367659] Build fails at cppducontext.h:655:22: error: ... const [with BaseContext = KDevelop::DUContext]’ marked ‘override’, but does not override

2016-08-22 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367659 Milian Wolff changed: What|Removed |Added Status|CONFIRMED |RESOLVED

  1   2   3   >