[libkface] [Bug 387077] New: libkface vs opencv incompatibility: compile error

2017-11-18 Thread Frank
https://bugs.kde.org/show_bug.cgi?id=387077

Bug ID: 387077
   Summary: libkface vs opencv incompatibility: compile error
   Product: libkface
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: General
  Assignee: imaging-bugs-n...@kde.org
  Reporter: fhe...@inbox.lv
  Target Milestone: ---

Relevant System: Gentoo, opencv-3.3.0-r4, libkface-17.08.3

The package fails to compile with the following error:
[ 54%] Building CXX object
src/CMakeFiles/KF5KFace.dir/database/core/databasecorebackend.cpp.o
cd /var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3_build/src
&& /usr/bin/x86_64-pc-linux-gnu-g++ -DKF5KFace_EXPORTS -DQT_CORE_LIB
-DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY
-DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_SIGNALS_SLOTS_KEYWORDS
-DQT_NO_URL_CAST_FROM_STRING -DQT_SQL_LIB -DQT_USE_FAST_OPERATOR_PLUS
-DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3_build/src
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3_build/src/KF5KFace_autogen/include
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3_build/src/..
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/database
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/database/core
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/detection
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph
-I/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/alignment-congealing
-isystem /usr/include/opencv -isystem /usr/include/qt5 -isystem
/usr/include/qt5/QtGui -isystem /usr/include/qt5/QtCore -isystem
/usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtXml -isystem
/usr/include/qt5/QtSql -isystem /usr/include/qt5/QtWidgets   -DQT_NO_DEBUG
-DNDEBUG -O2 -march=native -fomit-frame-pointer -pipe -std=c++0x
-fno-operator-names -Wall -Wextra -Wcast-align -Wchar-subscripts
-Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor
-Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -pedantic
-Wsuggest-override -fexceptions -fPIC -fvisibility=hidden
-fvisibility-inlines-hidden   -fPIC -std=gnu++11 -o
CMakeFiles/KF5KFace.dir/database/core/databasecorebackend.cpp.o -c
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/database/core/databasecorebackend.cpp
In file included from
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph/facerec_borrowed.cpp:41:0:
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph/facerec_borrowed.h:120:10:
warning: ‘virtual void
KFaceIface::LBPHFaceRecognizer::train(cv::InputArrayOfArrays, cv::InputArray)’
can be marked override [-Wsuggest-override]
 void train(cv::InputArrayOfArrays src, cv::InputArray labels);
  ^
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph/facerec_borrowed.h:126:10:
warning: ‘virtual void
KFaceIface::LBPHFaceRecognizer::update(cv::InputArrayOfArrays, cv::InputArray)’
can be marked override [-Wsuggest-override]
 void update(cv::InputArrayOfArrays src, cv::InputArray labels);
  ^
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph/facerec_borrowed.h:184:12:
warning: ‘virtual double KFaceIface::LBPHFaceRecognizer::getThreshold() const’
can be marked override [-Wsuggest-override]
 double getThreshold() const  { return m_threshold;
   }
^
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph/facerec_borrowed.h:185:10:
warning: ‘virtual void KFaceIface::LBPHFaceRecognizer::setThreshold(double)’
can be marked override [-Wsuggest-override]
 void setThreshold(double _threshold) { m_threshold =
_threshold;  }
  ^
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph/facerec_borrowed.cpp:
In static member function ‘static cv::Ptr
KFaceIface::LBPHFaceRecognizer::create(int, int, int, int, double,
KFaceIface::LBPHFaceRecognizer::PredictionStatistics)’:
/var/tmp/portage/kde-apps/libkface-17.08.3/work/libkface-17.08.3/src/recognition-opencv-lbph/facerec_borrowed.cpp:553:115:
error: invalid new-expression of abstract class type
‘KFaceIface::LBPHFaceRecognizer’
 LBPHFaceRecognizer* const fr = new LBPHFaceRecognizer(radius, neighbors,
grid_x, grid_y, threshold, statistics);

-

Looks to me like it is related to an incompatibility with opencv.

-- 
You are receiving this mail because:
You are wa

[krita] [Bug 387076] New: cannot save, cannot create file for output

2017-11-18 Thread B .
https://bugs.kde.org/show_bug.cgi?id=387076

Bug ID: 387076
   Summary: cannot save, cannot create file for output
   Product: krita
   Version: 3.3.1
  Platform: Windows CE
OS: Windows CE
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: cucumber1...@gmail.com
  Target Milestone: ---

Created attachment 108949
  --> https://bugs.kde.org/attachment.cgi?id=108949&action=edit
cound not save for output

I get this error every time i want to save.
Jpeg, png, .kra basically all of them.
Tried to save it at different places on my computer it doesn't let me.

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

[choqok] [Bug 385106] does not display the correct number of characters to enter in the new message box

2017-11-18 Thread Andrea Scarpino
https://bugs.kde.org/show_bug.cgi?id=385106

Andrea Scarpino  changed:

   What|Removed |Added

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

--- Comment #1 from Andrea Scarpino  ---
Indeed... at the moment the length is respected only when the account is
created.
When you close Choqok then it's set to 140.

A workaround is to edit the account (open the account details and just press
save).

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

[konsole] [Bug 233991] color remap xterm ANSI sequences not supported

2017-11-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=233991

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[kleopatra] [Bug 354098] Does not ask for password and only works with empty password keys

2017-11-18 Thread Frank
https://bugs.kde.org/show_bug.cgi?id=354098

Frank  changed:

   What|Removed |Added

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

--- Comment #4 from Frank  ---
Also here, after retrying after 8 months the bug seems to be gone now. Must
have been fixed together with other general bugfixes.

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

[konsole] [Bug 344181] konsole 256 color support differs from xterm/rxvt

2017-11-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=344181

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[kdevelop] [Bug 386421] C++ include path completion misses system include path completion

2017-11-18 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=386421

--- Comment #12 from Milian Wolff  ---
@sven: Yes, but that's unrelated to the bug shown here. Its impact would only
be marginal anyways, as it only affects the diagnostics and nothing else (i.e.
some diagnostics are ignored in system headers).

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

[choqok] [Bug 370260] No support for tweets with >140 characters

2017-11-18 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=370260

--- Comment #14 from avlas  ---
> I rebased your work and pushed to master.

Hi Andrea,

Could you please release version 1.7 so final users can benefit from this
enhancement?

Many thanks in advance!

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

[ksmserver] [Bug 354097] Session management broken when using several virtual desktops

2017-11-18 Thread Frank
https://bugs.kde.org/show_bug.cgi?id=354097

Frank  changed:

   What|Removed |Added

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

--- Comment #10 from Frank  ---
Just to pick up on this after some time: After about 8 months I retried whether
this problem has vanished in the meantime and indeed in version 5.37 all seems
fixed.

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

[kdevelop] [Bug 386421] C++ include path completion misses system include path completion

2017-11-18 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=386421

Milian Wolff  changed:

   What|Removed |Added

Summary|IDefinesAndIncludesManager  |C++ include path completion
   |does not differentiate  |misses system include path
   |system and local includes   |completion
   |(-isystem vs -I) retrieved  |
   |from the build system,  |
   |causing issues with C++ |
   |code completion |

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

[krita] [Bug 387075] Crash when adding a filter mask

2017-11-18 Thread Andrew Miller
https://bugs.kde.org/show_bug.cgi?id=387075

--- Comment #2 from Andrew Miller  ---
Ahh, I was unaware that there was an updated version. That seems to have taken
care of it, sorry to waste your time.

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

[krita] [Bug 387075] Crash when adding a filter mask

2017-11-18 Thread Andrew Miller
https://bugs.kde.org/show_bug.cgi?id=387075

Andrew Miller  changed:

   What|Removed |Added

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

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

[Breeze] [Bug 355540] Tooltips color wrong in gtk applications

2017-11-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=355540

--- Comment #38 from scionicspec...@gmail.com ---
I think it bears repeating that this is not necessarily a bug in the Breeze GTK
theme. It's mostly related to System Settings where the 'Apply colors to non-Qt
applications' continues to inject information into the theme as though it is
Oxygen.

