Re: [Synfig-devl] New release plan and github/tracker integration.

2013-02-03 Thread Diego Barrios Romero
Hi Carlos, > Maybe the m4 macros are ready only for /urs/local/ and not for /opt/local ? > Hmmm, the ax_boost_base.m4 macro looks at: > > /usr /usr/local /opt That looks definitely possible. It would be ideal that the macro read the environment variables. Maybe we can add some code for that. > M

Re: [Synfig-devl] New release plan and github/tracker integration.

2013-02-03 Thread Carlos López González
Hi Diego, yes I've checked (and updated) the boost macports (I use macports in all the builds). They are installed at /opt/local/lib/ and there are all the *.dlib files included the program_options one. As you can see at the build script, the LDFLAGS variable is set to "-l/opt/local/lib" as well as

Re: [Synfig-devl] New release plan and github/tracker integration.

2013-02-03 Thread Diego Barrios Romero
Hey Carlos, I have no idea about the Mac platform but from what I see in the build report, have you checked that you have the actual library ready for linking and not only the headers? Maybe you could try with an example program. Best regards, Diego. On Feb 3, 2013 1:55 PM, "Carlos López González

[Synfig-devl] Carlos Lopez : Merge remote-tracking branch 'jcome-synfig/terms_rework_2'

2013-02-03 Thread root
Author: Carlos Lopez Date: Sun Feb 3 16:28:04 2013 +0100 Merge remote-tracking branch 'jcome-synfig/terms_rework_2' --- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Downloa

[Synfig-devl] Yu Chen : Replace Control Point with Handle for UI.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Jan 11 22:23:34 2013 +0800 Replace Control Point with Handle for UI. The initial desicion is using Control Point to replace Duck for UI But after finally devs have agreed using the single word is better. --- synfig-studio/src/gui/app.cpp| 20 ++

[Synfig-devl] Yu Chen : Use type_canvas_icon instead canvas_icon in Library Panel

2013-02-03 Thread root
Author: Yu Chen Date: Wed Jan 9 23:12:07 2013 +0800 Use type_canvas_icon instead canvas_icon in Library Panel to make exported canvases are consistant with valueBase Node in icon style --- synfig-studio/src/gui/trees/childrentreestore.cpp |2 +- 1 files changed, 1 insertions(+), 1 delet

[Synfig-devl] Yu Chen : Callback the Sets Panel icon.

2013-02-03 Thread root
Author: Yu Chen Date: Wed Jan 9 22:15:57 2013 +0800 Callback the Sets Panel icon. --- synfig-studio/src/gui/docks/dock_layergroups.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/src/gui/docks/dock_layergroups.cpp b/synfig-studio/src/gui/docks/do

[Synfig-devl] Yu Chen : Rename Group to Set for canvas menu-->Set

2013-02-03 Thread root
Author: Yu Chen Date: Wed Jan 9 22:05:50 2013 +0800 Rename Group to Set for canvas menu-->Set --- .../src/gui/actionmanagers/groupactionmanager.cpp |4 ++-- .../src/synfigapp/actions/groupremove.cpp |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/synf

[Synfig-devl] Yu Chen : Revert some internal names

2013-02-03 Thread root
Author: Yu Chen Date: Wed Jan 9 21:52:50 2013 +0800 Revert some internal names --- synfig-studio/src/gui/iconcontroller.cpp | 10 +- .../src/gui/trees/layergrouptreestore.cpp |2 +- .../src/synfigapp/actions/groupaddlayers.cpp |2 +- .../src/synfig

[Synfig-devl] Yu Chen : Update type_canvas_icon again, this time using cell sheet concept .

2013-02-03 Thread root
Author: Yu Chen Date: Wed Jan 9 19:57:15 2013 +0800 Update type_canvas_icon again, this time using cell sheet concept. --- synfig-studio/images/type_canvas_icon.sif | 2942 - 1 files changed, 1159 insertions(+), 1783 deletions(-) Diff: http://synfig.git.sourc

