[plasmashell] [Bug 392291] Ability to hide icons (temporarily)

2018-03-25 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=392291

--- Comment #2 from Eike Hein  ---
What's the use case?

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

[plasmashell] [Bug 392264] Settings for Folder View: Filter: 'Choose all' should choose only filtered items

2018-03-25 Thread Thorsten Oppels
https://bugs.kde.org/show_bug.cgi?id=392264

--- Comment #10 from Thorsten Oppels  ---
Thank you very much for the quick action and repair!
I am not a developer and will wait until the fix raises downstream.

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

[kstars] [Bug 392338] Issue with canon 100d dslr while doing ekos plate solving polar alignment

2018-03-25 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=392338

--- Comment #1 from Jasem Mutlaq  ---
So the image displayed in Ekos is the _last_ image captured? So first time you
solve in Polar Assistant, you get the correct image, then NEXT time it captures
the 2nd image, it instead displays the first image?

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

[dolphin] [Bug 392339] auto-detect the filesystem in panel information in Dolphin

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392339

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[krunner] [Bug 386114] KRunner on wayland always appears under top panel

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=386114

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kwin] [Bug 390698] Edges of transformed windows are jaggy

2018-03-25 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=390698

--- Comment #16 from Vlad Zagorodniy  ---
It seems like GLRenderTarget should be refactored in order to use render
buffers. I suggest to use multisampled render buffers because they come from
OpenGL 3.0 while multisampled textures are available only from OpenGL 3.2
onwards also render buffers fit better for this kind of task(we won't read,
right?).

Fredrik, what do you mean by "a complex transformation"?

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

[plasma-nm] [Bug 392314] Plus button used to add new connections is not visible by default when the list is long and the window is small

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392314

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||n...@kde.org
Summary|Add new network connection: |Plus button used to add new
   |how do I do that??? |connections is not visible
   ||by default when the list is
   ||long and the window is
   ||small

--- Comment #1 from Nate Graham  ---
The plus button is a pretty standard user interface convention for "add
something to this list." The real issue here is that it's not visible until you
scroll down to the bottom. The UI is currently being redesigned, so I'll make
sure this issue is addressed.

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

[krita] [Bug 392346] New: 10 Brushes Script Error (seems like an easy fix)

2018-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392346

Bug ID: 392346
   Summary: 10 Brushes Script Error (seems like an easy fix)
   Product: krita
   Version: 4.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Scripting
  Assignee: krita-bugs-n...@kde.org
  Reporter: roamz...@gmail.com
  Target Milestone: ---

AttributeError
Python 3.6.2: python
Mon Mar 26 00:32:28 2018

A problem occurred in a Python script.  Here is the sequence of
function calls leading up to the error, in the order they occurred.

 C:\Program Files\Krita
(x64)\share\krita\pykrita\tenbrushes\tenbrushesdialog.py in
accept(self=)
   21 
   22 def accept(self):
   23 self.uitenbrushes.tentbrushes.writeSettings()
   24 
   25 super(TenBrushesDialog, self).accept()
self = 
self.uitenbrushes = 
self.uitenbrushes.tentbrushes undefined
AttributeError: 'UITenBrushes' object has no attribute 'tentbrushes'
__cause__ = None
__class__ = 
__context__ = None
__delattr__ = 
__dict__ = {}
__dir__ = 
__doc__ = 'Attribute not found.'
__eq__ = 
__format__ = 
__ge__ = 
__getattribute__ = 
__gt__ = 
__hash__ = 
__init__ = 
__init_subclass__ = 
__le__ = 
__lt__ = 
__ne__ = 
__new__ = 
__reduce__ = 
__reduce_ex__ = 
__repr__ = 
__setattr__ = 
__setstate__ = 
__sizeof__ = 
__str__ = 
__subclasshook__ = 
__suppress_context__ = False
__traceback__ = 
args = ("'UITenBrushes' object has no attribute 'tentbrushes'",)
with_traceback = 

The above is a description of an error in a Python program.  Here is
the original traceback:

Traceback (most recent call last):
  File "C:\Program Files\Krita
(x64)\share\krita\pykrita\tenbrushes\tenbrushesdialog.py", line 23, in accept
self.uitenbrushes.tentbrushes.writeSettings()
AttributeError: 'UITenBrushes' object has no attribute 'tentbrushes'

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

[frameworks-kdesu] [Bug 392345] New: kdesu: pkexec is unrecognized as super-user-command

