[kdevplatform] [Bug 361831] Please implement action "Cut" in project tree

2017-11-17 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=361831

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

   Version Fixed In||5.3.0
 CC||m...@flherne.uk
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Francis Herne <m...@flherne.uk> ---
This was committed (but sadly seems to have missed 5.2)
https://cgit.kde.org/kdevelop.git/commit/?id=5c66f82d291e07f0c1a52e129a7255a7440c2698

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

[kdevelop] [Bug 387391] Random responses from the C/C++ language support when using symbolic links to CMake sub-projects.

2017-12-01 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=387391

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #12 from Francis Herne <m...@flherne.uk> ---
See also https://phabricator.kde.org/D7930 , which claims to improve
..something...? about symbolic links to build dirs but also describes some
scenarios about symlinks in include paths.

Also, https://bugs.kde.org/show_bug.cgi?id=217405 probably covers this bug, but
from before many changes to the C++ and CMake support.

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

[kdevelop] [Bug 378357] Kdevelop crashed when i clicked the PROBLEM IN SYMENTIC ANALSYS "Solution(1): Open Project"

2017-12-06 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=378357

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
Version|5.1.0   |5.2.1

--- Comment #3 from Francis Herne <m...@flherne.uk> ---
I just hit this again with 5.2.1; using the 'ComplexSampleScenario' from
https://bugs.kde.org/show_bug.cgi?id=387391 and then selecting 'Open Project'
on one of the broken includes.

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

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

2017-12-12 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=368097

--- Comment #9 from Francis Herne <m...@flherne.uk> ---
We'd be allowed to dynamically link to distro packages of 2.04 (LGPL-3.0), no?

It's only because we bundle the code and statically link it that we have this
problem.

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

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

2017-12-12 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=368097

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #7 from Francis Herne <m...@flherne.uk> ---
(it looks as though the current code is 2.04 with some local patches).

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

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

2017-12-12 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=368097

--- Comment #6 from Francis Herne <m...@flherne.uk> ---
Astyle upstream changed to an MIT license from 2.06 (changelog
http://astyle.sourceforge.net/news.html). That should help.

It looks as though most distros package libastyle on its own; does KDevelop
actually need to bundle it? Supporting common distro versions would require
compatibility with both 2.0x and 3.0.x however.

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

[kdevelop] [Bug 387279] Doxygen highlighting does not work

2017-12-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=387279

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||spalmr...@gmail.com

--- Comment #3 from Francis Herne <m...@flherne.uk> ---
*** Bug 387748 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 387748] Regression: Kdevelop no longer parses/renders doxygen (javadoc) comments

2017-12-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=387748

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||m...@flherne.uk
 Resolution|--- |DUPLICATE

--- Comment #2 from Francis Herne <m...@flherne.uk> ---
This was disabled in 5.2.1, because it triggers a bug in libclang [1] that
causes KDevelop to crash.

When that problem is fixed upstream it can be re-enabled.

[1] https://bugs.llvm.org/show_bug.cgi?id=35333

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

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

[plasmashell] [Bug 393912] The Activities switcher steal the focus after I switch using meta+tab and after that it does not autohide

2018-05-08 Thread Eric Francis
https://bugs.kde.org/show_bug.cgi?id=393912

Eric Francis <aird...@gmail.com> changed:

   What|Removed |Added

 CC||aird...@gmail.com

--- Comment #1 from Eric Francis <aird...@gmail.com> ---
I've also run into this on PCLinuxOS, Plasma 5.12.4 (not sure if I've updated
to 5.12.5 yet, though I know I've seen this for a couple minor releases at
least).

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

[kdev-python] [Bug 394065] Crash when parsing python file

2018-05-10 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=394065

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

   Assignee|kdevelop-bugs-n...@kde.org  |m...@svenbrauch.de
  Component|general |Language support
 CC||m...@flherne.uk
   Severity|normal  |crash
Product|kdevelop|kdev-python

--- Comment #1 from Francis Herne <m...@flherne.uk> ---
I couldn't reproduce this with the single file attached; looking at the
backtrace this seems to involve trying to apply type hints across topcontexts
(i.e. files).

Is the project source available anywhere?

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

[kdevelop] [Bug 391320] crash on copy multiple files [CutCopyPasteHelpers::mapSourceToDestination]

2018-06-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=391320

Francis Herne  changed:

   What|Removed |Added

 CC||gilbert.d...@gmail.com

--- Comment #9 from Francis Herne  ---
*** Bug 395309 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 395309] Crash when pasting multiple files in projects toolbar

2018-06-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=395309

Francis Herne  changed:

   What|Removed |Added

   Version Fixed In|5.2.3   |5.2.2
 CC||m...@flherne.uk
 Resolution|FIXED   |DUPLICATE

--- Comment #2 from Francis Herne  ---
Thanks for checking! This was fixed by Christoph Roick in 5.2.2.

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

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

[kdevelop] [Bug 395857] Tooltips have white background even when the color theme is dark

2018-06-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=395857

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Francis Herne  ---


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

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2018-06-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=257378

Francis Herne  changed:

   What|Removed |Added

 CC||kobalicek.p...@gmail.com

--- Comment #20 from Francis Herne  ---
*** Bug 395857 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 388370] Make parser code usable from Umbrello (or other projects)

2017-12-30 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=388370

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

   Severity|normal  |wishlist
Summary|kdev-php package does not   |Make parser code usable
   |provide development package |from Umbrello (or other
   ||projects)
 CC||m...@flherne.uk

--- Comment #2 from Francis Herne <m...@flherne.uk> ---
This report is a bit strange, I've tried to make sense of it.

To be clear about the current state:

Umbrello currently vendors in the complete source of a KDE4-based kdev-php
version: https://cgit.kde.org/umbrello.git/tree/lib/kdev4-php .

It does so because the "PHP import" feature of Umbrello uses kdev-php's parser
and visitor framework (only - not the DUChain, afaict) to extract information
from PHP source code:
https://cgit.kde.org/umbrello.git/tree/umbrello/codeimport/phpimport.cpp .

Presumably, the intent is that the KF5 port should link against kdev-php's
parser without vendoring it as before.



Response:

No part of kdev-php is currently intended to be linked against by any external
project; hence CMake doesn't install any headers and distros don't ship them in
"development packages".

This isn't by a mere oversight; there's no stable API (let alone ABI) and it's
not developed with that in mind.

It might be possible to share this code somehow, but you need to discuss with
the maintainers about the interfaces needed and how to approach it. Installing
an arbitrary set of internal headers won't solve anything.

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

[dolphin] [Bug 388791] New: view network

2018-01-10 Thread Duretz Francis
https://bugs.kde.org/show_bug.cgi?id=388791

Bug ID: 388791
   Summary: view network
   Product: dolphin
   Version: 16.12.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: franc...@duretz.net
  Target Milestone: ---