[Synfig-devl] Yu Chen : Revert action layerencapsulate name which are synfig internals and shouldn 't be changed.

2013-02-03 Thread root
Author: Yu Chen Date: Wed Jan 9 07:02:54 2013 +0800 Revert action layerencapsulate name which are synfig internals and shouldn't be changed. --- synfig-studio/src/gui/docks/dock_layers.cpp|2 +- .../src/synfigapp/actions/layerencapsulate.cpp |2 +- 2 files changed, 2 in

[Synfig-devl] Yu Chen : Use type_vector_icon instead of type_canvas_icon in library_icon.

2013-02-03 Thread root
Author: Yu Chen Date: Tue Jan 8 20:56:03 2013 +0800 Use type_vector_icon instead of type_canvas_icon in library_icon. --- synfig-studio/images/library_icon.sif |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/images/library_icon.sif b/synfig-studio/im

[Synfig-devl] Yu Chen : Update type_canvas icon using folder metaphor following the group layer icon design .

2013-02-03 Thread root
Author: Yu Chen Date: Tue Jan 8 20:47:19 2013 +0800 Update type_canvas icon using folder metaphor following the group layer icon design. --- synfig-studio/images/type_canvas_icon.sif | 5037 ++--- 1 files changed, 1624 insertions(+), 3413 deletions(-) Diff: http

[Synfig-devl] Yu Chen : Revert internal name for Set: the menu.

2013-02-03 Thread root
Author: Yu Chen Date: Tue Jan 8 20:37:58 2013 +0800 Revert internal name for Set: the menu. --- synfig-studio/src/gui/app.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-studio/src/gui/app.cpp b/synfig-studio/src/gui/app.cpp index 1eee53f..4b91cd0 1006

[Synfig-devl] Yu Chen : Merge pull request #3 from morevnaproject/terms_rework_2

2013-02-03 Thread root
Author: Yu Chen Date: Tue Jan 8 04:21:09 2013 -0800 Merge pull request #3 from morevnaproject/terms_rework_2 Remove extra word "Spline" for some tool options. --- -- Everyone hates slow websites. So do we. Make y

[Synfig-devl] Konstantin Dmitriev : Remove extra word "Spline" for some tool options.

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Tue Jan 8 06:55:45 2013 +0700 Remove extra word "Spline" for some tool options. --- synfig-studio/src/gui/states/state_bline.cpp | 10 +- synfig-studio/src/gui/states/state_circle.cpp| 10 +- synfig-studio/src/gui/states/state_po

[Synfig-devl] Yu Chen : Correct the internal name of (layer) Set to the original one

2013-02-03 Thread root
Author: Yu Chen Date: Tue Jan 8 00:19:35 2013 +0800 Correct the internal name of (layer) Set to the original one --- synfig-studio/src/gui/app.cpp |2 +- synfig-studio/src/gui/docks/dock_layergroups.cpp |2 +- synfig-studio/src/gui/iconcontroller.cpp

[Synfig-devl] Yu Chen : Revert the internal name for group layer to encapsulate

2013-02-03 Thread root
Author: Yu Chen Date: Tue Jan 8 00:10:28 2013 +0800 Revert the internal name for group layer to encapsulate --- synfig-studio/src/gui/docks/dockdialog.cpp | 23 synfig-studio/src/gui/docks/dockdialog.h |4 --- synfig-studio/src/gui/iconcontroller

[Synfig-devl] Yu Chen : Revert the internal name for parameters panel.

2013-02-03 Thread root
Author: Yu Chen Date: Mon Jan 7 23:50:12 2013 +0800 Revert the internal name for parameters panel. --- synfig-studio/src/gui/app.cpp |2 +- synfig-studio/src/gui/docks/dock_curves.cpp|2 +- synfig-studio/src/gui/docks/dock_layers.cpp|4 ++-- synfig-studi