2018-03-25 Thread Alivema4ever
https://bugs.kde.org/show_bug.cgi?id=392345

Bug ID: 392345
   Summary: kdesu: pkexec is unrecognized as super-user-command
   Product: frameworks-kdesu
   Version: 5.44.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: alivema4e...@gmail.com
  Target Milestone: ---

Manually configuring ~/.config/kdesurc to use pkexec results in kdesu ignoring
kdesurc stating pkexec as "unknown super user command".

[super-user-command]
super-user-command=pkexec

It would be nice to include pkexec as recognized super user command.

Even better, kdesu act as pkexec frontend instead of just su/sudo UI wrapper.

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

[frameworks-kio] [Bug 392330] "Open File" dialog: "Open File Manager" (file context menu) should select the file in Dolphin

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392330

--- Comment #3 from Nate Graham  ---
Here, have patch!

https://phabricator.kde.org/D11705

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

[Breeze] [Bug 391855] Wish: "clear" icon that uses broom iconography

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391855

--- Comment #2 from Nate Graham  ---
The "edit-paste-style" icon looks kind of like a hand broom. It also looks kind
of like a paintbrush too though.

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

[dolphin] [Bug 252483] Trash icons in dolphin not properly updated after a "restore" operation

2018-03-25 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=252483

--- Comment #26 from Dr. Chapatin  ---
not completely fixed in Dolphin 18.04, Arch Linux.

open dolphin (if info panel is not enabled, press F11 to do it)
send some file to trash
click trash icon under places in sidebar (observe red trash icon in info panel)
click "empty trash" button
trash icon in info panel is still red

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

[plasmashell] [Bug 392344] New: Plasma Crash after clicking on notification icon in task bar

2018-03-25 Thread Edward Reiss
https://bugs.kde.org/show_bug.cgi?id=392344

Bug ID: 392344
   Summary: Plasma Crash after clicking on notification icon in
task bar
   Product: plasmashell
   Version: 5.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: ebre...@fastmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.12.3)

Qt Version: 5.10.0
Frameworks Version: 5.44.0
Operating System: Linux 4.15.10-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed: After login, the automatic
update fails because my wifi has not been activates yet. After connecting to
wifi, I clicked on the information notification, and Plasma crashed.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa90ffce800 (LWP 1964))]

Thread 12 (Thread 0x7fa804bde700 (LWP 2673)):
#0  0x7fa908e2156c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fa909c76efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fa90da1ca98 in  () at /usr/lib64/libQt5Quick.so.5
#3  0x7fa90da1ceca in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7fa909c75ba0 in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fa908e1b59b in start_thread () at /lib64/libpthread.so.0
#6  0x7fa90956ea1f in clone () at /lib64/libc.so.6

Thread 11 (Thread 0x7fa807fff700 (LWP 2516)):
#0  0x7fa908e2156c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fa909c76efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fa90da1ca98 in  () at /usr/lib64/libQt5Quick.so.5
#3  0x7fa90da1ceca in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7fa909c75ba0 in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fa908e1b59b in start_thread () at /lib64/libpthread.so.0
#6  0x7fa90956ea1f in clone () at /lib64/libc.so.6

Thread 10 (Thread 0x7fa7e7de7700 (LWP 2306)):
#0  0x7fa908e2156c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fa909c76efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fa90da1ca98 in  () at /usr/lib64/libQt5Quick.so.5
#3  0x7fa90da1ceca in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7fa909c75ba0 in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fa908e1b59b in start_thread () at /lib64/libpthread.so.0
#6  0x7fa90956ea1f in clone () at /lib64/libc.so.6

Thread 9 (Thread 0x7fa839a2c700 (LWP 2283)):
#0  0x7fa908e2156c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fa909c76efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fa90da1ca98 in  () at /usr/lib64/libQt5Quick.so.5
#3  0x7fa90da1ceca in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7fa909c75ba0 in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fa908e1b59b in start_thread () at /lib64/libpthread.so.0
#6  0x7fa90956ea1f in clone () at /lib64/libc.so.6

