Skip to content

Commit

Permalink
Update jack icon and remove unused icon file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcome authored and morevnaproject committed Nov 29, 2014
1 parent 5953eb2 commit d712411
Show file tree
Hide file tree
Showing 7 changed files with 1,672 additions and 755 deletions.
16 changes: 2 additions & 14 deletions synfig-studio/images/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EXTRA_DIST = \
graphs_icon.sif \
duplicate_icon.sif \
group_icon.sif \
jack_mode_icons.sif \
jack_icon.sif \
keyframe_lock_icons.sif \
framedial_icons.sif \
logo.sif \
Expand Down Expand Up @@ -194,6 +194,7 @@ IMAGES = \
valuenode_icon.$(EXT) \
duplicate_icon.$(EXT) \
group_icon.$(EXT) \
jack_icon.$(EXT) \
\
keyframe_lock_past_on_icon.$(EXT) \
keyframe_lock_past_off_icon.$(EXT) \
Expand All @@ -213,9 +214,6 @@ IMAGES = \
animate_mode_off_icon.$(EXT) \
animate_mode_on_icon.$(EXT) \
\
jack_mode_off_icon.$(EXT) \
jack_mode_on_icon.$(EXT) \
\
rename_icon.$(EXT) \
set_fill_color.$(EXT) \
set_outline_color.$(EXT) \
Expand Down Expand Up @@ -503,16 +501,6 @@ animate_mode_on_icon.$(EXT): $(srcdir)/animate_mode_icons.sif
$(SYNFIG) -q $< -o $@ --time 1
echo " File \"images\\$@\"" >>./images.nsh
echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh

jack_mode_off_icon.$(EXT): $(srcdir)/jack_mode_icons.sif
$(SYNFIG) -q $< -o $@ --time 0
echo " File \"images\\$@\"" >>./images.nsh
echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh

jack_mode_on_icon.$(EXT): $(srcdir)/jack_mode_icons.sif
$(SYNFIG) -q $< -o $@ --time 1
echo " File \"images\\$@\"" >>./images.nsh
echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh

interpolation_type_tcb_icon.$(EXT): $(srcdir)/interpolation_type_icons.sif
$(SYNFIG) -q $< -o $@ --time 1
Expand Down

2 comments on commit d712411

@d-j-a-y
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't build / open jack_icon.sif thrue synfig 0.64.2 (cause of new group layer ?)

synfig(17422) [11:44:13] avertissement: jack_icon.sif:< split_radius >:2845: Bad link name for < composite >
synfig(17422) [11:44:13] erreur: EXCEPTION: bad link name: split_angle
synfig(17422) [11:44:13] avertissement: jack_icon.sif:< split_angle >:2848: Bad link name for < composite >
synfig(17422) [11:44:13] erreur: EXCEPTION: bad link name: split_radius
synfig(17422) [11:44:13] avertissement: jack_icon.sif:< split_radius >:2890: Bad link name for < composite >
synfig(17422) [11:44:13] erreur: EXCEPTION: bad link name: split_angle
synfig(17422) [11:44:13] avertissement: jack_icon.sif:< split_angle >:2893: Bad link name for < composite >
synfig(17422) [11:44:13] erreur: EXCEPTION: bad link name: split_radius
synfig(17422) [11:44:13] avertissement: jack_icon.sif:< split_radius >:3037: Bad link name for < composite >
....

@morevnaproject
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not possible to open sif files produced with development version in 0.64.x. Because development version have too much new features not supported in 0.64.x.

Please sign in to comment.