[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.kde.org
   ||/D4619

--- Comment #4 from Kevin Funk <kf...@kde.org> ---
Patch at: https://phabricator.kde.org/D4619

-- 
You are receiving this mail because:
You are watching all bug changes.

[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 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

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 337048] FR: copy launch configurations

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=337048

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|BuildSystem: Custom |shell
   |BuildSystems|
Product|kdevelop|kdevplatform
Version|4.6.0   |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376710] Copy & Paste Launch configurations

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376710

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Keywords||junior-jobs

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 376710] Copy & Paste Launch configurations

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376710

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|general |shell
Product|kdevelop|kdevplatform

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdev-python] [Bug 376717] KDevelop crashes on opening

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376717

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

Product|kdevelop|kdev-python
   Assignee|kdevelop-bugs-n...@kde.org  |m...@svenbrauch.de
  Component|general |Language support

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376713] KDevelop crash when GDB is connected in remote server (OpenOCD)

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376713

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Pasting backtrace inline:

"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
"No symbol table is loaded.  Use the \"file\" command."
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action

Thread 1 "kdevelop" received signal SIGSEGV, Segmentation fault.
0x7034c281 in malloc_consolidate () from /usr/lib/libc.so.6
(gdb) where
#0  0x7034c281 in malloc_consolidate () at /usr/lib/libc.so.6
#1  0x7034dd2a in _int_malloc () at /usr/lib/libc.so.6
#2  0x7034fd44 in malloc () at /usr/lib/libc.so.6
#3  0x70fc490c in QArrayData::allocate(unsigned long, unsigned long,
unsigned long, QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7199b567 in  () at /usr/lib/libQt5Gui.so.5
#5  0x71994b22 in  () at /usr/lib/libQt5Gui.so.5
#6  0x71999bf1 in QRegion::operator+=(QRect const&) () at
/usr/lib/libQt5Gui.so.5
#7  0x71e923ec in  () at /usr/lib/libQt5Widgets.so.5
#8  0x71e9256c in QWidgetPrivate::invalidateBuffer(QRect const&) () at
/usr/lib/libQt5Widgets.so.5
#9  0x71ebccf4 in QWidget::destroy(bool, bool) () at
/usr/lib/libQt5Widgets.so.5
#10 0x71ec3657 in QWidget::~QWidget() () at /usr/lib/libQt5Widgets.so.5
#11 0x76b1fb20 in Sublime::IdealDockWidget::~IdealDockWidget() () at
/home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#12 0x76b1fb42 in Sublime::IdealDockWidget::~IdealDockWidget() () at
/home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#13 0x76b196f3 in Sublime::IdealController::removeView(Sublime::View*,
bool) () at /home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#14 0x76b0f311 in
Sublime::MainWindowPrivate::aboutToRemoveToolView(Sublime::View*,
Sublime::Position) ()
at /home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#15 0x76b0aed2 in QtPrivate::FunctorCall<QtPrivate::IndexesList<0, 1>,
QtPrivate::List<Sublime::View*, Sublime::Position>, void, void
(Sublime::MainWindowPrivate::*)(Sublime::View*, Sublime::Position)>::call(void
(Sublime::MainWindowPrivate::*)(Sublime::View*, Sublime::Position),
Sublime::MainWindowPrivate*, void**) ()
at /home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#16 0x76b0a9cf in void QtPrivate::FunctionPointer::call<QtPrivate::List<Sublime::View*, Sublime::Position>,
void>(void (Sublime::MainWindowPrivate::*)(Sublime::View*, Sublime::Position),
Sublime::MainWindowPrivate*, void**) ()
at /home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#17 0x76b0a0c9 in QtPrivate::QSlotObject to continue, or
q  to quit---
ion>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) ()
at /home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#18 0x711ca0be in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/libQt5Core.so.5
#19 0x76b2570a in Sublime::Area::aboutToRemoveToolView(Sublime::View*,
Sublime::Position) () at
/home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#20 0x76ae8e91 in Sublime::Area::removeToolView(Sublime::View*) () at
/home/patrick/kde5/kde-5/lib64/libKDevPlatformSublime.so.10
#21 0x77a4ee3d in
KDevelop::UiController::removeToolView(KDevelop::IToolViewFactory*) () at
/home/patrick/kde5/kde-5/lib64/libKDevPlatformShell.so.10
#22 0x7fffb8a3c7d0 in KDevMI::GDB::CppDebuggerPlugin::unloadToolviews() ()
at /home/patrick/kde5/kde-5/lib64/plugins/kdevplatform/27/kdevgdb.so
#23 0x7fffb8a45f1a in KDevMI::GDB::DebugSession::~DebugSession() () at
/home/patrick/kde5/kde-5/lib64/plugins/kdevplatform/27/kdevgdb.so
#24 0x7fffb8a45f42 in KDevMI::GDB::DebugSession::~DebugSession() () at
/home/patrick/kde5/kde-5/lib64/plugins/kdevplatform/27/kdevgdb.so
#25 0x711cabe0 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#26 0x71e8034c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#27 0x71e87b61 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#28 0x7119e440 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#29 0x711a0bcd in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QTh

