[Synfig-devl] Re : Reworking Preferences Window, and categories proposal

2014-04-20 Thread d . j . a . y
Hello,

Could be the time to merge Option dialog inside Preference / interface dialog ?

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Re : Reworking Preferences Window, and categories proposal

2014-04-20 Thread Yu Chen
2014-04-20 18:08 GMT+08:00 d.j@free.fr:

 Could be the time to merge Option dialog inside Preference / interface
 dialog ?


Do you mean Canvas-Options?

The option dialog is referring to CURRENT canvas. for example, if you have
two canvases opened, the setting of option dialog is local one, each of
canvas can have different settings:

- Grid Size X, Y
- Show Grid
- Snap to Grid

It might be nice to implement a global scope setting for the above three
options in Preferences(Setup) dialog. We may merge these options into
Canvas - Properties dialog when it be reworked in the near future.

What do you think?

~ yu
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] any reasons to have 24.967 in FPS combox of Setup dialog?

2014-04-20 Thread Yu Chen
// Fill the FPS combo box with proper strings (not localised)
float f[8];
f[0] = 60;
f[1] = 50;
f[2] = 30;
f[3] = 25;
f[4] = 24.967;
f[5] = 24;
f[6] = 15;
f[7] = 12;

https://github.com/synfig/synfig/blob/master/synfig-studio/src/gui/dialogs/dialog_setup.cpp#L281

~ yu
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl