Re: Review Request 129512: [stencil] Follow system color for stencilsdocker icons

2016-11-25 Thread Anthony Fieroni
marked as submitted. Review request for Calligra and Camilla Boemann. Changes --- Submitted with commit d5c8f3d4690f4e7223b11442bf1e4ef3b1f0d10a by Anthony Fieroni to branch master. Repository: calligra Description --- Still has icons who are drown incorrect, i blame factory, but

Re: Review Request 129512: [stencil] Follow system color for stencilsdocker icons

2016-11-24 Thread Dag Andersen
d Nov. 21, 2016, 4:54 a.m.) > > > Review request for Calligra and Camilla Boemann. > > > Repository: calligra > > > Description > --- > > Still has icons who are drown incorrect, i blame factory, but need more > invetigates. > > &g

Re: Review Request 129512: [stencil] Follow system color for stencilsdocker icons

2016-11-24 Thread Anthony Fieroni
; > (Updated Ноев. 21, 2016, 6:54 преди обяд) > > > Review request for Calligra and Camilla Boemann. > > > Repository: calligra > > > Description > --- > > Still has icons who are drown incorrect, i blame factory, but need more > inve

Re: Review Request 129512: [stencil] Follow system color for stencilsdocker icons

2016-11-20 Thread Anthony Fieroni
and Camilla Boemann. Changes --- It looks better Repository: calligra Description --- Still has icons who are drown incorrect, i blame factory, but need more invetigates. Diffs (updated) - plugins/stencilsdocker/CMakeLists.txt 43a4e3c plugins/stencilsdocker

Review Request 129512: [stencil] Follow system color for stencilsdocker icons

2016-11-20 Thread Anthony Fieroni
Description --- Still has icons who are drown incorrect, i blame factory, but need more invetigates. Diffs - plugins/stencilsdocker/CMakeLists.txt 43a4e3c plugins/stencilsdocker/StencilBoxDocker.cpp 3e4da8c Diff: https://git.reviewboard.kde.org/r/129512/diff/ Testing

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-10 Thread Aleix Pol
;>> >>>>> On Monday, March 07, 2016 12:41:52 PM Jaroslaw Staniek wrote: >>>>> > > >>>>> > > Thanks, it works on Windows (no platform theme). >>>>> > > How to make it work on Linux too (KF5 5.19.0, Qt 5.5.1)

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-10 Thread Jaroslaw Staniek
gt;> >>> On 7 March 2016 at 13:05, Kåre Särs wrote: >>> >>>> Hi, >>>> >>>> On Monday, March 07, 2016 12:41:52 PM Jaroslaw Staniek wrote: >>>> > > >>>> > > ​Thanks, it works on Windows (no platform theme). >&g

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-08 Thread Jaroslaw Staniek
>> >>> Hi, >>> >>> On Monday, March 07, 2016 12:41:52 PM Jaroslaw Staniek wrote: >>> > > >>> > > ​Thanks, it works on Windows (no platform theme). >>> > > ​​How to make it work on Linux too (KF5 5.19.0, Qt 5.

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
t; > > ​​How to make it work on Linux too (KF5 5.19.0, Qt 5.5.1), i.e. I'd >> like >> > > to have only used icons from the .rcc regardless of availability of >> > > FrameworkIntegrationPlugin.so KDEPlatformTheme.so? >> > > ​ >> > > We&

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
verhead? > Dsk optimization is not the goal, that would be Enlightenment-like optimization :) The thing is, as an average Qt dev, if I had to develop and distribute a 5 cpp files-long lib or app, self-contained (not packaged), I wouldn't like to add 5970 (and counting) icon files to it to just display

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 7 March 2016 at 13:05, Kåre Särs wrote: > Hi, > > On Monday, March 07, 2016 12:41:52 PM Jaroslaw Staniek wrote: > > > > > > ​Thanks, it works on Windows (no platform theme). > > > ​​How to make it work on Linux too (KF5 5.19.0, Qt 5.5.1), i.e. I'd >

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
Real data for a single Kexi start + opening a single document on Linux, SSD: strace kexi 2>&1 | grep ^stat | wc -l 1. Traditional icon files: 78k calls 2. .rcc icon files: 11k calls, starts ~14% faster And for #2 there are still a few thousands of lookups (*/icons/hicolor/16x16/devi

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 7 March 2016 at 14:45, René J.V. wrote: > On Monday March 07 2016 12:41:52 Jaroslaw Staniek wrote: > >I am trying to use app-defined icons through QIcon::fromTheme() in Kexi. > > That sounds inherently wrong unless the application adds icons to specific > themes. Icons that

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread René J . V . Bertin
On Monday March 07 2016 12:41:52 Jaroslaw Staniek wrote: >I am trying to use app-defined icons through QIcon::fromTheme() in Kexi. That sounds inherently wrong unless the application adds icons to specific themes. Icons that are specific to an application are (almost) by definition not part

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
; > since QIcon::fromTheme() apaprently isn't able to find app icons. >> > >> > Care to explain? QIcon::fromTheme() doesn't find anything "out of the >> box" >> > on OS X (and I presume on MS Windows), but that is only because no theme >>

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 18 February 2016 at 18:25, Kåre Särs wrote: > On Thursday, February 18, 2016 02:51:58 PM René J.V. Bertin wrote: > > On Thursday February 18 2016 13:55:18 Jaroslaw Staniek wrote: > > >>> > since QIcon::fromTheme() apaprently isn't able to find app icons

