[kdevelop] [Bug 378499] Project template for Qt4 qmake failing

2017-04-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378499 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Component|general |application templates -

[kdevelop] [Bug 378499] Project template for Qt4 qmake failing

2017-04-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378499 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||kosse...@kde.org -

[kdevelop] [Bug 376149] KDevelop crash during background parsing code: assertion=assertion@entry=0x7ff1c72a0070 "DelayedTypos.empty() && \"Uncorrected typos!\"", file=file@entry=0x7ff1c729f9e8

2017-04-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376149 --- Comment #14 from Kevin Funk <kf...@kde.org> --- RelWithDebInfo should be sufficient. But you also need to make sure that LLVM_ENABLE_ASSERTIONS:BOOL is not ON. Please check whether your compiler invocations contain -DNDEBUG. -- You are rec

[kdevelop] [Bug 378490] Checking column display for the position of the editor cursor

2017-04-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378490 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[kdevelop] [Bug 376149] KDevelop crash during background parsing code: assertion=assertion@entry=0x7ff1c72a0070 "DelayedTypos.empty() && \"Uncorrected typos!\"", file=file@entry=0x7ff1c729f9e8

2017-04-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376149 --- Comment #12 from Kevin Funk <kf...@kde.org> --- Sorry, one remark missing: if you use -DCMAKE_BUILD_TYPE=Release or ...=RelWithDebInfo, NDEBUG will be defined. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 376149] KDevelop crash during background parsing code: assertion=assertion@entry=0x7ff1c72a0070 "DelayedTypos.empty() && \"Uncorrected typos!\"", file=file@entry=0x7ff1c729f9e8

2017-04-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376149 --- Comment #11 from Kevin Funk <kf...@kde.org> --- assert() itself takes NDEBUG into account. In other words, if NDEBUG is defined when assert.h is included, assert() does nothing. See: http://en.cppreference.com/w/c/error/assert -

[frameworks-sonnet] [Bug 377933] Error building under macOS

2017-04-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377933 --- Comment #3 from Kevin Funk <kf...@kde.org> --- Does it only happen for kf5-sonnet for you? Since this is an issue in a central Qt header: /usr/local/opt/qt5/include/QtCore/qlist.h:468:13: error: cannot use 'throw' with exceptions di

[frameworks-sonnet] [Bug 377933] Error building under macOS

2017-04-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377933 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||rjvber...@gmail.com -

[frameworks-sonnet] [Bug 377933] Error building under macOS

2017-04-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377933 --- Comment #2 from Kevin Funk <kf...@kde.org> --- Bug in extra-cmake-modules I suppose. >From kde-modules/KDECompilerSettings.cmake: ``` ... # TODO: Deal with QT_NO_EXCEPTIONS for non-gnu compilers? # This should be defined if

[kdevelop] [Bug 378451] Crashes on creation/opening of a project

2017-04-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378451 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[frameworks-kwallet] [Bug 377928] kwallet fails to build under macOS

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377928 --- Comment #3 from Kevin Funk <kf...@kde.org> --- Also a problem on Linux for me: makeobj[0]: Entering directory `/home/kfunk/devel/build/kf5/kwallet' ninja: error: '/usr/lib/x86_64-linux-gnu/libgpgme.so', needed by 'src/runtime/kwalletd/b

[kdevelop] [Bug 376149] KDevelop crash during background parsing code: assertion=assertion@entry=0x7ff1c72a0070 "DelayedTypos.empty() && \"Uncorrected typos!\"", file=file@entry=0x7ff1c729f9e8

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376149 --- Comment #9 from Kevin Funk <kf...@kde.org> --- Sorry, forget my previous comment. LLVM_ENABLE_ASSERTIONS:BOOL is only useful for *enabling* assertions, it won't help for *disabling* them. If you want to disable assertions yo

