[valgrind] [Bug 379744] disInstr(arm): unhandled instruction: 0xEEBE2AC6 (vcvt.s32.f32)

2017-05-12 Thread HuanTran
https://bugs.kde.org/show_bug.cgi?id=379744

--- Comment #3 from HuanTran  ---
Seem Release 3.11.0 (22 September 2015) fix this bug

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

[valgrind] [Bug 379744] disInstr(arm): unhandled instruction: 0xEEBE2AC6 (vcvt.s32.f32)

2017-05-12 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379744

Ivo Raisr  changed:

   What|Removed |Added

Summary|disInstr(arm): unhandled|disInstr(arm): unhandled
   |instruction: 0xEEBE2AC6 |instruction: 0xEEBE2AC6
   |(valgrind-3.9.0)|(vcvt.s32.f32)

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

[kdenlive] [Bug 379769] New: Drag and Drop in the custom effects tab doesn't work

2017-05-12 Thread farid
https://bugs.kde.org/show_bug.cgi?id=379769

Bug ID: 379769
   Summary: Drag and Drop in the custom effects tab doesn't work
   Product: kdenlive
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: snd.no...@gmail.com
  Target Milestone: ---

Title says it all. You cant drag the effect to a clip/track as you can from the
effects tab.

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

[valgrind] [Bug 379744] disInstr(arm): unhandled instruction: 0xEEBE2AC6 (valgrind-3.9.0)

2017-05-12 Thread HuanTran
https://bugs.kde.org/show_bug.cgi?id=379744

HuanTran  changed:

   What|Removed |Added

 CC||phongvan1phong...@gmail.com

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

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-05-12 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=368529

Ivo Raisr  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |iv...@ivosh.net
 CC||iv...@ivosh.net
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Ivo Raisr  ---
I will have a look.

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

[valgrind] [Bug 379748] [PATCH] Missing pselect syscall (OS X 10.12)

2017-05-12 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379748

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net

--- Comment #1 from Ivo Raisr  ---
POSIX does not mandate pselect kernel interface; it mandates only pselect
system (library) interface. Therefore placing pselect syscall wrapper in
syswrap-generic. is not very fortunate.
Have a look at other OSes and their kernel interfaces - Linux has pselect6,
Solaris has no pselect at all (libc bases it directly on ppoll). Only *BSD
seems to have the same kernel interface as OS X does.

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

[valgrind] [Bug 379744] disInstr(arm): unhandled instruction: 0xEEBE2AC6 (valgrind-3.9.0)

2017-05-12 Thread HuanTran
https://bugs.kde.org/show_bug.cgi?id=379744

--- Comment #2 from HuanTran  ---
==980== valgrind: Unrecognised instruction at address 0x454ac
(gdb) disas 0x454ac
   0x000454a0 <+324>:   vmul.f64d16, d17, d16
   0x000454a4 <+328>:   vdiv.f64d16, d16, d18
   0x000454a8 <+332>:   vcvt.f32.f64s16, d16
   0x000454ac <+336>:   vcvt.s32.f32s16, s16, #20   <-- this one
   0x000454b0 <+340>:   vmovr3, s16
   0x000454b4 <+344>:   vmovs0, r3
   0x000454b8 <+348>:   vcvt.f64.s32d0, s0

Actually the code cause problem is:
float rad = ...;
int _rad20 = (int)(rad * (1 << 20));

When i change the code to:
int _rad20 = (int)((int)rad * (1 << 20));

valgrind can work without problem, I guest the problem is multiple float with
an int type

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

[plasmashell] [Bug 379768] New: Plasma crashed after clicking on the corner of the application menu

2017-05-12 Thread Christopher Dietz
https://bugs.kde.org/show_bug.cgi?id=379768

Bug ID: 379768
   Summary: Plasma crashed after clicking on the corner of the
application menu
   Product: plasmashell
   Version: 5.9.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: csdietz...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.9.4)

Qt Version: 5.8.0
Frameworks Version: 5.33.0
Operating System: Linux 4.10.11-1-ARCH x86_64
Distribution: "Arch Linux"

-- Information about the crash:
- What I was doing when the application crashed:
I was attempting to  open a program with the application menu and I clicked on
the upper right corner of the menu. The screen flashed black and then a crash
alert dialogue came up.

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

Thread 8 (Thread 0x7fcfc5cf3700 (LWP 1047)):
#0  0x7fd08955337d in read () at /usr/lib/libc.so.6
#1  0x7fd084380aa0 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fd08433c26e in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#3  0x7fd08433c744 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fd08433c8bc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7fd089e7e06b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7fd089e2789a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7fd089c49a73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7fcfc86910a7 in KCupsConnection::run() () at /usr/lib/libkcupslib.so
#9  0x7fd089c4e6d8 in  () at /usr/lib/libQt5Core.so.5
#10 0x7fd088b032e7 in start_thread () at /usr/lib/libpthread.so.0
#11 0x7fd08956154f in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7fcfd9bad700 (LWP 962)):
#0  0x7fd089c45c49 in QMutex::unlock() () at /usr/lib/libQt5Core.so.5
#1  0x7fd089e7d7f1 in  () at /usr/lib/libQt5Core.so.5
#2  0x7fd08433bc8d in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#3  0x7fd08433c6cb in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fd08433c8bc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7fd089e7e06b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7fd089e2789a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7fd089c49a73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7fd08d935fd6 in  () at /usr/lib/libQt5Quick.so.5
#9  0x7fd089c4e6d8 in  () at /usr/lib/libQt5Core.so.5
#10 0x7fd088b032e7 in start_thread () at /usr/lib/libpthread.so.0
#11 0x7fd08956154f in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7fd069d7c700 (LWP 930)):
#0  0x7fd088b09756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fd08f629234 in  () at /usr/lib/libQt5Script.so.5
#2  0x7fd08f629279 in  () at /usr/lib/libQt5Script.so.5
#3  0x7fd088b032e7 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fd08956154f in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7fd06bfff700 (LWP 926)):
#0  0x7fd08955767d in poll () at /usr/lib/libc.so.6
#1  0x7fd08433c7a6 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fd08433c8bc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fd089e7e06b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fd089e2789a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fd089c49a73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fd08cd82025 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7fd089c4e6d8 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fd088b032e7 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fd08956154f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fd0725b7700 (LWP 901)):
#0  0x7fd084381e64 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7fd08433c33a in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#2  0x7fd08433c810 in  () at /usr/lib/libglib-2.0.so.0
#3  0x7fd08433c8bc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7fd089e7e06b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7fd089e2789a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7fd089c49a73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7fd08cd82025 in  () at /usr/lib/libQt5Qml.so.5
#8  0x7fd089c4e6d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7fd088b032e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7fd08956154f in clone () at /usr/lib/libc.so.6

Thread 3 

[kdenlive] [Bug 379767] PNG render error with track effect without compositing transition.

2017-05-12 Thread farid
https://bugs.kde.org/show_bug.cgi?id=379767

--- Comment #1 from farid  ---
Created attachment 105503
  --> https://bugs.kde.org/attachment.cgi?id=105503=edit
bug

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

[kdenlive] [Bug 379767] PNG render error with track effect without compositing transition.

2017-05-12 Thread farid
https://bugs.kde.org/show_bug.cgi?id=379767

--- Comment #2 from farid  ---
See video example.

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

[kdenlive] [Bug 379767] New: PNG render error with track effect without compositing transition.

2017-05-12 Thread farid
https://bugs.kde.org/show_bug.cgi?id=379767

Bug ID: 379767
   Summary: PNG render error with track effect without compositing
transition.
   Product: kdenlive
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: snd.no...@gmail.com
  Target Milestone: ---

A color change happens in the rendered result whenever adding a transparent PNG
over a track with track effects (could also be without but havent tested).

1- add a transparent png over a video that has a lut applied to the whole
track.
2- render and you'll notice a color change in the png region.

The workaround is to add a composite transition to fix the issue.

Kdenlive 17.03.70
KDE Frameworks 5.33.0
Qt 5.8.0 (built against 5.8.0)
MLT 6.5.0

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

[kate] [Bug 135737] indentation isn't kept after static word wrap

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=135737

prusselltechgr...@gmail.com changed:

   What|Removed |Added

 CC||prusselltechgr...@gmail.com

--- Comment #8 from prusselltechgr...@gmail.com ---
Created attachment 105502
  --> https://bugs.kde.org/attachment.cgi?id=105502=edit
Static or Apply Word Wrap Indentation

I used the same example line (A) for each test.

  ### (A) Join: Tools -> Join Lines (ctrl-j)

  3. Pathnames can be absolute or relative; if absolute (with a leading
slash), they are relative to the root of the filesystem on which extlinux is
installed (/boot in the example above), if relative, they are relative to the
extlinux directory.

  ### (B) Static Word Wrap: Settings -> Configure Kate -> Editing -> Enable
static word wrap

  3. Pathnames can be absolute or relative; if absolute (with a leading 
slash), they are relative to the root of the filesystem on which extlinux is 
installed (/boot in the example above), if relative, they are relative to the 
extlinux directory.

  ### (C) Apply Word Wrap: Tools -> Apply word wrap (reconfigured key:
ctrl-w) (No Static or Dynamic Word Wrap enabled) 

  3. Pathnames can be absolute or relative; if absolute (with a leading 
slash), they are relative to the root of the filesystem on which extlinux is 
installed (/boot in the example above), if relative, they are relative to the 
extlinux directory.

  ### (D) Dynamic Word Wrap: Settings -> Configure Kate -> Appearance ->
Dynamic Word Wrap or (F10) 

  3. Pathnames can be absolute or relative; if absolute (with a leading
slash), they are relative to the root of the filesystem on which 
  extlinux is installed (/boot in the example above), if relative, they are
relative to the extlinux directory.

  ### (E) Expected for (B) & (C)

  3. Pathnames can be absolute or relative; if absolute (with a leading 
  slash), they are relative to the root of the filesystem on which extlinux 
  is installed (/boot in the example above), if relative, they are relative 
  to the extlinux directory.

"Dynamic Word Wrap", F10, or Settings -> Configure Editor -> Appearance
does align (D), but the length is not "Word Wrap Marker", like "Static Word 
Wrap", but rather some percentage of the "View Width". The documentation does 
say "Align dynamically wrapped lines to indentation depth". The file is not 
saved this way. 

Doc: https://docs.kde.org/trunk5/en/applications/katepart/config-dialog.html

The "Static Word Wrap" says nothing about alignment.  

Doc:
https://docs.kde.org/trunk5/en/applications/katepart/config-dialog.html#pref-edit

I tested with Kate and Kwrite, thus the Configure Kate and the Configure
Editor.

I agree with #1.  

Regarding #7, does that mean "Apply Word Wrap" and "Static Word Wrap"  keep the
alignment of the previous line.  I tried it on a recent version of OpenSuse
Tumbleweed and it worked like #1, not #7.

OpenSuse Tumbleweed
KDE Frameworks 5.33.0
Qt 5.7.1
Kate 16.12.3

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

[kdenlive] [Bug 379351] i cannot make a showslide clip and i cannot render a clip with jpg images

2017-05-12 Thread Jacob McDonald
https://bugs.kde.org/show_bug.cgi?id=379351

Jacob McDonald  changed:

   What|Removed |Added

 CC||ja...@mcawesome.org

--- Comment #1 from Jacob McDonald  ---
Confirmed on mine, as well. Using 33 h.264 video clips, interleaved with 33
JPEG images, using transition + pan on each JPEG. Looks fine in timeline,
but the rendered file shows the transition to and from a solid white
background.

Kdenlive 16.12.1.
Windows 10 x64, Core i7, 16 GB RAM.

Workaround I read is to use PNG instead of JPEG. Just sucks that I have to
convert all of my images and replace them in the timeline. But I'll give it a
try.

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

[kmail2] [Bug 374546] Issue with content encoding

2017-05-12 Thread Vishnu
https://bugs.kde.org/show_bug.cgi?id=374546

Vishnu  changed:

   What|Removed |Added

 Attachment #105501|application/mbox|text/plain
  mime type||

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

[kmail2] [Bug 374546] Issue with content encoding

2017-05-12 Thread Vishnu
https://bugs.kde.org/show_bug.cgi?id=374546

Vishnu  changed:

   What|Removed |Added

 Attachment #105408|0   |1
is obsolete||

--- Comment #8 from Vishnu  ---
Created attachment 105501
  --> https://bugs.kde.org/attachment.cgi?id=105501=edit
Signed mail (new) sent with KMail

Sorry, please ignore the previous comment. I am attaching a mail sent using the
current (17.04) KMail, and opened and saved using Evolution. It still shows the
mail as having a 'Bad Signature'.

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

[kmail2] [Bug 374546] Issue with content encoding

2017-05-12 Thread Vishnu
https://bugs.kde.org/show_bug.cgi?id=374546

--- Comment #7 from Vishnu  ---
Comment on attachment 105408
  --> https://bugs.kde.org/attachment.cgi?id=105408
Signed mail sent with KMail

>Return-Path: 
>Received: from xps.localnet ([**.**.**.**]) by smtp.gmail.com with
> ESMTPSA id x90sm62511497pfk.73.2016.12.23.05.50.42 for
>  (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256
> bits=128/128); Fri, 23 Dec 2016 05:50:42 -0800 (PST)
>From: "Vishnu V. Krishnan" 
>To: "Vishnu V. Krishnan" 
>Subject: Evolution-KMail Signature Check
>Date: Fri, 23 Dec 2016 19:20:40 +0530
>Message-ID: <1900777.K7UtrQqy9P@xps>
>User-Agent: KMail/5.3.3 (Linux/4.9.0-0-MANJARO; KDE/5.28.0; x86_64; ; )
>MIME-Version: 1.0
>Content-Type: multipart/signed; boundary="nextPart6365234.uDzk2OtqMF"; 
>micalg="pgp-sha256"; protocol="application/pgp-signature"
>X-Evolution-Source: 1480143603.1777.2@omega1
>
>--nextPart6365234.uDzk2OtqMF
>Content-Transfer-Encoding: 7Bit
>Content-Type: text/plain; charset="us-ascii"
>
>Test mail to verify a possible Evolution-KMail signing issue.
>
>-- 
>OpenPGP fingerprint: 5015 1D4C 9BDF 9062 A9E1  62CB 5B1F 4BEE 7EED 7131
>--nextPart6365234.uDzk2OtqMF
>Content-Type: application/pgp-signature; name="signature.asc"
>Content-Description: This is a digitally signed message part.
>Content-Transfer-Encoding: 7Bit
>
>-BEGIN PGP SIGNATURE-
>
>iQEzBAABCAAdFiEEUBUdTJvfkGKp4WLLWx9L7n7tcTEFAlhdK7AACgkQWx9L7n7t
>cTFSSgf9GYQGVp7lNCEBd6WRDrSKrIFnntch6DdMrMTNYrSk6P26GA7gEy1GpozQ
>e7ZZG9Y9a380CzlO+0XFDKxXQi53JlmGe+rh44inALAcY6+eefjFT3TO1AdfZxcM
>ISgUUmypwWSJ2xBAaR4So+jlJa45KMax0ARElGds3CuvIn7I2Dfg6zuU8g+L23Je
>EeEHbqq8wIat9XOJJ/yfkclvZRII49LJhLOMV3QNEEccFrvCmUArDGtAOm+K9Kdv
>QEYkZfLhzEQ/TLj0qPuaA5D40cAYrCtx8XKiqfzpdOvwndc5t0H1NMgteGVMooha
>rjrky+GhvDBpqIpE1bfctbU4Ch1PSQ==
>=3OVd
>-END PGP SIGNATURE-
>
>--nextPart6365234.uDzk2OtqMF--
>

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

[kdevelop] [Bug 379219] kdevelop interferes with the correct operation of git

2017-05-12 Thread mrnuke
https://bugs.kde.org/show_bug.cgi?id=379219

--- Comment #6 from mrnuke  ---
Created attachment 105500
  --> https://bugs.kde.org/attachment.cgi?id=105500=edit
stdio output of Kdevelop while problem manifests

I finally remembered to start Kdevelop from the terminal, so I got a stdio
trace. It doesn't seem particularly useful to me.

The frequency of the problem increases exponentially with the size of the
codebase (i.e. easy to see on linux tree), and with the number of files that
are open in Kdevelop. The more open files that the debase modifies, the higher
the insanity level.

DISCLAIMER: No git users were harmed in the making of this stdio trace.

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

[plasmashell] [Bug 379766] New: Plasma shell crashed when default panel is deleted

2017-05-12 Thread Rahul Prabhakar
https://bugs.kde.org/show_bug.cgi?id=379766