Re: RCC for icons - update: Re: Icons installed by apps

2016-02-21 Thread Jaroslaw Staniek
On 18 February 2016 at 18:25, Kåre Särs wrote: > On Thursday, February 18, 2016 02:51:58 PM René J.V. Bertin wrote: > > On Thursday February 18 2016 13:55:18 Jaroslaw Staniek wrote: > > >>> > since QIcon::fromTheme() apaprently isn't able to find app icons

Re: RCC for icons - update: Re: Icons installed by apps

2016-02-18 Thread René J . V . Bertin
stems where XDG is the standard, but you can add any location. Anyway, if you want to make any application look "more pro", you'll need to use icons that match the ones used in native applications. I know of no existing theme that achieves that for OS X, but I tend to find that Oyx

Re: RCC for icons - update: Re: Icons installed by apps

2016-02-18 Thread Kåre Särs
On Thursday, February 18, 2016 02:51:58 PM René J.V. Bertin wrote: > On Thursday February 18 2016 13:55:18 Jaroslaw Staniek wrote: > >>> > since QIcon::fromTheme() apaprently isn't able to find app icons. > > Care to explain? QIcon::fromTheme() doesn't find a

Re: RCC for icons - update: Re: Icons installed by apps

2016-02-18 Thread Jaroslaw Staniek
On 18 February 2016 at 14:51, René J.V. wrote: > On Thursday February 18 2016 13:55:18 Jaroslaw Staniek wrote: > > >>> > since QIcon::fromTheme() apaprently isn't able to find app icons. > > Care to explain? QIcon::fromTheme() doesn't find anything "out

Re: RCC for icons - update: Re: Icons installed by apps

2016-02-18 Thread René J . V . Bertin
On Thursday February 18 2016 13:55:18 Jaroslaw Staniek wrote: >>> > since QIcon::fromTheme() apaprently isn't able to find app icons. Care to explain? QIcon::fromTheme() doesn't find anything "out of the box" on OS X (and I presume on MS Windows), but that is on

Re: RCC for icons - update: Re: Icons installed by apps

2016-02-18 Thread Jaroslaw Staniek
aroslaw Staniek wrote: >> > On 22 September 2015 at 14:17, Jaroslaw Staniek >> wrote: >> > > Hello, >> > > A couple of related questions while wrestling with issues such as [1]. >> > > >> > > Let's assume Kexi app installs some

RCC for icons - update: Re: Icons installed by apps

2016-02-18 Thread Jaroslaw Staniek
t; > > > > > Let's assume Kexi app installs some icons to > > > PREFIX/share/kexi/icons/oxygen/32x32/places/ or > > > PREFIX/share/kexi/icons/breeze/32x32/places. > > > Can these be searched by the icon engine? > > > > Sorry for adding more i

Re: [Kexi-devel] First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: Unused icons in kexi/pics/, which can be removed?)

2015-12-10 Thread andreas k
gt;> >> On 10 December 2015 at 15:31, andreas k wrote: >> >>> Thanks Jaroslaw. >>> >>> about the workflow. Can we add the icons with the old "wrong" name cause >>> than everybody can also test how they look in the 2.9 applications and >>

Re: [Kexi-devel] First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: Unused icons in kexi/pics/, which can be removed?)

2015-12-10 Thread Jaroslaw Staniek
On 10 December 2015 at 18:02, Jaroslaw Staniek wrote: > > > On 10 December 2015 at 15:31, andreas k wrote: > >> Thanks Jaroslaw. >> >> about the workflow. Can we add the icons with the old "wrong" name cause >> than everybody can also test how they