[kdevelop] [Bug 376149] KDevelop crash during background parsing code: assertion=assertion@entry=0x7ff1c72a0070 "DelayedTypos.empty() && \"Uncorrected typos!\"", file=file@entry=0x7ff1c729f9e8

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376149 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[kdevelop] [Bug 378442] KDevelop crashed with virtual clang::Parser::~Parser(): Assertion `TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"' failed

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378442 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Resolution|--- |UPSTREAM

[kdevelop] [Bug 378442] KDevelop crashed with virtual clang::Parser::~Parser(): Assertion `TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"' failed

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378442 --- Comment #6 from Kevin Funk <kf...@kde.org> --- Please provide an exact way to reproduce this: e.g. file contents before/after. Reduce the test case as much as possible. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 378442] KDevelop crashed with virtual clang::Parser::~Parser(): Assertion `TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"' failed

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378442 --- Comment #3 from Kevin Funk <kf...@kde.org> --- @Petros: FYI: We don't recommend using a Clang/LLVM build which has assertions enabled. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 378442] KDevelop crashed with virtual clang::Parser::~Parser(): Assertion `TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"' failed

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378442 --- Comment #2 from Kevin Funk <kf...@kde.org> --- Pasting relevant stack trace inline so it doesn't get lost: Thread 11 (Thread 0x7f4a2d109700 (LWP 8487)): [KCrash Handler] #6 0x7f4a7d5ac6ce in raise () from /lib64/libc.s

[kdevelop] [Bug 378419] "Locate current document in project" button in project view not working

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378419 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 378428] Enable symbol list panel from Kate in KDevelop

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378428 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||alexan...@zhigalin.tk -

[kdevelop] [Bug 378428] Enable symbol list panel from Kate in KDevelop

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378428 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Keywords||junior-jobs --- Comment #

[kdevelop] [Bug 376149] KDevelop crash during background parsing code: assertion=assertion@entry=0x7ff1c72a0070 "DelayedTypos.empty() && \"Uncorrected typos!\"", file=file@entry=0x7ff1c729f9e8

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376149 --- Comment #8 from Kevin Funk <kf...@kde.org> --- For the upstream build you need to pass -DLLVM_ENABLE_ASSERTIONS:BOOL=OFF to cmake, fwiw -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 378428] Enable symbol list panel from Kate in KDevelop

2017-04-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378428 --- Comment #1 from Kevin Funk <kf...@kde.org> --- Screenshot please so we know what we're talking about :) -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 376149] KDevelop crash during background parsing code: assertion=assertion@entry=0x7ff1c72a0070 "DelayedTypos.empty() && \"Uncorrected typos!\"", file=file@entry=0x7ff1c729f9e8

2017-04-03 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376149 --- Comment #6 from Kevin Funk <kf...@kde.org> --- Note: We don't recommend to build Clang/LLVM with assertions enabled. It triggers on a lot of issues in our experience, most of them non-fatal for us. Do you get a crash with assertions di

[kdevelop] [Bug 372215] Crash while parsing static_assert

2017-03-31 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372215 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||fileoff...@gmail.com --- C

[kdevelop] [Bug 378294] 100% Reproducible crash via static_assert()

2017-03-31 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378294 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Resolution|--- |DUPLICATE

[konversation] [Bug 377447] Fails to build on windows missing winsock library

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377447 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||1.7.0 Reso

[kdevelop] [Bug 374823] Kdevelop crashed after checkout other branch in project directory [clang::comments::Lexer::lex]

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374823 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Reso

[kdevelop] [Bug 368449] KDevelop crashed when opening a file that changed on disk

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=368449 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||yagorbu...@mail.ru --- Comm

[kdevelop] [Bug 368449] KDevelop crashed when opening a file that changed on disk [clang::comments::Lexer::lex, LLVM 3.8]

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=368449 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Summary|KDevelop crashed when |KDevelop crashe

[kdevelop] [Bug 374823] Kdevelop crashed after checkout other branch in project directory [clang::comments::Lexer::lex]

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374823 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Summary|Kdevelop crashed after |Kdevelop crashed

[kdevelop] [Bug 378096] Crash on exit with the PatchReview toolview open after using the Purpose/Phabricator plugin

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378096 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Resolution|--- |UPSTREAM

[kate] [Bug 360811] markdown preview

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360811 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCON

[kdevelop] [Bug 378223] Request: markdown preview

2017-03-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378223 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCON

[kdevelop] [Bug 378190] Xdebug support for PHP debugging (port from kdelibs/Qt4 -> KF5/Qt5)

2017-03-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378190 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Keywords||junior-jobs

[kdev-python] [Bug 378111] Fix error source for a program abort [PythonInitializer::PythonInitializer]

2017-03-27 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378111 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Assignee|kdevelop-bugs-n...@kde.org |m...@svenbra

[kdevelop] [Bug 378111] Fix error source for a program abort [PythonInitializer::PythonInitializer]

2017-03-27 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378111 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCON

[kdevelop] [Bug 294695] Wish for CUDA source code support, such as header switching, syntax highlighting, and basic language support.

2017-03-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=294695 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||7437...@gmail.com -

[kdevelop] [Bug 294695] Wish for CUDA source code support, such as header switching, syntax highlighting, and basic language support.

2017-03-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=294695 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confi

[kdevelop] [Bug 353262] cppreference-doc qch file showed empty page

2017-03-23 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=353262 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||5.0.3 -- You are rec

[kdevelop] [Bug 377934] KDevelop's toolviews should be normal windows when undocked.

2017-03-22 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377934 --- Comment #3 from Kevin Funk <kf...@kde.org> --- @Petros: Which tool view? Maybe we should rather re-layout this particular tool view so it fits to contents? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 377938] Settings/Color theme-Menu does not show any entries

2017-03-22 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377938 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Platform|Other |Appimage -- You are rec

[extra-cmake-modules] [Bug 375195] Pass -fno-operator-names when supported breaks build of several packages

2017-03-22 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375195 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|CONFIRMED |RESOLVED Reso

[kdevelop] [Bug 373614] Crashes if Kdevelop is compiled against llvm 3.8 and mesa against 3.9

2017-03-21 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373614 --- Comment #8 from Kevin Funk <kf...@kde.org> --- @Lisandro: Wow, that's awesome to hear! Would love to learn more about it, too. Maybe send a mail to kdevelop-de...@kde.org? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 373614] Crashes if Kdevelop is compiled against llvm 3.8 and mesa against 3.9

2017-03-21 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373614 --- Comment #5 from Kevin Funk <kf...@kde.org> --- Sorry, Roman, unfortunately there's no easy fix for this problem. If someone's got a good solution for this problem, without having us use libclang out of process, I'm all ears. -- You are rec

[kdevelop] [Bug 371565] KDevelop can't find header files if the project path contains spaces

2017-03-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371565 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||kf...@kde.org -

[kdevelop] [Bug 371565] KDevelop can't find header files if the project path contains spaces

2017-03-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371565 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Ever confirmed|0 |1 Status|RE

[kdevelop] [Bug 371565] KDevelop can't find header files if the project path contains spaces

2017-03-19 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371565 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[kdevelop] [Bug 377812] New: CMake Server QProcess crashes on every exit

2017-03-19 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377812 Bug ID: 377812 Summary: CMake Server QProcess crashes on every exit Product: kdevelop Version: git master Platform: Other OS: Linux Status: UNCONFIRMED

[kdevelop] [Bug 377812] CMake Server QProcess crashes on every exit

2017-03-19 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377812 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||aleix...@gmail.com -

[kdevelop] [Bug 338373] KDevelop doesn't build more than one target in the Build Set

2017-03-19 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=338373 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[kdevelop] [Bug 226117] kdevelop seems to sometimes backdate source mtimes, causing files not to be built with make

2017-03-19 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=226117 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||5.1.0 -- You are rec

[kdevelop] [Bug 377679] CMake server project manager does not import test suites

2017-03-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377679 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||aleix...@gmail.com -

[kdevelop] [Bug 377672] Revision 85957712044d7a91d3ee4eec4012c333cd7fe70e breaks finding qmake on Fedora with qt3-devel installed

2017-03-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377672 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||m...@milianw.de -

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Latest Commit||https://commits.kde.o

[kdevelop] [Bug 375849] Show annotate on current document doesn't work in a git worktree

2017-03-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375849 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||5.2.0 --- Comment #8 from

[kdevelop] [Bug 376523] Assertion failure when discarding changes in Custom BuildSystem settings.