Bug ID: 379766
   Summary: Plasma shell crashed when default panel is deleted
   Product: plasmashell
   Version: 5.9.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: rahulprabhakard...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.9.5)

Qt Version: 5.8.0
Frameworks Version: 5.33.0
Operating System: Linux 4.9.27-1-MANJARO x86_64
Distribution: "Manjaro Linux"

-- Information about the crash:
- What I was doing when the application crashed:
Upon login if i delete default panel plasma shell crashed.
First i deleted all the default widgets i.e calendar, system tray, task
manager, pager and application menu.
Then i deleted the panel which caused the crash.

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

Thread 7 (Thread 0x7f7733e9e700 (LWP 965)):
#0  0x7f77dd08a1e4 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7f77dd043e80 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#2  0x7f77dd0448db in  () at /usr/lib/libglib-2.0.so.0
#3  0x7f77dd044acc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7f77e2b9409b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7f77e2b3d8ca in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7f77e295fa73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7f77e664bfd6 in  () at /usr/lib/libQt5Quick.so.5
#8  0x7f77e29646d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f77e18192e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f77e227754f in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7f77b4f22700 (LWP 964)):
#0  0x7f77e181f756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f77e833f234 in  () at /usr/lib/libQt5Script.so.5
#2  0x7f77e833f279 in  () at /usr/lib/libQt5Script.so.5
#3  0x7f77e18192e7 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f77e227754f in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7f77bf2d6700 (LWP 927)):
#0  0x7f77e2b939c2 in  () at /usr/lib/libQt5Core.so.5
#1  0x7f77dd0443b9 in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#2  0x7f77dd044954 in  () at /usr/lib/libglib-2.0.so.0
#3  0x7f77dd044acc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7f77e2b9409b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7f77e2b3d8ca in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7f77e295fa73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7f77e5a98025 in  () at /usr/lib/libQt5Qml.so.5
#8  0x7f77e29646d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f77e18192e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f77e227754f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7f77cb1e2700 (LWP 907)):
#0  0x7fff7e9cfb02 in clock_gettime ()
#1  0x7f77e2284826 in clock_gettime () at /usr/lib/libc.so.6
#2  0x7f77e2b93231 in  () at /usr/lib/libQt5Core.so.5
#3  0x7f77e2b919f9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib/libQt5Core.so.5
#4  0x7f77e2b91fa5 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib/libQt5Core.so.5
#5  0x7f77e2b9366e in  () at /usr/lib/libQt5Core.so.5
#6  0x7f77dd043e8d in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#7  0x7f77dd0448db in  () at /usr/lib/libglib-2.0.so.0
#8  0x7f77dd044acc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#9  0x7f77e2b9409b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#10 0x7f77e2b3d8ca in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#11 0x7f77e295fa73 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#12 0x7f77e5a98025 in  () at /usr/lib/libQt5Qml.so.5
#13 0x7f77e29646d8 in  () at /usr/lib/libQt5Core.so.5
#14 0x7f77e18192e7 in start_thread () at /usr/lib/libpthread.so.0
#15 0x7f77e227754f in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7f77d0d57700 (LWP 855)):
#0  0x7f77e2b91f20 in QTimerInfoList::repairTimersIfNeeded() () at
/usr/lib/libQt5Core.so.5
#1  0x7f77e2b91fb3 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib/libQt5Core.so.5
#2  0x7f77e2b9366e in  () at /usr/lib/libQt5Core.so.5
#3  0x7f77dd043e8d in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#4  0x7f77dd0448db in  () at /usr/lib/libglib-2.0.so.0
#5  0x7f77dd044acc in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#6  0x7f77e2b9409b in

[krita] [Bug 379765] krita crashes when pressing play animation button

2017-05-12 Thread gabivallu
https://bugs.kde.org/show_bug.cgi?id=379765

gabivallu  changed:

   What|Removed |Added

 CC||gbambag...@gmail.com

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

[krita] [Bug 379765] New: krita crashes when pressing play animation button

2017-05-12 Thread gabivallu
https://bugs.kde.org/show_bug.cgi?id=379765

Bug ID: 379765
   Summary: krita crashes when pressing play animation button
   Product: krita
   Version: 3.1.3
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: gbambag...@gmail.com
  Target Milestone: ---

Created attachment 105499
  --> https://bugs.kde.org/attachment.cgi?id=105499=edit
error when krita crashes when pressing play on animation

did an update to Krita 3.1.3 on may 4, 2017.
running windows 10 64bit notebook, intel i7 + gtx 765M + 12gb ram

when pressing the play button to preview an animation, krita freezes and then
windows display error message " krita.exe has stopped working " 

the problem does not happen on same version of krita running on a desktop with
windows 10 64bit + intel i5 + 16 gb ram + gtx 560 SE

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

[krita] [Bug 373676] Bent lines showing up on OSX.

2017-05-12 Thread R Sekouri
https://bugs.kde.org/show_bug.cgi?id=373676

R Sekouri  changed:

   What|Removed |Added

 CC||r.seko...@gmail.com

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

[k3b] [Bug 379448] There is no information

2017-05-12 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #19 from Cristian Aravena Romero  ---
Created attachment 105498
  --> https://bugs.kde.org/attachment.cgi?id=105498=edit
debug-CDEmuDVD.log

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

[plasmashell] [Bug 379763] plasmashell settings windows show plasma background

2017-05-12 Thread Jos van den Oever
https://bugs.kde.org/show_bug.cgi?id=379763

--- Comment #1 from Jos van den Oever  ---
This bug happens occasionally and I've not managed to reproduce it.

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

[digikam] [Bug 377719] Cannot rename file with overwrite [patch]

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377719

Simon  changed:

   What|Removed |Added

 Attachment #105304|0   |1
is obsolete||

--- Comment #17 from Simon  ---
Created attachment 105497
  --> https://bugs.kde.org/attachment.cgi?id=105497=edit
Add option to overwrite existing files in advance rename dialog (V7)

Update to master.

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

[digikam] [Bug 193232] Add advanced input side-car files support (as .pto, .pp2, .pp3, .pano, thm, etc...)

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=193232

Simon  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/6485f23ed94757c31d4613
   ||fe8f45c983d847d8df
 Resolution|--- |FIXED
   Version Fixed In||5.6.0

--- Comment #32 from Simon  ---
Git commit 6485f23ed94757c31d4613fe8f45c983d847d8df by Simon Frei.
Committed on 12/05/2017 at 23:15.
Pushed by sfrei into branch 'master'.

The previous commit also included option to specify additional sidecar
extensions

This commit does not contain the actual changes, refer to the previous one.
The newly specified sidecar files are not read from/written to, they are only
processed alongside the item they belong to (i.e. renamed, moved, deleted...)
FIXED-IN: 5.6.0

M  +2-1NEWS

https://commits.kde.org/digikam/6485f23ed94757c31d4613fe8f45c983d847d8df

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

[valgrind] [Bug 379764] support x86-64 android

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=379764

Elliott Hughes  changed:

   What|Removed |Added

 CC||e...@google.com

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

[valgrind] [Bug 379764] New: support x86-64 android

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=379764

Bug ID: 379764
   Summary: support x86-64 android
   Product: valgrind
   Version: 3.12.0
  Platform: Android
OS: Android 7.x
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: e...@google.com
  Target Milestone: ---

Created attachment 105496
  --> https://bugs.kde.org/attachment.cgi?id=105496=edit
switch to __BIONIC__ in a couple of places that were missing Android x86-64
support