[Synfig-devl] Yu Chen : Revert the internal name for Set Panel.

2013-02-03 Thread root
Author: Yu Chen Date: Mon Jan 7 23:38:55 2013 +0800 Revert the internal name for Set Panel. --- synfig-studio/src/gui/app.cpp |2 +- synfig-studio/src/gui/docks/dock_layergroups.cpp |2 +- synfig-studio/src/gui/iconcontroller.cpp |2 +- .../src/g

[Synfig-devl] Yu Chen : Revert internal name for graph panel.

2013-02-03 Thread root
Author: Yu Chen Date: Mon Jan 7 22:43:51 2013 +0800 Revert internal name for graph panel. --- synfig-studio/src/gui/app.cpp |2 +- synfig-studio/src/gui/docks/dock_curves.cpp |2 +- synfig-studio/src/gui/iconcontroller.cpp|2 +- 3 files changed, 3 insertions(+)

[Synfig-devl] Yu Chen : Revert internal name for library panel to fix connect bug.

2013-02-03 Thread root
Author: Yu Chen Date: Mon Jan 7 22:33:24 2013 +0800 Revert internal name for library panel to fix connect bug. --- synfig-studio/src/gui/app.cpp |2 +- synfig-studio/src/gui/docks/dock_children.cpp |2 +- synfig-studio/src/gui/iconcontroller.cpp |2 +- synfi

[Synfig-devl] Yu Chen : Merge branch 'terms_rework_2' of https://github.com/ morevnaproject/synfig into morevnaproject-terms_rework_2

2013-02-03 Thread root
Author: Yu Chen Date: Sun Jan 6 00:45:41 2013 +0800 Merge branch 'terms_rework_2' of https://github.com/morevnaproject/synfig into morevnaproject-terms_rework_2 Conflicts: synfig-studio/images/type_vector_icon.sif --- -

[Synfig-devl] Konstantin Dmitriev : group and type_canvas icons reworked again.

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Sat Jan 5 20:52:35 2013 +0700 group and type_canvas icons reworked again. --- synfig-studio/images/group_icon.sif| 4242 +++-- synfig-studio/images/layer_other_group_icon.sif| 4242 +++-- .../images/select_all_child_layer

[Synfig-devl] Konstantin Dmitriev : Group and vector icons: Revert to the old versions.

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Fri Jan 4 09:01:35 2013 +0700 Group and vector icons: Revert to the old versions. --- synfig-studio/images/group_icon.sif| 3987 +--- synfig-studio/images/layer_other_group_icon.sif| 3987 +--- .../images/select_all_child

[Synfig-devl] Yu Chen : Update tooltips of Group button of Layer Panel, from Group to Group Layer.

2013-02-03 Thread root
Author: Yu Chen Date: Thu Jan 3 23:16:00 2013 +0800 Update tooltips of Group button of Layer Panel,from Group to Group Layer. --- .../src/synfigapp/actions/layerencapsulate.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/src/synfigapp/actions/

[Synfig-devl] Yu Chen : Fine-tune type_vector_icon by making the line width smaller

2013-02-03 Thread root
Author: Yu Chen Date: Thu Jan 3 14:39:28 2013 +0800 Fine-tune type_vector_icon by making the line width smaller --- synfig-studio/images/type_vector_icon.sif |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/synfig-studio/images/type_vector_icon.sif b/synfig-stu

[Synfig-devl] Yu Chen : Merge pull request #1 from morevnaproject/terms_rework_2

2013-02-03 Thread root
Author: Yu Chen Date: Sat Dec 29 18:40:38 2012 -0800 Merge pull request #1 from morevnaproject/terms_rework_2 Fix paths for library_icon --- -- Everyone hates slow websites. So do we. Make your web apps faster wit

[Synfig-devl] Konstantin Dmitriev : Fix paths for library_icon

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Sat Dec 29 20:49:35 2012 +0700 Fix paths for library_icon --- synfig-studio/images/library_icon.sif |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/synfig-studio/images/library_icon.sif b/synfig-studio/images/library_icon.sif i