[kdevelop] [Bug 376713] KDevelop crash when GDB is connected in remote server (OpenOCD)

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376713

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||7437...@gmail.com
   Keywords||release_blocker
   Target Milestone|--- |5.1.0

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
This should be fixed before the 5.1.0 release

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376432

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kde |https://commits.kde.org/kde
   |velop/a05e48ebbfa33f28ddd33 |velop/4f3813672089258a2044c
   |2bd6bd23dafcb1b2c0f |beb901c9432dc8d9a03

--- Comment #11 from Kevin Funk <kf...@kde.org> ---
Git commit 4f3813672089258a2044cbeb901c9432dc8d9a03 by Kevin Funk, on behalf of
Jan Ziak.
Committed on 20/02/2017 at 21:06.
Pushed by kfunk into branch '5.1'.

Avoid utimes() in custommake projects, remove unsermake support

Reviewed By: mwolff
Differential Revision: https://phabricator.kde.org/D4612

M  +6-143  projectmanagers/custommake/makefileresolver/makefileresolver.cpp

https://commits.kde.org/kdevelop/4f3813672089258a2044cbeb901c9432dc8d9a03

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376432

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Version Fixed In||5.1.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375274] #include added at end of file if there is an include there

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375274

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
   Keywords||junior-jobs

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Confirmed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375274] #include added at end of file if there is an include there

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375274

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Version Fixed In||5.1.0
  Latest Commit||https://commits.kde.org/kde
   ||velop/b7c4a7479e000751b0d06
   ||7b359f3c1ad5803c77e
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Git commit b7c4a7479e000751b0d067b359f3c1ad5803c77e by Kevin Funk.
Committed on 21/02/2017 at 02:04.
Pushed by kfunk into branch '5.1'.

clang: Don't insert new include beyond moc include
FIXED-IN: 5.1.0

M  +11   -1languages/clang/duchain/unknowndeclarationproblem.cpp
M  +30   -1languages/clang/tests/test_problems.cpp

https://commits.kde.org/kdevelop/b7c4a7479e000751b0d067b359f3c1ad5803c77e

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|Language Support: PHP   |Language Support:
   ||QML/JavaScript

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376595] Kdevelop crashes on watch member variable

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376595

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Please retrieve a backtrace of the crash.

See:
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376595] Kdevelop crashes on watch member variable

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376595

--- Comment #3 from Kevin Funk <kf...@kde.org> ---
FWIW, master should build fine according to CI. If you want to switch branches
I *think* you should be able to use this:

module kdevelop
  branch-group kf5-qt5
...

