[systemsettings] [Bug 437286] Changing the user picture shouldn't require admin rights

2022-07-24 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=437286

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||0cf0de17bde4f08899a90ac8913
   ||17b30bc171eb7
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Jan Blackquill  ---
Git commit 0cf0de17bde4f08899a90ac891317b30bc171eb7 by Janet Blackquill, on
behalf of Jan Blackquill.
Committed on 24/07/2022 at 03:27.
Pushed by ngraham into branch 'master'.

kcms/users: only set changed values via dbus api

Setting unchanged values may falsely trigger an authentication
prompt in the case that the changed value doesn't need authentication
to change, but the unchanged ones do, leading to an authentication prompt
to show up.

Adding a little bit of original vs new comparison lets us only send over
DBus what got changed.

M  +43   -14   kcms/users/src/user.cpp
M  +21   -7kcms/users/src/user.h

https://invent.kde.org/plasma/plasma-workspace/commit/0cf0de17bde4f08899a90ac891317b30bc171eb7

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

[systemsettings] [Bug 456648] Color scheme previews pull disabled text and hovered button border colors from the active color scheme

2022-07-13 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=456648

Jan Blackquill  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |uhh...@gmail.com

--- Comment #3 from Jan Blackquill  ---
Oops, this looks like it'll definitely be harder than it would initially seem
to fix due to the nature of how we're passing colours to QML and how that
interacts with modifier states like disabled and hovered. On it, though.

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

[Breeze] [Bug 385031] Menu can become wider when shortcut changes because it is calculated by "width of longest visible shortcut", not "width of longest possible shortcut"

2022-07-11 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=385031

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||uhh...@gmail.com
 Status|CONFIRMED   |RESOLVED

--- Comment #19 from Jan Blackquill  ---
I'm not really sure this can be considered a bug; items resizing whenever the
size of their content changes is to be expected; making them wider by default
will still require shifting around if a shortcut is that big, and will probably
yield complaints from people about wide menus with a lot of blank space. And
this doesn't really pose any usability issues, s...

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

[Breeze] [Bug 456264] Extra frame behind docks that doesn't respect application style nor is overridable

2022-07-02 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=456264

Jan Blackquill  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[Breeze] [Bug 456264] Extra frame behind docks that doesn't respect application style nor is overridable

2022-07-02 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=456264

--- Comment #1 from Jan Blackquill  ---
That is kinda intentional, to ensure that interactive docks have clearly
defined bounds of interaction. We may be able to consider making it possible to
hide based on widget flags, but not if that would cause interactive docks in
lots of apps to lose their defined borders.

Also, if you're doing this much custom styling, I'd recommend committing to
avoiding the style entirely, or doing a better job of respecting it, rather
than an in-between, which will always be somewhat buggy and ugly.

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

[plasmashell] [Bug 455822] "Arrange In" options have nonsensical behaviour in RtL

2022-06-22 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=455822

Jan Blackquill  changed:

   What|Removed |Added

   Keywords||rtl

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

[plasmashell] [Bug 455822] New: "Arrange In" options have nonsensical behaviour in RtL

2022-06-22 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=455822

Bug ID: 455822
   Summary: "Arrange In" options have nonsensical behaviour in RtL
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: plasma-b...@kde.org
  Reporter: uhh...@gmail.com
CC: h...@kde.org
  Target Milestone: 1.0

The "Arrange In Columns/Rows" menu items seem to randomly scatter the icons in
RtL, rather than arranging icons as they would be arranged in LtR, but
mirrored.

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

[kde] [Bug 455770] Arranging icons by rows places the icons in columns instead

2022-06-22 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=455770

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
  Flags||Usability+
 Status|RESOLVED|VERIFIED

--- Comment #4 from Jan Blackquill  ---
"Columns" and "rows" are kinda meaningless terms when you have a grid of icons
without any visual indication how they're being arranged (especially when other
software has contradictory meanings on what exactly that would entail), so we
should replace the strings with something clearer.

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

[frameworks-kirigami] [Bug 453959] SwipeListItem actions no longer visible in NeoChat's settings page

2022-06-20 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=453959

Jan Blackquill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kirigami/commit/a224
   ||4ddd00b5ba495970d861cc1156d
   ||1260d1a23

--- Comment #5 from Jan Blackquill  ---
Git commit a2244ddd00b5ba495970d861cc1156d1260d1a23 by Janet Blackquill, on
behalf of Jan Blackquill.
Committed on 20/06/2022 at 20:49.
Pushed by cblack into branch 'master'.

SwipeListItem: warn users when they try to override the padding

This has always resulted in a somewhat broken layout, but accomodations for
RtL make application errors much more prominent. Thus, we try and make it
impossible
to override the padding, and have the component yell at end users if they try
to do
so.

M  +24   -4src/controls/templates/SwipeListItem.qml

https://invent.kde.org/frameworks/kirigami/commit/a2244ddd00b5ba495970d861cc1156d1260d1a23

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

[frameworks-qqc2-desktop-style] [Bug 430101] Slider fill reversed on RTL

2022-06-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=430101

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/breeze/commit/e8b1d4aa47 |ma/breeze/commit/c7bfd1c728
   |daf99041332f43c29fabdf70f25 |c603464cab9a43a0627a82d1ab0
   |004 |933

--- Comment #10 from Jan Blackquill  ---
Git commit c7bfd1c728c603464cab9a43a0627a82d1ab0933 by Jan Blackquill.
Committed on 04/06/2022 at 00:01.
Pushed by cblack into branch 'Plasma/5.25'.

kstyle: fix qqc2 desktop style sliders in RtL

We don't do any mirroring of the slider groove rects or tickmarks based on
layout direction,
and this causes qqc2-desktop-style sliders to render in the wrong direction.
Swapping the leftRect and the rightRect when option->direction ==
Qt::RightToLeft
fixes this.

This wasn't broken with QWidgets because QSlider relies on (ab)using the
upsideDown option
in order to achieve mirroring of the groove instead of option->direction, and
consequently,
this change doesn't affect Qt widgets apps at all.
(cherry picked from commit e8b1d4aa47daf99041332f43c29fabdf70f25004)

M  +9-4kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/commit/c7bfd1c728c603464cab9a43a0627a82d1ab0933

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