install de kubuntu 17.04
install de samba
config kmail 
start dolphin
  network,  partage samba , Workgroup
   view: boxsfr (box samba 3.6.5)   (box modem adsl)
 francisgb samba ubuntu  (this pc)
 stb01 (neufbox)   (player TV)
clic on francisgb : OK
clic on stb01   OK
clic on box sfr:
  Problème interne.
  Veuillez envoyer un rapport de bogue complet à http://bugs.kde.org
  Unknown error condition in stat: Le logiciel a provoqué l'abandon de la
connexion

from syslog:
Jan 10 19:14:20 FRANCISGB org.kde.kpasswdserver[1125]:
org.kde.kio.kpasswdserver: User = "francis" , WindowId = 0
Jan 10 19:14:21 FRANCISGB org.kde.kpasswdserver[1125]:
org.kde.kio.kpasswdserver: User = "francis" , WindowId = 0
Jan 10 19:14:21 FRANCISGB org.kde.kpasswdserver[1125]:
org.kde.kio.kpasswdserver: User = "francis" , WindowId = 49061
Jan 10 19:14:24 FRANCISGB org.kde.kpasswdserver[1125]:
org.kde.kio.kpasswdserver: User = "anonymous" , WindowId = 49061
Jan 10 19:14:24 FRANCISGB org.kde.kpasswdserver[1125]:
org.kde.kio.kpasswdserver: User = "anonymous" , WindowId = 0
Jan 10 19:14:25 FRANCISGB org.kde.kpasswdserver[1125]:
org.kde.kio.kpasswdserver: User = "francis" , WindowId = 0
Jan 10 19:14:28 FRANCISGB org.kde.kpasswdserver[1125]:
org.kde.kio.kpasswdserver: User = "anonymous" , WindowId = 0

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

[kdev-python] [Bug 389326] lambda function crashes background parser

2018-01-24 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=389326

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Status|UNCONFIRMED |CONFIRMED
   Priority|NOR |HI
 Ever confirmed|0   |1

--- Comment #1 from Francis Herne <m...@flherne.uk> ---
Ouch. Reproducible with 5.2-git.

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

[kdev-python] [Bug 389326] lambda function crashes background parser

2018-01-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=389326

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kde
   ||v-python/ec8c1c43e3803a39c1
   ||d1f72045ad800b50d3e98c

--- Comment #2 from Francis Herne <m...@flherne.uk> ---
Git commit ec8c1c43e3803a39c1d1f72045ad800b50d3e98c by Francis Herne.
Committed on 25/01/2018 at 12:22.
Pushed by flherne into branch '5.2'.

Fix crash with contexts opened in the baseclass list of a class definition.

The baseclass list wasn't visited by the DeclarationBuilder, so
 currentContext wasn't set on those nodes. This caused a crash in case
 of child statements opening a new context such as lambda definitions.

This makes little sense and is unlikely to occur in real code; the bug report
 is from trying to parse a negative example in a test suite.

M  +1-0duchain/declarationbuilder.cpp
M  +2-0duchain/tests/pyduchaintest.cpp

https://commits.kde.org/kdev-python/ec8c1c43e3803a39c1d1f72045ad800b50d3e98c

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

[kdev-python] [Bug 389326] lambda function crashes background parser

2018-01-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=389326

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

   Version Fixed In||5.2.2

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

[kdevelop] [Bug 389564] Crash when open same project twice

2018-01-29 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=389564

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||m...@flherne.uk
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Francis Herne <m...@flherne.uk> ---
This is still reproducible with the 5.2 git branch.

When attempting to reopen a project, a dialog box "Reopen current project?"
appears. Selecting 'OK' causes the crash.

Backtrace with more debug symbols:

#0  0x0741 in  ()
#1  0x77a40483 in
qobject_cast<KDevelop::IBuildSystemManager*>(QObject*) (object=0x59941fe0)
at
/home/flh/projects/kdevelop/kdevplatform/project/interfaces/ibuildsystemmanager.h:139
#2  0x77a428ec in
KDevelop::IPlugin::extension()
(this=0x59941fe0)
at /home/flh/projects/kdevelop/kdevplatform/interfaces/iplugin.h:169
#3  0x77a3eb46 in KDevelop::Project::buildSystemManager() const
(this=0x7fffc4013570)
at /home/flh/projects/kdevelop/kdevplatform/shell/project.cpp:590
#4  0x7fff7caf89e2 in (anonymous
namespace)::findProjectFileItem(KDevelop::IndexedString const&, bool*)
(url=..., hasBuildSystemInfo=0x7fffd23e)
at /home/flh/projects/kdevelop/plugins/clang/clangparsejob.cpp:145
#5  0x7fff7caf8c13 in ClangParseJob::ClangParseJob(KDevelop::IndexedString
const&, KDevelop::ILanguageSupport*) (this=0x59934580, url=...,
languageSupport=0x597918b8)
at /home/flh/projects/kdevelop/plugins/clang/clangparsejob.cpp:169
#6  0x7fff7cb01e75 in ClangSupport::createParseJob(KDevelop::IndexedString
const&) (this=0x59791890, url=...)
at /home/flh/projects/kdevelop/plugins/clang/clangsupport.cpp:231
#7  0x7fffedb6f553 in
KDevelop::BackgroundParserPrivate::createParseJob(KDevelop::IndexedString
const&, DocumentParsePlan const&) (this=0x561976a0, url=..., parsePlan=...)
at
/home/flh/projects/kdevelop/kdevplatform/language/backgroundparser/backgroundparser.cpp:367
#8  0x7fffedb6edab in
KDevelop::BackgroundParserPrivate::parseDocumentsInternal()
(this=0x561976a0)
at
/home/flh/projects/kdevelop/kdevplatform/language/backgroundparser/backgroundparser.cpp:308
#9  0x7fffedb6b7f9 in KDevelop::BackgroundParser::parseDocuments()
(this=0x56197fe0)
at
/home/flh/projects/kdevelop/kdevplatform/language/backgroundparser/backgroundparser.cpp:657
#10 0x7fffedd7c780 in
KDevelop::BackgroundParser::qt_static_metacall(QObject*, QMetaObject::Call,
int, void**) (_o=0x56197fe0, _c=QMetaObject::InvokeMetaMethod, _id=19,
_a=0x598ccd80)
at
kdevplatform/language/KDevPlatformLanguage_autogen/7BZAXZBZPZ/moc_backgroundparser.cpp:248
#11 0x70a42932 in QObject::event(QEvent*) ()
at /usr/lib/libQt5Core.so.5
#12 0x7178be3c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#13 0x71793816 in QApplication::notify(QObject*, QEvent*) ()
at /usr/lib/libQt5Widgets.so.5
#14 0x70a116c0 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
---Type  to continue, or q  to quit---
#15 0x70a14326 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#16 0x70a6e584 in  () at /usr/lib/libQt5Core.so.5
#17 0x7fffe7175e38 in g_main_context_dispatch ()
at /usr/lib/libglib-2.0.so.0
#18 0x7fffe7176081 in  () at /usr/lib/libglib-2.0.so.0
#19 0x7fffe717610e in g_main_context_iteration ()
at /usr/lib/libglib-2.0.so.0
#20 0x70a6db71 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#21 0x7fffcb9fa2f2 in  () at /usr/lib/libQt5XcbQpa.so.5
#22 0x70a0fd0b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#23 0x70a18ff8 in QCoreApplication::exec() ()
at /usr/lib/libQt5Core.so.5
#24 0x55566276 in main(int, char**) (argc=2, argv=0x7fffe018)
at /home/flh/projects/kdevelop/app/main.cpp:793

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