AOSP has valgrind 3.12 with only a few small patches
(https://android.googlesource.com/platform/external/valgrind/+/master/ANDROID_PATCH_AGAINST_UPSTREAM.txt).
three of them already have bugs here, but i couldn't find one for x86-64
support.

attached is a patch against svn HEAD to just test for __BIONIC__ since these
are both places where you're interested in "what libc is this?" rather than
actually having per-arch details to worry about.

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

[digikam] [Bug 378552] Problem with grouped images

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=378552

Simon  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.6.0
  Latest Commit||https://commits.kde.org/dig
   ||ikam/4ed5f88f787329a29273bb
   ||b2fb2fe80714bc735d
 Resolution|--- |FIXED

--- Comment #2 from Simon  ---
Git commit 4ed5f88f787329a29273bbb2fb2fe80714bc735d by Simon Frei.
Committed on 12/05/2017 at 22:47.
Pushed by sfrei into branch 'master'.

Handle grouped images based on what operation is to be done
Related: bug 286609, bug 377197, bug 377632
FIXED-IN: 5.6.0

M  +4-1NEWS
M  +8-233  app/items/digikamimageview.cpp
M  +7-18   app/items/digikamimageview.h
M  +68   -11   app/items/imagecategorizedview.cpp
M  +12   -5app/items/imagecategorizedview.h
M  +6-6app/main/digikamapp.cpp
M  +2-2app/utils/contextmenuhelper.cpp
M  +341  -80   app/views/digikamview.cpp
M  +63   -13   app/views/digikamview.h
M  +93   -235  app/views/tableview/tableview.cpp
M  +31   -30   app/views/tableview/tableview.h
M  +14   -18   app/views/tableview/tableview_model.cpp
M  +2-0app/views/tableview/tableview_model.h
M  +5-122  libs/database/coredb/coredb.cpp
M  +1-12   libs/database/coredb/coredb.h
M  +106  -50   libs/database/utils/dbinfoiface.cpp
M  +9-2libs/database/utils/dbinfoiface.h
M  +39   -6libs/database/utils/dio.cpp
M  +4-0libs/database/utils/dio_p.h
M  +9-0libs/dmetadata/metadatasettingscontainer.cpp
M  +3-1libs/dmetadata/metadatasettingscontainer.h
M  +1-1libs/models/imagefiltermodel.cpp
M  +26   -5libs/settings/applicationsettings.cpp
M  +74   -2libs/settings/applicationsettings.h
M  +0-5libs/settings/applicationsettings_mime.cpp
M  +122  -0libs/settings/applicationsettings_miscs.cpp
M  +31   -2libs/settings/applicationsettings_p.cpp
M  +208  -196  libs/settings/applicationsettings_p.h
M  +1-1utilities/assistants/common/dimageslist.cpp
M  +0-5utilities/assistants/common/dinfointerface.cpp
M  +2-3utilities/assistants/common/dinfointerface.h
M  +4-1utilities/assistants/htmlgallery/wizard/htmlselectionpage.cpp
M  +12   -106  utilities/kdesupport/kipi/kipiimagecollection.cpp
M  +1-0utilities/setup/CMakeLists.txt
M  +10   -10   utilities/setup/album/setupmime.cpp
M  +116  -40   utilities/setup/metadata/setupmetadata.cpp
M  +1-0utilities/setup/metadata/setupmetadata.h
M  +8-6utilities/setup/setupdatabase.cpp
M  +137  -39   utilities/setup/setupmisc.cpp
M  +13   -0utilities/setup/setupmisc.h
A  +53   -0utilities/setup/setuputils.cpp [License: BSD]
A  +37   -0utilities/setup/setuputils.h [License: BSD]

https://commits.kde.org/digikam/4ed5f88f787329a29273bbb2fb2fe80714bc735d

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377197

Simon  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.6.0
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/4ed5f88f787329a29273bb
   ||b2fb2fe80714bc735d

--- Comment #60 from Simon  ---
Git commit 4ed5f88f787329a29273bbb2fb2fe80714bc735d by Simon Frei.
Committed on 12/05/2017 at 22:47.
Pushed by sfrei into branch 'master'.

Handle grouped images based on what operation is to be done
Related: bug 286609, bug 378552, bug 377632
FIXED-IN: 5.6.0

M  +4-1NEWS
M  +8-233  app/items/digikamimageview.cpp
M  +7-18   app/items/digikamimageview.h
M  +68   -11   app/items/imagecategorizedview.cpp
M  +12   -5app/items/imagecategorizedview.h
M  +6-6app/main/digikamapp.cpp
M  +2-2app/utils/contextmenuhelper.cpp
M  +341  -80   app/views/digikamview.cpp
M  +63   -13   app/views/digikamview.h
M  +93   -235  app/views/tableview/tableview.cpp
M  +31   -30   app/views/tableview/tableview.h
M  +14   -18   app/views/tableview/tableview_model.cpp
M  +2-0app/views/tableview/tableview_model.h
M  +5-122  libs/database/coredb/coredb.cpp
M  +1-12   libs/database/coredb/coredb.h
M  +106  -50   libs/database/utils/dbinfoiface.cpp
M  +9-2libs/database/utils/dbinfoiface.h
M  +39   -6libs/database/utils/dio.cpp
M  +4-0libs/database/utils/dio_p.h
M  +9-0libs/dmetadata/metadatasettingscontainer.cpp
M  +3-1libs/dmetadata/metadatasettingscontainer.h
M  +1-1libs/models/imagefiltermodel.cpp
M  +26   -5libs/settings/applicationsettings.cpp
M  +74   -2libs/settings/applicationsettings.h
M  +0-5libs/settings/applicationsettings_mime.cpp
M  +122  -0libs/settings/applicationsettings_miscs.cpp
M  +31   -2libs/settings/applicationsettings_p.cpp
M  +208  -196  libs/settings/applicationsettings_p.h
M  +1-1utilities/assistants/common/dimageslist.cpp
M  +0-5utilities/assistants/common/dinfointerface.cpp
M  +2-3utilities/assistants/common/dinfointerface.h
M  +4-1utilities/assistants/htmlgallery/wizard/htmlselectionpage.cpp
M  +12   -106  utilities/kdesupport/kipi/kipiimagecollection.cpp
M  +1-0utilities/setup/CMakeLists.txt
M  +10   -10   utilities/setup/album/setupmime.cpp
M  +116  -40   utilities/setup/metadata/setupmetadata.cpp
M  +1-0utilities/setup/metadata/setupmetadata.h
M  +8-6utilities/setup/setupdatabase.cpp
M  +137  -39   utilities/setup/setupmisc.cpp
M  +13   -0utilities/setup/setupmisc.h
A  +53   -0utilities/setup/setuputils.cpp [License: BSD]
A  +37   -0utilities/setup/setuputils.h [License: BSD]

https://commits.kde.org/digikam/4ed5f88f787329a29273bbb2fb2fe80714bc735d

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

[digikam] [Bug 286609] Allow to manage images group to stitch images in a panorama

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=286609

Simon  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dig
   ||ikam/4ed5f88f787329a29273bb
   ||b2fb2fe80714bc735d
   Version Fixed In||5.6.0
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Simon  ---
Git commit 4ed5f88f787329a29273bbb2fb2fe80714bc735d by Simon Frei.
Committed on 12/05/2017 at 22:47.
Pushed by sfrei into branch 'master'.

Handle grouped images based on what operation is to be done
Related: bug 377197, bug 378552, bug 377632
FIXED-IN: 5.6.0

M  +4-1NEWS
M  +8-233  app/items/digikamimageview.cpp
M  +7-18   app/items/digikamimageview.h
M  +68   -11   app/items/imagecategorizedview.cpp
M  +12   -5app/items/imagecategorizedview.h
M  +6-6app/main/digikamapp.cpp
M  +2-2app/utils/contextmenuhelper.cpp
M  +341  -80   app/views/digikamview.cpp
M  +63   -13   app/views/digikamview.h
M  +93   -235  app/views/tableview/tableview.cpp
M  +31   -30   app/views/tableview/tableview.h
M  +14   -18   app/views/tableview/tableview_model.cpp
M  +2-0app/views/tableview/tableview_model.h
M  +5-122  libs/database/coredb/coredb.cpp
M  +1-12   libs/database/coredb/coredb.h
M  +106  -50   libs/database/utils/dbinfoiface.cpp
M  +9-2libs/database/utils/dbinfoiface.h
M  +39   -6libs/database/utils/dio.cpp
M  +4-0libs/database/utils/dio_p.h
M  +9-0libs/dmetadata/metadatasettingscontainer.cpp
M  +3-1libs/dmetadata/metadatasettingscontainer.h
M  +1-1libs/models/imagefiltermodel.cpp
M  +26   -5libs/settings/applicationsettings.cpp
M  +74   -2libs/settings/applicationsettings.h
M  +0-5libs/settings/applicationsettings_mime.cpp
M  +122  -0libs/settings/applicationsettings_miscs.cpp
M  +31   -2libs/settings/applicationsettings_p.cpp
M  +208  -196  libs/settings/applicationsettings_p.h
M  +1-1utilities/assistants/common/dimageslist.cpp
M  +0-5utilities/assistants/common/dinfointerface.cpp
M  +2-3utilities/assistants/common/dinfointerface.h
M  +4-1utilities/assistants/htmlgallery/wizard/htmlselectionpage.cpp
M  +12   -106  utilities/kdesupport/kipi/kipiimagecollection.cpp
M  +1-0utilities/setup/CMakeLists.txt
M  +10   -10   utilities/setup/album/setupmime.cpp
M  +116  -40   utilities/setup/metadata/setupmetadata.cpp
M  +1-0utilities/setup/metadata/setupmetadata.h
M  +8-6utilities/setup/setupdatabase.cpp
M  +137  -39   utilities/setup/setupmisc.cpp
M  +13   -0utilities/setup/setupmisc.h
A  +53   -0utilities/setup/setuputils.cpp [License: BSD]
A  +37   -0utilities/setup/setuputils.h [License: BSD]

https://commits.kde.org/digikam/4ed5f88f787329a29273bbb2fb2fe80714bc735d

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

[digikam] [Bug 377632] Problem with open grouped files

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377632

--- Comment #4 from Simon  ---
Git commit 4ed5f88f787329a29273bbb2fb2fe80714bc735d by Simon Frei.
Committed on 12/05/2017 at 22:47.
Pushed by sfrei into branch 'master'.

Handle grouped images based on what operation is to be done
Related: bug 286609, bug 377197, bug 378552
FIXED-IN: 5.6.0

M  +4-1NEWS
M  +8-233  app/items/digikamimageview.cpp
M  +7-18   app/items/digikamimageview.h
M  +68   -11   app/items/imagecategorizedview.cpp
M  +12   -5app/items/imagecategorizedview.h
M  +6-6app/main/digikamapp.cpp
M  +2-2app/utils/contextmenuhelper.cpp
M  +341  -80   app/views/digikamview.cpp
M  +63   -13   app/views/digikamview.h
M  +93   -235  app/views/tableview/tableview.cpp
M  +31   -30   app/views/tableview/tableview.h
M  +14   -18   app/views/tableview/tableview_model.cpp
M  +2-0app/views/tableview/tableview_model.h
M  +5-122  libs/database/coredb/coredb.cpp
M  +1-12   libs/database/coredb/coredb.h
M  +106  -50   libs/database/utils/dbinfoiface.cpp
M  +9-2libs/database/utils/dbinfoiface.h
M  +39   -6libs/database/utils/dio.cpp
M  +4-0libs/database/utils/dio_p.h
M  +9-0libs/dmetadata/metadatasettingscontainer.cpp
M  +3-1libs/dmetadata/metadatasettingscontainer.h
M  +1-1libs/models/imagefiltermodel.cpp
M  +26   -5libs/settings/applicationsettings.cpp
M  +74   -2libs/settings/applicationsettings.h
M  +0-5libs/settings/applicationsettings_mime.cpp
M  +122  -0libs/settings/applicationsettings_miscs.cpp
M  +31   -2libs/settings/applicationsettings_p.cpp
M  +208  -196  libs/settings/applicationsettings_p.h
M  +1-1utilities/assistants/common/dimageslist.cpp
M  +0-5utilities/assistants/common/dinfointerface.cpp
M  +2-3utilities/assistants/common/dinfointerface.h
M  +4-1utilities/assistants/htmlgallery/wizard/htmlselectionpage.cpp
M  +12   -106  utilities/kdesupport/kipi/kipiimagecollection.cpp
M  +1-0utilities/setup/CMakeLists.txt
M  +10   -10   utilities/setup/album/setupmime.cpp
M  +116  -40   utilities/setup/metadata/setupmetadata.cpp
M  +1-0utilities/setup/metadata/setupmetadata.h
M  +8-6utilities/setup/setupdatabase.cpp
M  +137  -39   utilities/setup/setupmisc.cpp
M  +13   -0utilities/setup/setupmisc.h
A  +53   -0utilities/setup/setuputils.cpp [License: BSD]
A  +37   -0utilities/setup/setuputils.h [License: BSD]

https://commits.kde.org/digikam/4ed5f88f787329a29273bbb2fb2fe80714bc735d

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

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529

--- Comment #5 from Elliott Hughes  ---
this patch is still necessary with 3.12 (we updated AOSP recently). it's one of
only four issues building valgrind 3.12 out of the box for Android. worth
taking for 3.13?

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

[valgrind] [Bug 339861] Remove Elf32_Nhdr definition for Android

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=339861

Elliott Hughes  changed:

   What|Removed |Added

 CC||e...@google.com

--- Comment #7 from Elliott Hughes  ---
when NDK r15 ships, the unified headers will be the default, so all API levels
will have this defined and dimitry's patch (that just removes this) will work,
but chh's conditional patch will stop working then (even though it works with
<= r14).