If that doesn't work you can still simply just `git checkout 5.1; make; make
install` in both the kdevplatform + kdevelop dir.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376595] Kdevelop crashes on watch member variable

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376595

--- Comment #5 from Kevin Funk <kf...@kde.org> ---
True, this got added just recently. I've restored compat with KF5 5.15 now.

See:
commit 2c775c07436107f90bec8ee16b73f4e5258f362d
Author: Kevin Funk <kf...@kde.org>
Date:   Fri Feb 17 23:32:22 2017 +0100

Restore compat with KF5 5.15

The signal KUrlRequester::textEdited got only added in 5.21

Please try to compile again

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376586

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Crash inside the QML/JS parser plugin:

Thread 10 (Thread 0x7fe1abfff700 (LWP 1979)):
[KCrash Handler]
#6  0x7fe1a8b3d11a in  () at
/usr/lib/qt/plugins/kdevplatform/25/kdevqmljslanguagesupport.so
#7  0x7fe1a8b3d691 in  () at
/usr/lib/qt/plugins/kdevplatform/25/kdevqmljslanguagesupport.so
#8  0x7fe1a8b6c038 in  () at
/usr/lib/qt/plugins/kdevplatform/25/kdevqmljslanguagesupport.so
#9  0x7fe1a8b6db3c in  () at
/usr/lib/qt/plugins/kdevplatform/25/kdevqmljslanguagesupport.so
#10 0x7fe1a8b3b37c in  () at
/usr/lib/qt/plugins/kdevplatform/25/kdevqmljslanguagesupport.so
#11 0x7fe1a8b3db5a in  () at
/usr/lib/qt/plugins/kdevplatform/25/kdevqmljslanguagesupport.so


Could you please try to instal debugging symbols for this plugin and try to
reproduce the crash? Please send the backtrace another time.

See:
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376595] Kdevelop crashes on watch member variable

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376595

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||7437...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376600] crash on exit when same document is opened in multiple split views [Sublime::Document::closeViews]

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376600

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Keywords||junior-jobs
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
Summary|crash on exit when same |crash on exit when same
   |document is opened in   |document is opened in
   |multiple split views|multiple split views
   ||[Sublime::Document::closeVi
   ||ews]

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Confirmed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 376600] crash on exit when same document is opened in multiple split views [Sublime::Document::closeViews]

2017-02-17 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376600

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|general |sublime
Product|kdevelop|kdevplatform

-- 
You are receiving this mail because:
You are watching all bug changes.

[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 receiving this mail because:
You are watching all bug changes.

[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

-- 
You are receiving this mail because:
You are watching all bug changes.

[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.

[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
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 360539] Projects Toolbar hidden state is not saved

2017-02-13 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360539

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.1.0
URL||https://phabricator.kde.org
   ||/D4122
 Resolution|--- |FIXED

--- Comment #6 from Kevin Funk <kf...@kde.org> ---
Fixed by https://phabricator.kde.org/D4122

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 376389] Open header file right from implementation file when "arrangeBudies" is enabled

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376389

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Priority|NOR |LO

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
IMO this would clutter the configuration page too much without real gain.

I'd lean towards closing this issue as a WONTFIX.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376217] Crash when autostarting [QSqlDatabase::close]

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376217

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

Summary|Crash when autostarting |Crash when autostarting
   ||[QSqlDatabase::close]
 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Looks like a bug in QtSql, nothing we can do about.

See:
Thread 1 (Thread 0x7f8ca2289940 (LWP 1627)):
[KCrash Handler]
#4  0x7f8cac9624b1 in QSqlDatabase::close() () at /lib64/libQt5Sql.so.5
#5  0x7f8cac964b29 in QSqlDatabase::~QSqlDatabase() () at
/lib64/libQt5Sql.so.5
...

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375849

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
   Keywords||junior-jobs

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Interesting issue. 

Maybe you want to have a look at it yourself and fix the issue in KDevelop? The
Git plugin is pretty much self-contained and easy to work with.

To get started:
  https://www.kdevelop.org/contribute-kdevelop

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376432

--- Comment #6 from Kevin Funk <kf...@kde.org> ---
Done. Unfortunately that won't really affect the probability this is getting
fixed.

Stepping up & contributing a patch would increase probability a lot more ;)

See: https://www.kdevelop.org/contribute-kdevelop

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=226117

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Severity|minor   |major

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376060

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|general |general
   Assignee|kdevelop-bugs-n...@kde.org  |kwrite-bugs-n...@kde.org
Product|kdevelop|frameworks-ktexteditor
Version|5.0.3   |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376060

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Keywords||junior-jobs

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375778] Jump to gtest failures

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375778

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Keywords||junior-jobs

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375778] Jump to gtest failures

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375778

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||mvold...@gmail.com

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
@Morten: Something for you?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmix] [Bug 343442] [Usability] Feature to move to other device very hideous (user has to right-click)

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=343442

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Kevin Funk <kf...@kde.org> ---
Looks good to me.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 361420] Please add button/menu item to clear application output in Toolviews "Run"/"Debug"

2017-02-13 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=361420

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D4126
   Version Fixed In||5.2.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 373764] "Find:" contents unreadable in dark themes

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373764

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Priority|NOR |LO
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Please debug this, I won't have the time to do it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376319] Projects base directory not saved

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376319

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Problem is: This is a per-session setting.

At some point we changed it from a global setting to a per-session setting. In
my opinion we should make it a global setting again.

Annoyed by the current behavior as well...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376319] Projects base directory not saved

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376319

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||kf...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376060] Print dialog does not respect footer font

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376060

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Confirmed. But that's not a KDevelop feature, but one from KTextEditor.

Moving the ticket to the correct product.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375821] debug assembly/registers window

2017-02-14 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375821

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||niko.s...@gmail.com
  Component|general |CPP Debugger

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-02-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=226117

--- Comment #14 from Kevin Funk <kf...@kde.org> ---
*** Bug 376432 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file

2017-02-12 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376432

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Kevin Funk <kf...@kde.org> ---
Thanks for the report, but I think bug 226117 contains all necessary
information already. Thanks for the strace & gdb output.

Marking as duplicate.

*** This bug has been marked as a duplicate of bug 226117 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375738] Crash on exit

2017-02-13 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375738

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|general |Language Support: CPP (old)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 372888] Kdevelop crashes when using sudo ninja install

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372888

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
There's been a related problem in the make builder, see:
  https://git.reviewboard.kde.org/r/129130/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 297928] RFE: add ninja support

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=297928

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|all build tools |Build tools: Ninja

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 328364] Unwanted build targets passed to ninja build system

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=328364

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|all build tools |Build tools: Ninja

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 328695] [PATCH] Ninja builder is hardwired to use "ninja" executable

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=328695

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|Build tools: CMake  |Build tools: Ninja

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 372888] Kdevelop crashes when using sudo ninja install

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372888

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.1.0
  Latest Commit||https://commits.kde.org/kde
   ||velop/e464a4a9790a659e9d027
   ||4516af295a11c965872
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Kevin Funk <kf...@kde.org> ---
Git commit e464a4a9790a659e9d0274516af295a11c965872 by Kevin Funk.
Committed on 16/02/2017 at 08:35.
Pushed by kfunk into branch '5.1'.

ninjabuilder: Don't crash on `sudo ninja install`

Similar patch as done for the make builder, see:
  https://git.reviewboard.kde.org/r/129130/
FIXED-IN: 5.1.0

M  +7-6projectbuilders/ninjabuilder/kdevninjabuilderplugin.cpp
M  +5-4projectbuilders/ninjabuilder/kdevninjabuilderplugin.h
M  +8-1projectbuilders/ninjabuilder/ninjajob.cpp
M  +16   -3projectbuilders/ninjabuilder/ninjajob.h

https://commits.kde.org/kdevelop/e464a4a9790a659e9d0274516af295a11c965872

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 372888] Kdevelop crashes when using sudo ninja install

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372888

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|general |Build tools: Ninja

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 372888] Kdevelop crashes when using sudo ninja install

2017-02-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372888

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Confirmed

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 348784] Crash in GrepDialog::~GrepDialog on application shutdown

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=348784

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||vplatform/b7c15acecda39681f
   ||1c9ae5c7da01989e9471d74
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.1.0

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Git commit b7c15acecda39681f1c9ae5c7da01989e9471d74 by Kevin Funk.
Committed on 17/02/2017 at 07:38.
Pushed by kfunk into branch '5.1'.

grepview: Fix crash on exit with grep dialog open

Thanks to René for the report!
FIXED-IN: 5.1.0

Backtrace:
==13831==ERROR: AddressSanitizer: SEGV on unknown address 0x
(pc 0x7f58f2df4f49 bp 0x7ffe3f237920 sp 0x7ffe3f2374a0 T0)
==13831==The signal is caused by a READ memory access.
==13831==Hint: address points to the zero page.
#0 0x7f58f2df4f48 in GrepDialog::~GrepDialog()
/home/kfunk/devel/src/kf5/kdevplatform-stable/plugins/grepview/grepdialog.cpp:277:55
#1 0x7f58f2df5b98 in GrepDialog::~GrepDialog()
/home/kfunk/devel/src/kf5/kdevplatform-stable/plugins/grepview/grepdialog.cpp:276:1
#2 0x7f591bf326cf in QObject::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2b36cf)
#3 0x7f591c88568a in QWidget::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x1a268a)
#4 0x7f591c83f8ab in QApplicationPrivate::notify_helper(QObject*,
QEvent*) (/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x15c8ab)

M  +4-0plugins/grepview/grepdialog.cpp
M  +6-1plugins/grepview/grepdialog.h
M  +8-0plugins/grepview/grepviewplugin.cpp
M  +5-1plugins/grepview/grepviewplugin.h

https://commits.kde.org/kdevplatform/b7c15acecda39681f1c9ae5c7da01989e9471d74

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 321982] Clicking on cmake error line does not open the corresponding file

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=321982

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||pej...@gmail.com

--- Comment #7 from Kevin Funk <kf...@kde.org> ---
*** Bug 376571 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 376571] Click on errors in CMakeLists.txt opens empty file

2017-02-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=376571

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Thanks, but a known issue.

Patches/ideas how to approach these kind of issues in the output parser are
welcome. See bug 321982 for more info.

*** This bug has been marked as a duplicate of bug 321982 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-01-18 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375195

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Note: All issues in Digikam + libkdcraw are resolved already.

I think there's a real benefit to use this flag globally (as it inhibits us
writing non-cross-platform code).

I'll keep this open for now, for other opinions

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-01-18 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375195

--- Comment #3 from Kevin Funk <kf...@kde.org> ---
Okay, external projects (here: boost) are indeed a problem...:

/usr/include/boost/graph/transitive_reduction.hpp:108:25: error: unknown type
name 'not'
if( not edge_in_closure[i][j] ) {
^
/usr/include/boost/graph/transitive_reduction.hpp:108:29: error: variable
declaration in condition must have an initializer
if( not edge_in_closure[i][j] ) {
^
/usr/include/boost/graph/transitive_reduction.hpp:110:29: error: unknown type
name 'not'
if( not edge_in_closure[i][k] ) {
^
/usr/include/boost/graph/transitive_reduction.hpp:110:33: error: variable
declaration in condition must have an initializer
if( not edge_in_closure[i][k] ) {
^
4 errors generated.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 373452] Renaming class doesn't rename destructor

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373452

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Version Fixed In||5.0.4
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kde
   ||velop/51658b81204090690ccec
   ||c682ef4b064f959d09f

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Git commit 51658b81204090690ccecc682ef4b064f959d09f by Kevin Funk.
Committed on 13/01/2017 at 08:01.
Pushed by kfunk into branch '5.0'.

Clang: Also rename destructors when renaming class

Summary:
FIXED-IN: 5.0.4

Subscribers: kdevelop-devel

Differential Revision: https://phabricator.kde.org/D4098

M  +55   -0languages/clang/codegen/clangrefactoring.cpp
M  +7-0languages/clang/codegen/clangrefactoring.h
M  +8-0languages/clang/tests/CMakeLists.txt
A  +143  -0languages/clang/tests/test_refactoring.cpp [License: GPL
(v2/3)]
C  +16   -23   languages/clang/tests/test_refactoring.h [from:
languages/clang/codegen/clangrefactoring.h - 053% similarity]

https://commits.kde.org/kdevelop/51658b81204090690ccecc682ef4b064f959d09f

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375050] Crash when changing CMake build folder

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375050

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||aleix...@gmail.com
  Component|general |Build tools: CMake
 Ever confirmed|0   |1

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Crash in bug 355241 has a similar backtrace, but this bug report appears to
contain a clean way to reproduce the issue.

@Aleix: Might wanna have a look?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 375007] Asserts when pressing "Show Imports" button in problems tool view [KDevelop::WatchedDocumentSetPrivate::getImportsFromDUChain]

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375007

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
URL||https://phabricator.kde.org
   ||/D4152
   Version Fixed In||5.1.0
 Resolution|--- |FIXED

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Fixed by: https://phabricator.kde.org/D4152

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 374525] KDevelop segfault when analyzing source code

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374525

--- Comment #7 from Kevin Funk <kf...@kde.org> ---
Git commit 0c518250b10068f11601be44ed06f45d8f8e3660 by Kevin Funk.
Committed on 16/01/2017 at 09:56.
Pushed by kfunk into branch 'master'.

Fix segfault when analyzing source code

Fix clang-tidy run when there's no build system manager

REVIEW: 129768

M  +3-2src/plugin.cpp

https://commits.kde.org/kdev-clang-tidy/0c518250b10068f11601be44ed06f45d8f8e3660

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 374525] KDevelop segfault when analyzing source code

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374525

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|Language Support: CPP (old) |general

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 374525] KDevelop segfault when analyzing source code

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374525

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|general |Analyzer: Cppcheck

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 374894] KDevelop crashes when clicking on QuickOpen

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374894

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 358482] LRU cache of TU's for files opened in editor

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=358482

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 323051] Code navigation does not work with constructors

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=323051

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|4.6.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 328364] Unwanted build targets passed to ninja build system

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=328364

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|4.6.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 323051] Code navigation does not work with constructors

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=323051

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

  Component|Language Support: CPP (old) |Language Support: CPP
   ||(Clang-based)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 325031] Crash during changing CMakeList.txt [CMakeManager::addWatcher]

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=325031

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|4.6.1   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 333314] git commit ignores unselected files

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=14

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|4.6.1   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 342800] kdevelop incorrectly interprets paths in cmake output

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=342800

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Kevin Funk <kf...@kde.org> ---


*** This bug has been marked as a duplicate of bug 321982 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 321982] Clicking on cmake error line does not open the corresponding file

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=321982

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||arichardson@gmail.com

--- Comment #5 from Kevin Funk <kf...@kde.org> ---
*** Bug 360854 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 360854] Wrong file opened when double clicking on CMake error in outputview

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360854

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Kevin Funk <kf...@kde.org> ---


*** This bug has been marked as a duplicate of bug 321982 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 321982] Clicking on cmake error line does not open the corresponding file

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=321982

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||eugene.shalygin+bugzilla.kd
   ||e...@gmail.com

--- Comment #6 from Kevin Funk <kf...@kde.org> ---
*** Bug 342800 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 374458] Crash when dragging launches in Launch Configuration

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374458

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 371326] Snippets not existent

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371326

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.3   |5.0.4

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=371565

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.3   |5.0.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 372040] KDevelop editor become unresponsive when clicking into a problem

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372040

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.3   |5.0.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 323051] Code navigation does not work with constructors

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=323051

--- Comment #6 from Kevin Funk <kf...@kde.org> ---
Still a problem with KDevelop 5 (Clang-based C++ support).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 345043] Make it possible to select environment for the QMake builder process

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=345043

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 360854] Wrong file opened when double clicking on CMake error in outputview

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360854

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 360928] UBSan: util/embeddedfreetree.h:748:24: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int'

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=360928

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 357585] ASSERT: "offset >= start" in clangutils.cpp

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=357585

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 372040] KDevelop editor become unresponsive when clicking into a problem

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=372040

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||rjvber...@gmail.com

--- Comment #10 from Kevin Funk <kf...@kde.org> ---
*** Bug 362037 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 362037] [OS X] frequent "beachballing"

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=362037

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #8 from Kevin Funk <kf...@kde.org> ---


*** This bug has been marked as a duplicate of bug 372040 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 340195] crash if I rightclick with mouse in an open php-file ,everytime

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=340195

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Kevin Funk <kf...@kde.org> ---
Marking as upstream problem.

Crash inside libsvn_subr-1.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 298087] crash due to thread-unsafe project model [KDevelop::ProjectBaseItem::lessThan]

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=298087

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|4.6.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 323203] Navigating in code doesn't always scroll to the right position

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=323203

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|4.6.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 298511] Change returned type of static function in it's definition (cpp file) made remove word "static" in it's declaration (header)

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=298511

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 321965] Highlighting broken by previous multibyte characters

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=321965

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Target Milestone|5.0.0   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevplatform] [Bug 374458] Crash when dragging launches in Launch Configuration

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=374458

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 CC||7437...@gmail.com

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Likely caused by:

commit 2fc1720781e8744c9df4a44cd943322889a55300
Author: Peifeng Yu <7437...@gmail.com>
Date:   Mon Sep 5 13:15:11 2016 -0400

Use GDB as default debugger backend

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 298511] Change returned type of static function in it's definition (cpp file) made remove word "static" in it's declaration (header)

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=298511

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Keywords|release_blocker |

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 335470] Build Directory change is ignored

2017-01-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=335470

--- Comment #5 from Kevin Funk <kf...@kde.org> ---
Git commit 5f1e4974d8fd2259425062f02635b1bc27b57495 by Kevin Funk.
Committed on 16/01/2017 at 22:47.
Pushed by kfunk into branch '5.0'.

custom-buildsystem: Fix crash while configuring

Fix crash when starting configure a custom build system managed project.
FIXED-IN: 5.0.4

M  +2-1projectmanagers/custom-buildsystem/configwidget.cpp

https://commits.kde.org/kdevelop/5f1e4974d8fd2259425062f02635b1bc27b57495

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375232] Progress Bar stuck at random percentage while opening projects

2017-01-18 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375232

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.0.4
 Resolution|--- |FIXED

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Fixed by
https://phabricator.kde.org/R33:ceae10c925b01536a0848b85f1cfa70b308eb85c, will
be part of 5.0.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375234] Open Configuration grayed out

2017-01-18 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375234

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Interesting, thanks for the bug report(s)!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375234] Open Configuration grayed out

2017-01-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375234

Kevin Funk <kf...@kde.org> changed:

   What|Removed |Added

   Priority|NOR |LO

-- 
You are receiving this mail because:
You are watching all bug changes.

[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
   Priority|NOR |LO

-- 
You are receiving this mail because:
You are watching all bug changes.

[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|[Wish] KDevelop could   |KDevelop could feature a
   |feature a Designer UI   |Designer UI

-- 
You are receiving this mail because:
You are watching all bug changes.

[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 provide a
   |provide a menu for placing  |menu for placing to the
   |to the cursor some C++  |cursor some C++ features.
   |features.   |
   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[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|[Wish] Kdevelop file|KDevelop file creation from
   |creation from template  |template should ask
   |should ask interactively|interactively for
   |for properties. |properties.

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   3   4   5   6   7   8   9   10   >