Thread 8 (Thread 0x7fa840a8c700 (LWP 2243)):
#0  0x7fa90955fbf4 in read () at /lib64/libc.so.6
#1  0x7fa903fefab0 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fa903faaf17 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fa903fab3d0 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7fa903fab53c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7fa909ea2a2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#6  0x7fa909e4995a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#7  0x7fa909c70baa in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#8  0x7fa84204cf67 in KCupsConnection::run() () at
/usr/lib64/libkcupslib.so
#9  0x7fa909c75ba0 in  () at /usr/lib64/libQt5Core.so.5
#10 0x7fa908e1b59b in start_thread () at /lib64/libpthread.so.0
#11 0x7fa90956ea1f in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7fa85b368700 (LWP 2236)):
#0  0x7fa90957c4c1 in clock_gettime () at /lib64/libc.so.6
#1  0x7fa909ea2441 in  () at /usr/lib64/libQt5Core.so.5
#2  0x7fa909ea0d19 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#3  0x7fa909ea1295 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#4  0x7fa909ea27de in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fa903faa988 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#6  0x7fa903fab35b in  () at /usr/lib64/libglib-2.0.so.0
#7  0x7fa903fab53c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#8  0x7fa909ea2a2b in
QEventDispatcherGlib::processEvents(QFlags) 

[gwenview] [Bug 391757] Allow to keep crop settings

2018-03-25 Thread Huon
https://bugs.kde.org/show_bug.cgi?id=391757

Huon  changed:

   What|Removed |Added

 CC||h...@plonq.org

--- Comment #3 from Huon  ---
(In reply to Tsokar from comment #2)
> You rock :-)
> Thanks a lot !
> T.

Thanks for the appreciation!

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

[krita] [Bug 392343] New: Text editor does not respect native font-style, only the ones on its toolbar

2018-03-25 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=392343

Bug ID: 392343
   Summary: Text editor does not respect native font-style, only
the ones on its toolbar
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Layers/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: tyson...@mail.com
  Target Milestone: ---

krita-4.1.0-pre-alpha-56b4749-x86_64.appimage

Many fonts come with built-in font-styles, for example, the text editor's
default Bitstream Vera Sans has 4: Oblique/Roman/Bold/Bold oblique. These
font-styles are displayed on the drop-list on the right of the fonts. However,
whatever I chose from that drop-list, they can neither be reflected in the
editor window nor the actual text on canvas. Only the B/I/U buttons in the text
editor's toolbar has effect, but those are not native thus not ideal. Besides,
they cannot handle thin  style. And thus I cannot use a huge portion of the
font's styles.

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

[krita] [Bug 392342] New: Mouse wheel does not scroll in text editor's font drop-list

2018-03-25 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=392342

Bug ID: 392342
   Summary: Mouse wheel does not scroll in text editor's font
drop-list
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Layers/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: tyson...@mail.com
  Target Milestone: ---

krita-4.1.0-pre-alpha-56b4749-x86_64.appimage

I can't use mouse wheel to scroll the font drop-list in Krita's text editor.

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

[krita] [Bug 391798] Improve UX for Text Editor

2018-03-25 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=391798

--- Comment #4 from Tyson Tan  ---
In that case, I have one more suggestion:

Considering there maybe technical limitations that make editing on canvas like
GIMP difficult to implement in Krita, the following may improve the
quality-of-life for text editing greatly:

1) Automatically update the text on canvas realtime instead of requiring the
user pressing the Apply button. This will deliver a semi-responsive UI
experience.

2) Add two more buttons to text editor's toolbar: "font size +", "font size -".
They make fine-tunning the font size much more intuitive, and thus helps to
improve the sense of UI responsiveness.

3) If we implemented (1), then we should change the bottom buttons to "OK" and
"Cancel", and their icons to "☑" and "☒" respectively. In this way the UI feel
more familiar to normal users.

4) Add a button to change input box background color, to work against the text
and background blending together.

5) Before the "100%" widget, insert a text string "Line-height" or a related
icon to aid first time user learning the function.

6) Add tool tip baloons for every button and widget so that user can learn
their usage.

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

[kmymoney] [Bug 391932] Google source of stock quotes quit

2018-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391932