in the AOSP tree we're basically carrying dimitry's patch, but it might make
more sense for upstream to wait for r15 to ship (hopefully june/july).

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

[korganizer] [Bug 379534] Korganizer crash on plasma-wayland session

2017-05-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=379534

Allen Winter  changed:

   What|Removed |Added

   Version Fixed In||5.5.2
 CC||win...@kde.org

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

[okular] [Bug 379749] Crash when saving/closing a PDF with forms

2017-05-12 Thread Gery
https://bugs.kde.org/show_bug.cgi?id=379749

Gery  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[korganizer] [Bug 379534] Korganizer crash on plasma-wayland session

2017-05-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=379534

Allen Winter  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kca |https://commits.kde.org/kca
   |lutils/259daa808e24485e997c |lutils/613c4947fe7289ee6444
   |77a76232a610037264d4|d20103d38b0177256e54

--- Comment #3 from Allen Winter  ---
Git commit 613c4947fe7289ee6444d20103d38b0177256e54 by Allen Winter.
Committed on 12/05/2017 at 21:35.
Pushed by winterz into branch 'Applications/17.04'.

src/icaldrag.cpp - don't crash if QMimeData is null

M  +9-5src/icaldrag.cpp

https://commits.kde.org/kcalutils/613c4947fe7289ee6444d20103d38b0177256e54

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

[korganizer] [Bug 379534] Korganizer crash on plasma-wayland session

2017-05-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=379534

Allen Winter  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kca
   ||lutils/259daa808e24485e997c
   ||77a76232a610037264d4
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Allen Winter  ---
Git commit 259daa808e24485e997c77a76232a610037264d4 by Allen Winter.
Committed on 12/05/2017 at 21:34.
Pushed by winterz into branch 'master'.

src/icaldrag.cpp - don't crash if QMimeData is null

M  +9-5src/icaldrag.cpp

https://commits.kde.org/kcalutils/259daa808e24485e997c77a76232a610037264d4

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

[kwin] [Bug 372012] Window Decoration Context Menu does Not Respect QT_SCREEN_SCALE_FACTORS=2

2017-05-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=372012

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #6 from David Edmundson  ---
Wayland scaling patchset merged. 
My drop down looks fine.

Fixed in 5.10 /if/ you're using the proper wayland scaling.

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

[k3b] [Bug 379448] There is no information

2017-05-12 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #18 from Cristian Aravena Romero  ---
Created attachment 105495
  --> https://bugs.kde.org/attachment.cgi?id=105495=edit
debug-virt-DVD.log

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

[plasmashell] [Bug 379763] New: plasmashell settings windows show plasma background

2017-05-12 Thread Jos van den Oever
https://bugs.kde.org/show_bug.cgi?id=379763

Bug ID: 379763
   Summary: plasmashell settings windows show plasma background
   Product: plasmashell
   Version: 5.9.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: j...@vandenoever.info
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 105494
  --> https://bugs.kde.org/attachment.cgi?id=105494=edit
screenshot of settings windows

Windows for the folder view settings and taskbar settings windows are empty.
The Plasmashell background is visible inside the window borders.

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

[kontact] [Bug 379573] Kontact/Kmail crashes during startup

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379573

--- Comment #2 from Christoph Feck  ---
According to the referenced duplicate, this should be fixed in version 17.04.
If you can confirm, please add a comment.

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

[kmail2] [Bug 363723] Kmail crashes when "Server supports sieve" enabled

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=363723

Christoph Feck  changed:

   What|Removed |Added

 CC||tommy.lehm...@gmx.de

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

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

[kontact] [Bug 379573] Kontact/Kmail crashes during startup

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379573

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[kontact] [Bug 379585] Kontakt crashed upon restarting to get rid of "Retrieving Folder Content" screen

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379585

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Crash is in libQt5WebEngineCore.so.5.