Re: [Kexi-devel] First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: Unused icons in kexi/pics/, which can be removed?)

2015-12-10 Thread Jaroslaw Staniek
On 10 December 2015 at 15:31, andreas k wrote: > Thanks Jaroslaw. > > about the workflow. Can we add the icons with the old "wrong" name > ​Done.​ cheers > Andreas > > 2015-12-10 15:19 GMT+01:00 Jaroslaw Staniek : > >> >> >> On 10 Decemb

Re: [Kexi-devel] First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: Unused icons in kexi/pics/, which can be removed?)

2015-12-10 Thread andreas k
Thanks Jaroslaw. about the workflow. Can we add the icons with the old "wrong" name cause than everybody can also test how they look in the 2.9 applications and after the icon ok we find usefull names and make a script that rename the old names with the new ones. cheers Andreas 2015-1

Re: Icons missing on ssh -X, or: no real system default for icon theme

2015-12-10 Thread Jaroslaw Staniek
user for running calligra. I use ssh -X to login from > my > > > normal desktop user to my kde running user. However when I start any > > > kde application I have no icons. > > > > You are not using any desktop environment thus the Qt defaults to the > > gen

Re: [Kexi-devel] First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: Unused icons in kexi/pics/, which can be removed?)

2015-12-10 Thread Jaroslaw Staniek
On 10 December 2015 at 15:31, andreas k wrote: > Thanks Jaroslaw. > > about the workflow. Can we add the icons with the old "wrong" name cause > than everybody can also test how they look in the 2.9 applications and > after the icon ok we find usefull names and make

Re: Icons missing on ssh -X, or: no real system default for icon theme

2015-12-10 Thread Friedrich W. H. Kossebau
y kde running user. However when I start any > > kde application I have no icons. > > You are not using any desktop environment thus the Qt defaults to the > generic Unix icon theme, i.e. hicolor. > > Blame Linux for not having a cross desktop environment way to define what is

Re: [Kexi-devel] First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: Unused icons in kexi/pics/, which can be removed?)

2015-12-10 Thread Jaroslaw Staniek
On 10 December 2015 at 14:35, Jaroslaw Staniek wrote: > Hi All, > Added many missing Kexi icons to > https://community.kde.org/Calligra/Icons/3.0 > Alignment and size adjusting icons are not needeed for Kexi but I added > them to the table - they are generally usable but are

Re: First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: [Kexi-devel] Unused icons in kexi/pics/, which can be removed?)

2015-12-10 Thread Jaroslaw Staniek
Hi All, Added many missing Kexi icons to https://community.kde.org/Calligra/Icons/3.0 Alignment and size adjusting icons are not needeed for Kexi but I added them to the table - they are generally usable but are missing in the Breeze for now. More to come. Please discuss and mark as reserved

Re: Icons missing

2015-12-10 Thread Jaroslaw Staniek
On 6 December 2015 at 13:56, Thorsten Zachmann wrote: > Hello all, > > I use a separate user for running calligra. I use ssh -X to login from my > normal desktop user to my kde running user. However when I start any > kde application I have no icons. With strace I can see

First set of rename proposals for Calligra icons, all about tables (so mostly Sheets & Kexi) (was: Re: [Kexi-devel] Unused icons in kexi/pics/, which can be removed?)

2015-11-11 Thread Friedrich W. H. Kossebau
Hi everyone, Andreas from the VDG has started to work on creating Breeze-styled icon variants for the icons used in Calligra, yay. Given many icons already created for Inkscape and LibreOffice there hopefully are lot of icons or at least parts that can be reused. Which forces us to get more

Re: Icons installed by apps

2015-09-25 Thread Jaroslaw Staniek
Thanks for advice David. In the specs I see no mention about using share/{app}/ subdirs. I also noted this: "It is recommended that the icons installed in the hicolor theme look neutral, since it is a fallback theme that will be used in combination with some very different looking themes.&

Re: Icons installed by apps

2015-09-24 Thread Jaroslaw Staniek
On 24 September 2015 at 22:54, Jaroslaw Staniek wrote: > Dear All, > One more question about the theme setting behaviour or philosophy. In > a Plasma4 session I am using a custom prefix for KF5 libs and > KF5-based apps. > > Then in $XDG_CONFIG_HOME/.config5/kdeglobals editing

Re: Icons installed by apps