--- Comment #6 from lp.allar...@gmail.com ---
(In reply to Jack from comment #3)
> (In reply to lp.allard.1 from comment #2: Why are price updates so difficult
> to get working nowadays??)
> 
> There are really two very different parts to that question.  The second is
> whether KMM can update prices if it has an available source for the data.  I
> hope this is not the point of your question, as this is not the reason for
> the problem.
> 
> The first, and critical, question is why is it so hard to find a free,
> reliable source of price update data on the web?  I don't have a good answer
> to this, but without an actual source to point at, KMyMoney doesn't have any
> magic it can use to find price update data.

JAck,  never would imply KMM is badly coded, Ive been a user for 10+ years now
and will likely continue!  Yes I meant why are sources so unreliable?  I  guess
even the big players (Yanoo, Google) are unreliable, and they do what they
want...

Anyways, I'm trying to re-use Yahoo from the forum post available at
https://forum.kde.org/viewtopic.php?f=69=142713=15 from Michael
Carpino, right now I have firewall issues, I will reply once I get it working.

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

[konsole] [Bug 392341] New: Zooming not possible in neovim when guicursor enabled

2018-03-25 Thread sedrubal
https://bugs.kde.org/show_bug.cgi?id=392341

Bug ID: 392341
   Summary: Zooming not possible in neovim when guicursor enabled
   Product: konsole
   Version: 17.12.2
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: k...@sedrubal.de
  Target Milestone: ---

When neovim is opened in konsole and guicursor is set (to
`guicursor=n-v-c-sm:block,i-ci-ve:ver25,r-cr-o:hor20,a:blinkon0` which is
default) it is not possible to zoom any more using Ctrl + mouse wheel as the
zoom level jumps back to the original level all the time. `:set guicursor=`
fixes the problem, but then the cursor remains a block all the time (nvim
usually sets the cursor to a beam when it is in insert mode).

I think this bug may be related to Bug 347323 but I'm not sure.

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

[digikam] [Bug 382361] Continuous net usage, server CPU and IO usage while doing nothing but keeping a collection opened [network share & mysql db]

2018-03-25 Thread Thomas Debesse
https://bugs.kde.org/show_bug.cgi?id=382361

--- Comment #2 from Thomas Debesse  ---
I'm stuck in digiKam 5.7 because of a database mismatch when trying to upgrade
to digiKam 5.8, so I can't attempt to reproduce the bug on new versions. Also
users completely purged the list of unlabelled faces to avoid the issue (it
does not mean the bug is not an issue for them, it means they had to not use
the face discovery feature at all, but they need it).

This is the kind of bug that is hard to fix by mistake so if it was fixed,
someone would probably knows it.

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

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2018-03-25 Thread Jochen Trumpf
https://bugs.kde.org/show_bug.cgi?id=386988

Jochen Trumpf  changed:

   What|Removed |Added

 CC||jochen.tru...@anu.edu.au

--- Comment #8 from Jochen Trumpf  ---
I suspect the underlying reason for the error is the same as in bug #384122.

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

[konsole] [Bug 347323] Add support for changing cursor shape with extended DECSCUSR escape sequences

2018-03-25 Thread sedrubal
https://bugs.kde.org/show_bug.cgi?id=347323

sedrubal  changed:

   What|Removed |Added

 CC||k...@sedrubal.de

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

[frameworks-kio] [Bug 392329] "Open File" dialog: Add "Open File" to context menu

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392329

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
FWIW, you can open the aside or inline previews to get a sense of what's in the
file. But the requested feature should be easy enough to add.

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

[dolphin] [Bug 377510] Dolphin's "Open path" context menu items (in the search view) should pre-select the file

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377510

--- Comment #4 from Nate Graham  ---
Submitted a patch for this: https://phabricator.kde.org/D11703

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

[kdiff3] [Bug 120400] Kdiff3 doesnt render utf-8 correctly

2018-03-25 Thread michael
https://bugs.kde.org/show_bug.cgi?id=120400

michael  changed:

   What|Removed |Added

 CC||reeves...@gmail.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC|reeves...@gmail.com |

--- Comment #2 from michael  ---
Bug against unmaintained version.

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

[kdiff3] [Bug 120400] Kdiff3 doesnt render utf-8 correctly

2018-03-25 Thread michael
https://bugs.kde.org/show_bug.cgi?id=120400

michael  changed:

   What|Removed |Added

 CC||reeves...@gmail.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from michael  ---
Bug against unmaintained version.

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

[unknown] [Bug 331480] connecting usb, or usb-hdd mounting unmounting ntfs drive. usb w/multiple partitions crashing system.

2018-03-25 Thread dvdmrs3rd
https://bugs.kde.org/show_bug.cgi?id=331480

--- Comment #5 from dvdmrs3rd  ---
Im not sure I believe so I haven't used my linux machine recently

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

[dolphin] [Bug 377510] Dolphin's "Open path" context menu items (in the search view) should pre-select the file

2018-03-25 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=377510

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[systemsettings] [Bug 392340] New: When in subcategory, buttons/borders don't look right

2018-03-25 Thread Isaac
https://bugs.kde.org/show_bug.cgi?id=392340

Bug ID: 392340
   Summary: When in subcategory, buttons/borders don't look right
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: isaacalich8...@gmail.com
  Target Milestone: ---

Created attachment 111656
  --> https://bugs.kde.org/attachment.cgi?id=111656=edit
A picture of the rounded button and the border

The top "Previous Category" button has rounded edges and it doesn't look
correct directly next to the flat and straight subcategory selection buttons,
and when in a subcategory there's an unneeded white border that kind've throws
off the whole look

-- 
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  changed:

   What|Removed |Added

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

--- Comment #3 from Francis Herne  ---
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 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  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  ---
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.

[kmymoney] [Bug 391932] Google source of stock quotes quit

2018-03-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391932

--- Comment #5 from bren...@coupeware.com ---
It works great for me too. Fastest downloads ever for stock prices.

---
Brendan Coupe

On Sun, Mar 25, 2018, 4:08 PM Michael Carpino 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=391932
>
> Michael Carpino  changed:
>
>What|Removed |Added
>
> 
>  CC||mfcarp...@gmail.com
>
> --- Comment #4 from Michael Carpino  ---
> There's a solution using Yahoo for Quotes.  It was posted on March 17th on
> the
> forum.  I started using it yesterday and it works fine.   Here's a link to
> the
> post https://forum.kde.org/viewtopic.php?f=69=142713=15
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.

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

[kdevelop] [Bug 392336] libclang crashes on C++ project and kdevelop follows with double free or curruption

2018-03-25 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=392336

Sven Brauch  changed:

   What|Removed |Added

 CC||m...@svenbrauch.de

--- Comment #1 from Sven Brauch  ---
I know this doesn't help you, but it probably makes more sense to report this
to libclang, since the bug is there ...

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

[juk] [Bug 388663] Juk crashes on quit

2018-03-25 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=388663

--- Comment #7 from Michael D  ---
Great, and thanks a lot!

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

[kdevplatform] [Bug 314167] Add a way to hide the line/col from the tab bar

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=314167

--- Comment #4 from Kevin Funk  ---
Git commit 1ec19dcbdf19fdc20a27841e3965b149ee43d0aa by Kevin Funk.
Committed on 25/03/2018 at 23:08.
Pushed by kfunk into branch '5.2'.

sublime: Release space in tab bar when no status

Release the space taken for e.g. status texts like "Line: xx Col: yy" in the
right corner of the tab bar in case the status text is disabled/empty.

M  +3-2kdevplatform/sublime/container.cpp

https://commits.kde.org/kdevelop/1ec19dcbdf19fdc20a27841e3965b149ee43d0aa

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

[kdevplatform] [Bug 314167] Add a way to hide the line/col from the tab bar

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=314167

Kevin Funk  changed:

   What|Removed |Added

   Keywords||junior-jobs

--- Comment #5 from Kevin Funk  ---
Okay. Then I think some kind of configuration option for enabling/disabling the
line/col information in the tab bar would be needed.

Marking this as a junior job.

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

[kdevplatform] [Bug 345782] Crash when Showing Difference from Projects View Context Menu [KDevelop::VcsPluginHelper::diffToBase]

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=345782

Kevin Funk  changed:

   What|Removed |Added

  Component|general |vcs
Product|kdevelop|kdevplatform

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

[kdevelop] [Bug 345782] Crash when Showing Difference from Projects View Context Menu [KDevelop::VcsPluginHelper::diffToBase]

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=345782

Kevin Funk  changed:

   What|Removed |Added

Summary|Crash when Showing  |Crash when Showing
   |Difference from Projects|Difference from Projects
   |View Context Menu   |View Context Menu
   ||[KDevelop::VcsPluginHelper:
   ||:diffToBase]

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

[kdevelop] [Bug 299094] Store source formats in kdevelop, not in the session

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=299094

Kevin Funk  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[kdevelop] [Bug 338853] Add C++11 override keyword when overriding methods by completion

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=338853

Kevin Funk  changed:

   What|Removed |Added

  Latest Commit||d80c4cb286a077fa7dc9bfbb2e0
   ||0d12277c41f79
 Resolution|--- |FIXED
   Version Fixed In||5.0.0
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kevin Funk  ---
Fixed already.

commit d80c4cb286a077fa7dc9bfbb2e00d12277c41f79
Author: Aleix Pol 
Date:   Thu Oct 8 11:20:44 2015 +0200

Improve the signature we present of an overriden method

Adds the override keyword (and a ; to end the line properly).
Drops the virtual method, because it's redundant to override.

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

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

[kdevelop] [Bug 338853] Add C++11 override keyword when overriding methods by completion

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=338853

Kevin Funk  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.

[kdevplatform] [Bug 314167] Add a way to hide the line/col from the tab bar

2018-03-25 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=314167

--- Comment #3 from Nicolás Alvarez  ---
Created attachment 111654
  --> https://bugs.kde.org/attachment.cgi?id=111654=edit
Screenshot in KDevelop 5.2.1 with status bar enabled

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

[dolphin] [Bug 392339] auto-detect the filesystem in panel information in Dolphin

2018-03-25 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=392339

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kdevplatform] [Bug 314167] Add a way to hide the line/col from the tab bar