Until Breeze's theme generation script is ready, this behavior should be
disabled when an incompatible theme is selected. When the script is ready, it
should be activated instead of this behavior, so either way, it will need to be
adjusted.

This bug still serves as a predictable 'home base' for the issue, but any
complete solution needs to be incorporated over multiple components.

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

[choqok] [Bug 370260] No support for tweets with >140 characters

2017-11-18 Thread Andrea Scarpino
https://bugs.kde.org/show_bug.cgi?id=370260

--- Comment #13 from Andrea Scarpino  ---
(In reply to Simon St James from comment #7)
> Created attachment 108768 [details]
> Patch for v1.4
> Why it works: Choqok doesn't actually do the truncation itself; rather, by
> default, twitter will actually do it *on the server side*+ - this patch
> simply adds the "tweet_mode=extended" query, and reads the "full_text" of
> the returned JSON instead of the "text".

Thank you Simon!

I rebased your work and pushed to master. Mainly because twitterapi is used by
Twitter and GNU Social code, while this is only a Twitter thing.

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

[choqok] [Bug 370260] No support for tweets with >140 characters

2017-11-18 Thread Andrea Scarpino
https://bugs.kde.org/show_bug.cgi?id=370260

Andrea Scarpino  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||1.7
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/cho
   ||qok/0ecc05c1d261977eb3131c5
   ||d05cd1d414962c7f7

--- Comment #12 from Andrea Scarpino  ---
Git commit 0ecc05c1d261977eb3131c5d05cd1d414962c7f7 by Andrea Scarpino.
Committed on 18/11/2017 at 16:33.
Pushed by scarpino into branch 'master'.

[twitter] support for extended tweet
FIXED-IN: 1.7

M  +106  -0microblogs/twitter/twittermicroblog.cpp
M  +4-0microblogs/twitter/twittermicroblog.h
M  +9-0microblogs/twitter/twittersearch.cpp

https://commits.kde.org/choqok/0ecc05c1d261977eb3131c5d05cd1d414962c7f7

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

[krita] [Bug 387075] Crash when adding a filter mask

2017-11-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=387075

Boudewijn Rempt  changed:

   What|Removed |Added

   Severity|major   |crash
   Platform|Other   |Mac OS X Disk Images
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Hi Andrew,

Could you first update to the latest release, 3.3.2, and then see whether if
the crashes happen again you get some useful output from Apple's crash dialog?
Can you also give us the specifications of your Mac, and the version of OSX or
macOS you're using?

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

[krita] [Bug 387075] New: Crash when adding a filter mask

2017-11-18 Thread Andrew Miller
https://bugs.kde.org/show_bug.cgi?id=387075

Bug ID: 387075
   Summary: Crash when adding a filter mask
   Product: krita
   Version: 3.3.0
  Platform: Other
OS: OS X
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Filters
  Assignee: krita-bugs-n...@kde.org
  Reporter: theandhed...@gmail.com
  Target Milestone: ---

Frequently crashes when adding a filter mask, whether or not I make any changes
with the mask. This seems to be happening more frequently since the update.
Many times a fresh restart means I can create 1 filter mask successfully, but
the second mask crashes it again.

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

[i18n] [Bug 387057] french translation

2017-11-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=387057

--- Comment #3 from Nate Graham  ---
Ah okay, my mistake!

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

[dolphin] [Bug 387073] Cannot create New Folder

2017-11-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=387073

--- Comment #2 from Christoph Feck  ---
The commit referenced in comment #1 fixed it, merci.

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

[i18n] [Bug 387057] french translation

2017-11-18 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=387057

Luigi Toscano  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
Version|5.1.2   |unspecified
   Assignee|kdevelop-bugs-n...@kde.org  |kde-francoph...@kde.org
 CC||an...@kde.org,
   ||luigi.tosc...@tiscali.it
Product|kdevelop|i18n
 Ever confirmed|0   |1
  Component|Code completion |fr
 Resolution|INVALID |---

--- Comment #2 from Luigi Toscano  ---
Ehm, no, we have products for translation teams too.

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

[krita] [Bug 387058] Incorrect loading of .kra vector objects.

2017-11-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=387058

--- Comment #3 from Boudewijn Rempt  ---
Hm That's interesting, so could you please attach the image to the bug
report? Was this an image that was created with 3.0, or was this when loading
the image you had created in 3.x?

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

[frameworks-kio] [Bug 352776] Labels of file items wrap over themselves in file dialog widget (open/save)

2017-11-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=352776

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[kdevelop] [Bug 387057] french translation

2017-11-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=387057

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Thanks for the bug report! However, translation is not handled with Bugzilla
tickets. The preferred approach is to submit a better translation yourself.
Here is the relevant documentation: https://l10n.kde.org/

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

[krita] [Bug 387058] Incorrect loading of .kra vector objects.

2017-11-18 Thread Dennis Fehr
https://bugs.kde.org/show_bug.cgi?id=387058

--- Comment #2 from Dennis Fehr  ---
Sure. Tried 4.0.0-pre-alpha x86_64 AppImage and it crashed when loading. Ran it
in the terminal, and it crashes with:

ASSERT (krita): "!d->gcStack.isEmpty()" in file
/krita-4.0.0-prealpha.2/libs/flake/svg/SvgLoadingContext.cpp, line 289

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

[dolphin] [Bug 387073] Cannot create New Folder

2017-11-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=387073

--- Comment #1 from Elvis Angelaccio  ---
See https://phabricator.kde.org/D8836

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

[plasmashell] [Bug 387074] New: Crash when opening System Tray

2017-11-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387074

Bug ID: 387074
   Summary: Crash when opening System Tray
   Product: plasmashell
   Version: 5.11.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: el...@seznam.cz
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.11.3)

Qt Version: 5.9.2
Frameworks Version: 5.40.0
Operating System: Linux 4.14.0-0-MANJARO x86_64
Distribution: "Manjaro Linux"

-- Information about the crash:
- What I was doing when the application crashed:
I closed an application (youtube-dl-gui) and then wanted to open System Tray.
Then Plasma crashed.

The crash does not seem to be reproducible.

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

Thread 27 (Thread 0x7f089bfff700 (LWP 14107)):
#0  0x7f09f785d38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f09f86a045c in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f09fc43c7ba in  () at /usr/lib/libQt5Quick.so.5
#3  0x7f09fc43cc44 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f09f869efcb in  () at /usr/lib/libQt5Core.so.5
#5  0x7f09f785708a in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f09f7faa47f in clone () at /usr/lib/libc.so.6

Thread 26 (Thread 0x7f08ab7fe700 (LWP 3820)):
#0  0x7f09f785d38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f09f86a045c in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f092df1242f in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f092df174d9 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f092df14ce3 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f09f869efcb in  () at /usr/lib/libQt5Core.so.5
#9  0x7f09f785708a in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f09f7faa47f in clone () at /usr/lib/libc.so.6

Thread 25 (Thread 0x7f08abfff700 (LWP 3819)):
#0  0x7f09f785d38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f09f86a045c in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f092df1242f in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f092df174d9 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#9  0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#10 0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#11 0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#12 0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#13 0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#14 0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#15 0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#16 0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#17 0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#18 0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#19 0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#20 0x7f092df11924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#21 0x7f092df17532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#22 0x7f092df11924 in
ThreadWeaver::Weaver::apply

[dolphin] [Bug 387073] New: Cannot create New Folder

2017-11-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=387073

Bug ID: 387073
   Summary: Cannot create New Folder
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: cf...@kde.org
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Using Dolphin from master at a1108e84009f6e6c6f8b99553defb547d6559b4b

Steps to reproduce:
- Start Dolphin in default Home directory
- Right-click the context menu in free space, select "Create New > Folder",
click "OK"

Actual result:
- Red error bar with "Malformed URL ." is displayed

Expected result:
- "New Folder" is created

Additional information:
- Using 'mkdir' from F4 Konsole works fine in the same directory
- Dolphin was compiled without baloo support

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