2015-09-24 Thread David Faure
On Tuesday 22 September 2015 18:44:47 Jaroslaw Staniek wrote: > On 22 September 2015 at 14:17, Jaroslaw Staniek wrote: > > Hello, > > A couple of related questions while wrestling with issues such as [1]. > > > > Let's assume Kexi app installs some icons to &g

Re: Icons installed by apps

2015-09-24 Thread Jaroslaw Staniek
Dear All, One more question about the theme setting behaviour or philosophy. In a Plasma4 session I am using a custom prefix for KF5 libs and KF5-based apps. Then in $XDG_CONFIG_HOME/.config5/kdeglobals editing setting [Icons] Theme= does not seem to mean anything to these apps. Also

Re: Icons installed by apps

2015-09-24 Thread Jaroslaw Staniek
the >>>> number of lookups and also limit conflicts. Maybe that would be a >>>> violation of behaviour required by fd.o? No idea. >>>> >>>> My fresh test results in one observation, network-server-database-kexi >>>> which causes the above 5

Re: Icons installed by apps

2015-09-24 Thread Harald Sitter
that would be a >>> violation of behaviour required by fd.o? No idea. >>> >>> My fresh test results in one observation, network-server-database-kexi >>> which causes the above 515 stat()'s >>> sits in share/icons/hicolor/22x22/places/network-ser

Re: Icons installed by apps

2015-09-23 Thread Jaroslaw Staniek
; >> >> So you may want to use another way of prefixing that doesn't mess with >> >> that >> >> like and _ or just nothing at all. >> > >> > I seem to recall this actually coming up in Randa. IIRC the icon theme >> > artists would v

Re: Icons installed by apps

2015-09-23 Thread Albert Astals Cid
; that > >> like and _ or just nothing at all. > > > > I seem to recall this actually coming up in Randa. IIRC the icon theme > > artists would very much prefer if custom icons you want to provide are > > using the specification system outlined by the theme spec an

Re: Icons installed by apps

2015-09-23 Thread Jaroslaw Staniek
On 23 September 2015 at 22:12, Jaroslaw Staniek wrote: > My fresh test results in one observation, network-server-database-kexi > which causes the above 515 stat()'s > sits in share/icons/hicolor/22x22/places/network-server-database-kexi.svg. > It is not found, instead > share

Re: Icons installed by apps

2015-09-23 Thread Jaroslaw Staniek
;t have >> >> someaction-veryspecific.png >> >> So you may want to use another way of prefixing that doesn't mess with that >> like and _ or just nothing at all. > > I seem to recall this actually coming up in Randa. IIRC the icon theme > artists would ver

Re: Icons installed by apps

2015-09-23 Thread Harald Sitter
id" : >> >> El Dimarts, 22 de setembre de 2015, a les 14:17:28, Jaroslaw Staniek va >> >> >> >> escriure: >> >> > Hello, >> >> > A couple of related questions while wrestling with issues such as [1]. >> >> > >>

Re: Icons installed by apps

2015-09-22 Thread Matthias Klumpp
Am 22.09.2015 10:32 nachm. schrieb "Albert Astals Cid" : > > El Dimarts, 22 de setembre de 2015, a les 14:17:28, Jaroslaw Staniek va > escriure: > > Hello, > > A couple of related questions while wrestling with issues such as [1]. > > > > Let's a

Re: Icons installed by apps

2015-09-22 Thread Albert Astals Cid
aniek va > >> > >> escriure: > >> > Hello, > >> > A couple of related questions while wrestling with issues such as [1]. > >> > > >> > Let's assume Kexi app installs some icons to > >> > PREFIX/share/kexi/icons/

Re: Icons installed by apps

2015-09-22 Thread Jaroslaw Staniek
ted questions while wrestling with issues such as [1]. >> > >> > Let's assume Kexi app installs some icons to >> > PREFIX/share/kexi/icons/oxygen/32x32/places/ or >> > PREFIX/share/kexi/icons/breeze/32x32/places. >> > Can these be searched by the icon e

Re: Icons installed by apps

2015-09-22 Thread Albert Astals Cid
El Dimarts, 22 de setembre de 2015, a les 14:17:28, Jaroslaw Staniek va escriure: > Hello, > A couple of related questions while wrestling with issues such as [1]. > > Let's assume Kexi app installs some icons to > PREFIX/share/kexi/icons/oxygen/32x32/places/ or > PREFIX/

Re: Icons installed by apps