2018-03-25 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=314167

Nicolás Alvarez  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|WAITINGFORINFO  |---

--- Comment #2 from Nicolás Alvarez  ---
Enabling the status bar makes the line/col info appear there instead of in the
tab bar. However it still takes up space in the tab bar, now blank instead of
showing information(!), so the main problem of leaving little space for the
actual tabs remains.

In addition, when the status bar is disabled, the gap between the
tab-bar-scroll buttons and the word "Line" seems to be wider (45px!) than in my
previous screenshot. Perhaps it's a theme thing.

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

[kdevelop] [Bug 337971] Semantic analysis incorrectly matches ctor

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=337971

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 236443] kdevelop doesn't mark atomic functions

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=236443

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #4 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 331691] KDevelop crashes on quit while loading CMake project

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=331691

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Kevin Funk  ---
The class CMakeProjectVisitor is no more, thus this bug is no longer
applicable.

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

[kdevelop] [Bug 334546] inherited constructors do not work in sub-subclasses

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=334546

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 250996] KDevelop parser has problems with instantiated function templates as arguments?

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=250996

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 265036] No documentation for macros

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=265036

Kevin Funk  changed:

   What|Removed |Added

   Keywords||junior-jobs
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
  Component|Documentation viewer|Language Support: CPP
   ||(Clang-based)

