Re: Ikona in kdereview

2020-02-08 Thread Carson Black
Does anyone have any last objections/thoughts/comments/concerns before I file the ticket to move Ikona from kdereview to extragear? Link to invent.kde.org repo as a reminder: https://invent.kde.org/kde/ikona -- Carson Black [ jan Pontaoski ] Am Mo., 30. Dez. 2019 um 13:28 Uhr schrieb Carson Blac

Re: Ikona in kdereview

2020-01-22 Thread Carson Black
If your window is a fixed size, that means you always know where content is going to be located pixelwise without needing to hardcode dimensions. I do plan to ease up the restriction once I figure out how to do something like libhandy's leaflet (changes behaviour between box (column/row) and stack

Re: Ikona in kdereview

2020-01-21 Thread Albert Astals Cid
El dissabte, 18 de gener de 2020, a les 1:17:34 CET, Carson Black va escriure: > If your window is a fixed size, that means you always know where > content is going to be located pixelwise without needing to hardcode > dimensions. I do plan to ease up the restriction once I figure out how > to do s

Re: Ikona in kdereview

2020-01-05 Thread Albert Astals Cid
El dissabte, 4 de gener de 2020, a les 18:08:20 CET, Carson Black va escriure: > With QML, it's very easy for the content to get pixel misaligned as > the window changes size, which defeats the entire purpose of looking > at an icon in Ikona: checking that your icon looks good at specific > pixel s

Re: Ikona in kdereview

2020-01-05 Thread Carson Black
With QML, it's very easy for the content to get pixel misaligned as the window changes size, which defeats the entire purpose of looking at an icon in Ikona: checking that your icon looks good at specific pixel sizes. Using a fixed window size ensures that the content is always pixel-perfect. -- C

Re: Ikona in kdereview

2020-01-05 Thread Carson Black
Fixed the ColumnLayout/anchor conflicts, but I can't reproduce the document issue. -- Carson Black [ jan Pontaoski ] Am Do., 2. Jan. 2020 um 18:10 Uhr schrieb Albert Astals Cid : > > El dilluns, 30 de desembre de 2019, a les 19:28:32 CET, Carson Black va > escriure: > > Greetings, y'all. > > > >

Re: Ikona in kdereview

2020-01-04 Thread Albert Astals Cid
El dilluns, 30 de desembre de 2019, a les 19:28:32 CET, Carson Black va escriure: > Greetings, y'all. > > Ikona (https://invent.kde.org/kde/ikona) has been moved to kdereview. > > Ikona is an icon preview application designed to provide icon > designers with a live preview of their icon in an en

Re: Ikona in kdereview

2020-01-04 Thread Albert Astals Cid
El divendres, 3 de gener de 2020, a les 22:40:45 CET, Carson Black va escriure: > Fixed the ColumnLayout/anchor conflicts, but I can't reproduce the > document issue. You're calling processIcon with qrc:/ikona.svg that fails and gives me all those warnings. Cheers, Albert > > -- Carson Black

Re: Ikona in kdereview

2020-01-02 Thread Albert Astals Cid
El dilluns, 30 de desembre de 2019, a les 19:28:32 CET, Carson Black va escriure: > Greetings, y'all. > > Ikona (https://invent.kde.org/kde/ikona) has been moved to kdereview. > > Ikona is an icon preview application designed to provide icon > designers with a live preview of their icon in an en

Ikona in kdereview

2020-01-01 Thread Carson Black
Greetings, y'all. Ikona (https://invent.kde.org/kde/ikona) has been moved to kdereview. Ikona is an icon preview application designed to provide icon designers with a live preview of their icon in an environment similar to that of a user's KDE Plasma desktop. Ikona is currently residing in playg