[systemsettings] [Bug 389976] New: The System Settings closes abruptly when opening any applet

2018-02-06 Thread Colin Francis
https://bugs.kde.org/show_bug.cgi?id=389976

Bug ID: 389976
   Summary: The System Settings closes abruptly when opening any
applet
   Product: systemsettings
   Version: 5.8.7
  Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: points9...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.8.7)

Qt Version: 5.6.2
Frameworks Version: 5.32.0
Operating System: Linux 4.9.35-desktop-1.mga6 x86_64
Distribution: "Mageia 6"

-- Information about the crash:
- What I was doing when the application crashed:

Opening applets such as 'Display and Monitor' or 'Desktop Behaviour' from
System Settings.

The crash can be reproduced every time.

-- Backtrace:
Application: System Settings (systemsettings5), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd5c494b800 (LWP 22289))]

Thread 4 (Thread 0x7fd5a0959700 (LWP 22297)):
#0  0x7fd5bddb5959 in g_mutex_lock () at /lib64/libglib-2.0.so.0
#1  0x7fd5bdd70239 in g_main_context_prepare () at /lib64/libglib-2.0.so.0
#2  0x7fd5bdd70bc3 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#3  0x7fd5bdd70d9c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#4  0x7fd5c195ce2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#5  0x7fd5c190849a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#6  0x7fd5c17423bc in QThread::exec() () at /lib64/libQt5Core.so.5
#7  0x7fd5c00c9205 in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5
#8  0x7fd5c1746ff9 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#9  0x7fd5be29366d in start_thread () at /lib64/libpthread.so.0
#10 0x7fd5c105fd9d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7fd5a9498700 (LWP 22291)):
#0  0x7fd5c104f82d in read () at /lib64/libc.so.6
#1  0x7fd5b909e073 in  () at
/usr/lib64/nvidia-current/tls/libnvidia-tls.so.384.111
#2  0x7fd5bddb4690 in g_wakeup_acknowledge () at /lib64/libglib-2.0.so.0
#3  0x7fd5bdd7079e in g_main_context_check () at /lib64/libglib-2.0.so.0
#4  0x7fd5bdd70c38 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#5  0x7fd5bdd70d9c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#6  0x7fd5c195ce2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#7  0x7fd5c190849a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#8  0x7fd5c17423bc in QThread::exec() () at /lib64/libQt5Core.so.5
#9  0x7fd5c4a9a635 in QDBusConnectionManager::run() () at
/lib64/libQt5DBus.so.5
#10 0x7fd5c1746ff9 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#11 0x7fd5be29366d in start_thread () at /lib64/libpthread.so.0
#12 0x7fd5c105fd9d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fd5b1ab2700 (LWP 22290)):
#0  0x7fd5c1053f5d in poll () at /lib64/libc.so.6
#1  0x7fd5beb0a902 in _xcb_conn_wait () at /lib64/libxcb.so.1
#2  0x7fd5beb0c657 in xcb_wait_for_event () at /lib64/libxcb.so.1
#3  0x7fd5b4781be9 in QXcbEventReader::run() () at /lib64/libQt5XcbQpa.so.5
#4  0x7fd5c1746ff9 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7fd5be29366d in start_thread () at /lib64/libpthread.so.0
#6  0x7fd5c105fd9d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fd5c494b800 (LWP 22289)):
[KCrash Handler]
#6  0x7fd5c0f9d818 in raise () at /lib64/libc.so.6
#7  0x7fd5c0f9ef2a in abort () at /lib64/libc.so.6
#8  0x7fd5c172ef6e in  () at /lib64/libQt5Core.so.5
#9  0x7fd5c4a7935a in
QQuickWidgetPrivate::handleContextCreationFailure(QSurfaceFormat const&, bool)
() at /lib64/libQt5QuickWidgets.so.5
#10 0x7fd5c4a79672 in QQuickWidgetPrivate::createContext() () at
/lib64/libQt5QuickWidgets.so.5
#11 0x7fd5c4a7a4e5 in QQuickWidget::resizeEvent(QResizeEvent*) () at
/lib64/libQt5QuickWidgets.so.5
#12 0x7fd5c2e57686 in QWidget::event(QEvent*) () at
/lib64/libQt5Widgets.so.5
#13 0x7fd5c2e14d0c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQt5Widgets.so.5
#14 0x7fd5c2e19e76 in QApplication::notify(QObject*, QEvent*) () at
/lib64/libQt5Widgets.so.5
#15 0x7fd5c190a628 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /lib64/libQt5Core.so.5
#16 0x7fd5c2e50702 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool,
bool) () at /lib64/libQt5Widgets.so.5
#17 0x7fd5c2e54193 in QWidgetPrivate::show_helper() () at
/lib64/libQt5Widgets.so.5
#18 0x7fd5c2e56da5 in QWidget::setVisible(bool) () at
/lib64/libQt5Widgets.so.5
#19 0x7fd5c2e54148 in QWidgetPrivate::showChildren(bool) () at
/lib64/libQt5Widgets.so.5
#20 0x7fd5c2e541af in QWidgetPrivate::show_helper() () at

[kdevelop] [Bug 389564] Crash when open same project twice

2018-02-12 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=389564

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||posti...@comcast.net

--- Comment #3 from Francis Herne <m...@flherne.uk> ---
*** Bug 390345 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 390345] KDevelop seg fault on override project file

2018-02-12 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=390345

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne <m...@flherne.uk> ---


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

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-02-17 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=338658

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

Version|5.6.1   |5.7.2

--- Comment #82 from Francis Herne <m...@flherne.uk> ---
This is still broken in 5.7.2.

I have had to move away from KMail for normal use due to this bug; silently
failing to recieve emails (until I manually poke the database, no less) every
few hours isn't a behaviour I can cope with.

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

[systemsettings] [Bug 389976] The System Settings closes abruptly when opening any applet

2018-02-18 Thread Colin Francis
https://bugs.kde.org/show_bug.cgi?id=389976

--- Comment #2 from Colin Francis <points9...@gmail.com> ---
Hi David,

Forgive me for not responding before. The very next day after filing the
bug report the individual applets began working. Maybe something did not
load properly before. I have however been experiencing other issues with
Mageia 6. 1) I am unable to set my Date & Time to the formats I prefer
('-MM-DD' & 'HH:MM") as the locale information for my country (Jamaica)
is apparently not been loaded. 2) I tried copying a DVD and I am being told
that I do not have sufficient space in the tmp directory. I tried cleaning
tmp to no avail as I cannot remove the files there.