2017-03-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376523 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||5.1.0 -- You are rec

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-10 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 --- Comment #10 from Kevin Funk <kf...@kde.org> --- @robert: Any luck to test my patch? I'd really like to fix this before the 5.1.0 release, which is about to happen this weekend. -- You are receiving this mail because: You are watching a

[kdevelop] [Bug 369573] kdevelop consumes all available memory when editing js file [QmlJS::NodeJS::moduleDirectories]

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369573 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Summary|kdevelop consumes all |kdevelop consum

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

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369573 --- Comment #8 from Kevin Funk <kf...@kde.org> --- @Fabian: So the interesting thing is that this JS file is on a remote file system, correct? -- You are receiving this mail because: You are watching all bug changes.

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

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369182 --- Comment #14 from Kevin Funk <kf...@kde.org> --- Please continue commenting on the original report. This one here is a different issue. -- You are receiving this mail because: You are watching all bug changes.

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

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369573 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Ever confirmed|0 |1 Status|RE

[kdevplatform] [Bug 370495] heap corruption after immediately after opening folder [KDevelop::BackgroundParserPrivate::createParseJob, KDevelop::DocumentParsePlan::notifyWhenReady]

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=370495 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Summary|heap corruption after |heap corruption

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Severity|normal |crash -- You are rec

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Priority|NOR |HI Ke

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

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=369182 --- Comment #11 from Kevin Funk <kf...@kde.org> --- @Fabian: Same backtrace? Please post it here. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 305779] PHP 5.4 features

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=305779 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In|5.2.0 |5.1.0 --- Comment #10 from

[kdevelop] [Bug 346876] Parsing error when assing using array syntax to $this 'Cannot re-assign $this'

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=346876 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In|5.1.41 |5.1.0 Latest Commit

[kdevelop] [Bug 370515] parser thinks PHP7's IIFE syntax is a syntax error. ( immediately invoked function expression )

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=370515 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/kde |https://commits.kde.o

[kdevelop] [Bug 305779] PHP 5.4 features

2017-03-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=305779 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Resolution|--- |FIXED Status|RE

[kdevelop] [Bug 377291] KDevelop doesn't allow me to modify a variable's value, when stepping though the code in Debug

2017-03-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377291 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Keywords||regression --- Comment #

[kdevelop] [Bug 377110] crash when extending project directory

2017-03-06 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377110 --- Comment #2 from Kevin Funk <kf...@kde.org> --- Note: Pasting stack trace of crashing thread inline for SEO: Thread 1 (Thread 0x7f8a0271d0c0 (LWP 5427)): [KCrash Handler] #6 0x7f8a005c2ce2 in QPainter::save() () from /usr/lib/x86_64-lin

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Target Milestone|--- |5.1.0 --- Comment #8 from

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||steckde...@yahoo.fr -

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 --- Comment #7 from Kevin Funk <kf...@kde.org> --- @robert: Also, for work-arounding the crash you can start KDevelop just like this: KDEV_DISABLE_PLUGINS=kdevqmljs kdevelop ... This will disable the QML/JS language support -- You are rec

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files [DeclarationBuilder::inferArgumentsFromCall]

2017-03-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Summary|Kdevelop crashes during |Kdevelop crashes

[kdevelop] [Bug 376586] Kdevelop crashes during parsing on large PHP projects/files

2017-03-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Ever confirmed|0 |1 Status|RE

[kdevelop] [Bug 377036] Kdevelop crashed when documentating template function [KDevelop::VariableDescription::VariableDescription]

2017-03-05 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377036 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||5.1.0 Latest

[kdevelop] [Bug 377036] Kdevelop crashed when documentating template function [KDevelop::VariableDescription::VariableDescription]

2017-03-04 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377036 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confi

[kdevelop] [Bug 373120] KDevelop crashes / files not closed on Windows

2017-03-03 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373120 --- Comment #2 from Kevin Funk <kf...@kde.org> --- Note: Please try KDevelop 5.0.4, we've patched Clang slightly. Please report if that fixed the issue for you! https://www.kdevelop.org/download -- You are receiving this mail becaus

[kdevelop] [Bug 229112] Add OpenCL C language support

