Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:

And this is an advantage because?
Presumably faster loading. I haven't tested yet but I can imagine that
reading one big file on disk is faster than reading 600 small files
(this is for sure on Windows). Note that most of the icons are loaded
on startup now that we have the math panels in the toolbars.

Is it still possible for a user to provide his own icons for the
toolbar?

As far as I see no, not yet.

Otherwise the patch is a big regression for me (especially
with 'presumed' faster loading).

This should be fixed yes. We probably need an API for icon loading; but wait, we already have that in GuiToolbar.cpp:

static QIcon getIcon(FuncRequest const & f, bool unknown)

So, what do we want to support? I guess adding one or two cases for user icons should be easy.

Abdel.

Reply via email to