icon-names.h
by bulia byak
This file explains itself thus:
* This file exists for several reasons: firstly, it contains all the icon names
* in Inkscape, so it can serve as a reference to themers. Secondly, using
* macros instead of strings avoids typos. Thirdly, we can change names
* to conform to external icon sets / specifications without changing any code.
Let's look:
- Before, all the icon references were also in one place - in
verbs.cpp, where they were adjacent to other verb metadata and thus
easier to understand.
- Before, to add a new verb with an icon, I had to add icon ID in one
place. Now I have to add icon ID _and_ the define name. How is this
better for typos?
- icon-names.h is "code" just as well - at least if you change it, you
have to recompile.
--
bulia byak
Inkscape. Draw Freely.
http://www.inkscape.org
13 years
Re : [Inkscape-translator] Re : 0.48 About Screen Contest - Developer voting time.
by Nicolas Dufour
Hi,
> De : Clytie Siddall <clytie@...2346...>
>> On 28/04/2010, at 6:40 AM, Nicolas Dufour wrote:
>> I suggest that we don't translate the about screen for this version.
>> The "Draw freely" text is not easy to change in the selected screens
>> without damage, and I feel it is really unnecessary.
>
> I disagree. "Draw Freely" in English is completely
> meaningless to speakers of many languages. If it's the motto of Inkscape, then
> we need to translate it. Otherwise, why use it?
Please see (and comment) https://bugs.launchpad.net/inkscape/+bug/463814.
The "Unimount" about screen is a typical case. "Draw Freely" is very well integrated in the drawing and will be very difficult to translate. Translating it will change the text length (or if we want to keep the same length, change to text size) and may not be as nice as the original screen with some translations.
Regards,
--
Nicolas
13 years
0.48 About Screen Contest - Results
by Joshua A. Andler
It appears that #2 is the winner.
Here is a version w/ the spray tool and the newer logo. Let's figure out
what else needs to be changed.
Cheers,
Josh
13 years
Bug Hunt Update - 285/300
by Joshua A. Andler
This list contains fixes between 4/22 @ 2:28pm PDT - 5/3 @ 1:39pm PDT.
Only fixes to "true bugs" (i.e. no website/translation/docs/etc. bugs).
Pts BugID Fixer Description
------------------------------------------------------------------------
12 165529 Jaspervdg border around bitmap object in exported png
3 425202 JazzyNico Script messages not translated
6 553911 Jon Cruz Inkscape hangs when selecting CJK fonts in...
6 569885 JazzyNico No opacity value in XAML export
6 427514 Jon Cruz two inkscape instances will mirror data in...
12 169009 Jon Cruz Icon Preview only works with the first window
9 463602 Kosiński crash when node-editing pattern-filled object
3 571196 JazzyNico Extension floating point default value and...
12 307654 Max Albert 3dbox inside scaled groups, translation broken
------------------------------------------------------------------------
13 years
py2geom
by unknown@example.com
Hi all,
Although py2geom (python functions of 2geom) is still in development and
not fully functional, I'd like to discuss how to include it in Inkscape.
Should we include it in our releases, or should users install it by
themselves?
(note on Windows, py2geom is 16MB large; I do not know why it is so
large).
Cheers,
Johan
13 years