[frameworks-qqc2-desktop-style] [Bug 430101] Slider fill reversed on RTL

2022-06-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=430101

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/commit/e8b1d4aa47
   ||daf99041332f43c29fabdf70f25
   ||004
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Jan Blackquill  ---
Git commit e8b1d4aa47daf99041332f43c29fabdf70f25004 by Jan Blackquill.
Committed on 04/06/2022 at 00:00.
Pushed by cblack into branch 'master'.

kstyle: fix qqc2 desktop style sliders in RtL

We don't do any mirroring of the slider groove rects or tickmarks based on
layout direction,
and this causes qqc2-desktop-style sliders to render in the wrong direction.
Swapping the leftRect and the rightRect when option->direction ==
Qt::RightToLeft
fixes this.

This wasn't broken with QWidgets because QSlider relies on (ab)using the
upsideDown option
in order to achieve mirroring of the groove instead of option->direction, and
consequently,
this change doesn't affect Qt widgets apps at all.

M  +9-4kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/commit/e8b1d4aa47daf99041332f43c29fabdf70f25004

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

[kwin] [Bug 454680] New: Crash on opening one OSD thing and then another

2022-05-31 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=454680

Bug ID: 454680
   Summary: Crash on opening one OSD thing and then another
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: uhh...@gmail.com
  Target Milestone: ---

How to reproduce:
- open one OSD thing (like spectacle's 'window under the mouse pointer')
- open another one (like colour picker)
- kwin dies when it tries to render the second one

#0  QOpenGLContext::surface() const (this=this@entry=0x0)
at
/home/jblackquill/KDE/Source/Qt5/qtbase/src/gui/kernel/qopenglcontext.cpp:1077
#1  0x7f99b7fb60c0 in qsg_device_pixel_ratio (ctx=0x0)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp:99
#2  QSGTextMaskMaterial::updateCache(QFontEngine::GlyphFormat)
(this=this@entry=0x3188aa0, glyphFormat=QFontEngine::Format_A32, 
glyphFormat@entry=QFontEngine::Format_None)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp:774
#3  0x7f99b7fb6322 in QSGTextMaskMaterial::init(QFontEngine::GlyphFormat)
(this=this@entry=0x3188aa0,
glyphFormat=glyphFormat@entry=QFontEngine::Format_None)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp:742
#4  0x7f99b7fb63a9 in
QSGTextMaskMaterial::QSGTextMaskMaterial(QSGRenderContext*, QVector4D const&,
QRawFont const&, QFontEngine::GlyphFormat)
(this=this@entry=0x3188aa0, rc=, color=..., font=...,
glyphFormat=glyphFormat@entry=QFontEngine::Format_None)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp:711
#5  0x7f99b7fb27f0 in QSGDefaultGlyphNode::update() (this=0x3193b80)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/scenegraph/qsgdefaultglyphnode.cpp:107
#6  0x7f99b8048c62 in QQuickTextNode::addGlyphs(QPointF const&, QGlyphRun
const&, QColor const&, QQuickText::TextStyle, QColor const&, QSGNode*)
(this=this@entry=0x3197ae0, position=..., glyphs=..., color=...,
style=style@entry=QQuickText::Normal, styleColor=..., parentNode=0x0)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/items/qquicktextnode.cpp:117
#7  0x7f99b804de38 in
QQuickTextNodeEngine::addToSceneGraph(QQuickTextNode*, QQuickText::TextStyle,
QColor const&)
(this=this@entry=0x7ffe0f80ea00, parentNode=parentNode@entry=0x3197ae0,
style=style@entry=QQuickText::Normal, styleColor=...)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/items/qquicktextnodeengine.cpp:793
#8  0x7f99b8049ca7 in QQuickTextNode::addTextLayout(QPointF const&,
QTextLayout*, QColor const&, QQuickText::TextStyle, QColor const&, QColor
const&, QColor const&, QColor const&, int, int, int, int)
(this=this@entry=0x3197ae0, position=...,
textLayout=textLayout@entry=0x2bdf908, color=..., style=QQuickText::Normal,
styleColor=..., anchorColor=..., selectionColor=..., selectedTextColor=...,
selectionStart=-1, selectionEnd=-1, lineStart=0, lineCount=1)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/items/qquicktextnode.cpp:287
#9  0x7f99b80484e8 in QQuickText::updatePaintNode(QSGNode*,
QQuickItem::UpdatePaintNodeData*)
(this=0x3180cd0, oldNode=, data=)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/items/qquicktext.cpp:2497
#10 0x7f99b802aa88 in QQuickWindowPrivate::updateDirtyNode(QQuickItem*)
(this=0x2f954a0, item=0x3180cd0)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/items/qquickwindow.cpp:3871
#11 0x7f99b802afdb in QQuickWindowPrivate::updateDirtyNodes()
(this=this@entry=0x2f954a0)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/items/qquickwindow.cpp:3616
#12 0x7f99b802c90c in QQuickWindowPrivate::syncSceneGraph()
(this=this@entry=0x2f954a0)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/items/qquickwindow.cpp:523
#13 0x7f99b7fae4f9 in QSGGuiThreadRenderLoop::renderWindow(QQuickWindow*)
(this=0x2e7d690, window=)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/scenegraph/qsgrenderloop.cpp:751
#14 0x7f99b7fb02bf in
QSGGuiThreadRenderLoop::exposureChanged(QQuickWindow*)
(this=0x2e7d690, window=)
at
/home/jblackquill/KDE/Source/Qt5/qtdeclarative/src/quick/scenegraph/qsgrenderloop.cpp:852
#15 0x7f99b6f2cab5 in QWindow::event(QEvent*) (this=0x2fc2180,
ev=)
at /home/jblackquill/KDE/Source/Qt5/qtbase/src/gui/kernel/qwindow.cpp:2438
#16 0x7f991ed775a8 in PlasmaQuick::Dialog::event(QEvent*) (this=0x2fc2180,
event=0x7ffe0f811660)
at
/home/jblackquill/KDE/Source/plasma-framework/src/plasmaquick/dialog.cpp:1259
#17 0x7f99b56ffa8f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(this=, 

[kwin] [Bug 454680] Crash on opening one OSD thing and then another