[kmymoney] [Bug 338306] Ledger search box doesn't support account hierarchy character ":"

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=338306

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

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

[kdevelop] [Bug 386421] IDefinesAndIncludesManager does not differentiate system and local includes (-isystem vs -I) retrieved from the build system, causing issues with C++ code completion

2017-11-18 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=386421

--- Comment #11 from Sven Brauch  ---
Oh, sorry, I thought clang was completing this. Thanks for the interruption.

I still think IDAIM not making this differentation is something that should be
fixed eventually.

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

[krita] [Bug 387058] Incorrect loading of .kra vector objects.

2017-11-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=387058

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Hi Dennis,

We have just rewritten most of the vector layer stuff code for Krita 4.0, which
uses SVG instead of ODG to save the vector information. Could you check whether
you can reproduce your issues with the latest development build
(https://krita.org/en/item/4-0-development-update/)?

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

[plasmashell] [Bug 384740] Donloaded file via Bluetooth is proposed to be opened from wrong path /usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/XX-XX-XX-XX-XX-XX

2017-11-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=384740

--- Comment #2 from Christoph Feck  ---
A similar bug 385043 in Ark was resolved by adding an explict URL for the job.

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

[kdevelop] [Bug 386421] IDefinesAndIncludesManager does not differentiate system and local includes (-isystem vs -I) retrieved from the build system, causing issues with C++ code completion

2017-11-18 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=386421

--- Comment #10 from Milian Wolff  ---
Uhm sorry to interrupt, but the gif shows an issue that has nothing do with
clang. It's our custom include path code completion. seems like that is not
querying for (all) the include paths and thus misses one? Should be easy to
fix, since it doesn't involve clang ;-)

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

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2017-11-18 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=387061

Axel Braun  changed:

   What|Removed |Added

 CC||axel.br...@gmx.de

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

[frameworks-kio] [Bug 352776] Labels of file items wrap over themselves in file dialog widget (open/save)

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=352776

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kdialog] [Bug 386864] Some glitches on zoom and zoom-out

2017-11-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=386864

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #2 from Christoph Feck  ---


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

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

[frameworks-kio] [Bug 352776] Labels of file items wrap over themselves in file dialog widget (open/save)

2017-11-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=352776

Christoph Feck  changed:

   What|Removed |Added

 CC||voidar...@gmail.com

--- Comment #4 from Christoph Feck  ---
*** Bug 386864 has been marked as a duplicate of this bug. ***

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

[kmymoney] [Bug 387072] Slow switch to ledgerview

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=387072

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||4.8.2
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kmy
   ||money/275ad37820c254d361059
   ||f95abbfdf1e71016c94

--- Comment #2 from Ralf Habacker  ---
Git commit 275ad37820c254d361059f95abbfdf1e71016c94 by Ralf Habacker.
Committed on 18/11/2017 at 15:06.
Pushed by habacker into branch '4.8'.

Speed up first switch to ledgerview

Reviewers: #kmymoney, tbaumgart

Reviewed By: tbaumgart

Subscribers: tbaumgart

Tags: #kmymoney
FIXED-IN:4.8.2
Differential Revision: https://phabricator.kde.org/D8507

M  +12   -1kmymoney/widgets/register.cpp
M  +1-0kmymoney/widgets/register.h

https://commits.kde.org/kmymoney/275ad37820c254d361059f95abbfdf1e71016c94

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

[kmymoney] [Bug 338306] Ledger search box doesn't support account hierarchy character ":"

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=338306

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kmy
   ||money/7e618064a3f1b66be776c
   ||1728d5c53638f84d26a
   Version Fixed In||4.8.2

--- Comment #2 from Ralf Habacker  ---
Git commit 7e618064a3f1b66be776c1728d5c53638f84d26a by Ralf Habacker.
Committed on 14/11/2017 at 20:37.
Pushed by habacker into branch '4.8'.

Fix 'Ledger search box doesn't support account hierarchy character ":"'

Summary:
FIXED-IN:4.8.2

Test Plan: tested with branch 4.8

Reviewers: #kmymoney

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

M  +14   -0kmymoney/widgets/transaction.cpp

https://commits.kde.org/kmymoney/7e618064a3f1b66be776c1728d5c53638f84d26a

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

[konsole] [Bug 343539] "Draw intense colors in bold font" not respected with a fresh installation

2017-11-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=343539

--- Comment #22 from Nate Graham  ---
Yes, that was my conclusion, since all the most recent comments were describing
the bug I duped this to.

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

[kmymoney] [Bug 387072] Slow switch to ledgerview

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=387072

Ralf Habacker  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Ralf Habacker  ---
https://phabricator.kde.org/p/mcherey/