2017-03-03 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=229112 Kevin Funk <kf...@kde.org> changed: What|Removed |Added URL||https://phabricator.k

[kdevelop] [Bug 229112] Add OpenCL C language support

2017-03-03 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=229112 --- Comment #6 from Kevin Funk <kf...@kde.org> --- Patch here: https://phabricator.kde.org/D4930 -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 375276] "Update declaration signature" on a constructor adds a return type to it

2017-03-03 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375276 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[kdevelop] [Bug 365420] Use of "Adapt signature" for rename argument in constructor inserts keyword void in declaration

2017-03-03 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=365420 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||nicolas.alva...@gma

[kdevplatform] [Bug 374921] Tool view grouping no longer works in 5.1 branch

2017-03-02 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374921 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In|5.1 |5.1.0 -- You are rec

[kdevelop] [Bug 377045] On Windows, KDevelop fails to recognize the c++ standard library

2017-03-02 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377045 --- Comment #4 from Kevin Funk <kf...@kde.org> --- Sure, there are, unfortunately we're lacking manpower in that regard. If someone wants to chime in and help us out we're happy to receive (code) contributions! -- You are receiving this mail b

[kdevelop] [Bug 377027] KDevelop could feature a Designer UI

2017-03-01 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377027 --- Comment #4 from Kevin Funk <kf...@kde.org> --- Huh? You can simply open a .ui file in designer by right-clicking the file in the project tree view -> Open With -> Qt Designer -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 377045] On Windows, KDevelop fails to recognize the c++ standard library

2017-02-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377045 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confi

[kdevelop] [Bug 377025] KDevelop file creation from template should ask interactively for properties.

2017-02-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377025 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Severity|normal |wishlist Summary

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377026 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Summary|[Wish] KDevelop should |KDevelop should p

[kdevelop] [Bug 377027] KDevelop could feature a Designer UI

2017-02-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377027 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Severity|normal |wishlist Summary

[kdevelop] [Bug 377027] [Wish] KDevelop could feature a Designer UI

2017-02-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377027 --- Comment #1 from Kevin Funk <kf...@kde.org> --- You're aware there's a standalone Qt designer available you can use? I honestly don't see the advantage of just integrating its view contents into KDevelop if we do not work further on integ

[kdevelop] [Bug 377023] Hovering over folder in projects toolview toggles instead of opens

2017-02-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377023 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Keywords||junior-jobs Priori

[frameworks-syntax-highlighting] [Bug 376979] angle brackets in doxygen comments break syntax highlighting

2017-02-27 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376979 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version|5.0.3 |unspecified As

[kdevplatform] [Bug 376854] patchreview/purpose integration: result dialog doesn't provide review URL

2017-02-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376854 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||aleix...@gmail.com -

[kdevelop] [Bug 376833] Crashing with %{PROJECTDIR} as Custom BuildSystem argument

2017-02-24 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376833 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||5.1.0 -- You are rec

[kdevelop] [Bug 376833] Crashing with %{PROJECTDIR} as Custom BuildSystem argument

2017-02-23 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376833 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Resolution|--- |WAITINGFORINFO

[kdevelop] [Bug 376833] Crashing with %{PROJECTDIR} as Custom BuildSystem argument

2017-02-23 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376833 --- Comment #1 from Kevin Funk <kf...@kde.org> --- Backtrace? -- You are receiving this mail because: You are watching all bug changes.

[kdevplatform] [Bug 376789] Drop P4CONFIG check

2017-02-22 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376789 Kevin Funk <kf...@kde.org> changed: What|Removed |Added CC||mvold...@gmail.com -

[kdevelop] [Bug 376419] Template angle brackets not HTML-escaped in tooltips for clang errors

2017-02-22 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376419 Kevin Funk <kf...@kde.org> changed: What|Removed |Added Version Fixed In||5.1.0 -- You are rec

[frameworks-ktexteditor] [Bug 376060] Print dialog does not respect footer font

2017-02-21 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376060 Kevin Funk <kf...@kde.org> changed: What|Removed |Added URL||https://phabricator.k

<    5   6   7   8   9   10   11   12   13   14   >