2022-05-31 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=454680

Jan Blackquill  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[frameworks-qqc2-desktop-style] [Bug 453587] Menu separator items interfere with keyboard arrow keys

2022-05-10 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=453587

--- Comment #4 from Jan Blackquill  ---
yeah, the listview is responsible for managing the fake "focus" of its items,
not the items themselves.

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

[Breeze] [Bug 453365] Breeze cursor script generates png files that are too small

2022-05-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=453365

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/commit/a907a4aa17
   ||7d8c102b0c1c1fcfb28f4242fb1
   ||c1e
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Jan Blackquill  ---
Git commit a907a4aa177d8c102b0c1c1fcfb28f4242fb1c1e by Jan Blackquill, on
behalf of Chris Chris.
Committed on 04/05/2022 at 00:17.
Pushed by cblack into branch 'master'.

Fix cursor build script generating pngs that are too small

The cursor build scripts generate pngs that are too small when using Inkscape
0.92 or later due to Inkscape changing its default dpi from 90 to 96. Changed
script to use width and height flags as they produce png files with correct
dimensions on all Inkscape versions.

M  +9-9cursors/Breeze/build.sh
M  +9-9cursors/Breeze_Snow/build.sh

https://invent.kde.org/plasma/breeze/commit/a907a4aa177d8c102b0c1c1fcfb28f4242fb1c1e

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

[Breeze] [Bug 452987] Breeze controls become oversized when convertible is flipped

2022-04-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452987

Jan Blackquill  changed:

   What|Removed |Added

   Keywords||regression
  Flags||Usability+

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

[Breeze] [Bug 452987] New: Breeze controls become oversized when convertible is flipped

2022-04-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452987

Bug ID: 452987
   Summary: Breeze controls become oversized when convertible is
flipped
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: QStyle
  Assignee: plasma-b...@kde.org
  Reporter: uhh...@gmail.com
CC: noaha...@gmail.com
  Target Milestone: ---

Controls become jumbosized when you flip a convertible laptop. This is fine if
you're assuming the primary use is for touchscreen, but ends up wasting space
for pen users.

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

[Breeze] [Bug 452986] Window decorations become oversized when convertible is flipped

2022-04-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452986

Jan Blackquill  changed:

   What|Removed |Added

  Flags||Usability+
   Keywords||regression
   Assignee|plasma-b...@kde.org |ahiems...@heimr.nl

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

[Breeze] [Bug 452986] New: Window decorations become oversized when convertible is flipped

2022-04-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452986

Bug ID: 452986
   Summary: Window decorations become oversized when convertible
is flipped
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: window decoration
  Assignee: plasma-b...@kde.org
  Reporter: uhh...@gmail.com
CC: kwin-bugs-n...@kde.org
  Target Milestone: ---

Window decorations become jumbosized when you flip a convertible laptop. This
is fine if you're assuming the primary use is for touchscreen, but ends up
wasting space for pen users.

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

[dolphin] [Bug 452774] New: Dolphin doesn't indicate that it refuses to let users drag a toolbar to the left/right of a window when it has an address bar

2022-04-19 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452774

Bug ID: 452774
   Summary: Dolphin doesn't indicate that it refuses to let users
drag a toolbar to the left/right of a window when it
has an address bar
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: uhh...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Dolphin refuses to let users drag a toolbar to the left/right of a window when
it has an address bar on it, which is completely sensible: horizontal-only
things don't make sense on a vertical toolbar.

However, Dolphin doesn't clearly communicate this to the user. When the user
tries to drag a toolbar to an invalid place, it just silently doesn't do the
thing and doesn't give any feedback at all.

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

[frameworks-kitemmodels] [Bug 452043] KDescendantsProxyModel aborts application if source model is empty

2022-04-18 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452043

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kitemmodels/commit/e
   ||9156500e2f1fdc84d2307a9ac6e
   ||5dda3e82ee6e
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Jan Blackquill  ---
Git commit e9156500e2f1fdc84d2307a9ac6e5dda3e82ee6e by Jan Blackquill, on
behalf of Tino Lorenz.
Committed on 18/04/2022 at 23:29.
Pushed by cblack into branch 'master'.

Fix assertions in KDescendantsProxyModel

Remove assertions in `kdescendantsproxymodel.cpp` that will make the program
crash when the model is empty.

Note: if `hasChildren` returns true, it doesn't mean that `rowCount` for the
same index must be >0.
For example, KDirModel's `hasChildren` returns true for directories with >=1
children, but its `rowCount` doesn't list
the children and just returns 0 if they weren't already listed.

M  +49   -2autotests/kdescendantsproxymodeltest.cpp
M  +7-15   src/core/kdescendantsproxymodel.cpp

https://invent.kde.org/frameworks/kitemmodels/commit/e9156500e2f1fdc84d2307a9ac6e5dda3e82ee6e

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

[plasmashell] [Bug 452233] New: Plasma is inconsistent with respecting the initial sizes of applets

2022-04-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452233

Bug ID: 452233
   Summary: Plasma is inconsistent with respecting the initial
sizes of applets
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: uhh...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

SUMMARY
Plasma sizes applets inconsistently based on Layout.preferred(Height|Width)
when adding them to the desktop

STEPS TO REPRODUCE
1.  Add an applet
2.  Try it another way
3.  Try it on another system
4.  and so on

OBSERVED RESULT
Applets size inconsistently, based on enough factors that it's impossible to
tell what's causing what without diving into the code.

EXPECTED RESULT
Applets size to the same size, every time.

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

[dolphin] [Bug 451704] Arrow hitbox does not match visuals in tree view

2022-04-02 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=451704

Jan Blackquill  changed:

   What|Removed |Added

Summary|Can no longer click on  |Arrow hitbox does not match
   |arrows to expand folders in |visuals in tree view
   |details view|

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

[frameworks-kitemmodels] [Bug 452043] New: KDescendantsProxyModel aborts application if source model is empty

2022-03-29 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=452043

Bug ID: 452043
   Summary: KDescendantsProxyModel aborts application if source
model is empty
   Product: frameworks-kitemmodels
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: uhh...@gmail.com
  Target Milestone: ---