2015-09-22 Thread Jaroslaw Staniek
On 22 September 2015 at 14:17, Jaroslaw Staniek wrote: > Hello, > A couple of related questions while wrestling with issues such as [1]. > > Let's assume Kexi app installs some icons to > PREFIX/share/kexi/icons/oxygen/32x32/places/ or > PREFIX/share/kexi/icons/breeze/32x32

Icons installed by apps

2015-09-22 Thread Jaroslaw Staniek
Hello, A couple of related questions while wrestling with issues such as [1]. Let's assume Kexi app installs some icons to PREFIX/share/kexi/icons/oxygen/32x32/places/ or PREFIX/share/kexi/icons/breeze/32x32/places. Can these be searched by the icon engine? In kdelibs4 times PREFIX/share

Re: Calligra Icons

2015-08-07 Thread Ken Vermette
Those requests can certainly be done! I hate to admit that we've already hit the freeze for icons this round, so you'll need to bear with the icons as-is until the next version bump - but it gives us some time to iterate, and iteration is never ever a bad thing. I'll do new concep

Re: Calligra Icons

2015-08-07 Thread Friedrich W. H. Kossebau
Hi Ken, thanks for all the work on these new icons! Have to admit I have to get used to yet another icon style (since KDE1 :P), but I start to like also this generation ;) Am Montag, 27. Juli 2015, 14:02:07 schrieb Ken Vermette: > By the sounds of it, the first (more traditional) icons

Re: Calligra Icons

2015-07-28 Thread Jaroslaw Staniek
], so like in the case of other Calligra apps I see no need for redesigning. Generic icons are usually better, also because we aim for standards, e.g. ODF should be ODF no matter if opened/created by Calligra or LO or MSO. As you might remember Kexi uses non-file databases too so it brings this variant to

Re: Calligra Icons

2015-07-27 Thread Ken Vermette
(This reply also covers other responses; but for some reason I haven't received the rest of the emails properly. Also, sorry for the double-message Boudewijn. I fail at mailing lists. :/) By the sounds of it, the first (more traditional) icons are preferred, basically for the same reas

Re: Calligra Icons

2015-07-27 Thread Jaroslaw Staniek
Hi Ken, Awesome. I see you put a lot of effort into that. I am commenting on Kexi icon only. It's (by accident?) the most simplified of the icons, and I love this fact. Can we have a VDG forum thread? PS: A follow up would be one thing, a pro artist made a Kexi logo (not an icon) for me bas

Re: Calligra Icons

2015-07-27 Thread René J . V . Bertin
On Monday July 27 2015 10:14:20 C. Boemann wrote: >I'd prefer to not change our application icons at all - I'm sorry but I find >you new ones very anonymous and I would prefer if we keep our current ones Amen to that! In fact, I'd add that those proposed icons are useless

Re: Calligra Icons

2015-07-27 Thread C. Boemann
On Monday 27 July 2015 00:51:55 Ken Vermette wrote: > 'Ello Calligra devs; > > This is Ken Vermette from the VDG. > > We're working to better round out application icons for the upcoming 5.4 > release, and we've produced two sets of icons for Calligra applicati

Re: Calligra Icons

2015-07-27 Thread Boudewijn Rempt
I would prefer the first set for application icons, the second for document icons Boudewijn On Mon, 27 Jul 2015, Ken Vermette wrote: 'Ello Calligra devs; This is Ken Vermette from the VDG. We're working to better round out application icons for the upcoming 5.4 release,

Calligra Icons

2015-07-27 Thread Ken Vermette
'Ello Calligra devs; This is Ken Vermette from the VDG. We're working to better round out application icons for the upcoming 5.4 release, and we've produced two sets of icons for Calligra applications. One set is "libre-like" in being colour-coded. The next set is a more

Re: Review Request 123764: Fix conflict between context menu and toggle action on icons in layers widget

2015-05-15 Thread Victor Wåhlström
--- This patch limits mouse click interaction with icons to left mouse button. Note: This fix assumes that context menu events are triggered via right mouse button. This is in theory OS specific, but it looks like other code is already making this assumption. Diffs - krita/ui

Re: Review Request 123764: Fix conflict between context menu and toggle action on icons in layers widget

2015-05-15 Thread Boudewijn Rempt
in the queue and early > out, but as far as I know there's no way to inspect the event queue (correct > me if I'm wrong, because that would be useful!) > > Another thought is whether we want arbitrary mouse clicks to toggle > buttons/icons? Typical UI conventi