--- Comment #1 from Kevin Funk  ---
Still true, even with the new C++ support backed by Clang.

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

[kdevelop] [Bug 315870] Macros are not ignored inside comments

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=315870

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 271008] Highlight 'this' as an error outside a class context

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=271008

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 251983] Enable jump to error for output from external scripts

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=251983

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Kevin Funk  ---
I think this should work nowadays, please reopen if not.

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

[kdevelop] [Bug 257707] KDevelop C++ parser doesn't handle doxygen tags that well

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=257707

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 318499] targets not detected properly in cmake project

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=318499

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[dolphin] [Bug 377510] Dolphin's "Open path" context menu items (in the search view) should pre-select the file

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377510

Nate Graham  changed:

   What|Removed |Added

Summary|Dolphin's "Open path"   |Dolphin's "Open path"
   |context menu item (in the   |context menu items (in the
   |search view) should |search view) should
   |pre-select the file by  |pre-select the file
   |using   |
   |KIO::highlightInFileManager |
   |()  |

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

[kdevelop] [Bug 307671] Auto doesn't work with certain std containers and ranged for loops

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=307671

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 279699] C++11 lambdas: visibility/capture-lists not handled correctly

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=279699

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 243474] superfluous backslash is reported as error

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=243474

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[frameworks-kio] [Bug 392330] "Open File" dialog: "Open File Manager" (file context menu) should select the file in Dolphin

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392330

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---
Looks like this is using custom code instead of KIO::highlightInFileManager().
That'll fix the issue as well as make the string use common terminology.

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

[dolphin] [Bug 377510] Dolphin's "Open path" context menu item (in the search view) should pre-select the file by using KIO::highlightInFileManager()

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377510

Nate Graham  changed:

   What|Removed |Added

Summary|Dolphin's "Open path"   |Dolphin's "Open path"
   |context menu item should|context menu item (in the
   |pre-select the file in the  |search view) should
   |view that opens, like   |pre-select the file by
   |KRunner does|using
   ||KIO::highlightInFileManager
   ||()

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