KDescendantsProxyModel has many asserts in the code to ensure that the source
model isn't empty, resulting in app crashes when it is empty.

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

[frameworks-qqc2-desktop-style] [Bug 451627] QQC2 apps show context menus using the Breeze style, regardless of current QStyle's menu item appearance

2022-03-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=451627

--- Comment #3 from Jan Blackquill  ---
In short: not really all that feasible. I'm sure there could be some sort of
dark magic we could use, but it would probably break with a lot of apps and
styles.

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

[frameworks-ki18n] [Bug 451807] New: QML: falsey values are considered missing arguments

2022-03-22 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=451807

Bug ID: 451807
   Summary: QML: falsey values are considered missing arguments
   Product: frameworks-ki18n
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: caslav.i...@gmx.net
  Reporter: uhh...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Falsey values are considered missing arguments; e.g. `0` doesn't count as an
argument due to 0 being a falsey value. This results in something like the
following not working: i18n("i have %1 things", 0).

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

[dolphin] [Bug 428567] Improve RTL interface for Dolphin

2022-03-16 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=428567

--- Comment #10 from Jan Blackquill  ---
Git commit 3140672571a9070670873e540be1442f16d3a093 by Jan Blackquill, on
behalf of Janet Blackquill.
Committed on 16/03/2022 at 14:38.
Pushed by cblack into branch 'master'.

KUrlNavigator: don't force LtR

M  +0-4src/filewidgets/kurlnavigator.cpp

https://invent.kde.org/frameworks/kio/commit/3140672571a9070670873e540be1442f16d3a093

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

[Breeze] [Bug 432390] Please add RTL window titlebars

2022-03-14 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=432390

Jan Blackquill  changed:

   What|Removed |Added

   Version Fixed In||5.24.4

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

[Breeze] [Bug 432390] Please add RTL window titlebars

2022-03-14 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=432390

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kdecoration/commit/4123e |ma/kdecoration/commit/d6094
   |c8c19936bea87b0aae3523f0062 |ab116f1f8271f4d3e73b15cf4c1
   |a16e62c5|a6361df6

--- Comment #8 from Jan Blackquill  ---
Git commit d6094ab116f1f8271f4d3e73b15cf4c1a6361df6 by Jan Blackquill, on
behalf of Janet Blackquill.
Committed on 14/03/2022 at 21:38.
Pushed by cblack into branch 'Plasma/5.24'.

Add RtL support

This makes KDecoration2 able to handle right to left;
by properly mirroring buttons.
(cherry picked from commit 4123ec8c19936bea87b0aae3523f0062a16e62c5)

M  +30   -9src/decorationbuttongroup.cpp

https://invent.kde.org/plasma/kdecoration/commit/d6094ab116f1f8271f4d3e73b15cf4c1a6361df6

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

[Breeze] [Bug 432390] Please add RTL window titlebars

2022-03-14 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=432390

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kdecoration/commit/4123e
   ||c8c19936bea87b0aae3523f0062
   ||a16e62c5
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Jan Blackquill  ---
Git commit 4123ec8c19936bea87b0aae3523f0062a16e62c5 by Janet Blackquill.
Committed on 02/03/2022 at 16:19.
Pushed by cblack into branch 'master'.

Add RtL support

This makes KDecoration2 able to handle right to left;
by properly mirroring buttons.

M  +30   -9src/decorationbuttongroup.cpp

https://invent.kde.org/plasma/kdecoration/commit/4123ec8c19936bea87b0aae3523f0062a16e62c5

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

[Breeze] [Bug 418517] Titlebar text does not update correctly when title is fully to the left and no buttons are placed there.

2022-03-14 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=418517

Jan Blackquill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/commit/03b29c9fe9
   ||325f6ede8eaafe050650112acad
   ||705
 Resolution|--- |FIXED

--- Comment #7 from Jan Blackquill  ---
Git commit 03b29c9fe9325f6ede8eaafe050650112acad705 by Jan Blackquill, on
behalf of Richard Shiue.
Committed on 14/03/2022 at 15:31.
Pushed by cblack into branch 'master'.

kdecoration: fix visual glitch in titlebar caption when it is updated near the
edge

The geometry of the the title bar is not being correctly updated. The bug
affects all C++-based window decorations (breeze, oxygen, even lightly) and can
be observed when there isn't any title bar buttons to the left of the caption
and the caption is changed (e.g. changing directories in dolphin), regardless
of the alignment as long as the caption becomes close to the left edge. This
makes sure that updateTitlebar sets the title bar's geometry in Decoration
coordinates.

M  +3-8kdecoration/breezedecoration.cpp

https://invent.kde.org/plasma/breeze/commit/03b29c9fe9325f6ede8eaafe050650112acad705

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

[kwin] [Bug 206501] Ability to close programs in desktop grid view by middle click

2022-03-09 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=206501

Jan Blackquill  changed:

   What|Removed |Added

 CC||maximts...@gmail.com

--- Comment #7 from Jan Blackquill  ---
*** Bug 427161 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 427161] Middle click on specific window should close it

2022-03-09 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=427161

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #3 from Jan Blackquill  ---


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

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

[kwin] [Bug 448421] [Cosmetic] Holding show desktop grid shortcut zooms in and out

2022-03-09 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=448421

Jan Blackquill  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||uhh...@gmail.com
 Resolution|--- |NOT A BUG

--- Comment #1 from Jan Blackquill  ---
There's a lot of actions that look funny if you keyrepeat/spam them; this isn't
really a bug in any of them, desktop grid included.

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

[kwin] [Bug 444678] Desktop Grid animations aren't smooth

2022-03-07 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=444678

Jan Blackquill  changed:

   What|Removed |Added

 CC||ericedlund2...@gmail.com

--- Comment #3 from Jan Blackquill  ---
*** Bug 447472 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 447472] Animation into and out of grid view with multiple windows is jerky

2022-03-07 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=447472

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Jan Blackquill  ---


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

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

[Breeze] [Bug 443437] Make it optional to deepen the shadow for the active window

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=443437

Jan Blackquill  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL
 CC||uhh...@gmail.com

--- Comment #9 from Jan Blackquill  ---
Consensus from our designers seems to be that we don't want this as an option,
so I'm marking as RESOLVED INTENTIONAL for now.

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