Re: Review Request 123764: Fix conflict between context menu and toggle action on icons in layers widget

2015-05-13 Thread Victor Wåhlström
the event queue (correct me if I'm wrong, because that would be useful!) Another thought is whether we want arbitrary mouse clicks to toggle buttons/icons? Typical UI convention dictates that only the primary mouse button does this. Looking at the code it appears that Qt::LeftButton is ass

Re: Review Request 123764: Fix conflict between context menu and toggle action on icons in layers widget

2015-05-13 Thread Boudewijn Rempt
n Rempt. > > > Bugs: 347541 > http://bugs.kde.org/show_bug.cgi?id=347541 > > > Repository: calligra > > > Description > --- > > This patch limits mouse click interaction with icons to left mouse button. > > Note: This fix assumes that context menu

Review Request 123764: Fix conflict between context menu and toggle action on icons in layers widget

2015-05-12 Thread Victor Wåhlström
://bugs.kde.org/show_bug.cgi?id=347541 Repository: calligra Description --- This patch limits mouse click interaction with icons to left mouse button. Note: This fix assumes that context menu events are triggered via right mouse button. This is in theory OS specific, but it looks like other

Re: Review Request 121874: Improve major icons and introduce KexiIcon

2015-01-07 Thread Jarosław Staniek
marked as submitted. Review request for Calligra, Andrius da Costa Ribas, Friedrich W. H. Kossebau, Adam Pigg, Roman Shtemberko, Radosław Wicik, and Wojciech Kosowicz. Repository: calligra Description --- Improve major icons and introduce KexiIcon: icon name as understood by Kexi These

Re: Review Request 121874: Improve major icons and introduce KexiIcon

2015-01-07 Thread Jarosław Staniek
- > > (Updated Jan. 5, 2015, 10:41 p.m.) > > > Review request for Calligra, Andrius da Costa Ribas, Friedrich W. H. > Kossebau, Adam Pigg, Roman Shtemberko, Radosław Wicik, and Wojciech Kosowicz. > > > Repository: calligra > > > Description > --- &

Re: Review Request 121874: Improve major icons and introduce KexiIcon

2015-01-07 Thread Friedrich W. H. Kossebau
d.kde.org/r/121874/ > --- > > (Updated Jan. 5, 2015, 9:41 nachm.) > > > Review request for Calligra, Andrius da Costa Ribas, Friedrich W. H. > Kossebau, Adam Pigg, Roman Shtemberko, Radosław Wicik, and Wojciech Kosowicz. > > > Repository: calligra >

Review Request 121874: Improve major icons and introduce KexiIcon

2015-01-05 Thread Jarosław Staniek
. Kossebau, Adam Pigg, Roman Shtemberko, Radosław Wicik, and Wojciech Kosowicz. Repository: calligra Description --- Improve major icons and introduce KexiIcon: icon name as understood by Kexi These improvements prepare Kexi to be more attractive on Windows and Mac, I believe. See the

Re: Review Request 120251: Smaller buttons for navigator, no longer left-aligned icons

2014-09-18 Thread Friedrich W. H. Kossebau
::ToolButtonTextBesideIcon by default, resulting in the icons left aligned and with wider size(hint). Setting the style explicitely to Qt::ToolButtonIconOnly "fixes" this for me. Unless this is wanted behaviour? Diffs - kexi/widget/utils/kexirecordnavigator.cpp bbe524b D

Re: Review Request 120251: Smaller buttons for navigator, no longer left-aligned icons

2014-09-18 Thread Jarosław Staniek
Jarosław Staniek. > > > Repository: calligra > > > Description > --- > > The buttons in the navigator always looked strange to me, so wide and with > the buttons left aligned. > > Looking into the code I found this is due to the buttons being set to >

Review Request 120251: Smaller buttons for navigator, no longer left-aligned icons

2014-09-17 Thread Friedrich W. H. Kossebau
Description --- The buttons in the navigator always looked strange to me, so wide and with the buttons left aligned. Looking into the code I found this is due to the buttons being set to Qt::ToolButtonTextBesideIcon by default, resulting in the icons left aligned and with wider size(hint

Re: Review Request 118027: Properly populate Create toolbar with icons

2014-05-16 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118027/ --- (Updated May 16, 2014, 8:06 p.m.) Status -- This change has been mar

Re: Review Request 118027: Properly populate Create toolbar with icons

2014-05-16 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118027/#review58078 --- This review has been submitted with commit 07bb425715ad75f8e6

Re: Review Request 118027: Properly populate Create toolbar with icons

2014-05-16 Thread Tomasz Olszak
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118027/#review58046 --- Ship it! Ship It! - Tomasz Olszak On May 13, 2014, 8:29 p.

Re: Review Request 118027: Properly populate Create toolbar with icons

2014-05-15 Thread Jaroslaw Staniek
Ping? Please review... On 6 May 2014 22:42, Jarosław Staniek wrote: >This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/118027/ > Review request for Calligra, Andrius da Costa Ribas, Oleg Kukharchuk, > Adam Pigg, Dimitrios Tanis, Tomasz Olszak,

Re: Review Request 118027: Properly populate Create toolbar with icons

2014-05-13 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118027/ --- (Updated May 13, 2014, 8:29 p.m.) Review request for Calligra, Andrius da

Re: Review Request 118027: Properly populate Create toolbar with icons

2014-05-13 Thread Wojciech Kosowicz
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118027/#review57892 --- I tried applying patch and got the following message: error:

Re: Review Request 118027: Properly populate Create toolbar with icons

2014-05-12 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118027/ --- (Updated May 12, 2014, 7:17 p.m.) Review request for Calligra, Andrius da

Review Request 118027: Properly populate Create toolbar with icons

2014-05-06 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118027/ --- Review request for Calligra, Andrius da Costa Ribas, Oleg Kukharchuk, Adam

Re: Review Request 109581: Smaller icons in the layer box

2014-03-15 Thread Sven Langkamp
discarded. Review request for Calligra. Repository: calligra Description --- The patch decreases the size of the icons in the layer box in Krita. This was discussed on the Krita forum. Posting as review request to get some feedback to see if it should be pushed. Diffs - krita

Re: Review Request 109581: Smaller icons in the layer box

2014-02-26 Thread Boudewijn Rempt
> On March 19, 2013, 1:25 p.m., Boudewijn Rempt wrote: > > I'm not sure... We actually went from 22 to 28 in 2011 to make the layerbox > > easier to use. What we really need is krita-specific icons here, of course. > > Boudewijn Rempt wrote: > Okay, I checked

Re: Review Request 109581: Smaller icons in the layer box

2014-02-07 Thread Boudewijn Rempt
> On March 19, 2013, 1:25 p.m., Boudewijn Rempt wrote: > > I'm not sure... We actually went from 22 to 28 in 2011 to make the layerbox > > easier to use. What we really need is krita-specific icons here, of course. > > Boudewijn Rempt wrote: > Okay, I checked

Re: Review Request 109581: Smaller icons in the layer box

2013-04-06 Thread Boudewijn Rempt
> On March 19, 2013, 1:25 p.m., Boudewijn Rempt wrote: > > I'm not sure... We actually went from 22 to 28 in 2011 to make the layerbox > > easier to use. What we really need is krita-specific icons here, of course. Okay, I checked the backlog, and we made the icons bigger

Re: interface design icons

2013-04-05 Thread C. Boemann
On Thursday 04 April 2013 19:56:00 geocrea...@myopera.com wrote: > Hi! > > Hello > My name is Jorge Fuentes and I'm interested in designing your interface > icons, but I wonder how have your pack of icons for redesign it. > I mention that I am an amateur designer who want

interface design icons

2013-04-04 Thread geocreator
Hi! Hello My name is Jorge Fuentes and I'm interested in designing your interface icons, but I wonder how have your pack of icons for redesign it. I mention that I am an amateur designer who wants to contribute. -- I await your response geocrea...@myoper

Re: Review Request 109581: Smaller icons in the layer box

2013-03-19 Thread Boudewijn Rempt
make the layerbox easier to use. What we really need is krita-specific icons here, of course. - Boudewijn Rempt On March 19, 2013, 1:16 p.m., Sven Langkamp wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 109581: Smaller icons in the layer box

2013-03-19 Thread Sven Langkamp
. Description --- The patch decreases the size of the icons in the layer box in Krita. This was discussed on the Krita forum. Posting as review request to get some feedback to see if it should be pushed. Diffs - krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp e1d6b41

Review Request 109581: Smaller icons in the layer box

2013-03-19 Thread Sven Langkamp
size of the icons in the layer box in Krita. This was discussed on the Krita forum. Posting as review request to get some feedback to see if it should be pushed. Diffs - krita/plugins/extensions/dockers/defaultdockers/kis_layer_box.cpp e1d6b41 krita/plugins/extensions/dockers

Re: Small app icons

2013-02-12 Thread Timothée Giet
Yes, as I already said on irc, I plan to make tweaked small size versions for all icons (or at least all that really need it), I'll do it after I've finished the base set. As for braindump's icon global contrast, I agree it could be better, I'll try to enhance it tomorrow. Tha

Small app icons

2013-02-12 Thread Jaroslaw Staniek
Hi, Thanks for the new icons, Animtim. The design is fresh and interesting. I have question: don't you think braindump's icon has a superlow contrast? At 22 or 16 it's a white rectangle on the screen just with a small black dot. This icon's could benefit from better contrast

Re: App icons for non-SC apps in the oxygen iconset, useful?

2013-01-13 Thread Markus
Am Dienstag, 8. Januar 2013, 21:01:02 schrieb Friedrich W. H. Kossebau: > Hi, > > tl;dr okay to remove Calligra app icons from oxygen iconset? Update the Oxygen set with action icons that may be useful for other apps. Delete the old Calligra app icons from Oxygen. Bundle new Calligra

Re: Going to request remove of any Calligra app icons from the Oxygen iconset

2013-01-11 Thread Jaroslaw Staniek
On 11 January 2013 10:49, Friedrich W. H. Kossebau wrote: > Requested and after no veto meanwhile executed by myself, by removing the > icons from oxygen iconset in trunk and the 4.10 branch. > > So starting with KDE Platform 4.10 there are no more karbon, kexi and krita > app

Re: Going to request remove of any Calligra app icons from the Oxygen iconset

2013-01-11 Thread Friedrich W. H. Kossebau
Am Montag, 7. Januar 2013, 23:09:41 schrieb Jaroslaw Staniek: > On 7 January 2013 22:57, Friedrich W. H. Kossebau wrote: > > while looking at syncing the (new) Calligra app icons (*-app-*) and their > > usage I found a problem: > > installing the app icons as hicolor in th

App icons for non-SC apps in the oxygen iconset, useful?

2013-01-08 Thread Friedrich W. H. Kossebau
Hi, tl;dr okay to remove Calligra app icons from oxygen iconset? (follow-ups only to kde-arti...@kde.org, thanks) For the upcoming 2.6 release Calligra has been giving its apps some new, slightly refined app icons (hi*-app-*.*). Problem now is, the oxygen iconset also contains icons for at

Re: RR to install the Kexi app icons (*-app-kexi.png) in the proper place

2013-01-07 Thread Boudewijn Rempt
On Monday 07 January 2013 Jan, Friedrich W. H. Kossebau wrote: > Am Montag, 7. Januar 2013, 21:33:08 schrieb Jaroslaw Staniek: > > On 7 January 2013 20:56, Friedrich W. H. Kossebau wrote: > > > currently the Kexi app icons (*-app-kexi.png) are installed in the wr

Re: Going to request remove of any Calligra app icons from the Oxygen iconset

2013-01-07 Thread C. Boemann
On Monday 07 January 2013 22:57:13 Friedrich W. H. Kossebau wrote: > Hi, > > while looking at syncing the (new) Calligra app icons (*-app-*) and their > usage I found a problem: > installing the app icons as hicolor in the global icon folders only > installs them as kind of pi

Re: Going to request remove of any Calligra app icons from the Oxygen iconset

2013-01-07 Thread Jaroslaw Staniek
On 7 January 2013 22:57, Friedrich W. H. Kossebau wrote: > while looking at syncing the (new) Calligra app icons (*-app-*) and their > usage I found a problem: > installing the app icons as hicolor in the global icon folders only installs > them as kind of pick-as-last-ressort-if

Going to request remove of any Calligra app icons from the Oxygen iconset

2013-01-07 Thread Friedrich W. H. Kossebau
Hi, while looking at syncing the (new) Calligra app icons (*-app-*) and their usage I found a problem: installing the app icons as hicolor in the global icon folders only installs them as kind of pick-as-last-ressort-if-not-part-of-icontheme. And at least karbon, kexi and krita are part of the

Re: RR to install the Kexi app icons (*-app-kexi.png) in the proper place

2013-01-07 Thread Friedrich W. H. Kossebau
Am Montag, 7. Januar 2013, 21:33:08 schrieb Jaroslaw Staniek: > On 7 January 2013 20:56, Friedrich W. H. Kossebau wrote: > > currently the Kexi app icons (*-app-kexi.png) are installed in the wrong > > location, > > [..] > > Hi Friedrich, > Thanks for this discove

  1   2   3   >