I have just commited a feature that took me some time to implement (because it required artistic inspiration)
It is an infobox that explains to the user what each available filter primitive does. I'd like to receive feedback about this feature. So, svn update; make; sudo make install and then check what changed on the filters dialog.
make install is needed because I have added some images to the UI. One is still missing: feDisplacement Map. Anybody have any idea of how to depict this primitive in a mnemonical way?
Juca
On Jan 18, 2008 1:45 PM, Felipe Sanches wrote:
I have just commited a feature that took me some time to implement (because it required artistic inspiration)
It is an infobox that explains to the user what each available filter primitive does. I'd like to receive feedback about this feature.
Text seems to be marked for translation, but doesn't go into PO files. Could you investigate that please? ;-)
Alexandre
I dont know how to update the .po files
I imagine that there must be a way of automatically regenerating the .po's from sources to include the new strings and preserve those that are already translated
Who knows how to do that?
PS: I am going to travel during this weekend. will be back on Monday.
Juca
On Jan 18, 2008 1:44 PM, Alexandre Prokoudine < alexandre.prokoudine@...400...> wrote:
On Jan 18, 2008 1:45 PM, Felipe Sanches wrote:
I have just commited a feature that took me some time to implement
(because
it required artistic inspiration)
It is an infobox that explains to the user what each available filter primitive does. I'd like to receive feedback about this feature.
Text seems to be marked for translation, but doesn't go into PO files. Could you investigate that please? ;-)
Alexandre
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Jan 18, 2008 7:38 PM, Felipe Sanches wrote:
I imagine that there must be a way of automatically regenerating the .po's from sources to include the new strings and preserve those that are already translated
The Q is not about updating, the Q is about why they don't go into updated PO files :)
$ intltool-update es
inside po/ directory will updated es.po, if you want to check that :)
Alexandre
I still have a question regarding .po updates i have created new strings on the code so, I wonder that all .po's should be updated so that translators can work on it intltool-update pt_BR will update only pt_BR.po how do I update every .po ? intltool-update * obviously wont work
On Jan 20, 2008 1:38 PM, Alexandre Prokoudine <alexandre.prokoudine@...400...> wrote:
On Jan 18, 2008 7:38 PM, Felipe Sanches wrote:
I imagine that there must be a way of automatically regenerating the .po's from sources to include the new strings and preserve those that are already translated
The Q is not about updating, the Q is about why they don't go into updated PO files :)
$ intltool-update es
inside po/ directory will updated es.po, if you want to check that :)
Alexandre
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Mon, 21 Jan 2008 01:06:37 -0200 "Felipe Sanches" <felipe.sanches@...400...> wrote:
I still have a question regarding .po updates i have created new strings on the code so, I wonder that all .po's should be updated so that translators can work on it intltool-update pt_BR will update only pt_BR.po how do I update every .po ? intltool-update * obviously wont work
In a unix bash type shell:
for i in *.po; do intltool-update "$i"; done
in Windows command prompt
for %%f in (*.po) do intltool-update %%f
the second being untested from a quick google, because obviously the typical Windows workflow is each one by hand one at a time ;-)
If the problem is that the intltool-update command doesn't like the ".po", in a unix bash type shell:
for i in *.po; do intltool-update $(basename "$i" .po); done
No idea of the Windows for that. All the above assume execution in the directory containing the .po files.
Cheers -Terry
On Jan 20, 2008 1:38 PM, Alexandre Prokoudine <alexandre.prokoudine@...400...> wrote:
On Jan 18, 2008 7:38 PM, Felipe Sanches wrote:
I imagine that there must be a way of automatically regenerating the .po's from sources to include the new strings and preserve those that are already translated
The Q is not about updating, the Q is about why they don't go into updated PO files :)
$ intltool-update es
inside po/ directory will updated es.po, if you want to check that :)
Alexandre
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Jan 18, 2008 6:45 AM, Felipe Sanches <felipe.sanches@...400...> wrote:
I have just commited a feature that took me some time to implement (because it required artistic inspiration)
Thanks, but I don't see the icons in the dialog - I did make install but they don't seem to be installed?
I get the icons...however, I did an autogen.sh and config first (for other reasons), that might have affected things.
JF
bulia byak wrote:
On Jan 18, 2008 6:45 AM, Felipe Sanches <felipe.sanches@...400...> wrote:
I have just commited a feature that took me some time to implement (because it required artistic inspiration)
Thanks, but I don't see the icons in the dialog - I did make install but they don't seem to be installed?
On Jan 18, 2008 1:45 PM, Felipe Sanches wrote:
I have just commited a feature that took me some time to implement (because it required artistic inspiration)
It is an infobox that explains to the user what each available filter primitive does. I'd like to receive feedback about this feature. So, svn update; make; sudo make install and then check what changed on the filters dialog.
Two more comments.
1. Please use smaller icons if possible
2. Please make display of this info optional (via Preferences dialog).
Alexandre
On Jan 22, 2008 10:08 AM, Alexandre Prokoudine < alexandre.prokoudine@...400...> wrote:
On Jan 18, 2008 1:45 PM, Felipe Sanches wrote:
I have just commited a feature that took me some time to implement
(because
it required artistic inspiration)
It is an infobox that explains to the user what each available filter primitive does. I'd like to receive feedback about this feature. So, svn update; make; sudo make install and then check what changed on the
filters
dialog.
Two more comments.
- Please use smaller icons if possible
I think it is hard to make them smaller. And anyway, textsize is compatible with the current iconsize. If we make icons smaller text will be long anyway.
- Please make display of this info optional (via Preferences dialog).
what about leting show/hide config be done in the dialog itself with a widget that toggles shows/hide ?
Alexandre
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Jan 22, 2008 3:13 PM, Felipe Sanches wrote:
On Jan 22, 2008 10:08 AM, Alexandre Prokoudine <alexandre.prokoudine@...400...> wrote:
On Jan 18, 2008 1:45 PM, Felipe Sanches wrote:
I have just commited a feature that took me some time to implement
(because
it required artistic inspiration)
It is an infobox that explains to the user what each available filter primitive does. I'd like to receive feedback about this feature. So, svn update; make; sudo make install and then check what changed on the
filters
dialog.
Two more comments.
- Please use smaller icons if possible
I think it is hard to make them smaller. And anyway, textsize is compatible with the current iconsize. If we make icons smaller text will be long anyway.
Well, in some cases the text has no gap with the icon even... :-(
- Please make display of this info optional (via Preferences dialog).
what about leting show/hide config be done in the dialog itself with a widget that toggles shows/hide ?
It will make sense in case it will make the dialog narrower. But if the dialog will be of same size, I don't see a point show/hide in the dialog. That's IMHO, of course :)
By the way, is it possible to have hints for all options in the dialog before 0.46 is out?
Alexandre
participants (5)
-
Alexandre Prokoudine
-
bulia byak
-
Felipe Sanches
-
Joshua Facemyer / Impressus Art
-
Terry Brown