[Breeze] [Bug 418904] Offer a user-adjustable padding/margin setting for widgets that have internal padding

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=418904

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |INTENTIONAL
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Jan Blackquill  ---
Consensus from our designers seems to be that we don't want this as an option,
so I'm marking as RESOLVED INTENTIONAL for now.

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

[Breeze] [Bug 421677] Scrolling on tab bar also scrolls page content, if it's scrollable

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=421677

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||uhh...@gmail.com
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Jan Blackquill  ---
This is an upstream Qt bug; see https://bugreports.qt.io/browse/QTBUG-101467.

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

[Breeze] [Bug 442628] Breeze Dark: menubar and toolbar background not switching colours for inactive/active windows

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=442628

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com

--- Comment #12 from Jan Blackquill  ---
It looks like you have the side window borders enabled; the new style only
applies when the borders option in the Window Decorations KCM is set to "No
Borders" or "No Side Borders"

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

[Breeze] [Bug 384999] When dock widget borders are off and two dock widgets are adjacent, draw a line separating them

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=384999

Jan Blackquill  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 CC||uhh...@gmail.com
 Resolution|--- |FIXED

--- Comment #17 from Jan Blackquill  ---
is this still relevant?

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

[frameworks-kirigami] [Bug 411449] Multi-column PageStack does not reverse itself on RTL

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=411449

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |FIXED

--- Comment #5 from Jan Blackquill  ---
Can't reproduce this bug, can you still reproduce?

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

[digikam] [Bug 166614] Animations on UI changes

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=166614

Jan Blackquill  changed:

   What|Removed |Added

   Keywords|rtl |
 CC||uhh...@gmail.com

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

[dolphin] [Bug 372719] on rtl langs the view engine isn't rtl

2022-03-04 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=372719

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Jan Blackquill  ---
The Dolphin views now support RtL.

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

[dolphin] [Bug 449238] Dolphin crashes when I try to drag a column in details view mode

2022-03-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=449238

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/e8dc49e4b
   ||24f5805d0664fcf842ab7b94af4
   ||a013
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Jan Blackquill  ---
Git commit e8dc49e4b24f5805d0664fcf842ab7b94af4a013 by Jan Blackquill, on
behalf of Janet Blackquill.
Committed on 03/03/2022 at 16:02.
Pushed by cblack into branch 'master'.

KItemListHeaderWidget: don't crash if widget == nullptr

M  +4-2src/kitemviews/private/kitemlistheaderwidget.cpp

https://invent.kde.org/system/dolphin/commit/e8dc49e4b24f5805d0664fcf842ab7b94af4a013

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

[kdelibs] [Bug 133885] Text field unwanted switches to "right to left" mode.

2022-03-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=133885

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED
 CC||uhh...@gmail.com

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

[Breeze] [Bug 432390] Please add RTL window titlebars

2022-03-02 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=432390

Jan Blackquill  changed:

   What|Removed |Added

   Severity|wishlist|normal

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

[kwin] [Bug 450943] Screensharing of fullscreen programs doesn't work under Wayland

2022-02-27 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=450943

Jan Blackquill  changed:

   What|Removed |Added

 CC||xaver.h...@gmail.com

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

[kwin] [Bug 450943] New: Screensharing of fullscreen programs doesn't work under Wayland

2022-02-27 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=450943

Bug ID: 450943
   Summary: Screensharing of fullscreen programs doesn't work
under Wayland
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: regression
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: uhh...@gmail.com
  Target Milestone: ---

If you attempt to use screensharing functionality on fullscreen programs under
Wayland; the fullscreen programs behave as if they didn't exist at all in the
capture output.

Seems to be caused by 30464e5c8b3643d19176aa2c521c9dd3eb6609dd.

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

[plasmashell] [Bug 450892] New: "Drag to move" label overlaps toolbar contents

2022-02-26 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=450892

Bug ID: 450892
   Summary: "Drag to move" label overlaps toolbar contents
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: uhh...@gmail.com
  Target Milestone: 1.0

Created attachment 147157
  --> https://bugs.kde.org/attachment.cgi?id=147157=edit
drag to move label overlapping content

The "drag to move" label present in edit mode overlaps the toolbar contents on
smaller resolutions.

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

[Breeze] [Bug 445133] Qt Group Box title will only horizontally align center

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=445133

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Jan Blackquill  ---
Yeah, this is intentional; we always center titles regardless of what the app
specifies. Unless this behaviour breaks any apps, I don't think it's that
harmful to do it, and improves visual consistency. Marking as RESOLVED
INTENTIONAL; please do open a new bug naming any specific apps that are broken
if this does break something.

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

[Breeze] [Bug 384176] QObject: Cannot create children for a parent that is in a different thread.

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=384176

Jan Blackquill  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

[kwin] [Bug 435464] Invoking task switcher causes active window to show inactive header color

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=435464

Jan Blackquill  changed:

   What|Removed |Added

  Component|QStyle  |effects-window-management
Product|Breeze  |kwin
 CC||uhh...@gmail.com

--- Comment #5 from Jan Blackquill  ---
This is likely a KWin bug; moving there, since inactive styles being used
during tab switcher can be reproduced with e.g. Fusion.

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

[Breeze] [Bug 419502] Subwindow title bars use system colors

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=419502

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

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

[Breeze] [Bug 419502] Subwindow title bars use system colors

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=419502

--- Comment #5 from Jan Blackquill  ---
Can't reproduce in Krita, either. Going to mark as RESOLVED FIXED since the
version last reproduced with is pretty old, and it's likely this may have been
fixed since then. Reopen if it's not.

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

[Breeze] [Bug 419502] Subwindow title bars use system colors

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=419502

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com

--- Comment #4 from Jan Blackquill  ---
Can't reproduce in oxygen-demo5.

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

[Breeze] [Bug 439195] Scrollbars are not adjusted correctly for RTL

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=439195

Jan Blackquill  changed:

   What|Removed |Added

   Assignee|lei...@leinir.dk|uhh...@gmail.com

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

[Breeze] [Bug 439195] Scrollbars are not adjusted correctly for RTL

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=439195

Jan Blackquill  changed:

   What|Removed |Added