After debugging I saw that problem is in Register::resize that every time goes
through all 5k entries for each visible columns and calculating minimal width
of column by rendering its text. Register::resize is called about 4 times per
first switch (3 times with 'force==true' flag, so guard at the beginning of the
function doesn't help us).
So this little optimization makes it possible to call Register::resize as much
as you want and it won't affect performance if nothing changed in items.

review https://phabricator.kde.org/D8507

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

[kmymoney] [Bug 387072] New: Slow switch to ledgerview

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=387072

Bug ID: 387072
   Summary: Slow switch to ledgerview
   Product: kmymoney
   Version: 4.8.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

from https://phabricator.kde.org/p/mcherey/

This bug was annoying me for a long time. I use kmymoney for several years and
I have about 15k entries (about 5k per one account). Every first switch to
ledger view takes ~5s. (package from repo, version 4.6) I was pretty sure that
I don't have so much data to process so long.

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

[konsole] [Bug 343539] "Draw intense colors in bold font" not respected with a fresh installation

2017-11-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343539

--- Comment #21 from Christoph Feck  ---
Since this ticket is older than the issue referenced in comment #20, which is
the result of a change in Qt 5.8, it cannot be a duplicate.

Let's hope the original issue just vanished.

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

[k3b] [Bug 382506] Impossible to save an ISO file to an empty folder on Gnome

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382506

--- Comment #26 from Dr. Chapatin  ---
(In reply to Ernestas Kulik from comment #25)
> there seems to be another bug
> somewhere, preventing the file name to be set
> (gtk_file_chooser_set_current_name() is called before setting the action,
> maybe?).

I noticed k3b does not add .iso extension to the file name.
Is this the problem you are referring to?

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

[kdeplasma-addons] [Bug 382262] Media frame plasmoid causes plasmashell memory leak

2017-11-18 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=382262

--- Comment #5 from Kishore Gopalakrishnan  ---
Bug #386844 (the issue #381000 this is marked as a duplicate of was forked into
two separate bugs for the memory issue and the CPU usage issue) has been marked
as fixed in Qt version 5.9.2. However, I am still able to reproduce this issue
with the following software versions:

Plasmashell: 5.11.3
Qt5: 5.9.2
Frameworks: 5.40.0
Distro: Arch Linux

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

[krita] [Bug 383894] ALT+Color Picker fails to pick correct color in Wrap Around mode

2017-11-18 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=383894

Alvin Wong  changed:

   What|Removed |Added

 CC||alvinhoc...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Alvin Wong  ---
Confirmed. It really only happens with negative coordinates, which is probably
a rounding error like Bug 367943.

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

[krita] [Bug 387071] New: Bristle engine performance issues in wrap around mode

2017-11-18 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=387071

Bug ID: 387071
   Summary: Bristle engine performance issues in wrap around mode
   Product: krita
   Version: 3.3.2
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Brush engines
  Assignee: krita-bugs-n...@kde.org
  Reporter: alvinhoc...@gmail.com
  Target Milestone: ---

Bristle engine performance is very bad when drawn outside of main canvas in
wrap around mode, unlike when drawing inside the main canvas area it is very
smooth.

Also affects master.

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

[krita] [Bug 387070] Bristle engine creates artifacts when drawn on negative coords in wrap around mode

2017-11-18 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=387070

Alvin Wong  changed:

   What|Removed |Added

   Platform|Other   |MS Windows
 OS|Linux   |MS Windows

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

[krita] [Bug 387070] New: Bristle engine creates artifacts when drawn on negative coords in wrap around mode

2017-11-18 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=387070

Bug ID: 387070
   Summary: Bristle engine creates artifacts when drawn on
negative coords in wrap around mode
   Product: krita
   Version: 3.3.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Brush engines
  Assignee: krita-bugs-n...@kde.org
  Reporter: alvinhoc...@gmail.com
  Target Milestone: ---

Created attachment 108948
  --> https://bugs.kde.org/attachment.cgi?id=108948&action=edit
artifacts

The preset Bristle_Squared displays the behaviour easily.

Actually, it seems to also produce some artifacts inside the main canvas, but
it's much worse when outside and on negative coordinates.

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

[Breeze] [Bug 355540] Tooltips color wrong in gtk applications

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=355540

Dr. Chapatin  changed:

   What|Removed |Added

 CC||smih...@gmail.com

--- Comment #37 from Dr. Chapatin  ---
*** Bug 372956 has been marked as a duplicate of this bug. ***

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

[Breeze] [Bug 372956] Tooltip text missing or unreadable on KDE 5 Plasma

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=372956

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dr. Chapatin  ---


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

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

[kate] [Bug 372503] SUGGESTION: KATE Single click on line number selects line

2017-11-18 Thread yereverluvinunclebert
https://bugs.kde.org/show_bug.cgi?id=372503

--- Comment #1 from yereverluvinunclebert  ---
This would be a very tiny change and a very useful one. Will no-one recognise
this?

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

[krita] [Bug 384231] Bristle engine rotation ignores drawing angle

2017-11-18 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=384231

Alvin Wong  changed:

   What|Removed |Added

 CC||alvinhoc...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Alvin Wong  ---
Reproduced also on 3.3.2

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

[Breeze] [Bug 379299] visual glitch in GTK file dialog

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=379299

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Dr. Chapatin  ---
Created attachment 108947
  --> https://bugs.kde.org/attachment.cgi?id=108947&action=edit
screencast on plasma 5.11.3

plasma 5.11.3 on Arch Linux has the same bug.
Watch my screecast please.

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

[krita] [Bug 387069] New: Bristle_Large preset has weird tilt direction curve for rotation setting

2017-11-18 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=387069

Bug ID: 387069
   Summary: Bristle_Large preset has weird tilt direction curve
for rotation setting
   Product: krita
   Version: 3.3.2
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: alvinhoc...@gmail.com
  Target Milestone: ---

Created attachment 108946
  --> https://bugs.kde.org/attachment.cgi?id=108946&action=edit
current setting

One would think it should be set to a straight linear curve, but it's not.

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

[Breeze] [Bug 355540] Tooltips color wrong in gtk applications

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=355540

Dr. Chapatin  changed:

   What|Removed |Added

 CC||emailm...@protonmail.com

--- Comment #36 from Dr. Chapatin  ---
*** Bug 368208 has been marked as a duplicate of this bug. ***

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

[Breeze] [Bug 368208] Unreadable tooltips on GTK+ 2 applications

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=368208

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Dr. Chapatin  ---


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

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

[plasmashell] [Bug 386472] Plasma crashed when connecting USB device

2017-11-18 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=386472

--- Comment #5 from Christian  ---
*push*

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

[kdialog] [Bug 386864] Some glitches on zoom and zoom-out

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=386864

--- Comment #1 from Dr. Chapatin  ---
Confirmed on Arch Linux, plasma 5.11.3.

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

[valgrind] [Bug 386945] Bogus memcheck errors on ppc64(le) when using strcmp() with gcc-7

2017-11-18 Thread Aaron Sawdey
https://bugs.kde.org/show_bug.cgi?id=386945

Aaron Sawdey  changed:

   What|Removed |Added

 CC||acsaw...@linux.vnet.ibm.com

--- Comment #13 from Aaron Sawdey  ---
The unaligned ldbrx are expected -- there is not much penalty for doing this on
power7/power8 so it's faster for these short comparisons to just do it possibly
unaligned rather than have the extra branches and code to do a partial
comparison to get one/both arguments aligned.

Targeting power8 we can generate overlapping unaligned ldbrx to avoid having to
do multiple smaller loads or a shift/mask to compare something less than a
doubleword at the end. Power7 doesn't like that so there we do the shift/mask.

Doing the full doubleword compare first means that in the equality case I can
check for zero byte with just one cmpb. In the case where the doublewords are
not equal then two cmpb are needed, one to compare the string data and the
other to check just one of them for a zero byte. 

  The code that generates this is in expand_strn_compare() in rs6000.c (gcc 7)
or rs6000-string.c (gcc 8).

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

[Breeze] [Bug 387068] ISO file icon becomes wrong after I use an action from dolphin context menu

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=387068

Dr. Chapatin  changed:

   What|Removed |Added

Version|5.10.4  |5.11.3

--- Comment #1 from Dr. Chapatin  ---
Breeze dark is affected too.
Reproducible on Arch Linux (plasma 5.11.3) and neon dev unstable.

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

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2017-11-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=387061

Christophe Giboudeaux  changed:

   What|Removed |Added

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

--- Comment #4 from Christophe Giboudeaux  ---
14:32:41 - kmail2(30224) - org.kde.pim.messagelist:
MessageList::Core::View::mousePressEvent: Left hit with
selectedIndexes().count() ==  3
14:32:41 - kmail2(30224) - org.kde.pim.messagelist:
MessageList::Core::View::slotSelectionChanged: View message selected [
"[opensuse-factory] New Tumbleweed snapshot 20171117 released!" ]
14:32:41 - kmail2(30224) - org.kde.pim.kmail: KMReaderWin::setMessage: void
KMReaderWin::setMessage(const Akonadi::Item &, MimeTreeParser::UpdateMode)
QSplitter(0x164f310, name="splitter2")
14:32:41 - kmail2(30224) -  : Empty filename passed to function
14:32:41 - kmail2(30224) -  : Empty filename passed to function
14:32:41 - kmail2(30224) -  : Empty filename passed to function
14:32:41 - kmail2(30224) -  : Empty filename passed to function
14:32:41 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::setNodeUnprocessed: Node UNprocessed: 
0x7fa7500d5bf0
14:32:41 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::setNodeUnprocessed: Node UNprocessed: 
0x7fa7500d5bf0
14:32:41 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::setNodeDisplayedEmbedded: SET NODE:  0x7fa7500d5bf0
true
14:32:41 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::setNodeDisplayedEmbedded: SET NODE:  0x7fa7500d5bf0
true
14:32:41 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::setNodeDisplayedEmbedded: SET NODE:  0x7fa7500d5bf0
true
14:32:41 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::setNodeProcessed: Node processed:  ""
"Content-Type: text/plain; charset=\"us-ascii\""
14:32:41 - kmail2(30224) - org.kde.pim.messageviewer.semantic:
SemanticRenderer::render: = Semantic
Rendering
14:32:41 - kmail2(30224) -  : Empty filename passed to function
14:32:41 - kmail2(30224) -  : Empty filename passed to function
14:32:41 - kmail2(30224) -  : Empty filename passed to function
[cut]
14:32:44 - kmail2(30224) -  : Empty filename passed to function
14:32:44 - kmail2(30224) -  : Empty filename passed to function
14:32:44 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::overallEncryptionState: 

  KMMsgEncryptionState: 78
14:32:44 - kmail2(30224) - org.kde.pim.mimetreeparser:
MimeTreeParser::NodeHelper::overallSignatureState: 

  KMMsgSignatureState: 78
14:32:44 - kmail2(30224) - org.kde.pim.webengineviewer:
WebEngineViewer::WebEngineView::relativePosition: Relative Position -1
14:32:44 - kmail2(30224) - org.kde.pim.gravatar:
Gravatar::GravatarCache::loadGravatarPixmap:  hashStr
"e479a3497689cc53440f813115e566c3b8ae2aa06f49fd2939920d760a381b15"

(and the content isn't displayed)

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

[Breeze] [Bug 387068] New: ISO file icon becomes wrong after I use an action from dolphin context menu

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=387068

Bug ID: 387068
   Summary: ISO file icon becomes wrong after I use an action from
dolphin context menu
   Product: Breeze
   Version: 5.10.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: bugsefor...@gmx.com
CC: kain...@gmail.com
  Target Milestone: ---

Created attachment 108945
  --> https://bugs.kde.org/attachment.cgi?id=108945&action=edit
screenshot

open dolphin
right click an ISO disc image file
select some action (I tested "burn disc image with k3b")
back to dolphin, open another location using the same dolphin window/tab
back to folder where your ISO file is placed clicking on left arrow on upper
left corner
My acreenshot shows the wrong icon.
The icon becomes correct after press F5.

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

[digikam] [Bug 387004] Rename on import is inconsistent jpg to raw

2017-11-18 Thread Mick Sulley
https://bugs.kde.org/show_bug.cgi?id=387004

--- Comment #5 from Mick Sulley  ---
I agree that the red ones will not be renamed, but I would have thought it
should be possible to rename the black ones.

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

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2017-11-18 Thread EGD
https://bugs.kde.org/show_bug.cgi?id=387061

EGD  changed:

   What|Removed |Added

 CC||egdf...@opensuse.org

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

[gwenview] [Bug 150569] folder pane: provide optional flat view (MC like)

2017-11-18 Thread lord rel
https://bugs.kde.org/show_bug.cgi?id=150569

lord rel  changed:

   What|Removed |Added

 CC||lord_...@hotmail.com

--- Comment #2 from lord rel  ---
I would also like column view in the folder pane of gwenview

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

[digikam] [Bug 387004] Rename on import is inconsistent jpg to raw

2017-11-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=387004

--- Comment #4 from Maik Qualmann  ---
This is not a bug, the red filenames indicate that a rename problem would
occur. Either the file names are duplicated by the renaming syntax or a file
with the name already exists in the directory.

Maik

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

[k3b] [Bug 382636] K3b unnecessarily opens device notifier in specific circumstances

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382636

Dr. Chapatin  changed:

   What|Removed |Added

Summary|K3b opens device notifier   |K3b unnecessarily opens
   |when starts erase/format|device notifier in specific
   |rewritable disc |circumstances

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

[k3b] [Bug 382636] K3b opens device notifier when starts erase/format rewritable disc

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382636

--- Comment #8 from Dr. Chapatin  ---
Created attachment 108944
  --> https://bugs.kde.org/attachment.cgi?id=108944&action=edit
dialog about not-empty rewritable disc

k3b 17.12 beta also opens device notificer when I click "eject" button in
dialog about not-empty rewritable disc (see the screenshot).

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

[gwenview] [Bug 373629] Filename in move/copy/link dialogs missing for GTK2 platformtheme/QPA

2017-11-18 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=373629

Henrik Fehlauer  changed:

   What|Removed |Added

Summary|Filename in move file   |Filename in move/copy/link
   |dialog is not set to actual |dialogs missing for GTK2
   |filename|platformtheme/QPA
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|UPSTREAM|---

--- Comment #20 from Henrik Fehlauer  ---
Thanks for your continued investigations, Oded. Did some more testing and
discovered it can be misleading to use XDG_CURRENT_DESKTOP=gnome, because
depending on distro and env this results in either a GTK2 or a GTK3 dialog
(i.e. scratch my previous finding about this being a GTK3 regression).

Proper test matrix, confirming your observations:

BROKEN:
QT_QPA_PLATFORMTHEME=gtk2 gwenview ~/Pictures

WORKING:
QT_QPA_PLATFORMTHEME=gtk2 kdialog --getsavefilename ~/file.ext
QT_QPA_PLATFORMTHEME=gtk2 kate ~/file.ext
QT_QPA_PLATFORMTHEME=gtk3 gwenview ~/Pictures
QT_QPA_PLATFORMTHEME=gtk3 kdialog --getsavefilename ~/file.ext
QT_QPA_PLATFORMTHEME=gtk3 kate ~/file.ext

This is a bit weird, I wonder why that is. Maybe because kdialog is a
standalone app? However, testing with Kate (open file, trigger "save as"), GTK2
also works. I guess the next step would be to compare the code snippets
responsible for opening the dialog in Gwenview and Kate respectively (let me
know if you are interested and need help in getting started with this). Note
this does not yet mean Gwenview is at fault :)

In general Gwenview is supposed to work in a GTK environment, but I'm not sure
which desktops are still stuck on GTK2 and have no plans of migrating to GTK3.
I'm reopening and adapting the title a bit, but I don't think the issue is of
high priority and users can set GTK3 for Gwenview as a workaround for now.

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

[kdevelop] [Bug 386969] KDevelop keeps crashing since the 5.2 upgrade [Php::VariableDeclaration::isVariadic]

2017-11-18 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=386969

--- Comment #8 from Sven Brauch  ---
git clone git://anongit.kde.org/kdev-php
cd kdev-php
mkdir build; cd build; cmake .. -DCMAKE_INSTALL_PREFIX=
make install

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

[kdevelop] [Bug 386969] KDevelop keeps crashing since the 5.2 upgrade [Php::VariableDeclaration::isVariadic]

2017-11-18 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=386969

--- Comment #7 from Julio J.  ---
@Sven Brauch: Thanks, that was my plan.

@Kevin Funk: I've managed to compile KDevelop from sources with debug symbols,
the kdev-php isn't included, and I can't find a way to include it. Could you
point me to somewhere where I can read how to compile it w/ PHP support? All
resources I could find were for KDevelop4 :(

Thanks!

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

[k3b] [Bug 387054] Bad columns width in audio cd and mixed mode cd projects

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=387054

Dr. Chapatin  changed:

   What|Removed |Added

Summary|Bad columns width   |Bad columns width in audio
   ||cd and mixed mode cd
   ||projects

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

[gwenview] [Bug 379051] Background not cleared properly, older image shown in background

2017-11-18 Thread Martin Ueding
https://bugs.kde.org/show_bug.cgi?id=379051

--- Comment #4 from Martin Ueding  ---
It appears after going through hundreds of images. So I fear one would have to
set an upper bound to something like 1000. But since it does not occur every
single time, it might be hard to deterministically reproduce it.

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

[plasmashell] [Bug 387067] New: the application crashes after install updates

2017-11-18 Thread Pali
https://bugs.kde.org/show_bug.cgi?id=387067

Bug ID: 387067
   Summary: the application crashes after install updates
   Product: plasmashell
   Version: 5.11.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: pstr...@pobox.sk
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.11.0)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.11-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:
The application  crashes after install updates system packages

The crash can be reproduced sometimes.

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

Thread 8 (Thread 0x7fb02b849700 (LWP 2517)):
#0  0x7ffeef5e2979 in  ()
#1  0x7ffeef5e2c30 in clock_gettime ()
#2  0x7fb0f386bd26 in clock_gettime () at /lib64/libc.so.6
#3  0x7fb0f417c0b1 in  () at /usr/lib64/libQt5Core.so.5
#4  0x7fb0f417a989 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#5  0x7fb0f417af05 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#6  0x7fb0f417c9ec in  () at /usr/lib64/libQt5Core.so.5
#7  0x7fb0ee849688 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#8  0x7fb0ee84a07b in  () at /usr/lib64/libglib-2.0.so.0
#9  0x7fb0ee84a25c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#10 0x7fb0f417c69b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#11 0x7fb0f412534a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#12 0x7fb0f3f5531a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#13 0x7fb02d3aef67 in KCupsConnection::run() () at
/usr/lib64/libkcupslib.so
#14 0x7fb0f3f59d2e in  () at /usr/lib64/libQt5Core.so.5
#15 0x7fb0f310d558 in start_thread () at /lib64/libpthread.so.0
#16 0x7fb0f385e43f in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7fb03e80a700 (LWP 2446)):
#0  0x7fb0ee88f714 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7fb0ee849678 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#2  0x7fb0ee84a07b in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7fb0ee84a25c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7fb0f417c69b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7fb0f412534a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7fb0f3f5531a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7fb0f7c2f342 in  () at /usr/lib64/libQt5Quick.so.5
#8  0x7fb0f3f59d2e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fb0f310d558 in start_thread () at /lib64/libpthread.so.0
#10 0x7fb0f385e43f in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7fb0ce990700 (LWP 2368)):
#0  0x7fb0f311382d in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fb0f98fd8e4 in  () at /usr/lib64/libQt5Script.so.5
#2  0x7fb0f98fd929 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7fb0f310d558 in start_thread () at /lib64/libpthread.so.0
#4  0x7fb0f385e43f in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7fb0d8de4700 (LWP 2366)):
#0  0x7fb0ee88f6f9 in g_mutex_lock () at /usr/lib64/libglib-2.0.so.0
#1  0x7fb0ee849693 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#2  0x7fb0ee84a07b in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7fb0ee84a25c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7fb0f417c69b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7fb0f412534a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7fb0f3f5531a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7fb0f708a705 in  () at /usr/lib64/libQt5Qml.so.5
#8  0x7fb0f3f59d2e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fb0f310d558 in start_thread () at /lib64/libpthread.so.0
#10 0x7fb0f385e43f in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7fb0dbfff700 (LWP 2358)):
#0  0x7fb0f3853c8b in poll () at /lib64/libc.so.6
#1  0x7fb0ee84a149 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fb0ee84a25c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fb0f417c69b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7fb0f412534a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7fb0f3f5531a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7fb0f708a705 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7fb0f3f59d2

[gwenview] [Bug 387060] Shortcut Maj+Del used for 2 actions Cut / Delete

2017-11-18 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=387060

Henrik Fehlauer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||rk...@lab12.net

--- Comment #1 from Henrik Fehlauer  ---


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

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

[gwenview] [Bug 377880] Gwenview There are two actions (Cut, Delete)

2017-11-18 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=377880

Henrik Fehlauer  changed:

   What|Removed |Added

 CC||franc...@duretz.net

--- Comment #34 from Henrik Fehlauer  ---
*** Bug 387060 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 379051] Background not cleared properly, older image shown in background

