Hi

I am doing it.


2012/5/30 Zelgadis <[email protected]>

> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to