Product|Discover|Breeze
 CC||noaha...@gmail.com,
   ||uhh...@gmail.com
  Component|discover|QStyle
Summary|The scrolling bars in the   |Scrollbars are not adjusted
   |screenshot section are not  |correctly for RTL
   |adjusted for RTL|

--- Comment #6 from Jan Blackquill  ---
This is actually a bug with Breeze; the scrollbars are misleading in RtL. I've
been trying to fix it with a few attempts, but it always ends up remaining in
the confusing state.

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

[kate] [Bug 192458] [BiDi/Unicode] Hebrew selection not showing when dynamic word wrap is disabled

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=192458

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com

--- Comment #36 from Jan Blackquill  ---
Can't reproduce either anymore. Likely fixed?

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

[Breeze] [Bug 171403] Large mouse pointer obscures the beginning of tooltip text

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=171403

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
URL||https://bugreports.qt.io/br
   ||owse/QTBUG-101303
 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Jan Blackquill  ---
This is an upstream Qt bug; see https://bugreports.qt.io/browse/QTBUG-101303.

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

[frameworks-qqc2-desktop-style] [Bug 443778] Discover freezes in style's scrollbar rendering code in addons view

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=443778

Jan Blackquill  changed:

   What|Removed |Added

Summary|Discover freezes in |Discover freezes in style's
   |Breeze::Helper::renderScrol |scrollbar rendering code in
   |lBarGroove() when I open|addons view
   |the description page of |
   |addons from KDE Store   |

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

[frameworks-qqc2-desktop-style] [Bug 443778] Discover freezes in Breeze::Helper::renderScrollBarGroove() when I open the description page of addons from KDE Store

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=443778

Jan Blackquill  changed:

   What|Removed |Added

Version|master  |unspecified
 CC||ahiems...@heimr.nl,
   ||k...@davidedmundson.co.uk,
   ||uhh...@gmail.com
  Component|QStyle  |general
 Ever confirmed|0   |1
Product|Breeze  |frameworks-qqc2-desktop-sty
   ||le
 Status|REPORTED|CONFIRMED

--- Comment #4 from Jan Blackquill  ---
I can reproduce this with Fusion; it is likely either a qqc2-desktop-style or
Kirigami bug. Moving to qqc2-desktop-style for now, pending further
investigation.

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

[dolphin] [Bug 449211] Detail View mode doesn't support RTL properly

2022-02-25 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=449211

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/ddba4f5fd
   ||88c4fa855e3f2eb0d9d95a6290d
   ||150a
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Jan Blackquill  ---
Git commit ddba4f5fd88c4fa855e3f2eb0d9d95a6290d150a by Janet Blackquill.
Committed on 25/02/2022 at 16:35.
Pushed by cblack into branch 'master'.

KStandardItemListWidget: handle RtL drawing properly

M  +65   -16   src/kitemviews/kstandarditemlistwidget.cpp

https://invent.kde.org/system/dolphin/commit/ddba4f5fd88c4fa855e3f2eb0d9d95a6290d150a

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

[kwin] [Bug 450818] New: QEMU XWayland grabs don't work

2022-02-24 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=450818

Bug ID: 450818
   Summary: QEMU XWayland grabs don't work
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: uhh...@gmail.com
  Target Milestone: ---

QEMU can grab the mouse cursor on X11, to let the guest VM have full control
over the pointer. This does not function under a Wayland session (QEMU running
under XWayland).

EXPECTED:

QEMU grabs the cursor; the cursor cannot leave the QEMU window.

RESULT:

QEMU gets all cursor events from X11 apps, but the cursor can leave the QEMU
window and navigate freely, often making guest OSes unusable due to being
unable to do mouse input.

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

[systemsettings] [Bug 442820] Accent colors don't look as good with Breeze Dark as they do with Breeze Light

2022-02-24 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=442820

Jan Blackquill  changed:

   What|Removed |Added

Product|Breeze  |systemsettings
  Component|general |kcm_colors
 CC||jpwhit...@kde.org,
   ||mwoehlke.fl...@gmail.com

--- Comment #14 from Jan Blackquill  ---
The dull colour is sort of intentional: it helps to preserve legibility when
you have accent foreground on accent background, which is a thing that some
apps do. I could increase the accent colour background's brightness, but that
might impair legibility in the situation the dullness was designed for.

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

[Breeze] [Bug 432390] Please add RTL window titlebars

2022-02-24 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=432390

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
   Assignee|plasma-b...@kde.org |uhh...@gmail.com

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

[Breeze] [Bug 450394] BambooTracker slows down on Breeze, due to leaking QProxyStyle and Breeze installing global event handlers

2022-02-24 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=450394

Jan Blackquill  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[Breeze] [Bug 368337] Consider disabling Qt::WA_OpaquePaintEvent for QSplitterHandle

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=368337

Jan Blackquill  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #17 from Jan Blackquill  ---
*** Bug 444982 has been marked as a duplicate of this bug. ***

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

[Breeze] [Bug 444982] Mouse pointer in resizing mode causes a glitch in K3b

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=444982

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||uhh...@gmail.com
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Jan Blackquill  ---


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

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

[Breeze] [Bug 368048] Very strange QLineEdit inside QMenu glitch under extreemly specific conditions

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=368048

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |FIXED
 Status|CONFIRMED   |NEEDSINFO

--- Comment #8 from Jan Blackquill  ---
Is this still relevant/reproducible?

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

[Breeze] [Bug 433586] Padding around toolbars very large -.> inconsistent bar heights, misalignment

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=433586

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com

--- Comment #1 from Jan Blackquill  ---
Kate overrides lots of contents margins to be 0; I'm not really sure if this
can be considered a Breeze bug if Kate's 0 margins clash with a style's non-0
margins. If an application overrides margins to be 0, they're going to look
cramped compared to a style having noticeable margins.

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

[Breeze] [Bug 399324] Scrolling changes sliders, list widgets, and numeric fields, causing unintentional changes to controls on scrollable views

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=399324

Jan Blackquill  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |uhh...@gmail.com
 CC||uhh...@gmail.com

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

[Breeze] [Bug 363995] Cannot scroll at screen corner with QT_AUTO_SCREEN_SCALE_FACTOR=1

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=363995

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |FIXED