[kdevelop] [Bug 305220] C++: Fails to resolve function-type specialized templates

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=305220

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 274970] Incorrect "could not resolve base class"

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=274970

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 270189] #defines are not supported by "Find Uses"

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=270189

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 320467] Allow "new" as identificator in C code

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=320467

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 319429] Tooltip incorrect, not showing the actually overloaded method

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=319429

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 277219] Proper completion for 'using namespace'

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=277219

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[plasmashell] [Bug 392264] Settings for Folder View: Filter: 'Choose all' should choose only filtered items

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392264

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.12.4
 Resolution|--- |FIXED
 CC||n...@kde.org
  Latest Commit||https://cgit.kde.org/plasma
   ||-desktop.git/commit/?id=b49
   ||b73dee7d1e555e9c82f32098df8
   ||22cde7e869
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Nate Graham  ---
Fixed with
https://cgit.kde.org/plasma-desktop.git/commit/?id=b49b73dee7d1e555e9c82f32098df822cde7e869

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

[kdevelop] [Bug 309707] Problem parsing ctime standard file

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=309707

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #2 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 258314] Parser runs out of memory and crashes kdevelop on some files

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=258314

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 271080] Admittedly-strange variable declaration syntax not supported

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=271080

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 282863] Kate editor settings should be per-session

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=282863

Kevin Funk  changed:

   What|Removed |Added

   Keywords||junior-jobs

--- Comment #3 from Kevin Funk  ---
Still not implemented

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

[kpat] [Bug 389540] KPatience: crash on exit after winning Spider Solitaire game

2018-03-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=389540

Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kpa
   ||t/b58fd275d7569ed7bb697d482
   ||8e088d9ae5afcfb

--- Comment #3 from Albert Astals Cid  ---
Git commit b58fd275d7569ed7bb697d4828e088d9ae5afcfb by Albert Astals Cid, on
behalf of Fabian Kosmale.
Committed on 25/03/2018 at 22:30.
Pushed by aacid into branch 'Applications/18.04'.

Summary: SpiderSolitaire: Check if there exists a card below before accessing
it

Reviewers: #kde_games

Subscribers: aacid, #kde_games

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

M  +12   -1patsolve/mod3solver.cpp
M  +18   -3patsolve/spidersolver.cpp

https://commits.kde.org/kpat/b58fd275d7569ed7bb697d4828e088d9ae5afcfb

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

[konqueror] [Bug 136012] tooltip of directory should show the total size of the contents

2018-03-25 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=136012

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kdevelop] [Bug 288251] Syntax error when using variadic macros

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=288251

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 238250] Friend functions mistaken for member functions

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=238250

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #3 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[kdevelop] [Bug 335593] Sticky toolviews

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=335593

Kevin Funk  changed:

   What|Removed |Added

 CC||tim.cli...@gmail.com

--- Comment #8 from Kevin Funk  ---
*** Bug 258011 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 258011] Docks can only have one view open at a time

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=258011

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #2 from Kevin Funk  ---


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

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

[kdevelop] [Bug 323414] nested macro argument not matched

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=323414

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Hello!

We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[ksysguard] [Bug 152608] Tray and taskbar icon should show cpu usage

2018-03-25 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=152608

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kdevelop] [Bug 258011] Docks can only have one view open at a time

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=258011

Kevin Funk  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Kevin Funk  ---
Still possible, by Ctrl-Clicking the second tool bar button. Not a very obvious
feature, though.

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

[kdevelop] [Bug 315871] More doxygen style code comment signatures should be stripped

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=315871

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Confirmed.

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

[kdevelop] [Bug 317043] Wrong tooltip when function is overloaded

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=317043

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kevin Funk  ---
We are working on a new clang-based C/C++ language plugin for KDevelop 5 which
supersedes the old C++ plugin in KDevelop 4. See e.g.:
https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available

Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather
want to supply a good Clang based C++ experience for KDevelop 5 than wasting
our time on the legacy C++ support for KDevelop 4.

With the new clang-based C/C++ language plugin, the bug presented here does not
occur. In my testing. For these reasons, I'll close this bug. Please stay tuned
for KDevelop 5.

If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

[dolphin] [Bug 390488] Icons look fuzzy in info panel after I increase display scale

2018-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390488

--- Comment #6 from Nate Graham  ---
Can confirm. They actually look worse in HiDPI mode, as expected for small
pixmaps that are being upscaled.

The fix is most likely somewhere in Dolphin's informationPanelContent.cpp.
Probably the pixmaps need to be adjusted to take the device pixel ratio into
account rather than using raw pixel sizes. Perhaps it's the line that does
this:

m_previewJob->setScaleType(KIO::PreviewJob::Unscaled);

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

[kdevelop] [Bug 318948] When I click the Places or "currently opened documents" buttons in KDevelop 4.5.0, popup appears on the wrong screen

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=318948

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Kevin Funk  ---
Still a problem?

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