It is the first time I am having these issues with the system (I've been
with Mageia from inception and go all the way back to Mandrake). Any
pointers to help relieve the above problems will be greatly appreciated.

Thank.


Colin

On Tue, Feb 6, 2018 at 8:09 PM, David Edmundson <bugzilla_nore...@kde.org>
wrote:

> https://bugs.kde.org/show_bug.cgi?id=389976
>
> David Edmundson <k...@davidedmundson.co.uk> changed:
>
>What|Removed |Added
> 
> 
>  CC||k...@davidedmundson.co.uk
>
> --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
>
> Do you get the normal full plasma desktop loading properly?
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-02-18 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #84 from Francis Herne <m...@flherne.uk> ---
That's odd, the problematic account in my case is on a Dovecot server (2.2.7
now).

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

[kmahjongg] [Bug 388470] Unwinnable game in Stairs layout

2018-01-02 Thread Francis McNally
https://bugs.kde.org/show_bug.cgi?id=388470

Francis McNally <mcnfran...@gmail.com> changed:

   What|Removed |Added

 CC||mcnfran...@gmail.com

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

[kmahjongg] [Bug 388470] New: Unwinnable game in Stairs layout

2018-01-02 Thread Francis McNally
https://bugs.kde.org/show_bug.cgi?id=388470

Bug ID: 388470
   Summary: Unwinnable game in Stairs layout
   Product: kmahjongg
   Version: 0.8
  Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: mcnfran...@gmail.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

Created attachment 109636
  --> https://bugs.kde.org/attachment.cgi?id=109636=edit
Saved KMahjongg game that can't be solved

I've taken to replaying games until I win them - in Stairs no less, which is
pretty difficult. I bang away until I solve them. I've come to a particular
game which I am certain is unwinnable. I will attach the saved game.

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

[kdevelop] [Bug 396925] In settings -> Color theme no options appear

2018-07-28 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=396925

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Francis Herne  ---


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

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

[frameworks-kconfigwidgets] [Bug 394622] Install default color-schemes

2018-07-28 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=394622

Francis Herne  changed:

   What|Removed |Added

 CC||nrx...@mail.ru

--- Comment #5 from Francis Herne  ---
*** Bug 396925 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 397416] Instant crash on copy & pasting multiple files from one project folder to another

2018-08-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=397416

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
  Latest Commit||https://commits.kde.org/kde
   ||velop/b8de65ddb7a9890629ed5
   ||471b82b8fbef5cd67c2
 CC||m...@flherne.uk
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.2.2

--- Comment #1 from Francis Herne  ---
This was fixed in 5.2.2, please encourage your distro to provide up-to-date
versions (at least for stable releases).

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

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

[kdevelop] [Bug 391320] crash on copy multiple files [CutCopyPasteHelpers::mapSourceToDestination]

2018-08-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=391320

Francis Herne  changed:

   What|Removed |Added

 CC||fl...@flegy.sk

--- Comment #10 from Francis Herne  ---
*** Bug 397416 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 397416] Instant crash on copy & pasting multiple files from one project folder to another

2018-08-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=397416

--- Comment #3 from Francis Herne  ---
5.2.2 was released on the 20th of May [1].

Kubuntu continuing to provide an outdated version is down to their packaging
team or policies, and outside the control of KDevelop devs.

If you want to use the latest version, you can obtain either an AppImage
(executable with no further steps required) or the source code (to compile
yourself) from the KDevelop download page [2].

[1] https://www.kdevelop.org/news/kdevelop-522-and-523-released
[2] https://www.kdevelop.org/download

(for building from source, Kevin's blog post [3] has a useful list of
dependencies; I would skip the kdesrc-build steps and just use CMake directly
if you only care about KDevelop).

[3]
http://kfunk.org/2016/02/16/building-kdevelop-5-from-source-on-ubuntu-15-10/

P.S. Thanks for the precise bug report, in other circumstances it would be very
helpful.

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

[kdevelop] [Bug 397702] Crash when changing settings

2018-08-21 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=397702

--- Comment #2 from Francis Herne  ---
Debugprint output after selecting "Apply":

kdevplatform.shell: Settings in config page
KDevelop::PluginPreferences(0x5a3da790) changed, while
SourceFormatterSettings(0x5a429bf0, name="SourceFormatterSettingsUI") is
currently selected. This case is not implemented yet.
kdevplatform.shell: Plugins before apply:  ("kdevlldb", "kdevghprovider",
"kdevcvs", "kdevproblemreporter", "kdevqmljs", "kdevcppcheck", "kdevtestview",
"KDevOutlineView", "kdevcontextbrowser", "KDevProjectManagerView",
"kdevkdeprovider", "kdevclangsupport", "kdevcustomscript", "kdevopenwith",
"kdevsubversion", "kdevdocker", "KDevDefinesAndIncludesManager", "kdevgit",
"KDevStandardOutputView", "kdevperforce", "kdevswitchtobuddy",
"kdevexecutescript", "kdevappwizard", "KDevCustomMakeManager",
"KDevCMakeDocumentation", "KDevCustomBuildSystem", "KDevCMakeBuilder",
"kdevastyle", "KDevProjectFilter", "kdevquickopen", "kdevandroid",
"kdevvcschangesviewplugin", "KDevCMakeManager", "kdevgrepview", "kdevexecute",
"KDevManPage", "kdevbazaar", "kdevheaptrack", "kdevpdb", "KDevGenericManager",
"kdevdocumentview", "kdevexecuteplasmoid", "KDevNinjaBuilder",
"kdevexternalscript", "kdevkonsoleview", "kdevpythonsupport",
"KDevWelcomePage", "kdevflatpak", "kdevgdb", "kdevqthelp", "kdevclassbrowser",
"kdevdocumentswitcher", "kdevokteta", "kdevpatchreview", "KDevQMakeManager",
"KDevMakeBuilder", "KDevQMakeBuilder", "kdevfilemanager", "kdevcodeutils",
"kdevfiletemplates", "kdevsourceformatter", "katesnippetsplugin",
"ktexteditorpreview")
kdevplatform.shell: unloading "kdevcppcheck"
kdevplatform.shell: checking can unload for: "Cppcheck Support" ""
kdevplatform.shell: checking dependencies: ()
kdevplatform.shell: Unloading plugin: "kdevcppcheck" ?
cppcheck::Plugin(0x561a5ee0) true
kdevplatform.shell: unloading plugin: cppcheck::Plugin(0x561a5ee0)
"Cppcheck Support"
kdevplatform.shell: Plugins after apply:  ("kdevlldb", "kdevghprovider",
"kdevcvs", "kdevproblemreporter", "kdevqmljs", "kdevcppcheck", "kdevtestview",
"KDevOutlineView", "kdevcontextbrowser", "KDevProjectManagerView",
"kdevkdeprovider", "kdevclangsupport", "kdevcustomscript", "kdevopenwith",
"kdevsubversion", "kdevdocker", "KDevDefinesAndIncludesManager", "kdevgit",
"KDevStandardOutputView", "kdevperforce", "kdevswitchtobuddy",
"kdevexecutescript", "kdevappwizard", "KDevCustomMakeManager",
"KDevCMakeDocumentation", "KDevCustomBuildSystem", "KDevCMakeBuilder",
"kdevastyle", "KDevProjectFilter", "kdevquickopen", "kdevandroid",
"kdevvcschangesviewplugin", "KDevCMakeManager", "kdevgrepview", "kdevexecute",
"KDevManPage", "kdevbazaar", "kdevheaptrack", "kdevpdb", "KDevGenericManager",
"kdevdocumentview", "kdevexecuteplasmoid", "KDevNinjaBuilder",
"kdevexternalscript", "kdevkonsoleview", "kdevpythonsupport",
"KDevWelcomePage", "kdevflatpak", "kdevgdb", "kdevqthelp", "kdevclassbrowser",
"kdevdocumentswitcher", "kdevokteta", "kdevpatchreview", "KDevQMakeManager",
"KDevMakeBuilder", "KDevQMakeBuilder", "kdevfilemanager", "kdevcodeutils",
"kdevfiletemplates", "kdevsourceformatter", "katesnippetsplugin",
"ktexteditorpreview")
kdevplatform.shell: Settings in config page
KDevelop::PluginPreferences(0x5a3da790) changed, while
SourceFormatterSettings(0x5a429bf0, name="SourceFormatterSettingsUI") is
currently selected. This case is not implemented yet.
kdevplatform.shell: Loading Settings
kdevplatform.shell: Bottom Left: 0
kdevplatform.shell: Bottom Right: 0
kdevplatform.sublime: loading settings for  "code"