[Synfig-devl] Yu Chen : Merge branch 'terms_rework_2' of github.com:jcome/ synfig into terms_rework_2

2013-02-03 Thread root
Author: Yu Chen Date: Tue Dec 25 22:42:55 2012 +0800 Merge branch 'terms_rework_2' of github.com:jcome/synfig into terms_rework_2 --- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDyn

[Synfig-devl] Yu Chen : Fine-tune type_vector_icon, make it a little bit smaller

2013-02-03 Thread root
Author: Yu Chen Date: Tue Dec 25 22:41:47 2012 +0800 Fine-tune type_vector_icon, make it a little bit smaller --- synfig-studio/images/type_vector_icon.sif | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/synfig-studio/images/type_vector_icon.sif b/synfi

[Synfig-devl] root : Fine-tune type_vector_icon, make it a little bit smaller

2013-02-03 Thread root
Author: root Date: Tue Dec 25 22:37:13 2012 +0800 Fine-tune type_vector_icon, make it a little bit smaller --- synfig-studio/images/type_vector_icon.sif | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/synfig-studio/images/type_vector_icon.sif b/synfig-s

[Synfig-devl] Yu Chen : Merge branch 'terms_rework_2' of github.com:jcome/ synfig into terms_rework_2

2013-02-03 Thread root
Author: Yu Chen Date: Tue Dec 25 10:18:47 2012 +0800 Merge branch 'terms_rework_2' of github.com:jcome/synfig into terms_rework_2 --- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDyn

[Synfig-devl] Yu Chen : Fine-tune type_vector_icon

2013-02-03 Thread root
Author: Yu Chen Date: Tue Dec 25 06:32:22 2012 +0800 Fine-tune type_vector_icon --- synfig-studio/images/type_vector_icon.sif | 909 ++--- 1 files changed, 445 insertions(+), 464 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;

[Synfig-devl] Yu Chen : Enable compatibility to allow terms reworked Synfig Studio load old version settings file properly

2013-02-03 Thread root
Author: Yu Chen Date: Sat Dec 22 20:10:27 2012 +0800 Enable compatibility to allow terms reworked Synfig Studio load old version settings file properly Children Panel -> Library Panel Params Panel -> Parameters Panel Groups Panel -> Sets Panel --- synfig-studio/src/gui/docks/dockdialog.cpp

[Synfig-devl] Yu Chen : Enable compability to allow terms reworked Synfig Studio load old version settings file properly

2013-02-03 Thread root
Author: Yu Chen Date: Sat Dec 22 20:10:27 2012 +0800 Enable compability to allow terms reworked Synfig Studio load old version settings file properly Children Panel -> Library Panel Params Panel -> Parameters Panel Groups Panel -> Sets Panel --- synfig-studio/src/gui/docks/dockdialog.cpp |

[Synfig-devl] Yu Chen : Remove unused icon: pastecanvas_icon

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:55:30 2012 +0800 Remove unused icon: pastecanvas_icon --- synfig-studio/images/pastecanvas_icon.sif | 2568 - 1 files changed, 0 insertions(+), 2568 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfi

[Synfig-devl] Yu Chen : Remove unused icon: plant_icon

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:51:58 2012 +0800 Remove unused icon: plant_icon --- synfig-studio/images/Makefile.am |2 - synfig-studio/images/plant_icon.sif | 999 -- synfig-studio/src/gui/iconcontroller.cpp |2 - 3 files changed, 0 ins

[Synfig-devl] Yu Chen : Make layer set use set icon instead of group icon

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:44:21 2012 +0800 Make layer set use set icon instead of group icon --- .../src/gui/trees/layergrouptreestore.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/src/gui/trees/layergrouptreestore.cpp b/synfi