[kdevelop] [Bug 257680] Problems with iterators: . vs ->

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=257680

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #7 from Kevin Funk  ---
Fixed in KDevelop 5 with the new Clang-based C++ support backend.

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

[kdevelop] [Bug 283140] wrong highlight when using precompiler macros

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=283140

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.0.0
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kevin Funk  ---
Works with the new Clang backend in KDevelop 5

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

[kdevplatform] [Bug 309579] "Go to Column" support in quickopen

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=309579

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.0.0
 Resolution|--- |FIXED
  Latest Commit||8ff872eae18ac9e56cbdaaacd76
   ||3f0de19fa3806

--- Comment #1 from Kevin Funk  ---
Possible in KDevelop 5.0:

commit 8ff872eae18ac9e56cbdaaacd763f0de19fa3806
Author: Kevin Funk 
Date:   Thu Mar 24 03:30:35 2016 +0100

Introduce/use KTextEditorHelpers::extractCursor

This is a copy of the command-line parsing code for filenames in the
kdevelop binary. It can be used to extract the line + column information
out of a string like "myfilename.cpp:1:2".

You can now also enter this in quick open, to open a file at a
particular line *and* column directly.

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

[kdevplatform] [Bug 114001] add method-local search / find-replace

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=114001

Kevin Funk  changed:

   What|Removed |Added

   Priority|NOR |LO

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

[kmymoney] [Bug 391932] Google source of stock quotes quit

2018-03-25 Thread Michael Carpino
https://bugs.kde.org/show_bug.cgi?id=391932

Michael Carpino  changed:

   What|Removed |Added

 CC||mfcarp...@gmail.com

--- Comment #4 from Michael Carpino  ---
There's a solution using Yahoo for Quotes.  It was posted on March 17th on the
forum.  I started using it yesterday and it works fine.   Here's a link to the
post https://forum.kde.org/viewtopic.php?f=69=142713=15

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

[kdevplatform] [Bug 314167] Add a way to hide the line/col from the tab bar

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=314167

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Note: Work-around: You can hide that bar by enabling the status bar (which will
then show line/col instead): 

HOWTO:
  Settings -> [x] Show Statusbar

Does that work for you?

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

[kdevplatform] [Bug 267439] Hardly translatable word puzzle in kdev-control-flow-graph

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=267439

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Kevin Funk  ---
See comment #3

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

[kdevelop] [Bug 338377] when filtering output jumping to selected errors does not work (maybe for warnings too)

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=338377

Kevin Funk  changed:

   What|Removed |Added

 CC||maxim.prohore...@gmail.com

--- Comment #5 from Kevin Funk  ---
*** Bug 316215 has been marked as a duplicate of this bug. ***

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

[kdevplatform] [Bug 316215] OutputWidget::activate does not work if proxyModel set to output widget

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=316215

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #2 from Kevin Funk  ---


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

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

[kdevplatform] [Bug 243804] deadlock when closing project while parsejob is running

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=243804

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kevin Funk  ---
Assuming this got fixed in the meanwhile, reopen if not.

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

[kdevplatform] [Bug 259906] Show project-relative path instead of absolute in filename label

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=259906

Kevin Funk  changed:

   What|Removed |Added

   Keywords||junior-jobs
 CC||kf...@kde.org,
   ||m...@svenbrauch.de

--- Comment #3 from Kevin Funk  ---
Uh, this is still not implemented. Not even in KDevelop 5.

@scummos: Maybe a nice feature for when you've disabled the tab bar?

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

[kdevelop] [Bug 330161] KDevelop crashed while dragging the project toolbar around

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=330161

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Assuming this got fixed in the meanwhile, reopen if not.

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

[kdevelop] [Bug 328958] CodeCompletion for missing include triggered by one-letter variable does not disappear

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=328958

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #3 from Kevin Funk  ---
No longer happens iiuc.

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

[kdevelop] [Bug 325885] CMakeLists.txt parser does not recognize effect of setting EXE_FILE

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=325885

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #5 from Kevin Funk  ---
KDevelop 5 no longer features a CMakeLists.txt parser, thus this bug no longer
applies.

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

[kdevelop] [Bug 327703] Problem with macro definitions across files

2018-03-25 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=327703

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
If you think this bug is applicable to Clang/KDevelop 5, please reopen the
report and add new information on how to reproduce the bug there.

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

  1   2   3   4   5   >