2017-11-18 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=379051

--- Comment #3 from Henrik Fehlauer  ---
Thanks for the update. Could you detail what should be assumed as a upper limit
for "a lot of images" :) ? 10, 100, 1000?

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

[gwenview] [Bug 379051] Background not cleared properly, older image shown in background

2017-11-18 Thread Martin Ueding
https://bugs.kde.org/show_bug.cgi?id=379051

Martin Ueding  changed:

   What|Removed |Added

Version|16.12.0 |17.08.2

--- Comment #2 from Martin Ueding  ---
I have just tried again. My pictures have a general layout of
`YEAR/YEARMONTHDAY-EVENT/*.jpg`. I have quickly moved (faster than they could
be loaded) through some directory with 16 megapixel images. Then I moved
through some other directories with smaller images and eventually the error
occured.

I tried that again with smaller images, but it did not happen.

So I would think that it is some sort of race condition and/or some memory
issue where this problem only occurs only after going through a lot of images.

I've updated the version to 17.08.02 as you have seen it with that version.

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

[konqueror] [Bug 387066] New: Crash when closing tab

2017-11-18 Thread anders
https://bugs.kde.org/show_bug.cgi?id=387066

Bug ID: 387066
   Summary: Crash when closing tab
   Product: konqueror
   Version: unspecified
  Platform: Slackware Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konq-b...@kde.org
  Reporter: and...@fam-bjork.se
  Target Milestone: ---

