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
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
;
> (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
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
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
;>>
>>>>> 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)
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
>>
>>> 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.
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&
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
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
>
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
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
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
; > 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
>>
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
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
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
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
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
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
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
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
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
>>
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
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
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
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
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
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
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
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
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
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
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.&
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
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
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
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
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
;
>> >> 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
; 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
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
;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
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].
>> >> >
>>
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
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/
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
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/
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
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
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
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
], 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
(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
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
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
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
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,
'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
---
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
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
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
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
://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
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
-
>
> (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
> ---
&
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
>
. 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
::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
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
>
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
---
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
---
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
---
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.
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,
---
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
---
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:
---
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
---
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
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
> 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
> 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
> 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
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
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
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,
.
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 246 matches
Mail list logo