[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

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

Christoph Feck  changed:

   What|Removed |Added

 CC||jonathan.ver...@gmail.com

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

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-11-08 Thread David Gil
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #17 from David Gil  ---
https://bugreports.qt.io/browse/QTBUG-56981

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-29 Thread Achim Bohnet
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #16 from Achim Bohnet  ---
Hi Gil, would be great if you report it to Qt.

Thx, Achim

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-28 Thread David Gil
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #15 from David Gil  ---
Should I report it to Qt or has someone already done it?

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=370947

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #14 from Christoph Feck  ---
Thanks for confirming this is actually caused by the Qt widgets.

Please report this issue directly to Qt developers via
https://bugreports.qt.io/

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #13 from franz.berges...@gmail.com ---
Created attachment 101810
  --> https://bugs.kde.org/attachment.cgi?id=101810=edit
Show that the delete arrow size is due to box size, not font

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #12 from franz.berges...@gmail.com ---
Actually in the QLineEdit the size of the delete arrow is not related with the
font size but the box height, as seen in the following screenshot.

Probably in the tests that we have done, increasing the font size increases the
box height just enough to repaint the arrow bigger.

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #11 from franz.berges...@gmail.com ---
Created attachment 101809
  --> https://bugs.kde.org/attachment.cgi?id=101809=edit
Test QLineEdit in QtDesigner

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #10 from franz.berges...@gmail.com ---
I've tested as requested.

The problem shows up in QtCreator using QLineEdit with font size 12, only if
the box is high enough. See the attachment.

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #9 from Christoph Feck  ---
You could check Qt's designer to see if the issue is already in QLineEdit.

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

[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-25 Thread Achim Bohnet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370947

Achim Bohnet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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


[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-25 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370947

franz.berges...@gmail.com changed:

   What|Removed |Added

 CC||franz.berges...@gmail.com

--- Comment #8 from franz.berges...@gmail.com ---
I managed to reproduce the bug on OpenSUSE Tumbleweed with:

* Konsole: 16.08.2
* Kmail: 5.3.0 (QtWebEngine)
* KDE Frameworks 5.26.0
* Qt 5.7.0 (built against 5.7.0)
* The xcb windowing system

But Kubuntu 16.04 is fine:
* Konsole: 15.12.3
* Kmail: 5.1.3
* KDE Frameworks 5.23.0
* Qt 5.5.1 (built against 5.5.1)
* The xcb windowing system

The delete icons in Kubuntu Konsole are circles with white "x", while in Kmail
is the same as in the screenshots.
The icons in OpenSUSE are the same as in the screenshots.

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


[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-25 Thread Achim Bohnet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #7 from Achim Bohnet  ---
Created attachment 101778
  --> https://bugs.kde.org/attachment.cgi?id=101778=edit
11pt: oversized and pixelated

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


[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-25 Thread Achim Bohnet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #6 from Achim Bohnet  ---
Created attachment 101777
  --> https://bugs.kde.org/attachment.cgi?id=101777=edit
10pt proper & sharp

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


[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-25 Thread Achim Bohnet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #5 from Achim Bohnet  ---
neon dev unstable (aka git master) in virtualbox 5.0.24

konsole 16.11.70
KDE Frameworks 5.28.0
Qt 5.7.0 (built against 5.7.0)
The xcb windowing system

Reproduce:
* start konsole
* double click on konsole tab
-> 'rename tab' dialog with poperly size sharp delete icon (see screenshot)

* open fonts in system settings
* change 'General' font from 10 pt to e.g. 11 pt
* 'Okay' to close dialog, 'Apply' to apply the setting
* look at 'Rename Tab' dialog of konsole (or reopen it)
-> 'rename tab' dialog with oversized and pixilated delete icon (see
screenshot)

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


[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-25 Thread David Gil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370947

--- Comment #4 from David Gil  ---
I can't reproduce the bug. Even with a font size of 20 the delete button
remains the same size.

Would you please give me some more info or a hint that helps me reproduce it?

Does that happen in a dev environment or in production?
What distro is it? What version?

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


[frameworks-kcompletion] [Bug 370947] line edits 'delete' icon too big and pixalated with bigger fonts settings (11 instead 10pt). Uncovers a second icon below

2016-10-16 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370947

Christoph Feck  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WONTFIX |---
Version|Git (master)|unspecified
 CC||kdelibs-b...@kde.org
Product|kmail2  |frameworks-kcompletion
   Assignee|kdepim-b...@kde.org |davidgilol...@gmail.com
  Component|general |general

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