Hi there,

I the code for terms renaming is almost there, I am testing on my machine.
It seems there are still some issues to be fixed before sending a pull
request to master repository of synfig.

You know, there are some icons related have to be updated/redesigned as
well. I have uploaded my work to our forum, pls click the link[1] below,
and left your thoughts, thank you so much.

There is an extra changes we didn't include in our sheet[2], the icon
"Select All Children Layers" should be updated as well.

[1] http://www.synfig.org/forums/viewtopic.php?f=22&t=3695

[2]
https://docs.google.com/spreadsheet/ccc?key=0Ah8g_H3f7qpZdDR1N0piUThqZ0pySjh3eERzMjBDQVE


~ yu

--
No one will come, Yu has to make it happen by Yu-self.



2012/10/22 Yu Chen <jco...@gmail.com>

> Thanks Carlos, Then I use "Group" for both Inline and Paste Layer.
>
>
>
> ~ yu
>
>
>
> 2012/10/22 Carlos López González <genet...@gmail.com>
>
>> Hi jcome!
>> welcome to the coding!
>>
>> I think that the code shown is to obtain the local name of the layer.
>> The layer nature doesn't change when the canvas parameter null, inline
>> or exported. In all the cases the local name of the layer is "Group"
>> Other thing is what should the parameter canvas show when it is null,
>> inline or exported. That is solved in other section of code IIRC.
>> Cheers!
>>
>> 2012/10/21 Yu Chen <jco...@gmail.com>:
>> > Hi
>> >
>> > I am doing it.
>> >
>> >
>> >
>> > 2012/5/30 Zelgadis <ksee.zelga...@gmail.com>
>> >>
>> >> Encapsulate -> Group (icon needs to be reworked: box or folder)
>> >> Paste Canvas layer -> Group layer (icon needs to be reworked: same as
>> >> above)
>> >
>> >
>> > For "Paste Canvas" and "Inline Canvas", I have one question, should we
>> > expose the difference of them or just use "Group" on UI? Please take a
>> look
>> > at the below code.
>> >
>> >
>> > ================================
>> > String
>> > Layer_PasteCanvas::get_local_name()const
>> > {
>> >         if(!canvas)     return _("Pasted Canvas");
>> >         if(canvas->is_inline()) return _("Inline Canvas");
>> >         if(canvas->get_root()==get_canvas()->get_root()) return '[' +
>> > canvas->get_id() + ']';
>> >
>> >         return '[' + canvas->get_file_name() + ']';
>> > }
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Everyone hates slow websites. So do we.
>> > Make your web apps faster with AppDynamics
>> > Download AppDynamics Lite for free today:
>> > http://p.sf.net/sfu/appdyn_sfd2d_oct
>> > _______________________________________________
>> > Synfig-devl mailing list
>> > Synfig-devl@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/synfig-devl
>> >
>>
>>
>>
>> --
>> Carlos
>> http://synfig.org
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> _______________________________________________
>> Synfig-devl mailing list
>> Synfig-devl@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>>
>
>
------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to