--- Comment #3 from Jan Blackquill  ---
This appears to be an upstream Qt bug? I can reproduce with e.g. Fusion and
Dolphin, on both low and high DPIs. Can you also reproduce with Fusion?

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

[Breeze] [Bug 438627] Contrast for active tab is insufficient with Breeze Dark color scheme

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=438627

Jan Blackquill  changed:

   What|Removed |Added

   Version Fixed In||5.25
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/commit/9d361c9e26
   ||747b44f104efe9d545f3877ed61
   ||00a
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Jan Blackquill  ---
Git commit 9d361c9e26747b44f104efe9d545f3877ed6100a by Janet Blackquill.
Committed on 23/02/2022 at 18:41.
Pushed by ngraham into branch 'master'.

kstyle: fix low contrast tabs on dark

This fixes the contrast of tabs on dark themes by using
a darkening factor on the Window colour, adjusted for
whether it's light or dark, instead of using the Shadow
colour for both light and dark themes.
FIXED-IN: 5.25

M  +2-1kstyle/breezehelper.cpp

https://invent.kde.org/plasma/breeze/commit/9d361c9e26747b44f104efe9d545f3877ed6100a

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

[Breeze] [Bug 434323] Calamares window doesn't get a separator line drawn below the titlebar

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=434323

--- Comment #9 from Jan Blackquill  ---
That was a long discussion we had when implementing the feature initially. The
short summary is "no."

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

[Breeze] [Bug 436993] QGroupBox with no title takes too much space

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=436993

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |FIXED
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Jan Blackquill  ---
Do you have an example application which uses this and is broken? FWIW, we've
had the code to not do this since 2017, so it should be working as intended.

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

[Breeze] [Bug 353246] OpenLP tool bars are incorrectly styles with Breeze

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=353246

Jan Blackquill  changed:

   What|Removed |Added

 Status|REOPENED|NEEDSINFO
 Resolution|--- |FIXED
 CC||uhh...@gmail.com

--- Comment #7 from Jan Blackquill  ---
Is this still reproducible/relevant?

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

[Breeze] [Bug 429164] Add padding on the top and bottom of the context menu to make it harder to accidentally activate the top or the bottom item

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=429164

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.25
  Latest Commit||3993ab7900986b2c594ccad34ab
   ||93d30ff346f01

--- Comment #6 from Jan Blackquill  ---
This was fixed with
https://invent.kde.org/plasma/breeze/-/commit/3993ab7900986b2c594ccad34ab93d30ff346f01.

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

[Breeze] [Bug 386236] About [program] windows have tabs with visual glitches in the underlining effect when selected

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=386236

Jan Blackquill  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
 CC||uhh...@gmail.com

--- Comment #9 from Jan Blackquill  ---
FWIW, we only have the focus line directly under the text now, instead of the
additional line that kept getting miscoloured, as this bug reports. Marking as
fixed.

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

[Breeze] [Bug 397337] QToolButton painting outside widget when smaller than minimum size hint

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=397337

Jan Blackquill  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |FIXED
 CC||uhh...@gmail.com

--- Comment #3 from Jan Blackquill  ---
Does this still have any bearing on Breeze? Forcing a widget below its minimum
size is pretty much guaranteed to break things, as David said.

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

[Breeze] [Bug 445809] Menu styling: right-aligned shortcut text has unnecessary spacing

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=445809

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |FIXED
 Status|CONFIRMED   |NEEDSINFO

--- Comment #8 from Jan Blackquill  ---
FWIW, we added extra left spacing in the case of no icons/check/radiobuttons in
menus some time ago, as to not have this "kissing the left edge" affair going
on. Do you think the current look fixes the issue for you?

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

[Breeze] [Bug 439102] Tell menus should have a height limit and be scrollable rather than expanding horizontally

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=439102

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
  Latest Commit||9cd1244b6e0805a23a87f39a6e0
   ||4b1a530f75fc3
   Version Fixed In||5.25
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Jan Blackquill  ---
Menus now scroll with 9cd1244b6e0805a23a87f39a6e04b1a530f75fc3.

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

[Breeze] [Bug 385418] No option for Tree View animation

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=385418

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Jan Blackquill  ---
This should have been fixed with commit 41c24a337.

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

[Breeze] [Bug 434323] Calamares window doesn't get a separator line drawn below the titlebar

2022-02-23 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=434323

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #7 from Jan Blackquill  ---
This happens whenever an app uses 100% of the window's surface area; leaving
none for the style to use. We previously used to set a contents margins on
windows without tools areas, but this was buggy and broke some apps. There's no
other mechanisms for us to ensure that the window will have necessary blank
space for the separator, so this is sort of unfixable from the Breeze side.
This is generally fine for apps that use standard layouting and controls, but
highly custom apps like Calamares that do large amounts of custom drawing and
layouting won't work, because their customisation is overriding what the QStyle
has to work with.

If a highly custom app like this wants to fit into our visual design, the
highly custom app needs to either use a more standard layout that QStyles are
capable of working with, or explicitly hardcode their custom styling for
Breeze.

Either way, this isn't something we're capable of fixing in Breeze, due to
aforementioned app breakage when we tried to carve out a pixel row for us to
draw a separator in the higly custom app case.

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

[Breeze] [Bug 374311] it is too easy to activate context menu item if mouse moves during right-click

2022-02-17 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=374311

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|UPSTREAM|FIXED
   Version Fixed In||5.25
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/commit/3993ab7900
   ||986b2c594ccad34ab93d30ff346
   ||f01

--- Comment #16 from Jan Blackquill  ---
Git commit 3993ab7900986b2c594ccad34ab93d30ff346f01 by Jan Blackquill, on
behalf of Janet Blackquill.
Committed on 17/02/2022 at 23:42.
Pushed by ngraham into branch 'master'.

kstyle: add menu margin

This is more consistent with Plasma and our qqc2-desktop-style.
Related: bug 445886
FIXED-IN: 5.25

M  +1-0kstyle/breezemetrics.h
M  +4-0kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/commit/3993ab7900986b2c594ccad34ab93d30ff346f01

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

[Breeze] [Bug 445886] Add some padding around menu highlight

2022-02-17 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=445886