[Synfig-devl] Yu Chen : Remove unused icon: layer_other_pastecanvas icon

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:34:57 2012 +0800 Remove unused icon: layer_other_pastecanvas icon --- .../images/layer_other_pastecanvas_icon.sif| 2568 1 files changed, 0 insertions(+), 2568 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb

[Synfig-devl] Yu Chen : Update Group and Group Layer icons

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:33:25 2012 +0800 Update Group and Group Layer icons --- synfig-studio/images/Makefile.am|6 +- synfig-studio/images/group_icon.sif | 2773 --- synfig-studio/images/layer_other_group_icon.sif | 2542 ++

[Synfig-devl] Yu Chen : Update type_tector icon.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:12:15 2012 +0800 Update type_tector icon. --- synfig-studio/images/type_vector_icon.sif | 754 ++--- 1 files changed, 567 insertions(+), 187 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=

[Synfig-devl] Yu Chen : Update type_canvas icon.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:11:36 2012 +0800 Update type_canvas icon. --- synfig-studio/images/type_canvas_icon.sif | 1138 ++--- 1 files changed, 55 insertions(+), 1083 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=

[Synfig-devl] Yu Chen : Update set icon.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:11:14 2012 +0800 Update set icon. --- synfig-studio/images/set_icon.sif | 2842 ++--- 1 files changed, 1729 insertions(+), 1113 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit

[Synfig-devl] Yu Chen : Update select_all_child_layers icon.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:10:33 2012 +0800 Update select_all_child_layers icon. --- .../images/select_all_child_layers_icon.sif| 4804 ++-- 1 files changed, 3496 insertions(+), 1308 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=sy

[Synfig-devl] Yu Chen : Update library icon.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:10:08 2012 +0800 Update library icon. --- synfig-studio/images/library_icon.sif | 2132 ++--- 1 files changed, 880 insertions(+), 1252 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=com

[Synfig-devl] Yu Chen : Update action_remove_from_set icon.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:09:37 2012 +0800 Update action_remove_from_set icon. --- .../images/action_remove_from_set_icon.sif | 6035 ++-- 1 files changed, 593 insertions(+), 5442 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synf

[Synfig-devl] Yu Chen : Update action_add_to_set icon

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 13:08:59 2012 +0800 Update action_add_to_set icon --- synfig-studio/images/action_add_to_set_icon.sif | 6035 +++ 1 files changed, 593 insertions(+), 5442 deletions(-) Diff: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/syn

[Synfig-devl] Yu Chen : Fix Group Layer button on layer dock toolbar.

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 12:28:39 2012 +0800 Fix Group Layer button on layer dock toolbar. --- synfig-studio/src/gui/docks/dock_layers.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/src/gui/docks/dock_layers.cpp b/synfig-studio/src/gui/do

[Synfig-devl] Yu Chen : Rename type local name: bline_point to spline_point for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 11:03:39 2012 +0800 Rename type local name: bline_point to spline_point for UI --- synfig-core/src/synfig/value.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-core/src/synfig/value.cpp b/synfig-core/src/synfig/value.cpp i

[Synfig-devl] Yu Chen : Make type_local_name translatable and type_name untranslatable

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 11:01:04 2012 +0800 Make type_local_name translatable and type_name untranslatable --- synfig-core/src/synfig/value.cpp | 44 + 1 files changed, 34 insertions(+), 10 deletions(-) diff --git a/synfig-core/src/synfig/value

[Synfig-devl] Yu Chen : Rename parameter value BLine Point to Spline Point for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 10:41:09 2012 +0800 Rename parameter value BLine Point to Spline Point for UI --- synfig-studio/images/Makefile.am |4 ++-- ...inepoint_icon.sif => type_splinepoint_icon.sif} |0 .../src/gui/cellrenderer/cellrenderer_value.cpp|

