[krita] [Bug 403817] On canvas color selector triggers a taskbar entry in plasma

2019-05-05 Thread Victor Wåhlström
https://bugs.kde.org/show_bug.cgi?id=403817

Victor Wåhlström  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/840a169728efdc
   ||1fc3c0e99859e469e167c182ca

--- Comment #5 from Victor Wåhlström  ---
Git commit 840a169728efdc1fc3c0e99859e469e167c182ca by Victor Wåhlström.
Committed on 05/05/2019 at 09:24.
Pushed by victorw into branch 'master'.

Prevent additional taskbar entry when invoking the on-canvas color selector

M  +27   -11  
plugins/dockers/advancedcolorselector/kis_color_selector_base.cpp
M  +2-0plugins/dockers/advancedcolorselector/kis_color_selector_base.h

https://invent.kde.org/kde/krita/commit/840a169728efdc1fc3c0e99859e469e167c182ca

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

[krita] [Bug 403817] On canvas color selector triggers a taskbar entry in plasma

2019-05-01 Thread Victor Wåhlström
https://bugs.kde.org/show_bug.cgi?id=403817

Victor Wåhlström  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |victor.wahlstrom@initiali.s
   ||e
 CC||victor.wahlstrom@initiali.s
   ||e
 Resolution|INTENTIONAL |---
 Status|RESOLVED|REOPENED

--- Comment #4 from Victor Wåhlström  ---
While that comment is correct, it is possible to set
Qt::BypassWindowManagerHint and then workaround the issues mentioned by the
comment.

The workaround might have side effects, but nothing we shouldn't be able to
test for. I'll provide a patch for review once I've familiarized myself with
the new gitlab workflow.

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

[krita] [Bug 403817] On canvas color selector triggers a taskbar entry in plasma

2019-04-30 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=403817

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Resolution|--- |INTENTIONAL
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Boudewijn Rempt  ---
Yes, removing the Qt::Window flag will cause all kinds of issues, so we'll have
to live with this.

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

[krita] [Bug 403817] On canvas color selector triggers a taskbar entry in plasma

2019-02-26 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=403817

Ashwin Dhakaita  changed:

   What|Removed |Added

 CC||ashwingpdhaka...@gmail.com

--- Comment #2 from Ashwin Dhakaita  ---
I found this comment in kiscolorselectorbase.cpp. Under lazyCreatePopup
function.

/**
 * On Linux passing Qt::X11BypassWindowManagerHint makes
 * the window never hide if one switches it with Alt+Tab
 * or something like that. The window also don't get any
 * mouse-enter/leave events. So we have to make it normal
 * window (which is visible to the window manager and
 * appears in the tasks bar). Therefore we don't use it
 * anyomore.
 */

Apparently, it is voluntarily made to behave in such a manner.

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

[krita] [Bug 403817] On canvas color selector triggers a taskbar entry in plasma

2019-02-22 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=403817

wolthera  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||griffinval...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from wolthera  ---
Can confirm, no idea why it happens.

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