If this is reproducible, please install debug symbols for libqt5-qtwebengine,
and report the updated backtrace to https://bugreports.qt.io/

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

[korganizer] [Bug 379534] Korganizer crash on plasma-wayland session

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379534

Christoph Feck  changed:

   What|Removed |Added

   Keywords||junior-jobs

--- Comment #1 from Christoph Feck  ---
https://lxr.kde.org/source/kde/pim/akonadi-calendar/src/calendarclipboard.cpp#280

QApplication::clipboard()->mimeData() can be 0, but this is not checked there.

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

[kexi] [Bug 379694] Parameter queries in reports do not work

2017-05-12 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

Jarosław Staniek  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

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

[kwin] [Bug 371494] Support color temperature adjustments in Wayland (like Redshift in X11 or f.lux)

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=371494

Christoph Feck  changed:

   What|Removed |Added

 CC||francois5...@gmail.com

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

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

[plasmashell] [Bug 379762] Add blue light filter support

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379762

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[valgrind] [Bug 370028] Reduce the number of compiler warnings on MIPS platforms

2017-05-12 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=370028

--- Comment #40 from Ivo Raisr  ---
(In reply to Tamara Vlahovic from comment #38)

I've had a look at patch for x87 stuff. While passing Fpu_State* instead of
UChar* is a good idea, on the other hand changing UChar[80] to UShort[40] is
not a very good idead, though. As you are aware, the real x87 layout contains 8
registers per 80 bits (10 bytes). So it is hard to express 80 bits as a natural
C type; and that is the reason why UChar[80] was chosen.
In addition to that, Fpu_State_16 still contains UChar[80], leading to
confusion.

I don't know if there is a good/straightforward way how to mitigate warnings
for reg[80]. Perhaps some kind of union? If you are not sure, then split the
patch and I will take in Fpu_State* stuff while you can work on reg[80] part.

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

[digikam] [Bug 363859] digiKam core port from QWebKit to QWebEngine [patch]

2017-05-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=363859

--- Comment #14 from Maik Qualmann  ---
The backend-googlemaps-js.js is loaded by the backend-googlemaps.html. We need
a second backend-googlemaps.html and load into backendgooglemaps.cpp the right
file.

Maik

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

[systemsettings] [Bug 379736] systemsettings5 crashes when running as other user with kdesu

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379736

--- Comment #2 from kderep...@airmail.cc ---
Right after launch(not when crashing):
QXcbConnection: XCB error: 3 (BadWindow), sequence: 627, resource id: 56660626,
major code: 40 (TranslateCoords), minor code: 0

(In reply to David Edmundson from comment #1)

> It's printing something to the command line. Can you include it please.

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

[digikam] [Bug 363859] digiKam core port from QWebKit to QWebEngine [patch]

2017-05-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=363859

--- Comment #13 from Maik Qualmann  ---
Yes, we need 2 files.

Maik

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

[digikam] [Bug 363859] digiKam core port from QWebKit to QWebEngine [patch]

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363859

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Attachment #105300|0   |1
is obsolete||

--- Comment #12 from caulier.gil...@gmail.com ---
Created attachment 105493
  --> https://bugs.kde.org/attachment.cgi?id=105493=edit
updated patch with git/master code. no changes introduced...

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

[digikam] [Bug 363859] digiKam core port from QWebKit to QWebEngine [patch]

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363859

--- Comment #11 from caulier.gil...@gmail.com ---
So you mean that we need 2 javascript files, one for QWebView, one for
QWebEngine ? If yes, the googlemaps backend from geolocation code need to load
right file depending of cmake configuration. Typically, as i can see in
backendgooglemaps.cpp::line 208.

Gilles

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

[plasmashell] [Bug 379762] Add blue light filter support

2017-05-12 Thread François
https://bugs.kde.org/show_bug.cgi?id=379762

François  changed:

   What|Removed |Added

 CC||francois5...@gmail.com

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

[plasmashell] [Bug 379762] New: Add blue light filter support

2017-05-12 Thread François
https://bugs.kde.org/show_bug.cgi?id=379762

Bug ID: 379762
   Summary: Add blue light filter support
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: generic-wayland
  Assignee: plasma-b...@kde.org
  Reporter: francois5...@gmail.com
  Target Milestone: 1.0

Windows 10 has it, OS X/iOS has it, GNOME has it.
Would it be possible to add this to KDE?

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

[valgrind] [Bug 379373] [PATCH] Syscall param msg->desc.port.name points to uninitialised byte(s) on macOS 10.12

2017-05-12 Thread Rhys Kidd
https://bugs.kde.org/show_bug.cgi?id=379373

Rhys Kidd  changed:

   What|Removed |Added

Summary|Syscall param   |[PATCH] Syscall param
   |msg->desc.port.name points  |msg->desc.port.name points
   |to uninitialised byte(s) on |to uninitialised byte(s) on
   |macOS 10.12 |macOS 10.12

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

[valgrind] [Bug 379748] [PATCH] Missing pselect syscall (OS X 10.12)

2017-05-12 Thread Rhys Kidd
https://bugs.kde.org/show_bug.cgi?id=379748

Rhys Kidd  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Summary|Missing pselect syscall (OS |[PATCH] Missing pselect
   |X 10.12)|syscall (OS X 10.12)
 CC||rhysk...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
   Assignee|jsew...@acm.org |rhysk...@gmail.com

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

[gwenview] [Bug 379507] Gwenview crop operation crops displayed copy of the image

2017-05-12 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=379507

--- Comment #12 from Eugene Shalygin  
---
Yes.

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

[digikam] [Bug 363859] digiKam core port from QWebKit to QWebEngine [patch]

2017-05-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=363859

--- Comment #10 from Maik Qualmann  ---
No, the file only works after the patch with QWebEngine. QWebEngine does not
support read status bar messages anymore. Everything now runs over Javascript
messages.

Maik

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

[valgrind] [Bug 379754] [PATCH] Missing syscall ulock_wait (OS X 10.12)

2017-05-12 Thread Rhys Kidd
https://bugs.kde.org/show_bug.cgi?id=379754

Rhys Kidd  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |rhysk...@gmail.com
 CC||rhysk...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
Summary|Missing syscall ulock_wait  |[PATCH] Missing syscall
   |(OS X 10.12)|ulock_wait (OS X 10.12)

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

[gwenview] [Bug 379507] Gwenview crop operation crops displayed copy of the image

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379507

--- Comment #11 from Christoph Feck  ---
Can you confirm that changing the Image View setting from "OpenGL" to
"Software" fixes this issue?

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

[digikam] [Bug 363859] digiKam core port from QWebKit to QWebEngine [patch]

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363859

--- Comment #9 from caulier.gil...@gmail.com ---
Maik,

The patch version 4 include minimal changes in backend-googlemaps-js Javascript
file, which sound like to be compatible with QWebView and QWebEngine. Do you
confirm that file can be patched as well without any side effect for QWebView ?

Gilles

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

[digikam] [Bug 363859] digiKam core port from QWebKit to QWebEngine [patch]

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363859

--- Comment #8 from caulier.gil...@gmail.com ---
Maik,

I will include this patch in git /master with a dedicated compilation flag in
cmake. Like this we will able to deploy an experimental version as AppImage
soon...

Gilles

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

[krita] [Bug 379761] New: Colours distort when opened anywhere else

2017-05-12 Thread Nonnie
https://bugs.kde.org/show_bug.cgi?id=379761

Bug ID: 379761
   Summary: Colours distort when opened anywhere else
   Product: krita
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: nonnienonnieevery...@gmail.com
  Target Milestone: ---

Created attachment 105492
  --> https://bugs.kde.org/attachment.cgi?id=105492=edit
example of colour distortion

I will save a drawn picture on Krita with the correct colours but when I try to
upload it to anything online or any other drawing program, it causes the
picture to become greyed and yellowed, giving it an ugly, sickly look. But when
I try to upload the same picture giving me problems back onto Krita, it looks
as it's supposed to. I have tried screenshotting my pictures instead and that
works to save the colours correctly however it gives it a kind of fuzzy look
where there is high saturation and it's bothersome. It's been doing that to
every picture for the past 2 days.

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

[kile] [Bug 379760] Crash running aspell with text containing number "1.0" for PT-BR dictionary

2017-05-12 Thread Rafael Giusti
https://bugs.kde.org/show_bug.cgi?id=379760

Rafael Giusti  changed:

   What|Removed |Added

 CC||rfgiu...@gmail.com

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

[kile] [Bug 379760] New: Crash running aspell with text containing number "1.0" for PT-BR dictionary

2017-05-12 Thread Rafael Giusti
https://bugs.kde.org/show_bug.cgi?id=379760

Bug ID: 379760
   Summary: Crash running aspell with text containing number "1.0"
for PT-BR dictionary
   Product: kile
   Version: 2.1.3
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: michel.lud...@kdemail.net
  Reporter: rfgiu...@gmail.com
  Target Milestone: ---

Created attachment 105491
  --> https://bugs.kde.org/attachment.cgi?id=105491=edit
This causes Kile to crash with aspell-pt-br

When trying to spellcheck with Brazilian Portuguese dictionary a document that
contains a number with a period (as in "1.0"), Kile crashes. The attached file
is a minimal example that causes the crash.

aspell --version returns

@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.7-20110707)

Package versions are:

Kile: 4:2.1.3-4+b1
aspell: 0.60.7~20110707-3+b2
aspell-pt-br: 20131030-9

No issues are experienced when running aspell from the command line.

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377197

--- Comment #59 from caulier.gil...@gmail.com ---
Simon,

I tested too on my computer. No side effect and all run as expected as i can
see...

Good work. I think all is fine to commit now.

Gilles

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

[plasmashell] [Bug 379759] New: UI Papercut with multiple drives

2017-05-12 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=379759

Bug ID: 379759
   Summary: UI Papercut with multiple drives
   Product: plasmashell
   Version: 5.9.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Device Notifier
  Assignee: plasma-b...@kde.org
  Reporter: matthewtresc...@gmail.com
  Target Milestone: 1.0

Created attachment 105490
  --> https://bugs.kde.org/attachment.cgi?id=105490=edit
screenshot of problem

There's a somewhat annoying UI papercut with the device notifier when more than
one USB drive is connected. The first device displays fine in the UI. The
section expands and collapses normally to show/hide the "Download Photos with
Gwenview" and "Open with File Manager" options.

However, with additional devices, the sections don't collapse—they maintain the
full height needed to show the Gwenview and File Manager options but do not
display these options until the user clicks on the device listing.

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377197

--- Comment #58 from Simon  ---
Created attachment 105489
  --> https://bugs.kde.org/attachment.cgi?id=105489=edit
Adjust kipi-plugins for grouping

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377197

Simon  changed:

   What|Removed |Added

 Attachment #105453|0   |1
is obsolete||
 Attachment #105454|0   |1
is obsolete||

--- Comment #57 from Simon  ---
Created attachment 105488
  --> https://bugs.kde.org/attachment.cgi?id=105488=edit
Customize grouping behavior patch version 13

So I did not follow through with my earlier statement and did patch
kipi-plugins. I reduced the number of ImageCollection instances created and
removed redundant calls to loadImagesFromCurrentSelection(). Before these were
merely inefficient, with this new grouping dialog these calls were disruptive.
Now everything runs smoothly (I hope I caught all plugins, I must admit I
didn't actually try all of them).

The html gallery does work with grouping as well now (part of "Tools"). I also
added the grouping functionality when the album selector is used for
consistency.

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

[gwenview] [Bug 340459] Actual crop size is 1x1 pixel smaller than visualized

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=340459

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||17.04.2
  Latest Commit||https://commits.kde.org/gwe
   ||nview/5b0749f6d60f40e91ae93
   ||0bac604c7e77074c11f
 Resolution|--- |FIXED

--- Comment #2 from Christoph Feck  ---
Git commit 5b0749f6d60f40e91ae930bac604c7e77074c11f by Christoph Feck.
Committed on 12/05/2017 at 18:18.
Pushed by cfeck into branch 'Applications/17.04'.

Fix crop region size
FIXED-IN: 17.04.2

M  +3-4lib/crop/croptool.cpp

https://commits.kde.org/gwenview/5b0749f6d60f40e91ae930bac604c7e77074c11f

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

[gwenview] [Bug 379507] Gwenview crop operation crops displayed copy of the image

2017-05-12 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=379507

--- Comment #10 from Eugene Shalygin  
---
(In reply to Christoph Feck from comment #7)
> I guess you added the wrong screenshot...

Corrected. Sorry, I thought that you propose an explanation to why does browser
show text without glitches.

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

[gwenview] [Bug 379507] Gwenview crop operation crops displayed copy of the image

2017-05-12 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=379507

Eugene Shalygin  changed:

   What|Removed |Added

 Attachment #105484|0   |1
is obsolete||

--- Comment #9 from Eugene Shalygin  ---
Created attachment 105487
  --> https://bugs.kde.org/attachment.cgi?id=105487=edit
screenshot of screenshot in Gwenview

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

[gwenview] [Bug 313806] Add an option to enable the key as the "action key" when cropping.

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=313806

--- Comment #13 from andydecle...@gmail.com ---
(In reply to Christoph Feck from comment #12)
> https://phabricator.kde.org/D5824

You're a hero, CF, thank you!

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

[valgrind] [Bug 370028] Reduce the number of compiler warnings on MIPS platforms

2017-05-12 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=370028

--- Comment #39 from Ivo Raisr  ---
(In reply to Tamara Vlahovic from comment #37)

Committed in Valgrind SVN as r16368.
Thank you for the patch.

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

[gwenview] [Bug 379507] Gwenview crop operation crops displayed copy of the image

2017-05-12 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=379507

--- Comment #8 from Eugene Shalygin  ---
> I guess you added the wrong screenshot...
I downloaded it back for the last screenshot, so this explanation does not
help.

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

[k3b] [Bug 379448] There is no information

2017-05-12 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #17 from Cristian Aravena Romero  ---
Created attachment 105486
  --> https://bugs.kde.org/attachment.cgi?id=105486=edit
debug-DVD.log

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

[k3b] [Bug 379448] There is no information

2017-05-12 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #16 from Cristian Aravena Romero  ---
Created attachment 105485
  --> https://bugs.kde.org/attachment.cgi?id=105485=edit
debug-CD.log

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

[gwenview] [Bug 379507] Gwenview crop operation crops displayed copy of the image

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379507

--- Comment #7 from Christoph Feck  ---
I guess you added the wrong screenshot...

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

[Breeze] [Bug 377008] Breeze scrollbar width with Firefox (version >= 52) broken (too wide)

2017-05-12 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=377008

Rik Mills  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/bre
   ||eze-gtk/6ac39e82ff069f6ca40
   ||37617d906a695060f5261

--- Comment #9 from Rik Mills  ---
Git commit 6ac39e82ff069f6ca4037617d906a695060f5261 by Rik Mills.
Committed on 12/05/2017 at 16:03.
Pushed by rikmills into branch 'Plasma/5.10'.

Set no stepper button for GTK3 scrollbars on gtk >=3.20

Review: https://phabricator.kde.org/D5128

This is a workaround to mitigate broken (huge wide) scrollbars in mozilla/Gecko
based applications for GTK3 >= 3.20 in versions 52 onwards.
Ref: https://bugs.kde.org/show_bug.cgi?id=377008 and
https://bugzilla.mozilla.org/show_bug.cgi?id=1343802
The mozilla bug is now 'fixed' and landing in nightlies v55, but may continue
to affect earlier releases if not brought forward upstream.
Regardless of any other concern, applying this brings the appearance of newer
breeze and breeze-gtk scrollars into closer accord.

Differential Revision: D5128

M  +5-5Breeze-dark-gtk/gtk-3.20/gtk.css
M  +5-5Breeze-gtk/gtk-3.20/gtk.css

https://commits.kde.org/breeze-gtk/6ac39e82ff069f6ca4037617d906a695060f5261

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

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796

Christoph Feck  changed:

   What|Removed |Added

 CC||sasha2...@gmail.com

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

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

[gwenview] [Bug 375953] Often "Edit|Crop" and "File|Save As..." buttons are disabled without any reason

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=375953

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[gwenview] [Bug 362302] Enable Save As for remotely opened images

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=362302

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[gwenview] [Bug 343796] Most of operations are disabled when opening files from remote url.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=343796

Christoph Feck  changed:

   What|Removed |Added

 CC||sithlor...@gmail.com

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

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

[plasmashell] [Bug 379758] New: Plasma pannel fails suddenly

2017-05-12 Thread David P .
https://bugs.kde.org/show_bug.cgi?id=379758

Bug ID: 379758
   Summary: Plasma pannel fails suddenly
   Product: plasmashell
   Version: 5.9.5
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: megve...@parabola.nu
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.9.5)
 (Compiled from sources)
Qt Version: 5.8.0
Frameworks Version: 5.33.0
Operating System: Linux 4.10.9-gnu-1-pck x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
Nothing special, just some work and the usual stuff spected in a normal user

- Unusual behavior I noticed:
For some reason, the pannel stopped working and disappeared, and then
reappeared, and then in the message error it sais that there was a problem with
plasma shell, but I didn't care, then I restarted my session and the problem
repeated but with a more comprehensive log, so I decided to report it.

Distro: Parabola GNU/Linux-libre (based on Arch Linux)
Architecture: x64

The crash can be reproduced sometimes.

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

Thread 16 (Thread 0x7f1bef7fe700 (LWP 14488)):
#0  0x7f1cd2e48756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f1cd3f8e58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f1c1a5261d0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f1c1a52a9d8 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f1c1a525263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f1c1a52aa32 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f1c1a525263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f1c1a528249 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f1cd3f8d6d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f1cd2e422e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f1cd38a054f in clone () at /usr/lib/libc.so.6

Thread 15 (Thread 0x7f1be700 (LWP 14487)):
#0  0x7f1cd2e48756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f1cd3f8e58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f1c1a5261d0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f1c1a52a9d8 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f1c1a525263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f1c1a52aa32 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f1c1a525263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f1c1a528249 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f1cd3f8d6d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f1cd2e422e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f1cd38a054f in clone () at /usr/lib/libc.so.6

Thread 14 (Thread 0x7f1c04b9f700 (LWP 14486)):
#0  0x7f1cd2e48756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f1cd3f8e58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f1c1a5261d0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f1c1a52a9d8 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f1c1a525263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f1c1a52aa32 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f1c1a525263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f1c1a528249 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f1cd3f8d6d8 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f1cd2e422e7 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f1cd38a054f in clone () at /usr/lib/libc.so.6

Thread 13 (Thread 0x7f1c053a0700 (LWP 14485)):
#0  0x7f1cd2e48756 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f1cd3f8e58b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  

[kwin] [Bug 379465] kwin_x11 crashes after mpv is set to fullscreen

2017-05-12 Thread Nicolas Frattaroli
https://bugs.kde.org/show_bug.cgi?id=379465

--- Comment #4 from Nicolas Frattaroli  ---
I've discovered that the qutebrowser people host an Arch Linux repository with
prebuilt qt5 debug packages. I've installed qt5-base-debug from there and built
kwin with build type RelWithDebInfo. I hope the crash happens again so that I
can supply you with a useful backtrace.

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

[gwenview] [Bug 313806] Add an option to enable the key as the "action key" when cropping.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=313806

--- Comment #12 from Christoph Feck  ---
https://phabricator.kde.org/D5824

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

[digikam] [Bug 268981] Add DRM support in Image Editor using steganography

2017-05-12 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=268981

Simon  changed:

   What|Removed |Added

 CC||freisi...@gmail.com

--- Comment #10 from Simon  ---
G'MIC has a filter that embeds text in the fourier domain, it is
called "Fourier watermark" (and "Fourier analysis" to retrieve the
info): https://gmicol.greyc.fr/

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

[plasmashell] [Bug 378749] plasmashell: 262 GB virtual memory

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378749

stefan...@posteo.de changed:

   What|Removed |Added

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

--- Comment #6 from stefan...@posteo.de ---
I'm now aware this has been closed as "RESOLVED INVALID".
Please, look harder: There are not only many instances, but each instance is
allocating 292 GB!
As skierpage pointed out: These are two different bugs!

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

[gwenview] [Bug 331504] Enter in crop mode exits it instead of applying changes

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=331504

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #6 from Christoph Feck  ---


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

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

[gwenview] [Bug 313806] Add an option to enable the key as the "action key" when cropping.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=313806

Christoph Feck  changed:

   What|Removed |Added

 CC||sasha2...@gmail.com

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

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

[gwenview] [Bug 358322] Pressing Enter during crop causes going 1 level up instead of confirming the crop

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=358322

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #4 from Christoph Feck  ---


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

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

[gwenview] [Bug 313806] Add an option to enable the key as the "action key" when cropping.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=313806

Christoph Feck  changed:

   What|Removed |Added

 CC||guoyunhebr...@gmail.com

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

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

[gwenview] [Bug 366580] Enter key when crop image abort action and return to image gallery

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=366580

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[gwenview] [Bug 313806] Add an option to enable the key as the "action key" when cropping.

2017-05-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=313806

Christoph Feck  changed:

   What|Removed |Added

 CC||vita...@yourcmc.ru

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

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

[Discover] [Bug 379757] New: Discover closed while browsing the program

2017-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379757

Bug ID: 379757
   Summary: Discover closed while browsing the program
   Product: Discover
   Version: 5.9.4
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: axel.c.gra...@gmail.com
  Target Milestone: ---

Application: plasma-discover (5.9.4)

Qt Version: 5.7.1
Frameworks Version: 5.31.0
Operating System: Linux 4.10.0-20-generic x86_64
Distribution: Ubuntu 17.04

-- Information about the crash:
- What I was doing when the application crashed:
I opened the program to check to install another program and suddenly it
closed.

NOTE: This is not the first time the program closes alone. You open the program
between 4-7 minutes and close, regardless of what you do

The crash can be reproduced sometimes.

-- Backtrace:
Application: Descubrir (plasma-discover), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f6af68a08c0 (LWP 17622))]

Thread 8 (Thread 0x7f6a93fff700 (LWP 19186)):
#0  0x7f6aeec2e8b9 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x7f6af284ea86 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f6af284a2b2 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f6af284dc98 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6aeec286da in start_thread (arg=0x7f6a93fff700) at
pthread_create.c:456
#5  0x7f6af1e5117f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 7 (Thread 0x7f6ab0df6700 (LWP 17641)):
#0  0x7f6aecaf6cc9 in g_main_context_query () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f6aecaf74e8 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6aecaf768c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6af2a71f2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6af2a1b88a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f6af2848fe3 in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f6af284dc98 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f6aeec286da in start_thread (arg=0x7f6ab0df6700) at
pthread_create.c:456
#8  0x7f6af1e5117f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 6 (Thread 0x7f6ac2884700 (LWP 17632)):
#0  0x7f6af1e4518d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f6aecaf7576 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6aecaf768c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6af2a71f2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6af2a1b88a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f6af2848fe3 in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f6af284dc98 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f6aeec286da in start_thread (arg=0x7f6ac2884700) at
pthread_create.c:456
#8  0x7f6af1e5117f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 5 (Thread 0x7f6ad34bb700 (LWP 17630)):
#0  0x7f6aecaf6a4b in g_main_context_prepare () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f6aecaf749b in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6aecaf768c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6af2a71f2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6af2a1b88a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f6af2848fe3 in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f6af5c254c6 in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f6af284dc98 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f6aeec286da in start_thread (arg=0x7f6ad34bb700) at
pthread_create.c:456
#9  0x7f6af1e5117f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 4 (Thread 0x7f6ad99c3700 (LWP 17626)):
#0  0x7f6af1e40cad in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f6aecb3bb30 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6aecaf7042 in g_main_context_check () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6aecaf7514 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f6aecaf768c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f6af2a71f2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at 

[kmail2] [Bug 317803] Kmail2 renders colors based on the user system colors rather than the default colors browsers use.

2017-05-12 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=317803

--- Comment #8 from avlas  ---
I would like to start using a dark theme, but, like happens to others, this is
keeping me from doing it :/

I hope it gets some attention from KDE devs :)

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

[kmail2] [Bug 317803] Kmail2 renders colors based on the user system colors rather than the default colors browsers use.

2017-05-12 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=317803

avlas  changed:

   What|Removed |Added

 CC||jsar...@gmail.com

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

[gwenview] [Bug 379507] Gwenview crop operation crops displayed copy of the image

2017-05-12 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=379507

--- Comment #6 from Eugene Shalygin  ---
Created attachment 105484
  --> https://bugs.kde.org/attachment.cgi?id=105484=edit
screenshot of screenshot in Gwenview

Screenshot of Gwenview viewing the downloaded file.

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

  1   2   >