Application: konqueror (4.14.13)
KDE Platform Version: 4.14.32
Qt Version: 4.8.7
Operating System: Linux 4.4.88 x86_64
Distribution (Platform): Slackware Packages

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

Closing tab with "ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.0.tar.gz";. Restarted
and the same happens over and over again.

The crash can be reproduced every time.

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

Thread 5 (Thread 0x7f374af13700 (LWP 2263)):
#0  0x7f37b3f4136f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f37a76f3441 in  () at /usr/lib64/qt/lib/libQtWebKit.so.4
#2  0x7f37a79f5216 in  () at /usr/lib64/qt/lib/libQtWebKit.so.4
#3  0x7f37b3f3b684 in start_thread () at /lib64/libpthread.so.0
#4  0x7f37b2482efd in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f3750923700 (LWP 2245)):
#0  0x7f37b247730d in poll () at /lib64/libc.so.6
#1  0x7f37aeb9b964 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f37aeb9ba6c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f37b43100ce in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/qt/lib/libQtCore.so.4
#4  0x7f37b42e05d1 in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#5  0x7f37b42e08e5 in
QEventLoop::exec(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#6  0x7f37b41d9c39 in QThread::exec() () at
/usr/lib64/qt/lib/libQtCore.so.4
#7  0x7f37b41dc3bc in  () at /usr/lib64/qt/lib/libQtCore.so.4
#8  0x7f37b3f3b684 in start_thread () at /lib64/libpthread.so.0
#9  0x7f37b2482efd in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f3751124700 (LWP 2244)):
#0  0x7f37b247730d in poll () at /lib64/libc.so.6
#1  0x7f37aeb9b964 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f37aeb9ba6c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f37b43100ce in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/qt/lib/libQtCore.so.4
#4  0x7f37b42e05d1 in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#5  0x7f37b42e08e5 in
QEventLoop::exec(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#6  0x7f37b41d9c39 in QThread::exec() () at
/usr/lib64/qt/lib/libQtCore.so.4
#7  0x7f37b42c1733 in  () at /usr/lib64/qt/lib/libQtCore.so.4
#8  0x7f37b41dc3bc in  () at /usr/lib64/qt/lib/libQtCore.so.4
#9  0x7f37b3f3b684 in start_thread () at /lib64/libpthread.so.0
#10 0x7f37b2482efd in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f3793685700 (LWP 2243)):
#0  0x7f37b3f4136f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f37a79c3d9d in  () at /usr/lib64/qt/lib/libQtWebKit.so.4
#2  0x7f37a79c3df9 in  () at /usr/lib64/qt/lib/libQtWebKit.so.4
#3  0x7f37b3f3b684 in start_thread () at /lib64/libpthread.so.0
#4  0x7f37b2482efd in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f37b593e780 (LWP )):
[KCrash Handler]
#6  0x7f37b54413a0 in KXMLGUIFactory::removeClient(KXMLGUIClient*) () at
/usr/lib64/libkdeui.so.5
#7  0x7f37956ee9a4 in  () at /usr/lib64/kde4/arkpart.so
#8  0x7f37956eea29 in  () at /usr/lib64/kde4/arkpart.so
#9  0x7f379d117642 in  () at /usr/lib64/libkdeinit4_konqueror.so
#10 0x7f379d117929 in  () at /usr/lib64/libkdeinit4_konqueror.so
#11 0x7f379d123255 in  () at /usr/lib64/libkdeinit4_konqueror.so
#12 0x7f379d123353 in  () at /usr/lib64/libkdeinit4_konqueror.so
#13 0x7f379d1233b9 in  () at /usr/lib64/libkdeinit4_konqueror.so
#14 0x7f379d1555b6 in  () at /usr/lib64/libkdeinit4_konqueror.so
#15 0x7f379d1558f9 in  () at /usr/lib64/libkdeinit4_konqueror.so
#16 0x7f37b42fa958 in QObject::event(QEvent*) () at
/usr/lib64/qt/lib/libQtCore.so.4
#17 0x7f37b348ac0c in QWidget::event(QEvent*) () at
/usr/lib64/qt/lib/libQtGui.so.4
#18 0x7f37b384b6f3 in QMainWindow::event(QEvent*) () at
/usr/lib64/qt/lib/libQtGui.so.4
#19 0x7f37b5437909 in KXmlGuiWindow::event(QEvent*) () at
/usr/lib64/libkdeui.so.5
#20 0x7f379d168d8c in  () at /usr/lib64/libkdeinit4_konqueror.so
#21 0x7f37b343748c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/qt/lib/libQtGui.so.4
#22 0x7f37b343df5c in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/qt/lib/libQtGui.so.4
#23 0x7f37b53408a

[Breeze] [Bug 387050] Visually differentiate System Settings icon and Konsole icon

2017-11-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=387050

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2017-11-18 Thread Christian Boltz
https://bugs.kde.org/show_bug.cgi?id=387061

Christian Boltz  changed:

   What|Removed |Added

 CC||kde-b...@cboltz.de

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

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2017-11-18 Thread Huw
https://bugs.kde.org/show_bug.cgi?id=387061

Huw  changed:

   What|Removed |Added

 CC||h...@synapticsilence.net

--- Comment #3 from Huw  ---
Confirmed here on the same configuration.

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

[digikam] [Bug 387004] Rename on import is inconsistent jpg to raw

2017-11-18 Thread Mick Sulley
https://bugs.kde.org/show_bug.cgi?id=387004

--- Comment #3 from Mick Sulley  ---
Just noticed something else whilst renaming.  If I select several images where
some can be renamed and for others the name is already correct, the 'renames'
show black and the 'already correct' show red, but the 'OK' button is greyed
out, so I have to select just the ones which need to be renamed, which is a
problem as I don't know which ones they are until I try to rename them.

Should I create another bug for this?

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

[korganizer] [Bug 387065] New: all events appear in the same color

2017-11-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387065

Bug ID: 387065
   Summary: all events appear in the same color
   Product: korganizer
   Version: 5.5.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: otherviews
  Assignee: kdepim-b...@kde.org
  Reporter: eduardo.de-j...@adslmail.es
  Target Milestone: ---

Created attachment 108943
  --> https://bugs.kde.org/attachment.cgi?id=108943&action=edit
korganizer screenshot

I use gmail calendar to keep korganizer synchronized with my mobile and tablet.

Different colors are selected for the contacts, Spanish holidays, etc. but
these different colors do not reflect in the "month view", all the entries show
in green.

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

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2017-11-18 Thread Bruno Friedmann
https://bugs.kde.org/show_bug.cgi?id=387061

Bruno Friedmann  changed:

   What|Removed |Added

 CC||br...@ioda-net.ch

--- Comment #2 from Bruno Friedmann  ---
The test message is precisely located at
https://lists.opensuse.org/opensuse-factory/2017-11/msg00487.html

It's a 1.06MB text (or see the attachement here)

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

[digikam] [Bug 387004] Rename on import is inconsistent jpg to raw

2017-11-18 Thread Mick Sulley
https://bugs.kde.org/show_bug.cgi?id=387004

--- Comment #2 from Mick Sulley  ---
Thanks Maik, looking forward to the next release!

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

[krita] [Bug 387033] Krita crash when applying certain g'mic layer filters

2017-11-18 Thread Nicholas LaPointe
https://bugs.kde.org/show_bug.cgi?id=387033

--- Comment #7 from Nicholas LaPointe  ---
(In reply to Alvin Wong from comment #6)
> Hi Nicholas, since I saw that you've fixed a few things regarding gmic-qt in
> the past, perhaps you will know better than me?

I looked at this a bit and am not sure how to fix it myself, but I'll tell you
what I found.

There are separate enumerations for InputLayerMode and OutputMode inside of
gmic.h that respectively match the "Input layers..." and "Output mode..."
controls inside of G'MIC-Qt.
Krita receives the correct OutputMode value when getting a
"gmic_qt_output_images" message. It stores the value to m_outputMode (QMic.cpp
line 245).
(m_outputMode is never used for anything (it's only set, then set again if its
value wasn't IN_PLACE), since Krita only supports IN_PLACE (I believe it was
that way before G'MIC-Qt, as well.))

Similarly, the "gmic_qt_get_cropped_images" message leads to properly setting
m_inputMode with an InputLayerMode.
This value is used to generate a QList of the nodes which will be sent to G'MIC
for processing (QMic.cpp line 398), and also for knowing what nodes will
receive an image from G'MIC (QMic.cpp line 382).


When running the "Blend [standard]" filter with two layers in the document and
the ALL_LAYERS input mode, G'MIC gets two images and produces one.
When we get the image back from G'MIC, we'll get to the above-mentioned line
382, which will end up causing Krita to try to apply images to two layers.
Since there was only one image from G'MIC, Krita crashes.

The same filter can also return, for example, two images given four input
images, so placing the results into the correct layers may have to be taken
into account when coming up with a fix.

(Krita (1fbbed33e6cbc22debfca29fe995772977d4fefe, before G'MIC-Qt) had
different behavior when compared to GIMP with G'MIC-Qt in regards to the
deletion of layers after running the filter, so I suspect that it may have put
the results into the wrong layers. I haven't done much to check this in any
way, however.)


Let me know if there is anything that needs more explanation or testing.

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

[dolphin] [Bug 387064] New: Dolphin high cpu usage when system has high IO activity

2017-11-18 Thread Marco polo
https://bugs.kde.org/show_bug.cgi?id=387064

Bug ID: 387064
   Summary: Dolphin high cpu usage when system has high IO
activity
   Product: dolphin
   Version: 16.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: rjmal...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

High system IO activity (for ex running 'make -j 2 install') causes Dolphin cpu
usage to go up to 5%,so if i have 4 instances open,dolphin ends up taking 20 %,

it may be due to inotify watch events hammering dolphin,from the code it looks
like directory watches are added for counting directory items, -- but i could
be very wrong here,not familiar with the source.

any case plz fix this.its annoying to see dolphin taking up 10 - 20 % doing
nothing when doing something cpu intensive.

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

[amarok] [Bug 334774] JJ: UmsCollection scan locks UI (Amarok reads metadata twice)

2017-11-18 Thread Maik
https://bugs.kde.org/show_bug.cgi?id=334774

Maik  changed:

   What|Removed |Added

 CC||k...@hoffmanndigital.de

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

[kmymoney] [Bug 386462] Yahoo Quote Updates quit working

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=386462

--- Comment #35 from Ralf Habacker  ---

> By FIXED RESOLVED 4.8.2, do you mean the stock quote updates are also fixed
> over and above currency quotes?
yes

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

[kmymoney] [Bug 386462] Yahoo Quote Updates quit working

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=386462

--- Comment #34 from Ralf Habacker  ---
(In reply to Pete from comment #32)
> Created attachment 10 [details]
> Patched as per comment #29 Yahoo Currency settings
> 
> Previous quote of November 10 2017 was manually updated.

see comment 33

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

[kmymoney] [Bug 386462] Yahoo Quote Updates quit working

2017-11-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=386462

--- Comment #33 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #29)
> 1. Start KMyMoney
> 2. In "online price entry" tab of settings dialog change "Yahoo Currency"
> to: 
> 
> url: https://fx-rate.net/%1/%2
> price: 1\s[^=]+\s=\s([^\s]+)
> date: updated\s\d+:\d+:\d+\(\w+\)\s+(\d{1,2}/\d{2}/\d{4})
> dateformat: %d/%m/%y
skip html stripping need to be checked too

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

[okular] [Bug 169847] split view feature

2017-11-18 Thread jack_sprat
https://bugs.kde.org/show_bug.cgi?id=169847

jack_sprat  changed:

   What|Removed |Added

 CC||ho...@spliced.me.uk

--- Comment #23 from jack_sprat  ---
This enhancement has great potential - it gets my vote!

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

[kdevelop] [Bug 386421] IDefinesAndIncludesManager does not differentiate system and local includes (-isystem vs -I) retrieved from the build system, causing issues with C++ code completion

2017-11-18 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=386421

--- Comment #9 from Sven Brauch  ---
If you want to fix this, I think you need to do three things:

 1) add an API function systemIncludes() to IDefinesAndIncludesManager
 2) in MakeFileResolver::processOutput, differentiate -I and -isystem (like it
differentiates -I and -iframework already)
 3) Refactor how appendPaths() works in ClangParsingEnvironment, because it
currently assumes "everything in the project dir is a non-system include".

All this is just from a quick look and could be wrong ... but it would be very
nice if you want to have a look at this!

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

[frameworks-kcoreaddons] [Bug 387006] Failing tests in master

2017-11-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=387006

--- Comment #4 from Christophe Giboudeaux  ---
... and just after writing the comment, I wiped the build dir and restarted
from scratch and now I have a 3rd failure :
# ./kpluginmetadatatest 
* Start testing of KPluginMetaDataTest *
Config: Using QtTest library 5.10.0, Qt 5.10.0 (x86_64-little_endian-lp64
shared (dynamic) release build; by GCC 7.2.1 20171020 [gcc-7-branch revision
253932])
PASS   : KPluginMetaDataTest::initTestCase()
PASS   : KPluginMetaDataTest::testFromPluginLoader()
PASS   : KPluginMetaDataTest::testAllKeys()
PASS   : KPluginMetaDataTest::testTranslations()
PASS   : KPluginMetaDataTest::testReadStringList()
PASS   : KPluginMetaDataTest::testFromDesktopFile()
PASS   : KPluginMetaDataTest::twoStepsParseTest()
PASS   : KPluginMetaDataTest::testServiceType()
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive
message: "Illegal .desktop group definition (does not end with ']'):
"[PropertyDef::MissingTerminator""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive
message: "Illegal .desktop group definition (does not end with ']'):
"[PropertyDef::""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive
message: "Illegal .desktop group definition (does not end with ']'): "[""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive
message: "Read empty .desktop file group name! Invalid file?"
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive any
message matching: "Skipping invalid group "" in service type
".*/bad-groups-servicetype.desktop""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive any
message matching: "Skipping invalid group
"DoesNotStartWithPropertyDef::SomeOtherProperty" in service type
".+/data/servicetypes/bad-groups-servicetype.desktop""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive
message: "Could not find Type= key in group "PropertyDef::MissingType""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive any
message matching: "Property type "integer" is not a known QVariant type. Found
while parsing property definition for "InvalidType" in
".+/data/servicetypes/bad-groups-servicetype.desktop""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive any
message matching: ".+/data/servicetypes/bad-groups-input.desktop:\d+: Key name
is missing: "=11""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive any
message matching: ".+/data/servicetypes/bad-groups-input.desktop:\d+: Key name
is missing: "=13""
INFO   : KPluginMetaDataTest::testBadGroupsInServiceType() Did not receive any
message matching: ".+/data/servicetypes/bad-groups-input.desktop:\d+: Key name
is missing: "=14""
FAIL!  : KPluginMetaDataTest::testBadGroupsInServiceType() Not all expected
messages were received
PASS   : KPluginMetaDataTest::testJSONMetadata()
PASS   : KPluginMetaDataTest::cleanupTestCase()
Totals: 10 passed, 1 failed, 0 skipped, 0 blacklisted, 5ms
* Finished testing of KPluginMetaDataTest *

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

[apper] [Bug 387063] New: Apper crashes on launch on Fedora 27

2017-11-18 Thread Arcadiy Ivanov
https://bugs.kde.org/show_bug.cgi?id=387063

Bug ID: 387063
   Summary: Apper crashes on launch on Fedora 27
   Product: apper
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dantt...@gmail.com
  Reporter: arca...@ivanov.biz
  Target Milestone: ---

Application: apper (0.9.3)

Qt Version: 5.9.2
Frameworks Version: 5.39.0
Operating System: Linux 4.13.12-300.fc27.x86_64 x86_64
Distribution: "Fedora release 27 (Twenty Seven)"

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

Launching the application. This bug is always reproducible on Fedora 27.

The crash can be reproduced every time.

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

Thread 3 (Thread 0x7f0f8bfff700 (LWP 6493)):
#0  0x7f0fa7c318bb in poll () from /lib64/libc.so.6
#1  0x7f0f9fd19ed9 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f0f9fd19fec in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f0fa8a9c35b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f0fa8a4a0ea in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f0fa889b8ba in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f0fac56c479 in QDBusConnectionManager::run() () from
/lib64/libQt5DBus.so.5
#7  0x7f0fa889fb92 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7f0fa4eed609 in start_thread () from /lib64/libpthread.so.0
#9  0x7f0fa7c3de6f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f0f92362700 (LWP 6492)):
#0  0x7f0fa7c318bb in poll () from /lib64/libc.so.6
#1  0x7f0fa45d5fe7 in _xcb_conn_wait () from /lib64/libxcb.so.1
#2  0x7f0fa45d7dda in xcb_wait_for_event () from /lib64/libxcb.so.1
#3  0x7f0f944c4a49 in QXcbEventReader::run() () from
/lib64/libQt5XcbQpa.so.5
#4  0x7f0fa889fb92 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#5  0x7f0fa4eed609 in start_thread () from /lib64/libpthread.so.0
#6  0x7f0fa7c3de6f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f0fb08d7940 (LWP 6491)):
[KCrash Handler]
#6  KCModuleProxy::realModule (this=0x5616028aad60) at
/usr/src/debug/kf5-kcmutils-5.39.0-1.fc27.x86_64/src/kcmoduleproxy.cpp:73
#7  0x56160066f8bb in MainUi::MainUi (this=0x561602848fc0,
parent=) at
/usr/src/debug/apper-0.9.3-0.10.20170226.fc27.x86_64/Apper/MainUi.cpp:48
#8  0x56160067402a in Apper::showUi (this=0x7ffe84d1ca90) at
/usr/src/debug/apper-0.9.3-0.10.20170226.fc27.x86_64/Apper/Apper.cpp:171
#9  0x7f0fa8a7491a in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#10 0x7f0faa8c64df in QApplication::event(QEvent*) () from
/lib64/libQt5Widgets.so.5
#11 0x7f0faa8c06ac in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#12 0x7f0faa8c7ef4 in QApplication::notify(QObject*, QEvent*) () from
/lib64/libQt5Widgets.so.5
#13 0x7f0fa8a4b367 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#14 0x7f0fa8a4daeb in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#15 0x7f0fa8a9c553 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#16 0x7f0f9fd19bb7 in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#17 0x7f0f9fd19f60 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#18 0x7f0f9fd19fec in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#19 0x7f0fa8a9c33f in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#20 0x7f0fa8a4a0ea in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#21 0x7f0fa8a52744 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#22 0x56160066f2b8 in main (argc=, argv=0x7ffe84d1cbd8) at
/usr/src/debug/apper-0.9.3-0.10.20170226.fc27.x86_64/Apper/main.cpp:54

Reported using DrKonqi

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

[LabPlot2] [Bug 386800] Custom fitting often fails

2017-11-18 Thread Stefan Gerlach
https://bugs.kde.org/show_bug.cgi?id=386800

Stefan Gerlach  changed:

   What|Removed |Added

 CC||stefan.gerlach@uni-konstanz
   ||.de

--- Comment #5 from Stefan Gerlach  ---
Created attachment 108942
  --> https://bugs.kde.org/attachment.cgi?id=108942&action=edit
screenshot of test case

I could not reproduce the problem. Attached my screenshot of your test case. Is
there anything i may have missed?

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

[frameworks-kcoreaddons] [Bug 387006] Failing tests in master

2017-11-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=387006

--- Comment #3 from Christophe Giboudeaux  ---
At least, I see consistent failures if I run ctest or the autotest directly :)

If that matters, kcoreaddons is built without the optional fam dependency.

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

[ark] [Bug 385043] Ark : after extraction, clicking on the notification button re-opens the archive instead of target directory

2017-11-18 Thread Mahendra Tallur
https://bugs.kde.org/show_bug.cgi?id=385043

--- Comment #13 from Mahendra Tallur  ---
Thank you for the fix, Elvis :-) Cheers !

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

[LabPlot2] [Bug 379100] generate data from function does nothing

2017-11-18 Thread Stefan Gerlach
https://bugs.kde.org/show_bug.cgi?id=379100

Stefan Gerlach  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |UNCONFIRMED

--- Comment #3 from Stefan Gerlach  ---
I can not reproduce this bug in 2.5RC2 on Windows using exp(x) on row numbers.
Can you give a more detailed description and a screenshot to find the problem?

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

<    1   2   3   >