[Synfig-devl] Yu Chen : Rename bline to spline for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 08:48:31 2012 +0800 Rename bline to spline for UI --- .../src/modules/mod_geometry/advanced_outline.cpp |2 +- synfig-core/src/modules/mod_geometry/main.cpp |2 +- synfig-core/src/modules/mod_geometry/outline.cpp |2 +- synfig-core/src/mod

[Synfig-devl] Yu Chen : Rename inline/pasted canvas to group for UI:

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 07:22:18 2012 +0800 Rename inline/pasted canvas to group for UI: rename inline canvas layer to group layer, rename pasted canvas layer to group layer, rename canvas parameter value from pasted canvas to group. --- synfig-core/src/synfig/layer_pastecanvas.cpp

[Synfig-devl] Yu Chen : Rename ducks to control points for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 06:56:42 2012 +0800 Rename ducks to control points for UI --- synfig-studio/src/gui/app.cpp | 20 ++-- synfig-studio/src/gui/canvasview.cpp| 20 ++-- synfig-studio/src/gui/dials/toggleducksdial

[Synfig-devl] Yu Chen : Rename encapsulate to group for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 06:41:08 2012 +0800 Rename encapsulate to group for UI --- synfig-studio/images/Makefile.am |4 ++-- .../{encapsulate_icon.sif => group_icon.sif} |0 synfig-studio/src/gui/iconcontroller.cpp |2 +- synfig-studio/s

[Synfig-devl] Yu Chen : Fix Set sub-menu of canvas window menu

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 06:11:06 2012 +0800 Fix Set sub-menu of canvas window menu --- synfig-studio/src/gui/app.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/src/gui/app.cpp b/synfig-studio/src/gui/app.cpp index c40142e..3dad729 100644

[Synfig-devl] Yu Chen : Rename group to set for popup menu: action add/remove to/from set

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 05:58:03 2012 +0800 Rename group to set for popup menu: action add/remove to/from set --- synfig-studio/images/Makefile.am |8 ...o_group_icon.sif => action_add_to_set_icon.sif} |0 ...up_icon.sif => action_remove_from_set_i

[Synfig-devl] Yu Chen : Rename groups to sets for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 05:27:11 2012 +0800 Rename groups to sets for UI --- synfig-studio/images/Makefile.am |4 ++-- .../images/{group_icon.sif => set_icon.sif}|0 synfig-studio/src/gui/app.cpp |4 ++-- synfig-studio/src/g

[Synfig-devl] Yu Chen : Rename children to library for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 05:05:51 2012 +0800 Rename children to library for UI --- synfig-studio/images/Makefile.am |4 ++-- .../images/{children_icon.sif => library_icon.sif} |0 synfig-studio/src/gui/app.cpp |2 +- synfig-studio/sr

[Synfig-devl] Yu Chen : Rename curves to graphs for UI

2013-02-03 Thread root
Author: Yu Chen Date: Fri Nov 30 04:16:04 2012 +0800 Rename curves to graphs for UI --- synfig-studio/images/Makefile.am |6 +++--- .../images/{curves_icon.sif => graphs_icon.sif}|0 synfig-studio/src/gui/app.cpp |2 +- synfig-studio/src

[Synfig-devl] Yu Chen : Rename params to parameters for UI

2013-02-03 Thread root
Author: Yu Chen Date: Thu Nov 29 01:41:42 2012 +0800 Rename params to parameters for UI --- synfig-studio/images/Makefile.am |4 ++-- .../{params_icon.sif => parameters_icon.sif} |0 synfig-studio/src/gui/app.cpp |2 +- synfig-studio/s

[Synfig-devl] Carlos Lopez : Merge remote-tracking branch 'morevnaproject-synfig/master'

2013-02-03 Thread root
Author: Carlos Lopez Date: Sun Feb 3 15:37:07 2013 +0100 Merge remote-tracking branch 'morevnaproject-synfig/master' --- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Downlo