Jan Blackquill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.25
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/commit/3993ab7900
   ||986b2c594ccad34ab93d30ff346
   ||f01
 Resolution|--- |FIXED

--- Comment #5 from Jan Blackquill  ---
Git commit 3993ab7900986b2c594ccad34ab93d30ff346f01 by Jan Blackquill, on
behalf of Janet Blackquill.
Committed on 17/02/2022 at 23:42.
Pushed by ngraham into branch 'master'.

kstyle: add menu margin

This is more consistent with Plasma and our qqc2-desktop-style.
Related: bug 374311
FIXED-IN: 5.25

M  +1-0kstyle/breezemetrics.h
M  +4-0kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/commit/3993ab7900986b2c594ccad34ab93d30ff346f01

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

[Breeze] [Bug 435980] libhandy viewswitcher styling is broken

2022-02-17 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=435980

Jan Blackquill  changed:

   What|Removed |Added

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

--- Comment #1 from Jan Blackquill  ---
This was fixed with the merging of that MR.

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

[systemsettings] [Bug 425123] Middle mouse-click action not triggered on GTK-based applications

2022-02-17 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=425123

Jan Blackquill  changed:

   What|Removed |Added

  Component|gtk theme   |kcm_style
Product|Breeze  |systemsettings

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

[Breeze] [Bug 375988] Very hard to distinguish between active tab and other tabs in gvim

2022-02-17 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=375988

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Jan Blackquill  ---
Going to mark as WORKSFORME, considering that even on a new system a year
later, I can't reproduce this. Reopen if you can still reproduce.

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

[systemsettings] [Bug 435828] Hover effects missing on minimise/maximise/close buttons with Lightly theme

2022-02-17 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=435828

Jan Blackquill  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
Product|Breeze  |systemsettings
 Resolution|--- |FIXED
  Component|gtk theme   |kcm_style
 CC||m...@genda.life

--- Comment #1 from Jan Blackquill  ---
This would be an issue with kde-gtk-config if it was an upstream issue; moving
there.

Does this only happen with Lightly? If it does, it's a downstream issue and
Lightly is drawing window decorations incorrectly, meaning kde-gtk-config is
unable to extract them for use by GTK.

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

[Breeze] [Bug 447755] GTK apps are themed on X11/XWayland but not on wayland

2022-02-17 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=447755

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #5 from Jan Blackquill  ---
This, honestly, looks like an issue with interactions between GTK and NixOS's
way of setting up a system, or just a packaging issue in general. From my
understanding, this is only happening under a Nix environment, and we haven't
gotten similar bug reports for other distros. Tentatively marking as a
downstream issue; do reopen if you can reproduce outside of a Nix environment.

Just FYI to help you debug it: GTK config isn't managed by env vars, but by
gsettings/.inis on Wayland and the xsettingsd/.inis on X11. See also
kde-gtk-config.

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

[Breeze] [Bug 442465] Creating QProxyStyle creates many Breeze::Style, installing QApplication event handlers and slowing down app

2022-02-16 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=442465

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Jan Blackquill  ---
This is fairly contrived example; of course allocating 2048 large objects
usually meant as one-per-app in a loop will lag an application. If you have an
example of actual apps in the wild using proxy styles and having lag due to
Breeze, please open a new bug about this.

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

[Breeze] [Bug 384176] QObject: Cannot create children for a parent that is in a different thread.

2022-02-16 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=384176

Jan Blackquill  changed:

   What|Removed |Added

 CC||uhh...@gmail.com

--- Comment #12 from Jan Blackquill  ---
Appears to have been fixed since this was reported; please re-open if you still
encounter this error.

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

[Breeze] [Bug 423331] Sidebar elements can have dark text on dark background

2022-02-16 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=423331

Jan Blackquill  changed:

   What|Removed |Added

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

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

[Breeze] [Bug 423331] Sidebar elements can have dark text on dark background

2022-02-16 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=423331

--- Comment #2 from Jan Blackquill  ---
Created attachment 146824
  --> https://bugs.kde.org/attachment.cgi?id=146824=edit
working .ui

This appears to have been fixed since you reported it.

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

[Breeze] [Bug 439878] Settings UI widgets look weird with an invisible background

2022-02-14 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=439878

Jan Blackquill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze-gtk/commit/43fa91
   ||0ba5afe96860105ce331c4640e2
   ||758afb1

--- Comment #3 from Jan Blackquill  ---
Git commit 43fa910ba5afe96860105ce331c4640e2758afb1 by Janet Blackquill.
Committed on 11/02/2022 at 20:19.
Pushed by ngraham into branch 'master'.

gtk3, gtk4: support list.content attribute

This indicates the usage of a floating chunk of list items
that should have a frame around them.

M  +7-3src/gtk3/widgets/_lists.scss
M  +7-3src/gtk4/widgets/_lists.scss

https://invent.kde.org/plasma/breeze-gtk/commit/43fa910ba5afe96860105ce331c4640e2758afb1

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

[Breeze] [Bug 434894] Distance between styled window decoration buttons differs from that of Qt apps

2022-02-11 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=434894

--- Comment #1 from Jan Blackquill  ---
Can you upload attachments to this site instead of an external site? I can't
access that link; is it dead?

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

[Breeze] [Bug 446824] breeze gtk scroll bar slider width should increase to match the new (qt) breeze theme

2022-02-11 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=446824

Jan Blackquill  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Jan Blackquill  ---
https://invent.kde.org/plasma/breeze-gtk/-/merge_requests/39 is updating the
scrollbars to the new appearance, which will fix this bug.

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

[Breeze] [Bug 424978] Arrow of breeze gtk3 theme is barely visible on mouseover and disappears completely after I open kicker launcher

2022-02-11 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=424978

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Jan Blackquill  ---
Cannot reproduce with current Breeze GTK; it's been some time since this bug
was originally opened, so I'm going to assume something fixed it since then.
Feel free to reopen if you can still reproduce the bug.

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

[Breeze] [Bug 427727] Unknown color name "BACKGROUND" error when starting "idle-python3.8"

2022-02-11 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=427727

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #2 from Jan Blackquill  ---
This looks like an app/toolkit issue and not an issue with Breeze GTK; please
report this bug to the app makers, they'll be better equipped to help you with
it.

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

  1   2   3   >