Thread 1 "kdevelop" received signal SIGSEGV, Segmentation fault.
0x75eedc62 in QQmlData::isSignalConnected(QAbstractDeclarativeData*,
QObject const*, int) () from /usr/lib/libQt5Qml.so.5

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

[kdevelop] [Bug 397702] Crash when changing settings

2018-08-21 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=397702

Francis Herne  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||m...@flherne.uk
Version|5.2.1   |5.2.3

--- Comment #1 from Francis Herne  ---
Just tried; this is still reproducible.

Another affected plugin is "Qt Documentation", but most don't cause this - my
guess is that it applies to any plugin that provides a config page.

Toggle the enabled state of an affected plugin and switch to another config
page without using "Apply" or "OK".

An "Apply/Discard/Cancel" dialog will appear; after selecting "Apply" KDevelop
crashes. This happens whether the plugin was newly-enabled or newly-disabled.

If the checkbox is toggled twice (so that the dialog appears, but the state
hasn't actually changed), there's no crash.

If the "Apply" button in the Plugins page is used before switching page, the
dialog doesn't appear and there's no crash.

If "Discard" or "Cancel" is selected in the dialog, there's no crash.

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

[kdev-python] [Bug 395259] Non-ascii text shifts identifier locations

2018-08-22 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=395259

Francis Herne  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||m...@flherne.uk
 Ever confirmed|0   |1

--- Comment #1 from Francis Herne  ---
I spent a little while looking at this.

The cause is that the CPython parser (used by KDevelop) returns all offsets in
UTF-8 bytes, while the KTextEditor API uses actual characters.

Anything represented using >1 byte in UTF-8 thus causes the offset.

The only way I see to fix this would be to scan for multi-byte characters and
do yet another set of range fixups, which would be quite expensive while
benefitting very few scenarios.

(we can't remove such characters before feeding the parser, because they can
appear in docstrings or even identifiers)

The other alternative would be to have our own parser (again); that's clearly
not worthwhile for this alone, but there's already a lot of ugly code to
workaround various limitations/lossiness and statements by the CPython devs
(e.g. https://bugs.python.org/issue32911#msg313698) suggest it's only likely to
get worse.

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

[kdevelop] [Bug 396195] Should use shebang to decide which language the file is

2018-07-05 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=396195

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #3 from Francis Herne  ---
I did some brief testing on my Arch system with KDev* master, using a file
named `no_suffix` having the contents
```
#!/usr/bin/env python3
print("Hello, world!")
```

Mime tools detect it:

$ file --mime no_suffix
no_suffix: text/x-python; charset=us-ascii

$ kmimetypefinder5 no_suffix
text/x-python3

KWrite *doesn't* detect it - the default ksyntaxhighlighting and indentation
are 'None' and 'Normal' respectively. Both of these work fine if explicitly
enabled.

Using KDevelop, it *does* get assigned to and recognised by kdev-python - there
are tooltips, semantic highlighting etc. - but the ktexteditor
highlighting/indenter still aren't used by default.

KDevelop uses either the default text-file icon or a '[?]' icon in the
Projects/Filesystem toolviews, open-files menu etc., not the Python icon.

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

[kdevelop] [Bug 396195] Should use shebang to decide which language the file is

2018-07-06 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=396195

Francis Herne  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Francis Herne  ---
Changing the shebang to `... python or `... python2` fixes the
ksyntaxhighlighting detection in KWrite (but not KDevelop).

With `...python3`, the detected mimetype is 'text/x-python3';
ksyntaxhighlighting doesn't understand ``
in the mime database and it's not listed explicitly in python.xml

I don't yet understand why KDevelop behaves differently.

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

[kdevelop] [Bug 384711] Window grows larger and larger after every debugging session

2018-03-27 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=384711

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||ch_schmidpe...@gmx.de

--- Comment #4 from Francis Herne <m...@flherne.uk> ---
*** Bug 333060 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 333060] Kdev Window broadens when switching to debug mode

2018-03-27 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=333060

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne <m...@flherne.uk> ---
Still exists in 5.2.1 Marking as duplicate of the newer one, because that has
more info.

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

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

[kdevelop] [Bug 392369] KDevelop crashes when the active project is reloaded

2018-03-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=392369

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||m...@flherne.uk
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Francis Herne <m...@flherne.uk> ---


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

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

[kdevelop] [Bug 389564] Crash when open same project twice

2018-03-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=389564

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||tokmajigeo...@gmail.com

--- Comment #4 from Francis Herne <m...@flherne.uk> ---
*** Bug 392369 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 335412] Crash on reopen open project (reproducible)

2018-03-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=335412

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||dariastea...@gmail.com

--- Comment #9 from Francis Herne <m...@flherne.uk> ---
*** Bug 389564 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 389564] Crash when open same project twice

2018-03-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=389564

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

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

--- Comment #5 from Francis Herne <m...@flherne.uk> ---


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

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

[kdevelop] [Bug 369117] No progress bar for parsing project on open

2018-03-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=369117

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||m...@flherne.uk
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.2.1

--- Comment #1 from Francis Herne <m...@flherne.uk> ---
This should have been fixed by
https://cgit.kde.org/kdevelop.git/commit/?id=a35de90ce596a7859c99c04bf62e1a7e09914bbc

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

[kdevelop] [Bug 272834] Cursor placement is wrong for functions with "(void)" arguments

2018-03-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=272834

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||m...@flherne.uk
Version|4.2.1   |5.2.1
  Component|Language Support: CPP (old) |Language Support: CPP
   ||(Clang-based)

--- Comment #5 from Francis Herne <m...@flherne.uk> ---
This bug is reversed (!) in 5.2-git with the Clang backend.

The cursor is now placed after the closing brace of `bar()`, but in the middle
for `foo()`; it should be at the end in both cases.

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

[kdevelop] [Bug 361595] ligature font doesn't work

2018-03-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=361595

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||m...@flherne.uk
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Francis Herne <m...@flherne.uk> ---
This works using KDevelop 5.2-git and FiraCode 1.205 (latest version).

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

[kdevelop] [Bug 335412] Crash on reopen open project (reproducible)

2018-03-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=335412

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #10 from Francis Herne <m...@flherne.uk> ---
This still exists in 5.2.1; see duplicates.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-03-18 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #91 from Francis Herne <m...@flherne.uk> ---
FWIW, I removed all local filters from the affected account (in favour of
Sieve) and so far the issue hasn't recurred using Dovecot. Given that it
previously happened multiple times per day, filters are clearly one possible
cause of this.


(Some people above reported problems even without filters, so perhaps there's
more than one trigger with similar symptoms.  Debugging could be "fun"...)

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

[kdev-python] [Bug 392031] UI is regularly lagging with regular micro freezes

2018-03-19 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=392031

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 CC||m...@flherne.uk
   Version Fixed In||5.2.2

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

[kdev-python] [Bug 392031] UI is regularly lagging with regular micro freezes

2018-03-19 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=392031

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kde
   ||v-python/864d2d70965e86b5b6
   ||b73ab726b88fa07d064121
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Francis Herne <m...@flherne.uk> ---
Git commit 864d2d70965e86b5b6b73ab726b88fa07d064121 by Francis Herne, on behalf
of Florent Viard.
Committed on 20/03/2018 at 00:03.
Pushed by flherne into branch '5.2'.

Ensure that codestyle.py always returns something on stdout to unlock m_mutex.

By returning only a "0" size on stdout, pythonstylechecking.cpp will
 see a "reply" and unlock the m_mutex.

This avoids serious UI hangs when the stylechecker is enabled but
 `pycodestyle` is not installed.
Differential Revision: https://phabricator.kde.org/D11474

M  +2-0codestyle.py
M  +2-0pythonstylechecking.cpp

https://commits.kde.org/kdev-python/864d2d70965e86b5b6b73ab726b88fa07d064121

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

[kdevelop] [Bug 392236] Sometimes clicking a symbol takes me to its definition when I don't want that

2018-03-23 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=392236

Francis Herne <m...@flherne.uk> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WORKSFORME
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne <m...@flherne.uk> ---
It sounds as though you're selecting 'Source Browse Mode', which does exactly
that.

This is controlled by a toolbar button (hidden by default IIRC) or a menu entry
under Navigation, neither of which seem easy to toggle by accident. There's no
default shortcut, although you might have configured one at some point.

The same behaviour is enabled temporarily while Ctrl is held down; a sticky
key, or a problem with event handling on your platform, could be responsible.

In versions <5.0 there were some very unclear ways to toggle it, but those were
removed: https://bugs.kde.org/show_bug.cgi?id=358498

I can't find a mention in the wiki manual; this is sadly the case for the
majority of features.

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

[kdevelop] [Bug 397045] Kdevelop crashes when parsing starts [clang::Decl::setInvalidDecl]

2018-10-24 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=397045

Francis Herne  changed:

   What|Removed |Added

 CC||nasus.maxi...@gmail.com

--- Comment #8 from Francis Herne  ---
*** Bug 400237 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 400237] KDeveloped crash on startup

2018-10-24 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=400237

Francis Herne  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||m...@flherne.uk
 Resolution|--- |DUPLICATE

--- Comment #2 from Francis Herne  ---
Thanks for the report.

Do you happen to be using C++17? That was the case in the other two reports of
what looks to be the same problem.

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

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

[kdevelop] [Bug 400294] SigSegVault in background parser

2018-10-25 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=400294

Francis Herne  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||m...@flherne.uk

--- Comment #2 from Francis Herne  ---
Reproducible with current 5.3-git. A file containing only '

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

2018-11-03 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=369363

Francis Herne  changed:

   What|Removed |Added

   Version Fixed In||5.1.0
 CC||m...@flherne.uk

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

[kdev-python] [Bug 399534] Wrong type for value returned by context manager

2018-11-03 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399534

Francis Herne  changed:

   What|Removed |Added

   Version Fixed In||5.3.0
 CC||m...@flherne.uk

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

[kdev-python] [Bug 400536] Extract attribute docstrings according to PEP258

2018-11-04 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=400536

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED
   Assignee|m...@svenbrauch.de  |m...@flherne.uk

--- Comment #2 from Francis Herne  ---
Yes, that would be nice.

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2018-11-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=257378

Francis Herne  changed:

   What|Removed |Added

Version|4.1.0   |5.3.0
 CC||m...@flherne.uk

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2018-11-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=257378

Francis Herne  changed:

   What|Removed |Added

 CC||wilc...@gmail.com

--- Comment #22 from Francis Herne  ---
*** Bug 390459 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 390459] semantic analysis popup does not respect theme

2018-11-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=390459

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne  ---
Longstanding issue sadly; see comments of the older report.

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

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2018-11-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=257378

Francis Herne  changed:

   What|Removed |Added

 CC||ke...@reversity.org

--- Comment #21 from Francis Herne  ---
*** Bug 257958 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 257958] White background in the Code Browser when using black KDE theme

2018-11-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=257958

Francis Herne  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Francis Herne  ---
Ah, there's another old duplicate with more discussion.

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

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

[kdevelop] [Bug 257958] White background in the Code Browser when using black KDE theme

2018-11-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=257958

Francis Herne  changed:

   What|Removed |Added

Version|4.0.2   |5.3.0
 Status|RESOLVED|REOPENED
 Resolution|INTENTIONAL |---
 Ever confirmed|0   |1
 CC||m...@flherne.uk

--- Comment #4 from Francis Herne  ---
Reopening this - it's obviously a problem, and there are few good reasons for
us to respect HTML colouring.

I think the easiest way to strip any such codes would be at the QTextDocument
stage.

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

[konqueror] [Bug 244790] Back and forward buttons of my mouse do not work with konqueror

2018-11-12 Thread Eric Francis
https://bugs.kde.org/show_bug.cgi?id=244790

Eric Francis  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Eric Francis  ---
Testing now with KDE 5, Konqueror 5.0.97, the back and forward buttons work in
Konqueror (and in the application launcher).

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

[kdevelop] [Bug 399399] I was facing problem in KDevelop- there was random crash in KDevelop

2018-10-05 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399399

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne  ---
Your report contains no information that would allow us to fix the problem, or
even determine what it was.

If you can, please add a backtrace containing debug symbols and/or a
description of what you did leading up to the crash.

Please also include the version of KDevelop and how you installed it (distro
package, AppImage, ?).

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

[kdev-python] [Bug 399533] No support for deconstructing tuple in 'with' statement

2018-10-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399533

--- Comment #2 from Francis Herne  ---
The current handling is just wrong, and doesn't use __enter__() at all.

class Enterable:
def __enter__(self):
return "value"
def __exit__(self, *args):
pass

with Enterable() as foo:
print(foo)  # got type 'Enterable' !!!

There are other weird cases that we don't handle, e.g.

my_list = [1, 2, 3]
with Enterable as my_list[1]:
 # my_list should be `[1, "value", 3]`

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

[kdev-python] [Bug 399533] No support for deconstructing tuple in 'with' statement

2018-10-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399533

Francis Herne  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||m...@flherne.uk
 Status|REPORTED|ASSIGNED

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

[kdev-python] [Bug 399533] No support for deconstructing tuple in 'with' statement

2018-10-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399533

Francis Herne  changed:

   What|Removed |Added

   Assignee|m...@svenbrauch.de  |m...@flherne.uk

--- Comment #1 from Francis Herne  ---
Yes, it's missing.

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

[kdev-python] [Bug 399533] No support for deconstructing tuple in 'with' statement

2018-10-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399533

Francis Herne  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://commits.kde.org/kde
   ||v-python/d619a731dbcdc72463
   ||0118d521583be41f0cf7d3
 Resolution|--- |FIXED

--- Comment #3 from Francis Herne  ---
Git commit d619a731dbcdc724630118d521583be41f0cf7d3 by Francis Herne.
Committed on 10/10/2018 at 00:01.
Pushed by flherne into branch '5.3'.

Improve support for 'with' statements.

The previous code didn't look at `__enter__()`, and assumed that
 all context-managers returned their own type.

We also didn't account for targets other than simple names,
 e.g. `with Mgr() as (foo, bar):`

Thanks to Nicolás Alvarez.
Related: bug 399534

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

M  +1-0documentation_files/builtindocumentation.py
M  +15   -1duchain/declarationbuilder.cpp
M  +18   -0duchain/tests/pyduchaintest.cpp
M  +1-1parser/ast.h
M  +1-1parser/generated.h
M  +1-1parser/python36.sdef

https://commits.kde.org/kdev-python/d619a731dbcdc724630118d521583be41f0cf7d3

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

[kdev-python] [Bug 399534] Wrong type for value returned by context manager

2018-10-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399534

Francis Herne  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||v-python/d619a731dbcdc72463
   ||0118d521583be41f0cf7d3
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Francis Herne  ---
Git commit d619a731dbcdc724630118d521583be41f0cf7d3 by Francis Herne.
Committed on 10/10/2018 at 00:01.
Pushed by flherne into branch '5.3'.

Improve support for 'with' statements.

The previous code didn't look at `__enter__()`, and assumed that
 all context-managers returned their own type.

We also didn't account for targets other than simple names,
 e.g. `with Mgr() as (foo, bar):`

Thanks to Nicolás Alvarez.
Related: bug 399533

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

M  +1-0documentation_files/builtindocumentation.py
M  +15   -1duchain/declarationbuilder.cpp
M  +18   -0duchain/tests/pyduchaintest.cpp
M  +1-1parser/ast.h
M  +1-1parser/generated.h
M  +1-1parser/python36.sdef

https://commits.kde.org/kdev-python/d619a731dbcdc724630118d521583be41f0cf7d3

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

[kdevelop] [Bug 387005] Qt headers fail to parse in some setups, causing errors everywhere

2018-10-01 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=387005

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
   Version Fixed In||5.3.0
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #10 from Francis Herne  ---
It looks as though the fix didn't go into the stable branch.

This should be fixed from 5.3.0-beta1.

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

[marble] [Bug 349752] Elevation profile overflows with negative altitudes

2018-09-02 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=349752

Francis Herne  changed:

   What|Removed |Added

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

--- Comment #1 from Francis Herne  ---
Using v2.2.20 this now works as expected.

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

[kdevelop] [Bug 399078] KDevelop crashes on using the 'Stop All' button when using the python plugin

2018-09-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399078

Francis Herne  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne  ---
This may be a duplicate of https://bugs.kde.org/show_bug.cgi?id=368420 which
was fixed in 5.2.2.

Backtrace does look quite different though, so perhaps not, but I can't
reproduce the problem with 5.3-git.

Please try with a current version from https://www.kdevelop.org/download (or
nag your distro to upgrade their package with recent bugfixes) and see whether
that solves the problem.

Thanks for the report.

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

[kdevelop] [Bug 399078] KDevelop crashes on using the 'Stop All' button when using the python plugin

2018-09-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=399078

Francis Herne  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE
   Version Fixed In||5.2.2

--- Comment #3 from Francis Herne  ---
Thanks for testing!

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

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

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

2018-09-26 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=368420

Francis Herne  changed:

   What|Removed |Added

 CC||dylangubbe...@gmail.com

--- Comment #9 from Francis Herne  ---
*** Bug 399078 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 393091] "zsh: kdevelop!: command not found" in Konsole tool view with CentOS AppImage

2018-09-20 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=393091

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #3 from Francis Herne  ---
I think kdevelop! does belong in $PATH, it's equally useful to control KDevelop
from other terminal windows.

I'm looking at prepending the path for this case.

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

[kdevelop] [Bug 385298] Deleting external scripts doesn't work

2018-09-21 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=385298

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Francis Herne  ---
Testing with 5.3-git:

In some cases the script is apparently removed, but still present after
restarting KDevelop (as reported).
Sometimes a /different/ script is removed to the one intended.

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

[kdevelop] [Bug 402628] after i installed clang 7.0.1, variable hint is not working

2018-12-29 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402628

--- Comment #6 from Francis Herne  ---
On Arch at least, the path to Clang's builtin headers includes the version:
`/usr/lib/clang/7.0.1/include/cpuid.h`

Since having the correct path is necessary for kdev-clang to function, and the
path is detected in FindClang.cmake at build-time, installing 7.0.2 without a
rebuild WILL break KDevelop when this is the case.

Again: Changing dependency versions without a rebuild is NOT supported. If you
cut corners and it still seems to work, you get to keep both pieces whenever it
breaks.

(ccache helps a lot for rebuilding things efficiently)

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

[kdevelop] [Bug 402617] Crash when cancelling "Find in files" during collection stage

2018-12-27 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402617

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #1 from Francis Herne  ---
I couldn't reproduce this with 5.3-git on Archlinux.

Specifically, what I did was:

 - Enter an arbitrary word for 'Pattern'
 - In 'Location(s)', choose a large dir (my own homedir) so the next step would
take longer.
 - Press "Search"
 - While "Collecting files" is displayed in the toolview status, press "Cancel"
in the main toolbar.

The result was for "Failed: Search aborted" to be displayed in the status,
without a crash, in several attempts with slightly different settings.

Is this correct?

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

[kdev-python] [Bug 403336] New: Test bug

2019-01-17 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=403336

Bug ID: 403336
   Summary: Test bug
   Product: kdev-python
   Version: 5.3.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: m...@svenbrauch.de
  Reporter: m...@flherne.uk
CC: m...@svenbrauch.de
  Target Milestone: ---

Not a real bug.

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

[kdevelop] [Bug 385322] committing a single file to git keeps diff open

2018-12-12 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=385322

--- Comment #3 from Francis Herne  ---
I also can't reproduce it with 5.3.0 exactly (built locally on Arch).

Git version is 2.20, but I'd be surprised if that makes a difference.

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

[kdevelop] [Bug 385322] committing a single file to git keeps diff open

2018-12-12 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=385322

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #2 from Francis Herne  ---
I can't reproduce this with 5.3-git. After completing the commit, the normal
open tabs are returned as expected.

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

[kdevelop] [Bug 400769] Crash and unusual behavior after upgrading KDevelop to 5.3.0 [crash in Clazy::JobParameters::JobParameters]

2018-12-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=400769

Francis Herne  changed:

   What|Removed |Added

 CC||paraol...@outlook.com

--- Comment #12 from Francis Herne  ---
*** Bug 402085 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 402085] Crash when opening properties of new project

2018-12-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402085

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
   Version Fixed In||5.3.1
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #2 from Francis Herne  ---
Thanks for the report.

The Clazy plugin crashes Project Configuration if using a 'Generic' project.

This has been fixed in 5.3.1, which should be released very soon.

Workarounds are to disable the Clazy plugin or (as you've done) change the
project type.

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

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

[kdevelop] [Bug 402086] Opening a project expands the tree of the first project in the list

2018-12-13 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402086

Francis Herne  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||m...@flherne.uk

--- Comment #1 from Francis Herne  ---
Reproducible with 5.3-git on Arch.

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

[kdevelop] [Bug 402146] Fold all command for all nodes not only for top-level nodes. Restore the last folded nodes after Kdevelop restart

2018-12-15 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402146

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||m...@flherne.uk
 Status|REPORTED|RESOLVED

--- Comment #1 from Francis Herne  ---
You *knew* this was a duplicate when you opened it. Wasting developers' time is
not going to get anything done quicker.

As always, the best way to get something done in FOSS is to step up and do it;
my first KDevelop patch was to fix a bug that was annoying me and hadn't been
fixed (https://bugs.kde.org/show_bug.cgi?id=362521). Many people are happy to
provide help and advice on the mailing lists and IRC channels.

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

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

[frameworks-ktexteditor] [Bug 352868] Folding for all nodes (not just top-level) and/or siblings to current

2018-12-15 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=352868

--- Comment #10 from Francis Herne  ---
*** Bug 402146 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 401917] context menu crash

2018-12-18 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=401917

Francis Herne  changed:

   What|Removed |Added

 CC||pej...@gmail.com

--- Comment #2 from Francis Herne  ---
*** Bug 402226 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 402226] Right click in scratchpad crashes kdevelop

2018-12-18 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402226

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Francis Herne  ---
Thanks for the report!

This is probably another case of the clang-tidy bug - it crashes the context
menu if the current URL isn't in a project, and I assume the scratchpad isn't.

If you could confirm that by getting a backtrace that would be very helpful.

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

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

[kdevelop] [Bug 401917] context menu crash

2018-12-18 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=401917

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kde
   ||velop/df225e7795cc986f9b581
   ||7ca995b235fe970f5d7
 Status|REPORTED|RESOLVED

--- Comment #3 from Francis Herne  ---
Git commit df225e7795cc986f9b5817ca995b235fe970f5d7 by Francis Herne.
Committed on 18/12/2018 at 14:10.
Pushed by flherne into branch 'master'.

[clang-tidy] Fix context-menu crash for files not in a project

M  +2-1plugins/clangtidy/plugin.cpp

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

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

[kdevelop] [Bug 401917] context menu crash

2018-12-18 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=401917

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #5 from Francis Herne  ---
Wow, thanks for the very quick testing!

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

[kdevelop] [Bug 402208] Open .py file and right click in the editor => crash

2018-12-16 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402208

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
   Severity|normal  |crash

--- Comment #1 from Francis Herne  ---
>From the backtrace, looks like a bug in kdev-clang-tidy.

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

[kdevelop] [Bug 402233] Segfault in clang ComputeLineNumbers

2018-12-19 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402233

Francis Herne  changed:

   What|Removed |Added

   Platform|Ubuntu Packages |Neon Packages
Version|unspecified |5.3.1
Summary|Random KDevelop crash   |Segfault in clang
   ||ComputeLineNumbers
 CC||m...@flherne.uk

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

[kdevelop] [Bug 402233] Segfault in clang ComputeLineNumbers

2018-12-19 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=402233

Francis Herne  changed:

   What|Removed |Added

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

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

[kdevelop] [Bug 401724] Crash when losing focus to another screen

2018-12-03 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=401724

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Francis Herne  ---
Thanks for the report.

I see "libQt5WaylandClient.so.5" in the backtrace - are you using a Wayland
session?


This looks very much like an upstream bug in Qt; there's nothing
KDevelop-related in the trace at all. Maybe similar to
https://bugreports.qt.io/browse/QTBUG-63411 .

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

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-12-05 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=395856

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #17 from Francis Herne  ---
Marking this as "confirmed, wishlist". The current behaviour is expected, but
could be improved if anyone was interested.

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

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-12-05 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=395856

Francis Herne  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
   Severity|normal  |wishlist
 Ever confirmed|0   |1

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

[kdevelop] [Bug 401784] C function syntax highlightning ignoring schema color

2018-12-05 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=401784

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #1 from Francis Herne  ---
This is expected behaviour for the semantic highlighting; it shows names in
different colours depending on their type and context in addition to the basic
KTextEditor highlighting.

You can disable the feature if you don't like it: go to "Settings -> Configure
KDevelop -> Language Support" and set the two "colorization intensity" sliders
to 0.


That the semantic highlighting colours are hardcoded and not themselves
adjustable in the colour configuration is itself a missing feature, see

https://bugs.kde.org/show_bug.cgi?id=395856

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

[kdevelop] [Bug 394612] C++ parsing broken since 5.2.1

2018-11-21 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=394612

Francis Herne  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||m...@flherne.uk
 Resolution|--- |WORKSFORME

--- Comment #3 from Francis Herne  ---
This was probably something similar to
https://bugs.kde.org/show_bug.cgi?id=393779 .

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

<    1   2   3   4   5   6   >