[Synfig-devl] Konstantin Dmitriev : Add Real convert type, fixes #324

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Sat Jan 12 01:34:06 2013 +0700 Add Real convert type, fixes #324 Convert is available for types: Integer, Bool, Angle. Reverse manipulation supported for Angle handles. --- synfig-core/src/synfig/Makefile.am |2 + synfig-core/src/synfig/

[Synfig-devl] Konstantin Dmitriev : Enable reverse manipulations of Scale ValueNode for Real type control points

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Thu Jan 10 20:32:07 2013 +0700 Enable reverse manipulations of Scale ValueNode for Real type control points --- synfig-core/src/synfig/valuenode_scale.cpp | 17 + synfig-core/src/synfig/valuenode_scale.h |1 + .../src/

[Synfig-devl] Konstantin Dmitriev : Enable reverse manipulations for Integer ValueNode ( Real and Angle control points)

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Thu Jan 10 20:23:51 2013 +0700 Enable reverse manipulations for Integer ValueNode (Real and Angle control points) --- synfig-core/src/synfig/valuenode_integer.cpp | 27 +++ synfig-core/src/synfig/valuenode_integer.h |4 ++

[Synfig-devl] Konstantin Dmitriev : Fix and enable Integer convert type

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Thu Jan 10 18:17:25 2013 +0700 Fix and enable Integer convert type --- synfig-core/src/synfig/valuenode.cpp |2 +- synfig-core/src/synfig/valuenode_integer.cpp | 16 +++- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git

[Synfig-devl] Konstantin Dmitriev : Linux package build script: Always reset cached copy if invoked from the existing repository.

2013-02-03 Thread root
Author: Konstantin Dmitriev Date: Sun Dec 30 22:20:47 2012 +0700 Linux package build script: Always reset cached copy if invoked from the existing repository. --- autobuild/synfigstudio-linux-build.sh |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/autobuild/syn

[Synfig-devl] Yu Chen : Fix Bug #3536120:Toggle Snap to grid button tooltip incorrect, patch thanks jchadwick.

2013-02-03 Thread root
Author: Yu Chen Date: Thu Nov 22 22:59:20 2012 +0800 Fix Bug #3536120:Toggle Snap to grid button tooltip incorrect, patch thanks jchadwick. --- synfig-studio/src/gui/canvasview.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-studio/src/gui/canvasview.c

Re: [Synfig-devl] New release plan and github/tracker integration.

2013-02-03 Thread Carlos López González
Btw, my build script is this: #!/bin/sh CPUS=4 cd synfig prefix=$(pwd)/install export PKG_CONFIG_PATH="$prefix/lib/pkgconfig" export ACLOCAL_FLAGS="-I $prefix/share/aclocal" export PATH=$(pwd)/synfig-core/src/tool/.libs:$PATH #export CXX="/opt/local/bin/ccache /usr/bin/g++" #export CPP="/usr/bin/c

Re: [Synfig-devl] New release plan and github/tracker integration.

2013-02-03 Thread Carlos López González
Hi! After a long hiatus I'm back trying to do some useful. :) I've checked the branch eldruin_toolbost and I have problems building it: ... checking ETL_LIBS... -lpthread checking for libxml++-2.6... yes checking LIBXMLPP_CFLAGS... -I/opt/local/include/libxml++-2.6 -I/opt/local/lib/libxml++-2.6/in

Re: [Synfig-devl] Pro designer available for Synfig UX/UI design

2013-02-03 Thread Nikita Kitaev
Hi James, Carlos I think there's been a misunderstanding here. Let's take a step back here and see if we can come to an agreement that is in all of our interests. I've been involved with Synfig as a developer for several years. We definitely need a talented designer, and I appreciate the offer to

Re: [Synfig-devl] Pro designer available for Synfig UX/UI design

2013-02-03 Thread Carlos López González
Hi James, I think that this is going for the wrong path. If I remember correctly, I've never asked for a professional designed service or have mentioned it on any public media. Also I don't recall that any of the current Synfig project team members has done something similar or at last, I've not i