Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-26 Thread Konstantin Dmitriev
2015-05-25 21:39 GMT+06:00 Pengfei Hao int...@gmail.com:
 In truth, I can't , or kind of hard to.

 As I mentioned before, this bug only shown in the build system, it has the
 most restricted compilation environment.  It works fine if I call it in my
 machine, but in the rpm build environment, there is no gdb and I cannot
 control the compilation options(while, use some method, I can, I could try).

 Could you check if there is no font, what will happen in the code?

 At the same time, I will hack the building procedure to provide the info you
 want.

Hello!
Can you please give me more information about your build environment.
Is it local or remote?
I guess you can add GDB to the build environment by adding Requires:
gdb to RPM spec file.

Also, I suspect the problem isn't related with fonts, because
synfig_icon.sif file doesn't have any text layers.

I wonder, what happens if you try to use synfig to render empty file
(in the build environment).

Best Regards,
K.

 2015-05-25 11:34 GMT-04:00 Konstantin Dmitriev ksee.zelga...@gmail.com:

 2015-05-25 21:28 GMT+06:00 Pengfei Hao int...@gmail.com:
  Hi, Konstantin, I am pretty sure I use the newest version you sent to
  me.
 
  here is the debug tree I found:
 
  tool/main.cpp 296:
  job = op.extract_job();
 
  tool/optionsprocessor.cpp 533:
  job.root =
  open_canvas_as(FileSystemNative::instance()-get_identifier(job.filename
  ), job.filename, errors, warnings);
 
  synfig/loadcanvas.cpp 172:
  canvas=parser.parse_from_file_as(identifier,as,errors);
 
  synfig/loadcanvas.cpp 3520:
  Canvas::Handle
  canvas(parse_canvas(parser.get_document()-get_root_node(),0,false,
  identifier,as));
 
  synfig/loadcanvas.cpp 3421:
  canvas-push_front(parse_layer(child,canvas));
 
  synfig/loadcanvas.cpp 2786:
  layer=Layer::create(element-get_attribute(type)-get_value());
 
  synfig/layer.cpp 177:
  book()[name].factory();
 
  These layer created successfully:
 
  PasteCanvas
  PasteCanvas
  shade
  SolidColor
 
  But the last one, text, failed.
 
  I guess maybe in the building environment, I do not have any font, that
  is
  the reason, so I want to know, do I need any font to create the text
  layer?
  But at least, when the code do not found any font, it should at least
  give
  me some hint, not segmentation fault.
 
 
  PS:
 
  I add some printf for trace, so the line number above may shift from
  from
  what you have, I uploaded the loadcanvas.cpp , just for you to align
  line
  number.

 Hmm... That's weird. Can you build synfig-core with debug symbols? In
 this case you can try to debug the synfig -q synfig_icon.sif -o
 128x128/synfig_icon.png --time 0 -w 128 -h 128  command with GDB.

 Best Regards,
 K.


 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl



 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




-- 
http://morevnaproject.org/

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-06-01 Thread Konstantin Dmitriev
Hello!

2015-06-01 0:10 GMT+06:00 Pengfei Hao int...@gmail.com:
 This is the backtrace info I get:

 #0  0x7fffee214456 in Layer_Freetype::new_face(std::string const) () at
 /usr/lib/synfig/modules/liblyr_freetype.so
 #1  0x7fffee214827 in Layer_Freetype::new_font_(std::string const, int,
 int) () at /usr/lib/synfig/modules/liblyr_freetype.so
 #2  0x7fffee21531d in Layer_Freetype::new_font(std::string const, int,
 int) () at /usr/lib/synfig/modules/liblyr_freetype.so
 #3  0x7fffee21 in Layer_Freetype::Layer_Freetype() () at
 /usr/lib/synfig/modules/liblyr_freetype.so
 #4  0x7fffee21c60b in Layer_Freetype::create() () at
 /usr/lib/synfig/modules/liblyr_freetype.so
 #5  0x778e2e0c in synfig::Layer::create(std::string const) () at
 /usr/lib/libsynfig.so.0
 #6  0x779094c4 in synfig::CanvasParser::parse_layer(xmlpp::Element*,
 etl::handlesynfig::Canvas) () at /usr/lib/libsynfig.so.0
 #7  0x779054f0 in
 synfig::CanvasParser::parse_canvas(xmlpp::Element*,
 etl::handlesynfig::Canvas, bool, synfig::FileSystem::Identifier const,
 std::string) ()
 at /usr/lib/libsynfig.so.0
 #8  0x7790214e in
 synfig::CanvasParser::parse_canvas_defs(xmlpp::Element*,
 etl::handlesynfig::Canvas) () at /usr/lib/libsynfig.so.0
 #9  0x77903eb4 in
 synfig::CanvasParser::parse_canvas(xmlpp::Element*,
 etl::handlesynfig::Canvas, bool, synfig::FileSystem::Identifier const,
 std::string) ()
 at /usr/lib/libsynfig.so.0
 #10 0x77913283 in
 synfig::CanvasParser::parse_from_file_as(synfig::FileSystem::Identifier
 const, std::string const, std::string) () at /usr/lib/libsynfig.so.0
 #11 0x77914c02 in
 synfig::open_canvas_as(synfig::FileSystem::Identifier const, std::string
 const, std::string, std::string) () at /usr/lib/libsynfig.so.0
 #12 0x778bdf21 in synfig::Canvas::surefind_canvas(std::string
 const, std::string) () at /usr/lib/libsynfig.so.0
 #13 0x7790b639 in synfig::CanvasParser::parse_layer(xmlpp::Element*,
 etl::handlesynfig::Canvas) () at /usr/lib/libsynfig.so.0
 #14 0x779054f0 in
 synfig::CanvasParser::parse_canvas(xmlpp::Element*,
 etl::handlesynfig::Canvas, bool, synfig::FileSystem::Identifier const,
 std::string) ()
 at /usr/lib/libsynfig.so.0
 #15 0x77913283 in
 synfig::CanvasParser::parse_from_file_as(synfig::FileSystem::Identifier
 const, std::string const, std::string) () at /usr/lib/libsynfig.so.0
 #16 0x77914c02 in
 synfig::open_canvas_as(synfig::FileSystem::Identifier const, std::string
 const, std::string, std::string) () at /usr/lib/libsynfig.so.0
 #17 0x004691c4 in OptionsProcessor::extract_job()
 (this=0x7fffe350) at optionsprocessor.cpp:523
 #18 0x004841b3 in main(int, char**) (argc=11, argv=0x7fffe8d8)
 at main.cpp:274


 Did you notice my another email before, I already print a debug tree:

 here is the debug tree I found:

 tool/main.cpp 296:
 job = op.extract_job();

 tool/optionsprocessor.cpp 533:
 job.root =
 open_canvas_as(FileSystemNative::instance()-get_identifier(job.filename
 ), job.filename, errors, warnings);

 synfig/loadcanvas.cpp 172:
 canvas=parser.parse_from_file_as(identifier,as,errors);

 synfig/loadcanvas.cpp 3520:
 Canvas::Handle
 canvas(parse_canvas(parser.get_document()-get_root_node(),0,false,
 identifier,as));

 synfig/loadcanvas.cpp 3421:
 canvas-push_front(parse_layer(child,canvas));

 synfig/loadcanvas.cpp 2786:
 layer=Layer::create(element-get_attribute(type)-get_value());

 synfig/layer.cpp 177:
 book()[name].factory();

 These layer created successfully:

 PasteCanvas
 PasteCanvas
 shade
 SolidColor

 But the last one, text, failed.

Thank you for the debug info!
Yes, I saw the previous message. ^__^

Can you please post a list of the files you have in /usr/share/fonts/
(inside of chroot).

Also, probably I can try to run OSC here by myself and examine the
problem. I just have no enough time right now - so much priorities!

Best Regards,
K.

-- 
http://morevnaproject.org/

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] reply me urgent

2015-07-01 Thread Konstantin Dmitriev
2015-06-29 16:12 GMT+06:00 Harsh Patel sunburn...@gmail.com:
 i am not able to install sinfig studio on my mac so plz help me out regarding 
 this

Hello!

Please make sure that you have Apple X11 installed -
http://xquartz.macosforge.org/landing/

Regards,
K.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] synfig studio / build option / disable_image

2015-07-03 Thread Konstantin Dmitriev
2015-07-03 22:43 GMT+06:00  d.j@free.fr:
 Hello,

yes, make is smart for this kind of job, but if you run the build script,
it will cleanup and re-make (build) everything including icon images. In
most cases, when I changed some code and would like to compile and get the
idea what is the result I did, I just go into the according folder and run
 make  make install

~ yu

You can change your working directory to synfig-studio/src and run
make install from there to rebuild code only.

Best Regards,
K.

 You both confirm that nothing exist to build quicker bypassing ... locales 
 recreation / splash_screen_development.sif / logo.sif / synfig_ico.sif / 
 synfig-studio/images creation ...
 All the things that are done each make install with or without modification.

 Konstantin : Can you share the calendar of synfig next(s) minor update 
 release if you already have something in your mind ?

I plan to release in this month. Can't say anything more clear for now, sorry.

Best Regards,
K.


-- 
http://morevnaproject.org/

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] synfig studio / build option / disable_image

2015-07-03 Thread Konstantin Dmitriev
Hello!

2015-07-03 1:00 GMT+06:00  d.j@free.fr:
 hello,

 Since a few commit, the build system re-create image and icons on the fly
 each building time.

 Is an option exist to build bypassing the icon recreation ? (or something to
 add to the script using the last modification date ... ?)

You can change your working directory to synfig-studio/src and run
make install from there to rebuild code only.

Best Regards,
K.

-- 
http://morevnaproject.org/

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-25 Thread Konstantin Dmitriev
2015-05-11 4:29 GMT+06:00 Pengfei Hao int...@gmail.com:
 I am currently building rpm package for synfig-1.0 here:

 https://build.opensuse.org/project/show/home:intijk:synfigstudio


 When I build synfigstudio part, the build procedure will call command
 synfig, this command is built at synfig-core package. When it trying to
 create png files from sif files.

 Under directory:
 synfigstudio-1.0.1/images

 When the make run to command:
 synfig -q synfig_icon.sif -o 128x128/synfig_icon.png --time 0 -w 128 -h 128

 It will complaining Segmentation Fault:

 abuild@intijkPCeth0:~/rpmbuild/BUILD/synfigstudio-1.0.1/images synfig -q
 synfig_icon.sif -o 128x128/synfig_icon.png --time 0 -w 128 -h 128
 synfig(6985) [10:19:39 PM] info: Loading modules from
 /etc/synfig_modules.cfg
 /usr/bin/synfig: warning: Unable to find module mod_imagemagick (file not
 found)
 /usr/bin/synfig: warning: Unable to find module mod_magickpp (file not
 found)
 /usr/bin/synfig: warning: Unable to find module mod_mng (file not found)
 /usr/bin/synfig: warning: Unable to find module mod_openexr (file not
 found)
 /usr/bin/synfig: warning: Unable to find module mod_jpeg (file not found)
 /usr/bin/synfig: warning: Unable to find module mod_libavcodec (file not
 found)
 synfig(6985) [10:19:39 PM] info: Loading file: synfig_icon.sif
 synfig(6985) [10:19:39 PM] info: Loading file: ./logo.sif
 Segmentation fault

 The wired thing is that the command only failed at build environment, i.e.
 create an accumulated path, mount bind /proc , chroot into it, when I use it
 under normal environment, it works good.

 By adding Buildrequies: strace to spec file,  I got some strace log :

 stat(/usr/X11R6/lib/X11/fonts, 0x7fffc58fcc20) = -1 ENOENT (No such file
 or directory)
 stat(/usr/X11R6/lib/X11/fonts, 0x7fffc58fcca0) = -1 ENOENT (No such file
 or directory)
 stat(/opt/kde3/share/fonts, 0x7fffc58fcc20) = -1 ENOENT (No such file or
 directory)
 stat(/opt/kde3/share/fonts, 0x7fffc58fcca0) = -1 ENOENT (No such file or
 directory)
 stat(/usr/local/share/fonts, 0x7fffc58fcc20) = -1 ENOENT (No such file or
 directory)
 stat(/usr/local/share/fonts, 0x7fffc58fcca0) = -1 ENOENT (No such file or
 directory)
 stat(/home/abuild/.local/share/fonts, 0x7fffc58fcc20) = -1 ENOENT (No such
 file or directory)
 stat(/home/abuild/.local/share/fonts, 0x7fffc58fcca0) = -1 ENOENT (No such
 file or directory)
 stat(/home/abuild/.fonts, 0x7fffc58fcc20) = -1 ENOENT (No such file or
 directory)
 stat(/home/abuild/.fonts, 0x7fffc58fcca0) = -1 ENOENT (No such file or
 directory)
 readlink(/proc/self/exe, /usr/bin/synfig, 4096) = 15
 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} ---
 +++ killed by SIGSEGV +++


 The readlink return success, but code follow it cause seg fault, but I am
 not familiar with the source code of synfig-core part.

 The synfig command crash when it convert the time 0 frame of synfig_icon.sif
 to png file. Can someone locate the position of this part of code?

Hello!
Sorry for the late reply. Please make sure that synfig-core version is
the same as synfig-studio. Maybe the build system uses old synfig-core
rpm package as dependency?

Best Regards,
K.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-25 Thread Konstantin Dmitriev
2015-05-25 21:28 GMT+06:00 Pengfei Hao int...@gmail.com:
 Hi, Konstantin, I am pretty sure I use the newest version you sent to me.

 here is the debug tree I found:

 tool/main.cpp 296:
 job = op.extract_job();

 tool/optionsprocessor.cpp 533:
 job.root =
 open_canvas_as(FileSystemNative::instance()-get_identifier(job.filename
 ), job.filename, errors, warnings);

 synfig/loadcanvas.cpp 172:
 canvas=parser.parse_from_file_as(identifier,as,errors);

 synfig/loadcanvas.cpp 3520:
 Canvas::Handle
 canvas(parse_canvas(parser.get_document()-get_root_node(),0,false,
 identifier,as));

 synfig/loadcanvas.cpp 3421:
 canvas-push_front(parse_layer(child,canvas));

 synfig/loadcanvas.cpp 2786:
 layer=Layer::create(element-get_attribute(type)-get_value());

 synfig/layer.cpp 177:
 book()[name].factory();

 These layer created successfully:

 PasteCanvas
 PasteCanvas
 shade
 SolidColor

 But the last one, text, failed.

 I guess maybe in the building environment, I do not have any font, that is
 the reason, so I want to know, do I need any font to create the text layer?
 But at least, when the code do not found any font, it should at least give
 me some hint, not segmentation fault.


 PS:

 I add some printf for trace, so the line number above may shift from from
 what you have, I uploaded the loadcanvas.cpp , just for you to align line
 number.

Hmm... That's weird. Can you build synfig-core with debug symbols? In
this case you can try to debug the synfig -q synfig_icon.sif -o
128x128/synfig_icon.png --time 0 -w 128 -h 128  command with GDB.

Best Regards,
K.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 73508d: Cygwin build: Fix paths for Fedora rpms (fixes #89...

2015-08-16 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 73508d0b068bd1042d32b72dbf6db9b3844af806
  
https://github.com/synfig/synfig/commit/73508d0b068bd1042d32b72dbf6db9b3844af806
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-08-16 (Sun, 16 Aug 2015)

  Changed paths:
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Cygwin build: Fix paths for Fedora rpms (fixes #890)


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] ef87e1: Cygwin Win32 build: Migrate to Fedora 21 toolchain...

2015-08-20 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: ef87e1ad5025fb9c2eb76ad6539a6d80abf43838
  
https://github.com/synfig/synfig/commit/ef87e1ad5025fb9c2eb76ad6539a6d80abf43838
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-08-20 (Thu, 20 Aug 2015)

  Changed paths:
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Cygwin Win32 build: Migrate to Fedora 21 toolchain. Fixes #890 (again).


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 6187c1: Cygwin build: More fixes

2015-08-17 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 6187c1264369a0b8cabb9e0d3d4cfa59d1820538
  
https://github.com/synfig/synfig/commit/6187c1264369a0b8cabb9e0d3d4cfa59d1820538
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-08-17 (Mon, 17 Aug 2015)

  Changed paths:
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Cygwin build: More fixes


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] b2d338: Update translations

2015-07-28 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: b2d3385fbc54ca685c7c292eb7ad7c9d0fb01777
  
https://github.com/synfig/synfig/commit/b2d3385fbc54ca685c7c292eb7ad7c9d0fb01777
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-28 (Tue, 28 Jul 2015)

  Changed paths:
M synfig-core/po/ar.po
M synfig-core/po/bs.po
M synfig-core/po/ca.po
M synfig-core/po/cs.po
M synfig-core/po/cs_CZ.po
M synfig-core/po/da.po
M synfig-core/po/de.po
M synfig-core/po/el_GR.po
M synfig-core/po/en_CZ.po
M synfig-core/po/en_GB.po
M synfig-core/po/es.po
M synfig-core/po/eu.po
M synfig-core/po/eu_ES.po
M synfig-core/po/fa_IR.po
M synfig-core/po/fr.po
M synfig-core/po/gl.po
M synfig-core/po/he.po
M synfig-core/po/hu.po
M synfig-core/po/it.po
M synfig-core/po/ja_JP.po
M synfig-core/po/lt.po
M synfig-core/po/nl.po
M synfig-core/po/no_NO.po
M synfig-core/po/pl_PL.po
M synfig-core/po/pt_BR.po
M synfig-core/po/ro.po
M synfig-core/po/ru.po
M synfig-core/po/si.po
M synfig-core/po/sk_SK.po
M synfig-core/po/sr_RS.po
M synfig-core/po/sv_SE.po
M synfig-core/po/tr.po
M synfig-core/po/ur.po
M synfig-core/po/u...@latn.po
M synfig-core/po/zh-Hant.po
M synfig-core/po/zh_CN.po
M synfig-core/po/zh_TW.Big5.po
M synfig-core/po/zh_TW.po
M synfig-studio/po/ar.po
M synfig-studio/po/bs.po
M synfig-studio/po/ca.po
M synfig-studio/po/cs.po
M synfig-studio/po/cs_CZ.po
M synfig-studio/po/da.po
M synfig-studio/po/de.po
M synfig-studio/po/el_GR.po
M synfig-studio/po/en_CZ.po
M synfig-studio/po/en_GB.po
M synfig-studio/po/es.po
M synfig-studio/po/eu.po
M synfig-studio/po/eu_ES.po
M synfig-studio/po/fa_IR.po
M synfig-studio/po/fr.po
M synfig-studio/po/gl.po
M synfig-studio/po/he.po
M synfig-studio/po/hu.po
M synfig-studio/po/it.po
M synfig-studio/po/ja_JP.po
M synfig-studio/po/lt.po
M synfig-studio/po/nl.po
M synfig-studio/po/no_NO.po
M synfig-studio/po/pl_PL.po
M synfig-studio/po/pt_BR.po
M synfig-studio/po/ro.po
M synfig-studio/po/ru.po
M synfig-studio/po/si.po
M synfig-studio/po/sk_SK.po
M synfig-studio/po/sr_RS.po
M synfig-studio/po/sv_SE.po
M synfig-studio/po/tr.po
M synfig-studio/po/ur.po
M synfig-studio/po/u...@latn.po
M synfig-studio/po/zh-Hant.po
M synfig-studio/po/zh_CN.po
M synfig-studio/po/zh_TW.Big5.po
M synfig-studio/po/zh_TW.po

  Log Message:
  ---
  Update translations


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Fwd : Synfig and openSUSE update manager

2015-07-31 Thread Konstantin Dmitriev
2015-07-28 22:29 GMT+06:00  d.j@free.fr:
 from the forum : http://synfig.org/forums/viewtopic.php?f=12t=9528
 
 Since installing Synfig 1.0 and above, I get the following message whenever
 I do an update on openSUSE Tumbleweed 13.2. Can you advise please.

 Warning

 Nothing provides appdata (synfigstudio.appdata.xml) needed by application:
 SynfigStudeio-.noarch

 Conflict Resolution (options)
 1. deinstallation of application: SynfigStudio-.noarch
 2. break application: SynfigStudio-.noarch by ignoring some of its
 dependencies

 I choose option 2 but would like to resolve the issue.

 Thanks

Hello!

Thank you for reporting this. Please submit an issue to the bugtracker
- http://www.synfig.org/issues/thebuggenie/

Best Regards,
Konstantin

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] a991a4: Fix #830: Accept GIMP Palette files (.gpl) in Pale...

2015-08-10 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: a991a416083cc8725865ddd6137d04a554d4588a
  
https://github.com/synfig/synfig/commit/a991a416083cc8725865ddd6137d04a554d4588a
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Fix #830: Accept GIMP Palette files (.gpl) in Palette Editor Panel. Thanks to 
Tony (aka BobSynfig).

http://www.synfig.org/issues/thebuggenie/synfig/issues/830


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 542d52: Palette loading: Add a generic filter for both *.s...

2015-08-10 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 542d5224f516827fe082d3b3f918301b4802a491
  
https://github.com/synfig/synfig/commit/542d5224f516827fe082d3b3f918301b4802a491
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-08-11 (Tue, 11 Aug 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Palette loading: Add a generic filter for both *.spal and *.gpl files.


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Forums moderation

2015-08-10 Thread Konstantin Dmitriev
2015-08-10 16:24 GMT+06:00 David rylle...@gmail.com:
 Done.
 -D.
Thank you! ^__^
I just made a few tiny edits (replaced the email with a link to
contact page) and made the post global.

K.

 On 2015-08-10 11:16, Konstantin Dmitriev wrote:
 Hello!

 2015-07-23 12:14 GMT+06:00 D Rylander rylle...@gmail.com:
 I usually do this quite frequently but are on a holiday now with limited
 time ind internet connection.
 I think the forumss fill a need. Do we need to be as drastic as shutti.g
 them down? Perhaps a message that we are a bit understaffed so new
 appprovals might take some time is enough.
 The spam issue is nowadays about non existing since I turned approval on so
 I think the forums can stay unmaintained for days in a row without any real
 harm.
 -david
 Sure, the shutting forums down is just an extra measure.
 Sorry, I am pretty much unaware about the situation on the forums.
 Since the spam issue is mostly eliminated then it's a different case.
 The message is a good idea. I would appreciate if someone will write
 one at the forums (probably it's worth to put it as a global
 announcement post?)

 Best Regards,
 K.

 On 22 juli 2015 14:15:55 EEST, Carlos López González genet...@gmail.com
 wrote:
 Hi there!
 I'm really very busy lately and haven't time to moderate forums properly.
 I find 7/8 post pending to approve every time I check the forums every 
 three
 or four days.
 Is anyone apart me doing the task of approve first posts?
 Cheers!

 --
 Skickat från min Android-telefon med K-9 E-post. Ursäkta min fåordighet.

 --

 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl





 --
 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl



-- 
http://morevnaproject.org/

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] dfaad0: Added ValueNode_Reverse, but it doesn't do anythin...

2015-08-10 Thread Konstantin Dmitriev
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-08-10 (Mon, 10 Aug 2015)

  Changed paths:
M synfig-core/po/POTFILES.in
M synfig-core/src/synfig/blinepoint.cpp
M synfig-core/src/synfig/releases.h
M synfig-core/src/synfig/valuenode.cpp
M synfig-core/src/synfig/valuenodes/Makefile_insert
A synfig-core/src/synfig/valuenodes/valuenode_reverse.cpp
A synfig-core/src/synfig/valuenodes/valuenode_reverse.h

  Log Message:
  ---
  Merge remote-tracking branch 'Permutatrix/permutator_reverse'

* Permutatrix/permutator_reverse:
  Fixed crash when canvas with Reverse node is loaded
  Commented that weird blob of code
  Made reversals of looped lists end w/ same value
  Made the DIList reversal fix less silly
  Fixed reversal of DILists
  Fix formatting
  Fixed reversal of splines with partly-split points
  Made reversal recurse through lists
  Reversal of bline/width points and dash items
  Reversal of lists, strings, segments, and gradients
  Made ValueNode_Reverse accept a bunch more types
  Added ValueNode_Reverse, but it doesn't do anything yet


Compare: https://github.com/synfig/synfig/compare/b2d3385fbc54...0bf49df6e18f--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Forums moderation

2015-08-10 Thread Konstantin Dmitriev
Hello!

2015-07-23 12:14 GMT+06:00 D Rylander rylle...@gmail.com:
 I usually do this quite frequently but are on a holiday now with limited
 time ind internet connection.
 I think the forumss fill a need. Do we need to be as drastic as shutti.g
 them down? Perhaps a message that we are a bit understaffed so new
 appprovals might take some time is enough.
 The spam issue is nowadays about non existing since I turned approval on so
 I think the forums can stay unmaintained for days in a row without any real
 harm.
 -david

Sure, the shutting forums down is just an extra measure.
Sorry, I am pretty much unaware about the situation on the forums.
Since the spam issue is mostly eliminated then it's a different case.
The message is a good idea. I would appreciate if someone will write
one at the forums (probably it's worth to put it as a global
announcement post?)

Best Regards,
K.

 On 22 juli 2015 14:15:55 EEST, Carlos López González genet...@gmail.com
 wrote:

 Hi there!
 I'm really very busy lately and haven't time to moderate forums properly.
 I find 7/8 post pending to approve every time I check the forums every three
 or four days.
 Is anyone apart me doing the task of approve first posts?
 Cheers!


 --
 Skickat från min Android-telefon med K-9 E-post. Ursäkta min fåordighet.

 --

 ___
 Synfig-devl mailing list
 Synfig-devl@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/synfig-devl




-- 
http://morevnaproject.org/

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Forums moderation

2015-07-22 Thread Konstantin Dmitriev
2015-07-22 17:15 GMT+06:00 Carlos López González genet...@gmail.com:
 Hi there!
 I'm really very busy lately and haven't time to moderate forums properly. I
 find 7/8 post pending to approve every time I check the forums every three
 or four days.
 Is anyone apart me doing the task of approve first posts?
 Cheers!

Hello Carlos!
Thanks for bringing this up. Sorry, I have no capacity to watch for
forums. Anyone?

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] package update ....

2015-07-22 Thread Konstantin Dmitriev
Hello, Djay

2015-07-22 18:01 GMT+06:00  d.j@free.fr:
 Hello here,


 Do you know who we should contact to have synfig updated version from ubuntu
 / debian / fedora /  packages ?


Fedora: see the owner of the package on this page -
https://apps.fedoraproject.org/packages/synfig
Debian: see maintainers here - https://packages.debian.org/sid/synfig
Ubuntu package is probably backported from Debian.

Generally, googling combination of distro synfig gives the page of
package, where you can find maintainer information. ~_^

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] [synfig/synfig] b5842e: Previous commit fails to compile on Debian 7.x/Fed...

2015-07-22 Thread Konstantin Dmitriev
2015-06-26 13:22 GMT+06:00 Pengfei Hao int...@gmail.com:
 Hi, can I know when there will be a formal release like v1.0.1 or v1.1
 contain all recent fixes?

Hello!

The Synfig Studio 1.0.1 is released now! -
http://www.synfig.org/cms/en/news/synfig-studio-101-released/

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] a3e9cf: Stretch child waypoints of Group Layer if Speed pa...

2015-07-24 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: a3e9cff193216d4b9c3b88f0c7495a2603c62fc4
  
https://github.com/synfig/synfig/commit/a3e9cff193216d4b9c3b88f0c7495a2603c62fc4
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.h
M synfig-studio/src/gui/docks/dock_timetrack.cpp
M synfig-studio/src/gui/trees/childrentree.cpp
M synfig-studio/src/gui/trees/childrentree.h
M synfig-studio/src/gui/trees/layertree.cpp
M synfig-studio/src/gui/trees/layertree.h

  Log Message:
  ---
  Stretch child waypoints of Group Layer if Speed parameter is not = 1.


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 9a5f4d: Removed TODOs for time_dilation == 0

2015-07-26 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 9a5f4d6c718da500e4d0ce658c71284de054fbea
  
https://github.com/synfig/synfig/commit/9a5f4d6c718da500e4d0ce658c71284de054fbea
  Author: Max May permutato...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp

  Log Message:
  ---
  Removed TODOs for time_dilation == 0


  Commit: 0ec0010ec8a971039a97ecca3442e739ec4de6ff
  
https://github.com/synfig/synfig/commit/0ec0010ec8a971039a97ecca3442e739ec4de6ff
  Author: Max May permutato...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-studio/src/synfigapp/timegather.cpp

  Log Message:
  ---
  Now it can at least detect which waypoint is being moved.


  Commit: 09d3d7ba38291707ec77458185b154046436a088
  
https://github.com/synfig/synfig/commit/09d3d7ba38291707ec77458185b154046436a088
  Author: Max May permutato...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-studio/src/synfigapp/timegather.cpp
M synfig-studio/src/synfigapp/timegather.h

  Log Message:
  ---
  Rewrote prev. change to lay groundwork for the next one


  Commit: 98aca7da2ddfd7bd83daa1aee896705a558d4f19
  
https://github.com/synfig/synfig/commit/98aca7da2ddfd7bd83daa1aee896705a558d4f19
  Author: Max May permutato...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-studio/src/synfigapp/actions/timepointsmove.cpp

  Log Message:
  ---
  Made dragged waypoints in dilated subgroups move correctly


  Commit: 08114b0d790d5911b27586f9f0880eb919c94ad8
  
https://github.com/synfig/synfig/commit/08114b0d790d5911b27586f9f0880eb919c94ad8
  Author: Max May permutato...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-studio/src/synfigapp/actions/timepointscopy.cpp

  Log Message:
  ---
  Made copied waypoints work correctly, too


  Commit: d35916f6dfc3f55d4f07cb4a14a9bcbbb1f3c32d
  
https://github.com/synfig/synfig/commit/d35916f6dfc3f55d4f07cb4a14a9bcbbb1f3c32d
  Author: Max May permutato...@gmail.com
  Date:   2015-07-26 (Sun, 26 Jul 2015)

  Changed paths:
M synfig-core/src/synfig/layers/layer_switch.cpp
M synfig-studio/po/POTFILES.in
M synfig-studio/src/gui/widgets/Makefile_insert
A synfig-studio/src/gui/widgets/widget_sublayer.cpp
A synfig-studio/src/gui/widgets/widget_sublayer.h
M synfig-studio/src/gui/widgets/widget_value.cpp
M synfig-studio/src/gui/widgets/widget_value.h

  Log Message:
  ---
  Gave Switch layer's Active Layer Name parameter a combo box


  Commit: ba57ca652861219a5c8a9d05ba70454e9737d894
  
https://github.com/synfig/synfig/commit/ba57ca652861219a5c8a9d05ba70454e9737d894
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-26 (Sun, 26 Jul 2015)

  Changed paths:
M synfig-studio/src/gui/widgets/widget_sublayer.cpp
M synfig-studio/src/gui/widgets/widget_sublayer.h

  Log Message:
  ---
  Add copyright


Compare: https://github.com/synfig/synfig/compare/c2b5bacb184e...ba57ca652861--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e9d9cb: Added time dilation for PasteCanvases/Groups

2015-07-22 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e9d9cb0819c84801501f4b1ae29723e204094fdf
  
https://github.com/synfig/synfig/commit/e9d9cb0819c84801501f4b1ae29723e204094fdf
  Author: Permutator permutato...@gmail.com
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M synfig-core/src/synfig/layers/layer_pastecanvas.cpp
M synfig-core/src/synfig/layers/layer_pastecanvas.h

  Log Message:
  ---
  Added time dilation for PasteCanvases/Groups


  Commit: 8314b1ca53cea113f0012f93dee6802b237a6f4d
  
https://github.com/synfig/synfig/commit/8314b1ca53cea113f0012f93dee6802b237a6f4d
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M synfig-core/src/synfig/layers/layer_pastecanvas.cpp

  Log Message:
  ---
  Rename Time Dilation to Speed


Compare: https://github.com/synfig/synfig/compare/bd348c81476b...8314b1ca53ce--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Forums moderation

2015-07-22 Thread Konstantin Dmitriev
2015-07-22 21:05 GMT+06:00 Konstantin Dmitriev ksee.zelga...@gmail.com:
 2015-07-22 17:15 GMT+06:00 Carlos López González genet...@gmail.com:
 Hi there!
 I'm really very busy lately and haven't time to moderate forums properly. I
 find 7/8 post pending to approve every time I check the forums every three
 or four days.
 Is anyone apart me doing the task of approve first posts?
 Cheers!

 Hello Carlos!
 Thanks for bringing this up. Sorry, I have no capacity to watch for
 forums. Anyone?

I am considering to shut down the forums, since we have no human
resources to manage them.

The plan is following:
* Put announcement on the forums (and the website) explaining the
situation. Invite volunteers to step in.
* Wait for a week.
* If no response, then switch forums to read-only mode.

This is the best what I can do at the moment.

Best Regards,
Konstantin

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 1f2d6b: Windows build: Increase code optimization

2015-07-23 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 1f2d6b718489dffeda4e0424ab0b6596a2876c64
  
https://github.com/synfig/synfig/commit/1f2d6b718489dffeda4e0424ab0b6596a2876c64
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
M autobuild/fedora-crosscompile-win.sh

  Log Message:
  ---
  Windows build: Increase code optimization


  Commit: f3ed29d47d2a9ad86038c0b27f1598afc51a4e89
  
https://github.com/synfig/synfig/commit/f3ed29d47d2a9ad86038c0b27f1598afc51a4e89
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-23 (Thu, 23 Jul 2015)

  Changed paths:
M autobuild/fedora-crosscompile-linux.sh

  Log Message:
  ---
  Linux build: Fix permission issue in DEB packages


Compare: https://github.com/synfig/synfig/compare/8314b1ca53ce...f3ed29d47d2a--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] a740ff: Fixed waypoints for time dilated canvases getting ...

2015-07-24 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: a740fffd1ee7a726d067788371af76799a0e
  
https://github.com/synfig/synfig/commit/a740fffd1ee7a726d067788371af76799a0e
  Author: Permutator permutato...@gmail.com
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp

  Log Message:
  ---
  Fixed waypoints for time dilated canvases getting dragged to the wrong points


  Commit: 9f153fc3c62fb5a492b7ea8f9e7270a9e08c1c8f
  
https://github.com/synfig/synfig/commit/9f153fc3c62fb5a492b7ea8f9e7270a9e08c1c8f
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp

  Log Message:
  ---
  Fix moving waypoints for regular layers (was broken in a3e9cff19)


Compare: https://github.com/synfig/synfig/compare/a3e9cff19321...9f153fc3c62f--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] cb4f88: Add credits for Max May (Permutatrix)

2015-07-25 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: cb4f88bd1197e03bd0901fdf72979333bb387002
  
https://github.com/synfig/synfig/commit/cb4f88bd1197e03bd0901fdf72979333bb387002
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-core/AUTHORS
M synfig-core/README
M synfig-studio/AUTHORS
M synfig-studio/README
M synfig-studio/src/gui/dialogs/about.cpp

  Log Message:
  ---
  Add credits for Max May (Permutatrix)


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] c2b5ba: Don't show any waypoints if time_dilation is zero

2015-07-25 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: c2b5bacb184e325ce71b9bd655ec50abd43a98d6
  
https://github.com/synfig/synfig/commit/c2b5bacb184e325ce71b9bd655ec50abd43a98d6
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
M synfig-core/src/synfig/layers/layer_pastecanvas.cpp
M synfig-studio/src/gui/cellrenderer/cellrenderer_timetrack.cpp

  Log Message:
  ---
  Don't show any waypoints if time_dilation is zero


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Say hi to Anna Orlova

2015-07-14 Thread Konstantin Dmitriev
Hello everyone!

Let me introduce you a new member of our community -  Anna Orlova.
This summer she will be working on creating localized versions of
Synfig Training Course.

Cheers!
K.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Warned forum user

2015-10-08 Thread Konstantin Dmitriev
2015-10-08 12:17 GMT+06:00 Carlos López González :
> Hi,
> this user
> http://www.synfig.org/forums/memberlist.php?mode=viewprofile=9198
> has been warned 2 times and now has a new post
> http://www.synfig.org/forums/viewtopic.php?f=24=9635=29936#p29936
> It looks innocent although to judge it properly would like to know what said
> the two previous deleted posts.
> So, I propose two options:
> 1) Ban him definitively
> 2) Warn him a third time
>
> Opinions?

I haven't seen his previous messages, so I can't judge properly. But I
guess it's no harm to leave his current post without any notion.

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 3892a9: Release 1.0.2

2015-10-08 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 3892a9c0f2394a6ebaef6719bc4be46292fbefb0
  
https://github.com/synfig/synfig/commit/3892a9c0f2394a6ebaef6719bc4be46292fbefb0
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
M synfig-core/NEWS
M synfig-core/src/synfig/version.h
M synfig-studio/NEWS
M synfig-studio/configure.ac
M synfig-studio/images/Makefile.am
A synfig-studio/images/splash_screen-1.0.2.sif

  Log Message:
  ---
  Release 1.0.2


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Synfig 1.0.2 released

2015-10-10 Thread Konstantin Dmitriev
Hello everyone!

Synfig Studio 1.0.2 released -
http://www.synfig.org/cms/en/news/synfig-studio-102-released/
Congratulations to everyone, especially to Max May and Djay.
Spreading a word is encouraged. ^__^

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] New rendering ... build success !

2015-10-07 Thread Konstantin Dmitriev
2015-10-06 5:20 GMT+06:00  :
> Hello,
>
> Just to signal i have successfully build the rendering branch from ivan ;-)
> ...
> I have build using "simple" opencl config, i did'nt try using specific
> amd/nvidia icd drivers
> (http://mhr3.blogspot.fr/2013/06/opencl-on-ubuntu-1304.html)
>
> Even in debug mode look like faster than regular 1.0 using "pirates" for
> test case ...

> I guess all blend method are still not ported ... ?

> One rare (buggy) thing, is that playing a clip from the canevas, all render
> messages (benchmarks) are flooded when the clip stop playing.
>
> my best.

Hello, Djay!

I'm happy it works for you. I believe you also will be interested to
read some build notes here
https://www.indiegogo.com/projects/synfig-free-animation-software#/updates
(search for "compiling from source" string on the page to scroll right
to the proper place).

Best Regards,
K.

--
Full-scale, agent-less Infrastructure Monitoring from a single dashboard
Integrate with 40+ ManageEngine ITSM Solutions for complete visibility
Physical-Virtual-Cloud Infrastructure monitoring from one console
Real user monitoring with APM Insights and performance trend reports 
Learn More http://pubads.g.doubleclick.net/gampad/clk?id=247754911=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Curse of libsynfig-0.dll

2015-10-10 Thread Konstantin Dmitriev
2015-10-10 13:06 GMT+06:00 Carlos López González :
> The problem of libsynfig comes back from time to time.
> Now it is a 8.1and 10 windows version OS.
> See
> http://www.synfig.org/forums/viewtopic.php?f=24=9670=29947=libsynfig+0.dll#p29947
> It is clearly an installer bug.

Replied. Thank you for dropping a note!

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] df710c: Documentation: Add brief description of the Render...

2015-07-10 Thread Konstantin Dmitriev
: fe99baa9498cc99bc5816bacaae62484efb45bed
  
https://github.com/synfig/synfig/commit/fe99baa9498cc99bc5816bacaae62484efb45bed
  Author: [d.j.a.y] Jerome Blanchi d.j@free.fr
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarearenderer/renderer_dragbox.cpp

  Log Message:
  ---
  WorkArea : Handle (duck) better bbox selection - fix bbox not disappears


  Commit: 22e6595084be167f19d9afa22d678068e6762387
  
https://github.com/synfig/synfig/commit/22e6595084be167f19d9afa22d678068e6762387
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
M synfig-core/src/synfig/target.h
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/duckmatic.cpp
M synfig-studio/src/gui/duckmatic.h
M synfig-studio/src/gui/preview.cpp
M synfig-studio/src/gui/states/state_normal.cpp
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarearenderer/renderer_bbox.cpp
M synfig-studio/src/gui/workarearenderer/renderer_bbox.h
M synfig-studio/src/gui/workarearenderer/renderer_dragbox.cpp
M synfig-studio/src/gui/workarearenderer/renderer_dragbox.h
M synfig-studio/src/gui/workarearenderer/renderer_guides.cpp

  Log Message:
  ---
  Merge branch 'djay_workarea'

* djay_workarea: (23 commits)
  WorkArea : Handle (duck) better bbox selection - fix bbox not disappears
  WorkArea : remove duplicate fonction (get_dragmode)
  Dev : Todo dot not change the cursor in DRAGBOX WorkArea::DradMode
  Dev : Todo hardcoded ui specification, make it config ready
  WorkArea : Handle (duck) better bbox selection - code simplification
  WorkArea : Handle (duck) better bbox selection - Cleaning Duckmatic
  Doc : Comment methods with doxygen format
  Doc : Comment minor modification
  Doc : Fix the comments for doxygen
  WorkArea : Handle (duck) better bbox selection - Cleaning Renderer_Dragbox
  Build : Warning unused
  Build : Comment code to remove warnings
  WorkArea : Handle (duck) better bbox selection - Fix Ctrl-click feature.
  WorkArea : Handle (duck) better bbox selection - Step on fixing Ctrl-click 
feature
  Build : Comment code to remove warnings + comment
  WorkArea : Handle single click selection. Add Shift-Click support .
  WorkArea : Handle (duck) better bbox selection - Fix Shift Click selection
  WorkArea : dragging , simplify if/else to switch/case (fix warning missing 
case)
  WorkArea : Handle (duck) better bbox selection - Initial support
  Build : Comment code to remove warnings
  ...


Compare: https://github.com/synfig/synfig/compare/101aa4d71370...22e6595084be--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] [PATCH] fix sequence point warning in state_brush.cpp

2015-07-09 Thread Konstantin Dmitriev
2015-06-22 23:37 GMT+06:00 Olaf Hering o...@aepfle.de:

 gcc 4.8 in openSUSE 13.1 warns about this code:
 states/state_brush.cpp:824:44: warning: operation on 'hue' may be undefined 
 [-Wsequence-point]
 : hue = 60.0 * (((r - g)/(diff))+4.0);

 Remove early assignment and adjust indention to clearify logical code
 flow.

 Signed-off-by: Olaf Hering o...@aepfle.de
 ---
  src/gui/states/state_brush.cpp |8 
  1 file changed, 4 insertions(+), 4 deletions(-)

 Index: synfigstudio-1.0/src/gui/states/state_brush.cpp
 ===
 --- synfigstudio-1.0.orig/src/gui/states/state_brush.cpp
 +++ synfigstudio-1.0/src/gui/states/state_brush.cpp
 @@ -818,10 +818,10 @@ StateBrush_Context::event_mouse_down_han

 Real val = max_rgb;
 Real sat = max_rgb != 0 ? 1.0 - 
 (min_rgb / max_rgb) : 0;
 -   Real hue = max_rgb == min_rgb ? 0
 -   : max_rgb == r ? 60.0 
 * fmod ((g - b)/(diff), 6.0)
 -   : max_rgb == g ? hue 
 = 60.0 * (((b - r)/(diff))+2.0)
 -   : hue = 60.0 * (((r - 
 g)/(diff))+4.0);
 +   Real hue = max_rgb == min_rgb ?
 +   0 : max_rgb == r ?
 +   60.0 * fmod 
 ((g - b)/(diff), 6.0) : max_rgb == g ?
 +   60.0 
 * (((b - r)/(diff))+2.0) : 60.0 * (((r - g)/(diff))+4.0);

 Real opaque = color.get_a();
 Real radius = 
 synfigapp::Main::get_bline_width();


Merged into master branch. Thank you!

Best Regards,
Konstantin

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] f73e51: Fix #110 : Alpha bug with indexed images

2015-07-09 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: f73e51679cab049514dd61fe2cada3ad038cf41f
  
https://github.com/synfig/synfig/commit/f73e51679cab049514dd61fe2cada3ad038cf41f
  Author: [d.j.a.y] Jerome Blanchi d.j@free.fr
  Date:   2015-06-27 (Sat, 27 Jun 2015)

  Changed paths:
M synfig-core/src/modules/mod_png/mptr_png.cpp

  Log Message:
  ---
  Fix #110 : Alpha bug with indexed images

Assign alpha only when valid and with the good alpha value.

(thank's to pngpixel.c example from Aros project)


  Commit: 676e43813bd5403fe1645e04c3be5ed260564ee7
  
https://github.com/synfig/synfig/commit/676e43813bd5403fe1645e04c3be5ed260564ee7
  Author: [d.j.a.y] Jerome Blanchi d.j@free.fr
  Date:   2015-06-27 (Sat, 27 Jun 2015)

  Changed paths:
M synfig-core/src/modules/mod_png/mptr_png.cpp

  Log Message:
  ---
  Optimization in reading indexed png


  Commit: 1ccc1fc9ce1f94e5ac626c79b15db8f41d3410c1
  
https://github.com/synfig/synfig/commit/1ccc1fc9ce1f94e5ac626c79b15db8f41d3410c1
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
M autobuild/fedora-crosscompile-linux.sh

  Log Message:
  ---
  Linux build: Update ImageMagick


  Commit: 101aa4d71370f21654fcf5641a0f879370768546
  
https://github.com/synfig/synfig/commit/101aa4d71370f21654fcf5641a0f879370768546
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
M synfig-studio/src/gui/states/state_brush.cpp

  Log Message:
  ---
  Remove early assignment and adjust indention to clearify logical code
flow.

Signed-off-by: Olaf Hering o...@aepfle.de


Compare: https://github.com/synfig/synfig/compare/b5842ef596e5...101aa4d71370--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 4120fe: OSX build: Fixes and some reorganization

2015-09-03 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4120fed996f722900b21fdb007edeac03fe2739a
  
https://github.com/synfig/synfig/commit/4120fed996f722900b21fdb007edeac03fe2739a
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
M autobuild/synfigstudio-osx-build.sh

  Log Message:
  ---
  OSX build: Fixes and some reorganization


--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Width point duck .... when and where are they created ?

2015-09-05 Thread Konstantin Dmitriev
2015-09-05 3:40 GMT+06:00 Permutator :
> I hope I'm using this mailing list thing right.

Perfectly right. Thank you for responding! ^__^

Best Regards,
K.

> I know you said you looked in duckmatic, but this bit of code looks right to
> me:
> https://github.com/synfig/synfig/blob/master/synfig-studio/src/gui/duckmatic.cpp#L2653
> I don't know much about how ducks work, though, so maybe that's not what
> you're looking for.
>
> Looking at the stack trace, however, I think the source of the bug might be
> here:
> https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/actions/valuedesclink.cpp#L124
>
> It's trying to check if the input ValueDesc has a sub_name, but if it
> doesn't have a parent ValueDesc, it won't have a sub_name. So changing the
> condition to this...
> value_desc.parent_is_value_desc() && !value_desc.get_sub_name().empty()
> ...may work.
>
> Just my two cents.
>
>
> On Fri, Sep 4, 2015 at 8:26 AM,  wrote:
>>
>> Hello,
>>
>> I'm looking at fixing :
>> #889 - Crash on linking regular vertice and width point center TYPE_WIDTH
>> http://www.synfig.org/issues/thebuggenie/synfig/issues/889
>>
>> the crash come the assert(parent_is_value_desc()) from here :
>>
>> https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/value_desc.h#L340
>>
>> inside this call stack :
>>
>> __assert_fail() at 0xb56a57d7
>> synfigapp::ValueDesc::get_sub_name() at value_desc.h:340 0x86e6a5f
>> synfigapp::Action::ValueDescLink::set_param() at
>> valuedesclink.cpp:124 0xb7d8ff1c
>> synfigapp::Action::Base::set_param_list() at action.cpp:377
>> 0xb7e1c1a5
>> studio::Instance::process_action() at instance.cpp:1 077 0x88952f4
>> sigc::bound_mem_functor2> synfigapp::Action::ParamList>::operator() at mem_fun.h:1 917 0x88a5f13
>> <...more frames...>
>>
>> The width point is treated has a composite value_node (but should'nt maybe
>> ?) and i can't figure where/when width point are effectively created...
>>
>>
>> 1) Width point duck  when and where are they created ? (i have checked
>> inside state_ , and duckmatic ... )
>> 2) Maybe Width points shouldn't be treated has compisite valuenode  ?
>>
>>
>> see'ya!
>>
>>
>> --
>> ___
>> Synfig-devl mailing list
>> Synfig-devl@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>
>
>
> --
>
> ___
> Synfig-devl mailing list
> Synfig-devl@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>



-- 
http://morevnaproject.org/

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] dad2a8: OSX build: Fix binary name (produces error for cas...

2015-09-07 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: dad2a8eb4bf5888c243b2528cbd63090581af38a
  
https://github.com/synfig/synfig/commit/dad2a8eb4bf5888c243b2528cbd63090581af38a
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
M autobuild/synfigstudio-osx-build.sh

  Log Message:
  ---
  OSX build: Fix binary name (produces error for case-sensitive disks)


  Commit: 31d1d8610adc302a1d9f8e8773d586eb15713797
  
https://github.com/synfig/synfig/commit/31d1d8610adc302a1d9f8e8773d586eb15713797
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
M autobuild/fedora-crosscompile-win.sh

  Log Message:
  ---
  Win32 crossbuild: Add missing file


Compare: https://github.com/synfig/synfig/compare/dafb0d733e93...31d1d8610adc--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] wiki database on error ....

2015-09-08 Thread Konstantin Dmitriev
2015-09-08 23:04 GMT+06:00  :
> Hello all,
>
> for example on
> http://wiki.synfig.org/Special:RecentChanges
> "A database query error has occurred. This may indicate a bug in the
> software."
>
> But worst, that's occurs on several pages...
> http://wiki.synfig.org/User_Documentation
> http://wiki.synfig.org/Category:Tutorials
>
> but not every pages.
>
> I hope nothing is corrupted there ;-)
>

Fixed now! Thanks for heads up.

Best Regards,
K.

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 0d0eb3: Convert type "Add" now supports reverse manipulati...

2015-09-06 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 0d0eb30509809a9956655745acf9e8e75a9abb09
  
https://github.com/synfig/synfig/commit/0d0eb30509809a9956655745acf9e8e75a9abb09
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_add.cpp
M synfig-core/src/synfig/valuenodes/valuenode_add.h
M synfig-studio/src/synfigapp/actions/valuedescset.cpp
M synfig-studio/src/synfigapp/instance.cpp

  Log Message:
  ---
  Convert type "Add" now supports reverse manipulations for Real and Angle 
values


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 0a2db4: Typo

2015-09-06 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 0a2db481da436df4f9390ad3a0a543ace721f4fe
  
https://github.com/synfig/synfig/commit/0a2db481da436df4f9390ad3a0a543ace721f4fe
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Typo


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 03f21d: Fix behaviour for reverse-manipulations of Integer...

2015-09-10 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 03f21d2d5299e387637f57597db8cbad73f955a6
  
https://github.com/synfig/synfig/commit/03f21d2d5299e387637f57597db8cbad73f955a6
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_integer.cpp

  Log Message:
  ---
  Fix behaviour for reverse-manipulations of Integer converter


--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 2891f7: Fixed typo

2015-09-10 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 2891f7a262f4188f76601358c6599f54b15d23c1
  
https://github.com/synfig/synfig/commit/2891f7a262f4188f76601358c6599f54b15d23c1
  Author: Pascal Schmid <pssch...@gmx.de>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-core/src/modules/mod_png/trgt_png_spritesheet.cpp
M synfig-core/src/synfig/targetparam.h
M synfig-studio/src/gui/dialogs/dialog_spritesheetparam.cpp

  Log Message:
  ---
  Fixed typo


  Commit: b944e978f22d5a78f57404fec645d88d1313993c
  
https://github.com/synfig/synfig/commit/b944e978f22d5a78f57404fec645d88d1313993c
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-core/src/modules/mod_png/trgt_png_spritesheet.cpp
M synfig-core/src/synfig/targetparam.h
M synfig-studio/src/gui/dialogs/dialog_spritesheetparam.cpp

  Log Message:
  ---
  Merge pull request #205 from Lechindianer/master

Fixed typo in export dialog


Compare: https://github.com/synfig/synfig/compare/31d1d8610adc...b944e978f22d--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] fcd0bf: Typo

2015-09-27 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: fcd0bf894189849cc95a08add2b28e13d204c877
  
https://github.com/synfig/synfig/commit/fcd0bf894189849cc95a08add2b28e13d204c877
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
M synfig-core/src/modules/mod_geometry/advanced_outline.cpp

  Log Message:
  ---
  Typo


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Approved spam in guest comment on gallery

2015-10-02 Thread Konstantin Dmitriev
2015-10-02 21:39 GMT+06:00 Carlos López González :
> See http://www.synfig.org/cms/en/gallery/stills/nastiya/
> Looks like it has a spam link on it that has passed the manual approval for
> each post.

Removed now. Thanks!

K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] c65e90: fix48 : forbid recurvise connection

2015-09-23 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: c65e90c824bb43faf2024adfc1d6105148aa6a8e
  
https://github.com/synfig/synfig/commit/c65e90c824bb43faf2024adfc1d6105148aa6a8e
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-studio/src/synfigapp/actions/valuedescconnect.cpp

  Log Message:
  ---
  fix48 : forbid recurvise connection


  Commit: 0dd58cf77881e938ab70186f18667adc423b9f2c
  
https://github.com/synfig/synfig/commit/0dd58cf77881e938ab70186f18667adc423b9f2c
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-studio/src/synfigapp/actions/valuedescconnect.cpp

  Log Message:
  ---
  ValueDescConnect : micro optimization on variables usage


  Commit: e58a5ce87beadde1579b900ea0236298bcd4d338
  
https://github.com/synfig/synfig/commit/e58a5ce87beadde1579b900ea0236298bcd4d338
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-studio/src/synfigapp/actions/valuedescconnect.cpp

  Log Message:
  ---
  Fix48 : really forbid recursive connect

- Use a recursive global function
TODO : make it member function


  Commit: 689e284dc56e3c471978e50c6b4a690d58ecab4b
  
https://github.com/synfig/synfig/commit/689e284dc56e3c471978e50c6b4a690d58ecab4b
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-core/src/synfig/valuenode.cpp
M synfig-core/src/synfig/valuenode.h

  Log Message:
  ---
  Fix48 : Add a member function that check ValueNode descent


  Commit: f0ad37397f3d80944f27cb578422cb64f9b1d0c4
  
https://github.com/synfig/synfig/commit/f0ad37397f3d80944f27cb578422cb64f9b1d0c4
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M synfig-studio/src/synfigapp/actions/valuedescconnect.cpp

  Log Message:
  ---
  Fix48 : Remplace is_value_node_descendant global by ValueNode::is_descendant


  Commit: ab42cc5df577f122dfb7ec7f7f47a9be180cd8a0
  
https://github.com/synfig/synfig/commit/ab42cc5df577f122dfb7ec7f7f47a9be180cd8a0
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-15 (Tue, 15 Sep 2015)

  Changed paths:
M autobuild/synfigstudio-osx-build.sh

  Log Message:
  ---
  OSX build: Fix treatment of environment variables


  Commit: 6c4f878086fa5e209d9911bd8c90b80c1b83d7f1
  
https://github.com/synfig/synfig/commit/6c4f878086fa5e209d9911bd8c90b80c1b83d7f1
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp

  Log Message:
  ---
  Workaround preferences dialog crash on OSX (the crash happens for native 
build only)


  Commit: 21de05698f19c84945bab1fffbf7b0ea8846251b
  
https://github.com/synfig/synfig/commit/21de05698f19c84945bab1fffbf7b0ea8846251b
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Finish the fix for #810: Context menus are insensetive on OSX. See 87aa42b810.


Compare: https://github.com/synfig/synfig/compare/895fff16a3b8...21de05698f19--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] b4d3b5: OSX build: FFmpeg 2.8 is broken in MacPorts. Use o...

2015-09-24 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: b4d3b5a6bea5411b1864202ca44e90b3623f4f14
  
https://github.com/synfig/synfig/commit/b4d3b5a6bea5411b1864202ca44e90b3623f4f14
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-09-24 (Thu, 24 Sep 2015)

  Changed paths:
M autobuild/macports/PortIndex
M autobuild/macports/PortIndex.quick
A autobuild/macports/multimedia/ffmpeg/Portfile
A autobuild/macports/multimedia/ffmpeg/work

  Log Message:
  ---
  OSX build: FFmpeg 2.8 is broken in MacPorts. Use older version.


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 7e5687: OSX build: Fix problem with case-sensitive filesys...

2015-10-05 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 7e56878e16e5dde9c448bca55b2492bc9c64564e
  
https://github.com/synfig/synfig/commit/7e56878e16e5dde9c448bca55b2492bc9c64564e
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
M autobuild/synfigstudio-osx-build.sh

  Log Message:
  ---
  OSX build: Fix problem with case-sensitive filesystem


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] update features page (http://synfig.org)

2015-12-11 Thread Konstantin Dmitriev
2015-12-09 7:15 GMT+06:00 Yu Chen :
> http://www.synfig.org/cms/en/features/
>
> There is new features implemented recently we should add to the above page,
>
> Bone/Skeleton
> Sound
> Mypaint Brush Engine
>
> anything missed?

Hello Yu!

Good idea! I have added Sound and Bones. Also, reorganized page a bit.
The Mypaint brush engine is too unstable for announcemnet.

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Luma Key Layer

2016-01-05 Thread Konstantin Dmitriev
Hello Yu!

2016-01-05 14:43 GMT+06:00 Yu Chen :
> I am working on a icon font, and found it is very difficult to figure out a
> glyph for  Luma Key layer, one of the reasons is that I have no idea what
> Luma Key Layer does, but when I search on wiki, things are getting worse.
>
> http://wiki.synfig.org/Layers#Luma_Key shows three parameters:
>
> Color: Color of checkers
> Offset:
> Size: Size of checkers
>
> but in Synfig Studio there is different 3 parameters, shows in
> http://wiki.synfig.org/Luma_Key_Layer :
>
> Z Depth
> Amount
> Blend Method
>
>
> I guess we renamed these tree parameters in a release.
>
> Can anyone who knows/uses Luma Key Layer? Any help is much appreciated.

Wiki page http://wiki.synfig.org/Layers#Luma_Key is wrong.

The Luma Key layer does the following:
For every pixel of image it assigns the alpha value, based on its Luminosity.
For example, black pixels become 100% transparent. White pixels are
absolutely opaque. Gray pixels are semi-transparent.

Best Regards,
K

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 40d93e: Temporrary disable check for OpenGL pkgconfig sett...

2015-12-30 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 40d93e0bc71dd5e8dfbec0fd65314f263c1210f7
  
https://github.com/synfig/synfig/commit/40d93e0bc71dd5e8dfbec0fd65314f263c1210f7
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-25 (Fri, 25 Dec 2015)

  Changed paths:
M synfig-core/configure.ac

  Log Message:
  ---
  Temporrary disable check for OpenGL pkgconfig settings


  Commit: 65a33dac6d378787de541c4cc763a3f469e8aa50
  
https://github.com/synfig/synfig/commit/65a33dac6d378787de541c4cc763a3f469e8aa50
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-25 (Fri, 25 Dec 2015)

  Changed paths:
M autobuild/fedora-crosscompile-win.sh

  Log Message:
  ---
  Win32 cross-build: Add Mesa


  Commit: 79d0f88393de3c58c0747f7afc440385365b250f
  
https://github.com/synfig/synfig/commit/79d0f88393de3c58c0747f7afc440385365b250f
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-26 (Sat, 26 Dec 2015)

  Changed paths:
M synfig-core/configure.ac

  Log Message:
  ---
  OpenGL option for configure


  Commit: 0567f562a65d0d4424c428b14576623a18ae65f4
  
https://github.com/synfig/synfig/commit/0567f562a65d0d4424c428b14576623a18ae65f4
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-26 (Sat, 26 Dec 2015)

  Changed paths:
M synfig-core/configure.ac
M synfig-core/src/synfig/rendering/Makefile_insert
M synfig-core/src/synfig/rendering/common/optimizer/optimizersurface.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizersurfaceconvert.cpp
M synfig-core/src/synfig/rendering/renderer.cpp

  Log Message:
  ---
  Make OpenGL engine optional


  Commit: 2282247af5db65001c11264a9330908015f9034b
  
https://github.com/synfig/synfig/commit/2282247af5db65001c11264a9330908015f9034b
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-26 (Sat, 26 Dec 2015)

  Changed paths:
M synfig-core/src/tool/printing_functions.cpp

  Log Message:
  ---
  Fix missing include


  Commit: 2c13c095ead34e1ceff7331c19505940d5372cf1
  
https://github.com/synfig/synfig/commit/2c13c095ead34e1ceff7331c19505940d5372cf1
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/Makefile_insert
A synfig-core/src/synfig/rendering/software/function/array.h
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M synfig-core/src/synfig/rendering/software/function/blur.h
A synfig-core/src/synfig/rendering/software/function/blurtemplates.h
M synfig-core/src/synfig/rendering/software/function/fft.cpp
M synfig-core/src/synfig/rendering/software/function/fft.h
R synfig-core/src/synfig/rendering/software/function/fftown.cpp
R synfig-core/src/synfig/rendering/software/function/fftown.h
R synfig-core/src/synfig/rendering/software/function/fftw.cpp
R synfig-core/src/synfig/rendering/software/function/fftw.h
M synfig-core/src/synfig/rendering/software/renderersw.cpp

  Log Message:
  ---
  Generic Array class for blur


  Commit: 256cac7c2677c59d36705b4bbf03fa7e6369
  
https://github.com/synfig/synfig/commit/256cac7c2677c59d36705b4bbf03fa7e6369
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/array.h
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M synfig-core/src/synfig/rendering/software/function/blur.h
M synfig-core/src/synfig/rendering/software/function/blurtemplates.h
M synfig-core/src/synfig/rendering/software/optimizer/optimizerblursw.cpp
M synfig-core/src/synfig/rendering/software/task/taskblursw.cpp

  Log Message:
  ---
  Special function for box- and cross-blur


  Commit: cd18761fdfad8acf26abe4a8fe0b1e30fcbb53c7
  
https://github.com/synfig/synfig/commit/cd18761fdfad8acf26abe4a8fe0b1e30fcbb53c7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blurtemplates.h

  Log Message:
  ---
  Normalize gauss pattern


  Commit: 0af68b45cf579fafd7dd7cf3831b2411680fcb55
  
https://github.com/synfig/synfig/commit/0af68b45cf579fafd7dd7cf3831b2411680fcb55
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2015-12-29 (Tue, 29 Dec 2015)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M synfig-core/src/synfig/rendering/software/function/blur.h
M synfig-core/src/synfig/rendering/software/function/blurtemplates.h

  Log Message:
  ---
  Equal visible bluring for same size of different blur-types (Cobra)


  Commit: 83d79480779c982e9b2b4f6c4f1bf7b840aa2701
  
https://github.com/synfig/

[Synfig-devl] [synfig/synfig] 88c1f8: UI : duck tooltip _ transformation widget _ step1

2015-12-31 Thread Konstantin Dmitriev
setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h

  Log Message:
  ---
  Dialog Setup/Preferences : fix includes (step12)


  Commit: c67b59afd4411df07715959bcf5dbf3839b6ff5f
  
https://github.com/synfig/synfig/commit/c67b59afd4411df07715959bcf5dbf3839b6ff5f
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-31 (Thu, 31 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp

  Log Message:
  ---
  UI : duck tooltip _ transformation widget _ step5

* remove unuseful if hover test


  Commit: b85adb17bd5885a084a0d896a2ed12a0faf367ae
  
https://github.com/synfig/synfig/commit/b85adb17bd5885a084a0d896a2ed12a0faf367ae
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-31 (Thu, 31 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h
M synfig-studio/src/gui/duck.h
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp

  Log Message:
  ---
  UI : duck tooltip _ transformation widget _ step6

* handle :
** transfo : offset value
* setup :
** transfo tooltip display type selector
** minor progress on change resume behavior
** setup update page ascii draw description


  Commit: 702f5ad1c5a6146c3be5f1b4a65d7a4306b214ee
  
https://github.com/synfig/synfig/commit/702f5ad1c5a6146c3be5f1b4a65d7a4306b214ee
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-31 (Thu, 31 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp

  Log Message:
  ---
  UI : duck tooltip _ transformation widget _ step7

handle :
* transfo : all values


  Commit: 18297ff399f89d065194ab8d45727655ffdddbca
  
https://github.com/synfig/synfig/commit/18297ff399f89d065194ab8d45727655ffdddbca
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-31 (Thu, 31 Dec 2015)

  Changed paths:
M synfig-core/src/synfig/distance.cpp

  Log Message:
  ---
  synfigcore - distance::get_string : optimize

* use %g - shortest representation for double


  Commit: 365e0f51c85c5ead394d90625e766ab2b09044b3
  
https://github.com/synfig/synfig/commit/365e0f51c85c5ead394d90625e766ab2b09044b3
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-31 (Thu, 31 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp

  Log Message:
  ---
  UI : duck tooltip _ transformation widget _ step8

* add unit string


  Commit: 6c32115be9216e3065f77f7b488e378c7184aa09
  
https://github.com/synfig/synfig/commit/6c32115be9216e3065f77f7b488e378c7184aa09
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-01 (Fri, 01 Jan 2016)

  Changed paths:
M synfig-core/src/synfig/distance.cpp
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/autorecover.cpp
M synfig-studio/src/gui/autorecover.h
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h
M synfig-studio/src/gui/duck.h
M synfig-studio/src/gui/states/state_brush.cpp
M synfig-studio/src/gui/widgets/widget_filename.cpp
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp
M synfig-studio/src/gui/workarearenderer/renderer_ducks.h
M synfig-studio/src/synfigapp/settings.cpp
M synfig-studio/src/synfigapp/settings.h

  Log Message:
  ---
  Merge pull request #214 from d-j-a-y/djay_preference_dial_redesign

Group handle tooltip & Preference dialog redesign


Compare: https://github.com/synfig/synfig/compare/ee3232fcf10a...6c32115be921--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e024eb: Win32 build: Add missing DLL

2015-12-31 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e024eb34cbaaee78df5569f902c95964ee7ba00b
  
https://github.com/synfig/synfig/commit/e024eb34cbaaee78df5569f902c95964ee7ba00b
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-01 (Fri, 01 Jan 2016)

  Changed paths:
M autobuild/fedora-crosscompile-win.sh
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Win32 build: Add missing DLL


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Major update to master branch

2015-12-23 Thread Konstantin Dmitriev
Hello everyone!

Today we have made an important step - Cobra rendering engine was
merged into master branch.
This means the master branch now reflect the most recent status of development.
Please rebase your unmerged contributions.

Considering, that the Cobra rendering engine is still in heavy
development and not yet ported to Win/OSX, I will maintain one more
branch, called - "1.0.x".
This is a branch for critical fixes and minor additionas for version 1.0.2.

In short:
* All your future contributions are welcome to master branch.
* All critical fixes will be backported to 1.0.x branch. We will keep
releasing 1.0.3 and so on, until the master branch will become stable.

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-23 Thread Konstantin Dmitriev
2015-12-23 17:44 GMT+06:00  :
> Konstantin:
>
> Good work  on the preferences dialog! []So, I think,
> the best would be to apply those changes on top of "rendering" branch.
> 
>
> Yep ...
>
> I have noticed, that brushes paths aren't saved yet. Also, [](duplicate)
> entries are added to the list of brushes paths. This is
> not a  critical bug, but would be nice to fix this before merge. ^__^
>
> Yep ... it was work in progress has tell the commits history...
> I have just updated my remote "preferences" branch with the "multiple brush
> path" feature completed
> (and rebased on synfig/master) commit 1b231f7

Today I have merged "rendering" branch into "master", please rebase
again. You will need to do minor changes, related to the widgets for
choosing rendering method - we use dropdown list now. ^__^

Best Regards,
K.

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 4a3170: Linux build: Add fftw dependency for Fedora

2015-12-24 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4a3170e3823d207c00ff23721b6be15b15d92091
  
https://github.com/synfig/synfig/commit/4a3170e3823d207c00ff23721b6be15b15d92091
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-25 (Fri, 25 Dec 2015)

  Changed paths:
M autobuild/synfigstudio-linux-build.sh

  Log Message:
  ---
  Linux build: Add fftw dependency for Fedora


  Commit: 89188aeb7ce8d03cc1175013fc212fc32d8710de
  
https://github.com/synfig/synfig/commit/89188aeb7ce8d03cc1175013fc212fc32d8710de
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-25 (Fri, 25 Dec 2015)

  Changed paths:
M autobuild/fedora-crosscompile-linux.sh

  Log Message:
  ---
  Linux packages: Add FFTW dependency


  Commit: 0aaa724c75d8e460f22f6baf48c3a62ff2abeda5
  
https://github.com/synfig/synfig/commit/0aaa724c75d8e460f22f6baf48c3a62ff2abeda5
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-25 (Fri, 25 Dec 2015)

  Changed paths:
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Bump version number (1.1.4)


Compare: https://github.com/synfig/synfig/compare/f87f47b615d6...0aaa724c75d8--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] ae9098: UI - New behavior : select param from duck - step1

2015-12-22 Thread Konstantin Dmitriev
 width handles
* bones handle (fixed)
* vertex (individual handle)
* Group Transformation (individual handle)

Idea/Todo ? :
* on multiple duck select, last selected highlight in param tree
* on multiple duck select, ability to change selected param
value all at once (maybe name greyd like when selecting multiple layer)
* reverse behavior : select any param, highlight corresponding duck(s)


  Commit: 5a31a4919d65ef745b446c59e4dbf768a0b36ead
  
https://github.com/synfig/synfig/commit/5a31a4919d65ef745b446c59e4dbf768a0b36ead
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/duckmatic.cpp
M synfig-studio/src/gui/duckmatic.h
M synfig-studio/src/gui/trees/layerparamtreestore.cpp
M synfig-studio/src/gui/trees/layerparamtreestore.h
M synfig-studio/src/gui/trees/layertree.cpp
M synfig-studio/src/gui/trees/layertree.h
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarea.h

  Log Message:
  ---
  Merge remote-tracking branch 'djay/djay_duck_select_param'


Compare: https://github.com/synfig/synfig/compare/13fece41bbf7...5a31a4919d65--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 94cf7d: fix 250 : Add shortcut to hide/show all ducks

2015-12-22 Thread Konstantin Dmitriev
dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h

  Log Message:
  ---
  Dialog Setup/Preferences : NEW LOOK AND FEEL (step4)

* treeview single click selection


  Commit: 9a937a62e14c1e2042a6aaeddf6efbd934315667
  
https://github.com/synfig/synfig/commit/9a937a62e14c1e2042a6aaeddf6efbd934315667
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h

  Log Message:
  ---
  Dialog Setup/Preferences : NEW LOOK AND FEEL (step5)

* progress on multi brush path option
* draft code for "change resume" page


  Commit: feec8966fc18b53ea00be7c276ab3bf4d8d35583
  
https://github.com/synfig/synfig/commit/feec8966fc18b53ea00be7c276ab3bf4d8d35583
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h

  Log Message:
  ---
  Dialog Setup/Preferences : multi brush path option (step6)

* progress on multi brush path option
* reorder stuff in class

NOTA : brush path option is broken at this step


  Commit: 75391f12a97ee74d6039e8efa87672d184dc7dc0
  
https://github.com/synfig/synfig/commit/75391f12a97ee74d6039e8efa87672d184dc7dc0
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/widgets/widget_filename.cpp

  Log Message:
  ---
  fix directory preference on file choose import


  Commit: 365f750c450d567866d66019df4547f9f0b4c056
  
https://github.com/synfig/synfig/commit/365f750c450d567866d66019df4547f9f0b4c056
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp

  Log Message:
  ---
  Dialog Setup/Preferences : multi brush path option (step7)

* functionnal add and delete btn


  Commit: 922a23618ce277ea4a9a2c2a8318ce36dacad523
  
https://github.com/synfig/synfig/commit/922a23618ce277ea4a9a2c2a8318ce36dacad523
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/dialogs/dialog_setup.cpp

  Log Message:
  ---
  App::dialog_open_folder + catching by references

* Add and use new app member dialog_open_folder
* fix App:: try/catch warning "catching y references"


  Commit: eae99e53968bfcc35eed5ab8e7edfc9f99f18469
  
https://github.com/synfig/synfig/commit/eae99e53968bfcc35eed5ab8e7edfc9f99f18469
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h
M synfig-studio/src/gui/duck.h
M synfig-studio/src/gui/widgets/widget_filename.cpp
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp
M synfig-studio/src/gui/workarearenderer/renderer_ducks.h

  Log Message:
  ---
  Merge branch 'preferences'


Compare: https://github.com/synfig/synfig/compare/5a31a4919d65...eae99e53968b--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Forum > inactive users

2015-11-25 Thread Konstantin Dmitriev
2015-11-25 13:35 GMT+06:00 David :
> I think we can prune them all. They will probably never activate and are
> just spambots.
> -d.

Agree.
K.

> On 2015-11-24 17:36, d.j@free.fr wrote:
>
> Hello here,
>
> In forums we have more than 3850 inactive users  : "This is a list of users
> who have registered but whose accounts are inactive. You can activate,
> delete or remind (by sending an email) these users if you wish." , some
> dating from 2008  i think we could do some cleanup there.
>
> what do you think ?
>
>
>
>
> --
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple
> OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140
>
>
>
> ___
> Synfig-devl mailing list
> Synfig-devl@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>
>
>
> --
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple
> OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140
> ___
> Synfig-devl mailing list
> Synfig-devl@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>



-- 
http://morevnaproject.org/

--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Keywords required for the software center

2016-01-12 Thread Konstantin Dmitriev
2016-01-12 13:57 GMT+06:00 Yu Chen <jco...@gmail.com>:
> Ok,
>
> Keywords=2D;Vector;Animation;Cartoon;Anime;FX;Cutout;Flash;Moho;ToonBoom;
>
> ~ yu
>
> On Tue, Jan 12, 2016 at 3:46 PM, David <rylle...@gmail.com> wrote:
>>
>> I would like to add "cutout"
>> -David
>>
>>
>> On 2016-01-12 08:06, Yu Chen wrote:
>>
>>
>> On Thu, Jan 7, 2016 at 9:51 PM, Konstantin Dmitriev
>> <ksee.zelga...@gmail.com> wrote:
>>>
>>> To synfig-devl members: anyone would like to take care on adding
>>> keywords?
>>
>>
>> I will take it:
>>
>> Keywords=2D;Vector;Animation;Cartoon;Amine;FX;
>>
>>
>>  anymore to add?
>>
>> ~ yu
>>

The changes are merged into master now. Also backported to 1.0.x
branch. Thank you!
Thank you!
K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Keywords required for the software center

2016-01-12 Thread Konstantin Dmitriev
Hello Richard!

This is Konstantin from Synfig. We have added keywords to our files.
The change will be shipped with the next release.

Best Regards,
Konstantin

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 488655: Fix IIR mode condition when blur have non-equal X ...

2016-06-18 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 48865510fcd1cd969a1e5b6ff64bccd1ef4869b9
  
https://github.com/synfig/synfig/commit/48865510fcd1cd969a1e5b6ff64bccd1ef4869b9
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp

  Log Message:
  ---
  Fix IIR mode condition when blur have non-equal X and Y dimensions. Thanks to 
Ivan Mahonin.


  Commit: c1da38acdb9e443acb374e6bc199a5319129f0e8
  
https://github.com/synfig/synfig/commit/c1da38acdb9e443acb374e6bc199a5319129f0e8
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M synfig-core/src/synfig/rendering/software/function/blurtemplates.h

  Log Message:
  ---
  Fix artifacts of box-blur and cross-blur


  Commit: 2cc5b1468ebdca3c8c49ff3a716b1f9886d703c3
  
https://github.com/synfig/synfig/commit/2cc5b1468ebdca3c8c49ff3a716b1f9886d703c3
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M synfig-core/src/synfig/rendering/software/function/blurtemplates.h
M synfig-core/src/synfig/rendering/software/function/fft.cpp

  Log Message:
  ---
  Fix artifacts of pattern-blur


  Commit: 250014c460d454ed71ae2bdd0cdd7be25ab9631c
  
https://github.com/synfig/synfig/commit/250014c460d454ed71ae2bdd0cdd7be25ab9631c
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp

  Log Message:
  ---
  Additional check for pattern/iir selector


  Commit: 6867e103291aec4dcd820c340db581349ce19bbe
  
https://github.com/synfig/synfig/commit/6867e103291aec4dcd820c340db581349ce19bbe
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-27 (Wed, 27 Apr 2016)

  Changed paths:
M synfig-core/src/modules/lyr_freetype/lyr_freetype.cpp

  Log Message:
  ---
  Fix rendering of multiline text


  Commit: d18194c73a59aa6917baaf23b3061a5e8f4ab2c7
  
https://github.com/synfig/synfig/commit/d18194c73a59aa6917baaf23b3061a5e8f4ab2c7
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/target_scanline.cpp

  Log Message:
  ---
  Fix artifacts of rendering of large images


  Commit: 82b51f5d1393eef78d8d0be7824eba9b383e3bf4
  
https://github.com/synfig/synfig/commit/82b51f5d1393eef78d8d0be7824eba9b383e3bf4
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
M synfig-core/src/modules/lyr_freetype/lyr_freetype.cpp
M synfig-core/src/modules/lyr_freetype/lyr_freetype.h

  Log Message:
  ---
  Fix text artifacts


  Commit: 7a45a5b9263e7fcd68e97f0eb04d6c8d3fd65a6a
  
https://github.com/synfig/synfig/commit/7a45a5b9263e7fcd68e97f0eb04d6c8d3fd65a6a
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/target_scanline.cpp
M synfig-core/src/synfig/target_tile.cpp

  Log Message:
  ---
  Fix artifacts of command-line renderer


  Commit: b16843a1e8fcc056dc52523fd23d8c4c95114002
  
https://github.com/synfig/synfig/commit/b16843a1e8fcc056dc52523fd23d8c4c95114002
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp
M synfig-core/src/synfig/loadcanvas.h

  Log Message:
  ---
  Remove unneed (alone) GUIDs from xmldom before canvas parsing (bug #883)

http://www.synfig.org/issues/thebuggenie/synfig/issues/883


  Commit: 28fd55baef1ae28816a0acc4f0f4d919a0e9f4dd
  
https://github.com/synfig/synfig/commit/28fd55baef1ae28816a0acc4f0f4d919a0e9f4dd
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp
M synfig-core/src/synfig/loadcanvas.h

  Log Message:
  ---
  Revert "Remove unneed (alone) GUIDs from xmldom before canvas parsing (bug 
#883)"

This reverts commit 5c1775eb92bb93e5284d3723914264ed86f4e1d4.


  Commit: e1c8b4c0577ad9b9b8dd0a33bdc68e7633ff971e
  
https://github.com/synfig/synfig/commit/e1c8b4c0577ad9b9b8dd0a33bdc68e7633ff971e
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/color/colorblendingfunctions.h

  Log Message:
  ---
  Fix add, subtract and diffirence blend methods


  Commit: 64ff8610ca23a834ee3118036ea85e77a698179c
  
https://github.com/synfig/synfig/commit/64ff8610ca23a834ee3118036ea

Re: [Synfig-devl] localization procedural

2016-06-24 Thread Konstantin Dmitriev
2016-06-23 10:41 GMT+07:00 Yu Chen <jco...@gmail.com>:
> Hello Konstantin
>
> Congratulations for new dev build.
>
> And from changes in github, there is update for translations as well, but it
> seems we have been some time not to merge those changes from transifex, do
> we expect it in the near future builds?


Hello Yu!
Sorry, I did not understood this part of the sentence - "it seems we
have been some time not to merge those changes from transifex". ^__^
In any case, I plan to merge all changes from transifex regularly. So
expect new translations merged with new dev builds.

Best Regards,
Konstantin

>
> On Thu, Mar 10, 2016 at 1:03 AM, Konstantin Dmitriev
> <ksee.zelga...@gmail.com> wrote:
>>
>> Hello Yu!
>>
>> 2016-03-09 16:56 GMT+06:00 Yu Chen <jco...@gmail.com>:
>> > Hi
>> >
>> > Some people from China recently joined the translation team, We are
>> > doing
>> > all job on transifex platform. They asked some question I need your help
>> > since I've missed translation for few releases, I have no idea when the
>> > translation job we did will shipped, is it in a stable release, or each
>> > development release as well? And when those localization strings will be
>> > pushed from source code to translation platform?
>>
>> The strings at transifex are automaticaly updated from the source tree
>> of current master branch.
>> The results of translations commited back to source tree manually. Iam
>> doing that from time to time by running
>> "autobuild/transifex-pull-translations.sh" script (you need transifex
>> client configured on your Linux box to make this script work).
>>
>> Best Regards,
>> K.
>>
>>
>> --
>> Transform Data into Opportunity.
>> Accelerate data analysis in your applications with
>> Intel Data Analytics Acceleration Library.
>> Click to learn more.
>> http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140
>> ___
>> Synfig-devl mailing list
>> Synfig-devl@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>
>
>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Synfig-devl mailing list
> Synfig-devl@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synfig-devl
>



-- 
http://morevnaproject.org/

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Luma Key Layer

2016-01-15 Thread Konstantin Dmitriev
2016-01-15 15:12 GMT+06:00 Yu Chen :
> Thanks K, I've copied your text to wiki page as well.

Great, thank you! ^__^
K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] a49555: studio template update

2016-01-13 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: a495551b526f3bc30b35fcb6c7d4c7bc515b3eac
  
https://github.com/synfig/synfig/commit/a495551b526f3bc30b35fcb6c7d4c7bc515b3eac
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
M synfig-studio/src/template.h

  Log Message:
  ---
  studio template update


  Commit: 66caffb71b1ca3b384b955969eaa4342ad61a79d
  
https://github.com/synfig/synfig/commit/66caffb71b1ca3b384b955969eaa4342ad61a79d
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
M synfig-studio/src/gui/dialogs/Makefile_insert
A synfig-studio/src/gui/dialogs/dialog_template.cpp
A synfig-studio/src/gui/dialogs/dialog_template.h

  Log Message:
  ---
  dialog template : Dialog design list and panel template

Dialog design template (based on setup/preference redesign)

Abstract class to create in a generic way the synfig studio dialogs for ui 
consistency


  Commit: 9375e9192d388bd3473b1fbd420d9b48789561ab
  
https://github.com/synfig/synfig/commit/9375e9192d388bd3473b1fbd420d9b48789561ab
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.h
M synfig-studio/src/gui/dialogs/dialog_template.cpp
M synfig-studio/src/gui/dialogs/dialog_template.h

  Log Message:
  ---
  Dialog_Setup inherit from Dialog_Template


  Commit: 0991d44751f8039f0606d39c2607c87b80543903
  
https://github.com/synfig/synfig/commit/0991d44751f8039f0606d39c2607c87b80543903
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
M synfig-studio/src/gui/adjust_window.h

  Log Message:
  ---
  Fix header definition


Compare: https://github.com/synfig/synfig/compare/64282a80979a...0991d44751f8--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 2e00c2: Fix current file version - Add the missing entry (...

2016-01-16 Thread Konstantin Dmitriev
  Branch: refs/heads/1.0.x
  Home:   https://github.com/synfig/synfig
  Commit: 2e00c2dc96d4d1bb944e523e3f63ed3a3aca85d4
  
https://github.com/synfig/synfig/commit/2e00c2dc96d4d1bb944e523e3f63ed3a3aca85d4
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Fix current file version - Add the missing entry (1.0.2)

Fixed for dev  but naturally for next releases (1.0.x bugfix branch and
master), same work must be (re)done has noted in release procedure :
 * http://wiki.synfig.org/Dev:Release#Versioning


  Commit: 8dd1ae1c4b43832e5ac3134cd3407681549f76eb
  
https://github.com/synfig/synfig/commit/8dd1ae1c4b43832e5ac3134cd3407681549f76eb
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
M synfig-core/src/synfig/releases.h
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Introduce RELEASE_VERSION_CURRENT to avoid hassles with intermediate 
development builds


Compare: https://github.com/synfig/synfig/compare/4f433d64b4cf...8dd1ae1c4b43--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Wiki down

2016-06-27 Thread Konstantin Dmitriev
2016-06-26 18:44 GMT+07:00 Konstantin Dmitriev <ksee.zelga...@gmail.com>:
> 2016-06-26 17:20 GMT+07:00  <d.j@free.fr>:
>> Hello,
>>
>> Since one week or so the wiki is down due to something like dns 
>> configuration.
>>
>> Does someone can do something ?
>
> Hello,
>
> We have DNS issue with our hoster. We are in the process of resolving issue.


Hello!

The DNS issues for wiki.synfig.org are resolved now. It might take up
to 24 hours for DNS propagation before the wiki.synfig.org will be
available again.
Thanks to everyone who participated in resolving this issue!

Best Regards,
Konstantin

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Wiki down

2016-06-26 Thread Konstantin Dmitriev
2016-06-26 17:20 GMT+07:00  :
> Hello,
>
> Since one week or so the wiki is down due to something like dns configuration.
>
> Does someone can do something ?

Hello,

We have DNS issue with our hoster. We are in the process of resolving issue.

Best Regards,
Konstantin

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] c68b12: fix 805 and 796 : guide rulers crash

2016-02-10 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: c68b1264dc6c4ba0976cb6bd4ee4f99b40c1a6f4
  
https://github.com/synfig/synfig/commit/c68b1264dc6c4ba0976cb6bd4ee4f99b40c1a6f4
  Author: [d.j.a.y] Jerome Blanchi <d.j@free.fr>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/workarea.cpp

  Log Message:
  ---
  fix 805 and 796 : guide rulers crash


  Commit: e78e6bc50555137f156ba1f3606be80823933fcd
  
https://github.com/synfig/synfig/commit/e78e6bc50555137f156ba1f3606be80823933fcd
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
M autobuild/fedora-crosscompile-linux.sh

  Log Message:
  ---
  Linux build: Update URLs


  Commit: c22854e93d3234e611434c4414358c3a9f97374a
  
https://github.com/synfig/synfig/commit/c22854e93d3234e611434c4414358c3a9f97374a
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-10 (Wed, 10 Feb 2016)

  Changed paths:
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Bump version number (1.1.6)


Compare: https://github.com/synfig/synfig/compare/0a41418fdc44...c22854e93d32--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] time to 1.0.3 + community call ?

2016-02-10 Thread Konstantin Dmitriev
Hello, Djay!

Thanks for taking bringing this up. ^__^

2016-02-10 14:52 GMT+06:00  :
> 1) What do you think about engage the process of a bug fix release for the 
> 1.0.x series ?
>
> bug fix :
> * current file version
> * guide crash (merge pending)
> * guide rulers remove
>
> enhancement:
> * appdata
> * hide all handles alt+0
> * select param from handle
> * split tangent indicator

In the current situation I feel reasonable to release 1.2.0, based on
current master branch.
I think that master branch is stable enough, so instead of doing two
releases (1.0.3 and 1.2.0) we can save our time and release only one.
^__^

In 1.2.0 we will have:
* Testing version of Cobra (as experimental feature)
* Lipsync / Papagayo integration
* New preferences dialogue
* C++11 compatibility
* anything else I forgot ^__^

I believe those features are highly demanded by users and can help
bring attention to the project.

What would be nice to get finished before release of 1.2.0:
* The choice of rendering engine should be saved in SIF file, not in
preferences of application. I think it's fine to store chosen
rendering engine in file metadata.
* Problem with opening files generated by Inkscape -
http://www.synfig.org/issues/thebuggenie/synfig/issues/883 (the
generated files are ok, but Synfig interprets them in a wrong way).

> 2) What do think to make a community call for helping us ?
>
> * writers and translators for the wiki.
> * a template/style for the forums, and someone who masterize mediawiki for 
> the little update here and there...
> * coders
> * other things i forgot...

Please feel free to write a text for the call and I will be happy to
publish it on the blog. ^__^

Please consider, that the community call would mean that we have
someone who have a time to manage responses to the call. Unfortunately
at this moment I can't afford this. So, it probably would be nice to
make a forum thread for the call, so others can manage responses.


One more thing regarding the 1.2.0 release - we can have a splash
screen challenge, if someone is willing to organize it.

What's needed:
* Write a clear announcement about the splash.
* Make a forum thread and put announcement there.
* Define start and end date.
* Close the call on end date (notify everyone in the forum thread).

Challenge rules:
* Duration - one month.
* I would like to take responsibility for choosing the winner.
* No requirement for particular theme, but it would be nice is splash
will include Parrots (Papagayos) or Cobras. ^__^
* Challenge entry should provided under the following license:
CC-BY-SA (CC-BY or Public Domain or CC-0 also allowed)

Best Regards,
K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Action : Duplicate vs Single Copy Layer

2016-02-12 Thread Konstantin Dmitriev
2016-02-12 22:45 GMT+06:00  :
> Bloup,
>
>>2016-02-12 18:04 GMT+06:00  :
>>> What's really the difference ?
>>>
>>> In between there is also "Make new frame" who are bitmap related and call 
>>> "Single Copy layer" source code point of view.
>
>>"Single Copy layer" used for Image Layers only. It does the same as
>>"Duplicate", but also creates a copy of linked file. So, if you have
>>Image Layer with "file.png", then calling "Single Copy layer" will
>>create its copy AND also copies the "file.png" to "file..png" (and
>>assigns the new file to this layer copy).
>
> Ok ... but "make new frame" and "single copy layer" ...
>
> Does the difference is just : "make new frame" only work from switch group 
> layer ?
>
> In fact, i think that with "copy/paste" , "duplicate", "make new frame", 
> "single copy layer" (did i forgot another one?) we have too many similar 
> actions.

You can try to merge "Simple Copy Layer" to "Duplicate". But consider,
that "Simple Copy Layer" assigns a different layer name when copy is
done. Duplicate action leaves  layer name untouched.

K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] time to 1.0.3 + community call ?

2016-02-12 Thread Konstantin Dmitriev
2016-02-12 18:20 GMT+06:00  :
> Yop,
>
>>Hello, Djay!
>>
>>Thanks for taking bringing this up. ^__^
>>
>>2016-02-10 14:52 GMT+06:00  :
>>> 1) What do you think about engage the process of a bug fix release for the 
>>> 1.0.x series ?
>>>
>>> bug fix :
>>> * current file version
>>> * guide crash (merge pending)
>>> * guide rulers remove
>>>
>>> enhancement:
>>> * appdata
>>> * hide all handles alt+0
>>> * select param from handle
>>> * split tangent indicator
>>
>>In the current situation I feel reasonable to release 1.2.0, based on
>>current master branch.
>>I think that master branch is stable enough, so instead of doing two
>>releases (1.0.3 and 1.2.0) we can save our time and release only one.
>>^__^
>
> >From my side, i don't think master branch is stable enough ...
>
> We definitively need more test and more fixes (and you know, it's mainly what 
> i try to do ... )
Yes, your testing work is much appreciated.

> Too much new features are not stable/tested enough (brush / bones / several 
> dead lock with mutex)

Brush functionality is the same as in 1.0.2. In any case, Brus
functionality is still at experimental status. i doubt someone using
it seriously at its current state.

Bones functionality is the same as in 1.0.2.

Whats with mutex?

> I report some... i miss to report others (i suspect problems with linking / 
> export -Parabolic Shoot- with optimized rendering)

Optimized rendering engine (Cobra) is surely unstable. But we don't
force people to use it. They can stick with Legacy.

> I have the regret to say that Synfig (from the dev version point of view) is 
> losting the stability it just kept in the previous releases.

I don't see serious regressions in master. Quite opposite, there are
lot problems resolved, comparing to 1.0.2 or even 1.0.3.

>>In 1.2.0 we will have:
>>* Testing version of Cobra (as experimental feature)
>>* Lipsync / Papagayo integration
>>* New preferences dialogue
>>* C++11 compatibility
>>* anything else I forgot ^__^
>
>>I believe those features are highly demanded by users and can help
>>bring attention to the project.
>
> I believe a very stable synfig with all the feature polished (bones:yes but 
> IK ? / brush:yes but crash and slow /  ) it already have will kept the 
> attention to the project...

Polishing Bones and Brushes will take several months. We don't have
money for that right now.  In fact, even Cobra development is on the
edge And, in any case I prefer to polish those features in master, not
in 1.0,x branch, because otherwise we will have pain with merge.

P.S. BTW, we can't resolve brush speed issues without optimized
rendering engine.

On the other hand, I understand your points. At the moment I am busy
with mentoring Cobra development and managing production of Morevna
Episode 3 (which is a testing ground for Cobra and other software). If
I have time for 1.0.3, then I surely will do. But at the moment I see
that releasing "most what we have now" is a better way to go.

Best Regards,
K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Action : Duplicate vs Single Copy Layer

2016-02-12 Thread Konstantin Dmitriev
2016-02-12 18:04 GMT+06:00  :
> What's really the difference ?
>
> In between there is also "Make new frame" who are bitmap related and call 
> "Single Copy layer" source code point of view.

"Single Copy layer" used for Image Layers only. It does the same as
"Duplicate", but also creates a copy of linked file. So, if you have
Image Layer with "file.png", then calling "Single Copy layer" will
create its copy AND also copies the "file.png" to "file..png" (and
assigns the new file to this layer copy).

> Nota : I just have fixed "Make new frame" action visibility for switch layer 
> only

Great!

K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 470312: Remove duplicated line (OSX compiler complains)

2016-02-13 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4703127a2f73fdcf1bfc2953b31906cf939e97a5
  
https://github.com/synfig/synfig/commit/4703127a2f73fdcf1bfc2953b31906cf939e97a5
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_animatedinterface.h

  Log Message:
  ---
  Remove duplicated line (OSX compiler complains)


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] fda924: Fix rendering of Image Layer in Cobra for OSX. Tha...

2016-01-29 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: fda924da1a8400d82aa0af3436dfc5669cafdd5a
  
https://github.com/synfig/synfig/commit/fda924da1a8400d82aa0af3436dfc5669cafdd5a
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.cpp

  Log Message:
  ---
  Fix rendering of Image Layer in Cobra for OSX. Thanks to Ivan Mahonin.


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] d77e59: Fix configure option: --without-opengl

2016-01-28 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: d77e595858f4e7b57acab969e685cda7191308af
  
https://github.com/synfig/synfig/commit/d77e595858f4e7b57acab969e685cda7191308af
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
M synfig-core/configure.ac

  Log Message:
  ---
  Fix configure option: --without-opengl


  Commit: f59e3dce547b299d01aa20e675d6e28b0f258ed9
  
https://github.com/synfig/synfig/commit/f59e3dce547b299d01aa20e675d6e28b0f258ed9
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
M autobuild/synfigstudio-osx-build.sh

  Log Message:
  ---
  OSX build: Don't try to build opengl support


  Commit: bf5389d80d48b6437ae1c15df8868dedcc3010cf
  
https://github.com/synfig/synfig/commit/bf5389d80d48b6437ae1c15df8868dedcc3010cf
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/array.h

  Log Message:
  ---
  Fix compilation error on OSX


  Commit: 534404dd5dd48e9030e6961b24922061b4557be4
  
https://github.com/synfig/synfig/commit/534404dd5dd48e9030e6961b24922061b4557be4
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
M autobuild/synfigstudio-osx-build.sh
M synfig-core/configure.ac

  Log Message:
  ---
  Better way to avoid building OpenGL on OSX


  Commit: 9dc91fcc54285762283929ff1e44c451901a39f2
  
https://github.com/synfig/synfig/commit/9dc91fcc54285762283929ff1e44c451901a39f2
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
M synfig-core/configure.ac

  Log Message:
  ---
  Fix OpenGL compilation flag


Compare: https://github.com/synfig/synfig/compare/e8ef04f46628...9dc91fcc5428--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] fc0fd1: Bump version number - 1.1.5

2016-02-01 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: fc0fd1fb76a0f047f72867d99252d9a2a89e1e31
  
https://github.com/synfig/synfig/commit/fc0fd1fb76a0f047f72867d99252d9a2a89e1e31
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Bump version number - 1.1.5


  Commit: 10a93eb063ac5d687ff158e726bb54de23eb64a7
  
https://github.com/synfig/synfig/commit/10a93eb063ac5d687ff158e726bb54de23eb64a7
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
M ETL/ETL/_clock_base.h
M ETL/ETL/_stringf.h
M synfig-core/src/modules/lyr_freetype/lyr_freetype.cpp
M synfig-core/src/modules/lyr_std/import.cpp
M synfig-core/src/modules/mod_libavcodec/trgt_av.cpp
M synfig-core/src/synfig/filesystemnative.cpp
M synfig-core/src/synfig/main.cpp
M synfig-core/src/synfig/render.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizerblendassociative.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizerblendblend.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizerblendcomposite.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizerblendseparate.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizerblendsplit.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizerblendzero.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizercalcbounds.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizerlinear.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizerlist.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizersplit.cpp
M synfig-core/src/synfig/rendering/common/optimizer/optimizersurface.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizersurfaceconvert.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizersurfacecreate.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizersurfacedestroy.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizersurfaceresample.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizertransformation.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizertransformationaffine.cpp
M synfig-core/src/synfig/rendering/common/surfacememoryreadwrapper.cpp
M synfig-core/src/synfig/rendering/common/task/taskblend.cpp
M synfig-core/src/synfig/rendering/common/task/taskblur.cpp
M synfig-core/src/synfig/rendering/common/task/tasksurfaceconvert.cpp
M synfig-core/src/synfig/rendering/common/task/tasksurfacecreate.cpp
M synfig-core/src/synfig/rendering/common/task/tasksurfacedestroy.cpp
M synfig-core/src/synfig/rendering/common/task/tasksurfaceempty.cpp
M synfig-core/src/synfig/rendering/opengl/internal/antialiasing.cpp
M synfig-core/src/synfig/rendering/opengl/internal/buffers.cpp
M synfig-core/src/synfig/rendering/opengl/internal/clcontext.cpp
M synfig-core/src/synfig/rendering/opengl/internal/context.cpp
M synfig-core/src/synfig/rendering/opengl/internal/environment.cpp
M synfig-core/src/synfig/rendering/opengl/internal/framebuffers.cpp
M synfig-core/src/synfig/rendering/opengl/internal/misc.cpp
M synfig-core/src/synfig/rendering/opengl/internal/predeclarations.cpp
M synfig-core/src/synfig/rendering/opengl/internal/samplers.cpp
M synfig-core/src/synfig/rendering/opengl/internal/shaders.cpp
M synfig-core/src/synfig/rendering/opengl/optimizer/optimizerblendgl.cpp
M 
synfig-core/src/synfig/rendering/opengl/optimizer/optimizerblurpreparedgl.cpp
M synfig-core/src/synfig/rendering/opengl/optimizer/optimizercontourgl.cpp
M synfig-core/src/synfig/rendering/opengl/optimizer/optimizermeshgl.cpp
M 
synfig-core/src/synfig/rendering/opengl/optimizer/optimizersurfaceresamplegl.cpp
M synfig-core/src/synfig/rendering/opengl/renderergl.cpp
M synfig-core/src/synfig/rendering/opengl/surfacegl.cpp
M synfig-core/src/synfig/rendering/opengl/task/taskblendgl.cpp
M synfig-core/src/synfig/rendering/opengl/task/taskblurpreparedgl.cpp
M synfig-core/src/synfig/rendering/opengl/task/taskcontourgl.cpp
M synfig-core/src/synfig/rendering/opengl/task/taskgl.cpp
M synfig-core/src/synfig/rendering/opengl/task/taskmeshgl.cpp
M synfig-core/src/synfig/rendering/opengl/task/tasksurfaceresamplegl.cpp
M synfig-core/src/synfig/rendering/optimizer.cpp
M synfig-core/src/synfig/rendering/primitive/affinetransformation.cpp
M synfig-core/src/synfig/rendering/primitive/contour.cpp
M synfig-core/src/synfig/rendering/primitive/mesh.cpp
M synfig-core/src/synfig/rendering/primitive/polyspan.cpp
M synfig-core/src/synfig/rendering/primitive/transformation.cpp
M synfig-core/src/synf

Re: [Synfig-devl] Value Node from File

2016-02-03 Thread Konstantin Dmitriev
2016-02-03 21:35 GMT+06:00 Yu Chen <jco...@gmail.com>:
>
> On Wed, Feb 3, 2016 at 12:06 AM, Konstantin Dmitriev
> <ksee.zelga...@gmail.com> wrote:
>>
>> new valuenode, called "Animated FIle"
>
>
> Really nice.
>
> Will it possible support other formats than .pgo ?

Extra coding needed. Should be easy to add, since ValueNode is already
implemented.

Best Regards,
K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] b7d65c: Reorganize ValueNode_Animation

2016-02-02 Thread Konstantin Dmitriev
@icystar.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/actionmanagers/layeractionmanager.cpp
M synfig-studio/src/gui/actionmanagers/layeractionmanager.h
M synfig-studio/src/gui/instance.cpp

  Log Message:
  ---
  Disable recursive scan of layer groups for 'Open file' menu


  Commit: a94ca9043c1080413e6c2805939ddc323f3a47d9
  
https://github.com/synfig/synfig/commit/a94ca9043c1080413e6c2805939ddc323f3a47d9
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/iconcontroller.cpp
M synfig-studio/src/gui/instance.cpp

  Log Message:
  ---
  Icon for "New layer: menu item


  Commit: 344a907aabc78c33b4ab513a4c098450d7da9b22
  
https://github.com/synfig/synfig/commit/344a907aabc78c33b4ab513a4c098450d7da9b22
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/filesystemnative.cpp

  Log Message:
  ---
  Typo


  Commit: e526937cd4a32417d68260a651326560fb7f8e5e
  
https://github.com/synfig/synfig/commit/e526937cd4a32417d68260a651326560fb7f8e5e
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/valuenode.cpp
M synfig-core/src/synfig/valuenode.h
M synfig-core/src/synfig/valuenodes/valuenode_animated.cpp
M synfig-core/src/synfig/valuenodes/valuenode_animated.h
M synfig-core/src/synfig/valuenodes/valuenode_animatedfile.cpp
M synfig-core/src/synfig/valuenodes/valuenode_animatedfile.h
M synfig-core/src/synfig/valuenodes/valuenode_animatedinterface.cpp
M synfig-core/src/synfig/valuenodes/valuenode_const.cpp
M synfig-core/src/synfig/valuenodes/valuenode_const.h

  Log Message:
  ---
  Improve ValueNode::get_values


  Commit: 8f8f21379bf9a2fc6279f0374dcc8a7b918d7f57
  
https://github.com/synfig/synfig/commit/8f8f21379bf9a2fc6279f0374dcc8a7b918d7f57
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/valuenode.cpp
M synfig-core/src/synfig/valuenode.h

  Log Message:
  ---
  Fix ValueNode::calc_time_bounds


  Commit: 76c40855bb8546105a8ab2feae3440bbde476fff
  
https://github.com/synfig/synfig/commit/76c40855bb8546105a8ab2feae3440bbde476fff
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/gui/trees/layertree.cpp
M synfig-studio/src/gui/trees/layertree.h
M synfig-studio/src/gui/trees/layertreestore.cpp
M synfig-studio/src/synfigapp/selectionmanager.h

  Log Message:
  ---
  Restore expanded rows in LayerTree when rebuild


  Commit: 41cf92d6b9ffa879e51fb75f7810a5b31f977205
  
https://github.com/synfig/synfig/commit/41cf92d6b9ffa879e51fb75f7810a5b31f977205
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/valuenode.cpp

  Log Message:
  ---
  Set default fps to 24 in ValueNode::calc_time_bounds


  Commit: fc45cb10824d13c0fa75a2899b7e10c5797b47e3
  
https://github.com/synfig/synfig/commit/fc45cb10824d13c0fa75a2899b7e10c5797b47e3
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
M ETL/ETL/_stringf.h
M synfig-core/src/synfig/base_types.cpp
M synfig-core/src/synfig/color/color.h
M synfig-core/src/synfig/color/color.hpp
M synfig-core/src/synfig/filesystem.cpp
M synfig-core/src/synfig/filesystem.h
M synfig-core/src/synfig/filesystemgroup.cpp
M synfig-core/src/synfig/filesystemgroup.h
M synfig-core/src/synfig/filesystemnative.cpp
M synfig-core/src/synfig/filesystemnative.h
M synfig-core/src/synfig/layer.cpp
M synfig-core/src/synfig/layer.h
M synfig-core/src/synfig/layers/layer_pastecanvas.cpp
M synfig-core/src/synfig/layers/layer_pastecanvas.h
M synfig-core/src/synfig/layers/layer_switch.cpp
M synfig-core/src/synfig/layers/layer_switch.h
M synfig-core/src/synfig/node.cpp
M synfig-core/src/synfig/node.h
M synfig-core/src/synfig/transformation.h
M synfig-core/src/synfig/type.h
M synfig-core/src/synfig/value.cpp
M synfig-core/src/synfig/value.h
M synfig-core/src/synfig/valuenode.cpp
M synfig-core/src/synfig/valuenode.h
M synfig-core/src/synfig/valuenodes/Makefile_insert
M synfig-core/src/synfig/valuenodes/valuenode_animated.cpp
M synfig-core/src/synfig/valuenodes/valuenode_animated.h
A synfig-core/src/synfig/valuenodes/valuenode_animatedfile.cpp
A synfig-core/src/synfig/valuenodes/valuenode_animatedfile.h
A synfig-core/src/synfig/valuenodes/valuenode_animatedinterface.cpp
A synfig-core/src/s

Re: [Synfig-devl] Value Node from File

2016-02-02 Thread Konstantin Dmitriev
Dear friends!

The lipsync feature just landed into Synfig master branch. We've got
support for reading Papagayo .pgo files, implemented through new
valuenode, called "Animated FIle". Just import any .pgo file into
Synfig and see what happens.

Thanks to Ivan Mahonin for implementation.

Best Regards,
K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] GroupLayer Parameter: Outline Grow

2016-02-22 Thread Konstantin Dmitriev
2016-02-22 16:20 GMT+06:00 Yu Chen :
> is it based on natural exponential function to calculate the grow value and
> make the outlines thicker?

As far as I remember - yes.

K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] C++11 backward compatibility ?

2016-01-21 Thread Konstantin Dmitriev
2016-01-21 15:21 GMT+06:00  :
> Hello list,
>
> About C++11 compliance / migration ...
>
> What do think does i do a compliance or a migration ?

I prefer to keep the possibility to build on C++98.

Best Regards,
K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] c++11 : lvalue required as unary '&' operand << stack allocation ?

2016-01-20 Thread Konstantin Dmitriev
2016-01-20 14:44 GMT+06:00  :
> Hello here...
>
> I'm taking care of the "#904 - C++11 and libsigc++ 2.6.0 support"[1] and i'm 
> front a problem i need help to solve.
>
> Firstly in this branch, i have enable c++11 support by adding some M4 and 
> converting isnan & isinf to std::' [2]
>
> Now i'm front face of "lvalue required as unary '&' operand" errors.
> I take look here and there, try different things, and finally, found a way to 
> solve it [3] ... at least it build .
>
> -   Array arr_surface(().real());
> +   Real surfacereal(surface.front().real());
> +   Array arr_surface(& surfacereal);
>
>
> WHATSTHEPROBBRO?
> Memory !
> Not leak... but i think that could create memory corruption.
> The surfacereal variable is allocated into the stack and passed by references 
> the arr_surface.
>
> What do you think ?
> Does that solution create a potential corruption?
> Do you have a smarter (because i do'nt like it) solution ?
> Does Chinese people also parties on gregorian calendar NY ?
>
> [1] http://www.synfig.org/issues/thebuggenie/synfig/issues/904
> [2] 
> https://github.com/d-j-a-y/synfig/commit/6a18f6a87c20889fca3958b15b7914edda24cab8
> [3] 
> https://github.com/d-j-a-y/synfig/commit/57e52580ac16155ea3c4dcaeace7886f9cc38c64
> [4] 
> https://github.com/d-j-a-y/synfig/blob/master/synfig-core/src/synfig/rendering/software/function/array.h#L160
>
> Nota : if i don't say silly things, the memory corruption was already here 
> with previous code implementation.

What do you think, Ivan? ^__^

K.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 118374: Fix opening imported files in external application...

2016-02-18 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 1183744d7e71e418333dadc7a4ad3368b3282319
  
https://github.com/synfig/synfig/commit/1183744d7e71e418333dadc7a4ad3368b3282319
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h
M synfig-studio/src/gui/dialogs/about.cpp
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/mainwindow.cpp

  Log Message:
  ---
  Fix opening imported files in external applications (for Win32 case)


  Commit: 9ae8c70c9568b96696687b67c938d232d0ab1b1d
  
https://github.com/synfig/synfig/commit/9ae8c70c9568b96696687b67c938d232d0ab1b1d
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp
M synfig-core/src/synfig/valuenodes/valuenode_animated.cpp

  Log Message:
  ---
  Fix bug with loading some old scenes


  Commit: ac0cfb03001b33066c28a1568ad45d9387934e3e
  
https://github.com/synfig/synfig/commit/ac0cfb03001b33066c28a1568ad45d9387934e3e
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Bump version number (1.1.7)


Compare: https://github.com/synfig/synfig/compare/08446b56766d...ac0cfb03001b--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 640c31: Cygwin build: Add missing dependency

2016-02-11 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 640c31ae2644321995bda75807c1da2e513bead7
  
https://github.com/synfig/synfig/commit/640c31ae2644321995bda75807c1da2e513bead7
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Cygwin build: Add missing dependency


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] localization procedural

2016-03-09 Thread Konstantin Dmitriev
Hello Yu!

2016-03-09 16:56 GMT+06:00 Yu Chen :
> Hi
>
> Some people from China recently joined the translation team, We are doing
> all job on transifex platform. They asked some question I need your help
> since I've missed translation for few releases, I have no idea when the
> translation job we did will shipped, is it in a stable release, or each
> development release as well? And when those localization strings will be
> pushed from source code to translation platform?

The strings at transifex are automaticaly updated from the source tree
of current master branch.
The results of translations commited back to source tree manually. Iam
doing that from time to time by running
"autobuild/transifex-pull-translations.sh" script (you need transifex
client configured on your Linux box to make this script work).

Best Regards,
K.

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e69ac2: Fix module initialization. Patch by Ivan Mahonin.

2016-03-19 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e69ac256bc9e355116b3f1f21ef31d4d30fb2afb
  
https://github.com/synfig/synfig/commit/e69ac256bc9e355116b3f1f21ef31d4d30fb2afb
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
M synfig-core/src/synfig/module.h

  Log Message:
  ---
  Fix module initialization. Patch by Ivan Mahonin.


  Commit: c55bbc30da8226df886dcdafe36a17042137f40c
  
https://github.com/synfig/synfig/commit/c55bbc30da8226df886dcdafe36a17042137f40c
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
M ETL/ETL/_stringf.h
M synfig-core/src/synfig/main.cpp
M synfig-core/src/synfig/module.cpp
M synfig-core/src/tool/main.cpp
M synfig-studio/src/gui/main.cpp
M synfig-studio/src/synfigapp/main.cpp

  Log Message:
  ---
  Fix crash when trying to start Synfig installed into path containing with 
non-latin characters. Most common for Windows users.


  Commit: 13906f2abdb146037071c81551faee391bc78295
  
https://github.com/synfig/synfig/commit/13906f2abdb146037071c81551faee391bc78295
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
M synfig-studio/images/logo.sif

  Log Message:
  ---
  Fix logo


  Commit: b6d50eb0bb48645799a070aafd67e09809d7a50b
  
https://github.com/synfig/synfig/commit/b6d50eb0bb48645799a070aafd67e09809d7a50b
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Bump version number (1.1.8)


Compare: https://github.com/synfig/synfig/compare/a338ebfa1098...b6d50eb0bb48--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] c1e721: Fix real.h

2016-03-10 Thread Konstantin Dmitriev
/modules/mod_geometry/rectangle.h

  Log Message:
  ---
  Build rectangle shape via Layer_Shape::sync_vfunc


  Commit: f91eff14b3cb6b77c75d83bd4aed48af27ddfef4
  
https://github.com/synfig/synfig/commit/f91eff14b3cb6b77c75d83bd4aed48af27ddfef4
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
M synfig-core/src/modules/mod_example/filledrect.cpp
M synfig-core/src/modules/mod_example/filledrect.h

  Log Message:
  ---
  Inherit Filledrect from Layer_Shape


  Commit: ba0f84574e3843bd9b5fbfc4fbba82bbc8db86e8
  
https://github.com/synfig/synfig/commit/ba0f84574e3843bd9b5fbfc4fbba82bbc8db86e8
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
M synfig-core/src/modules/mod_example/filledrect.cpp
M synfig-core/src/modules/mod_example/filledrect.h
M synfig-core/src/modules/mod_geometry/rectangle.cpp
M synfig-core/src/modules/mod_geometry/rectangle.h
M synfig-core/src/synfig/layers/layer_polygon.h
M synfig-core/src/synfig/paramdesc.cpp
M synfig-core/src/synfig/paramdesc.h

  Log Message:
  ---
  ParamVocab::operator[] (String)


  Commit: c6f74576ecf10c837b4bd4875748f7547fd44625
  
https://github.com/synfig/synfig/commit/c6f74576ecf10c837b4bd4875748f7547fd44625
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
M synfig-core/src/modules/mod_geometry/circle.cpp
M synfig-core/src/modules/mod_geometry/circle.h

  Log Message:
  ---
  Inherit Circle from Layer_Polygon


  Commit: 2fbdbcfe614e6824428f01e887cde30c5a66a723
  
https://github.com/synfig/synfig/commit/2fbdbcfe614e6824428f01e887cde30c5a66a723
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
M synfig-core/src/modules/mod_example/filledrect.cpp
M synfig-core/src/modules/mod_example/filledrect.h
M synfig-core/src/modules/mod_geometry/circle.cpp
M synfig-core/src/modules/mod_geometry/circle.h

  Log Message:
  ---
  Change base class to Layer_Shape for Circle and Filledrect


  Commit: 4e1089ee9e4f7b8b1f0095479cd228aa8e33550f
  
https://github.com/synfig/synfig/commit/4e1089ee9e4f7b8b1f0095479cd228aa8e33550f
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
M synfig-core/src/modules/mod_example/simplecircle.cpp
M synfig-core/src/modules/mod_example/simplecircle.h
M synfig-core/src/synfig/paramdesc.h

  Log Message:
  ---
  Inherit SimpleCircle from Layer_Shape


  Commit: 0892f6f4b9a687143caeb8d188589507a14e18af
  
https://github.com/synfig/synfig/commit/0892f6f4b9a687143caeb8d188589507a14e18af
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp
M synfig-core/src/synfig/rendering/software/function/blur.h
M 
synfig-core/src/synfig/rendering/software/function/blur_iir_coefficients.cpp
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.cpp

  Log Message:
  ---
  Fix compilation on Debian Squeeze. Thanks to Ivan Mahonin.


Compare: https://github.com/synfig/synfig/compare/a6c0f7258548...0892f6f4b9a6--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] e97d4c: Enable ETL_LOCK_REFCOUNTS

2016-03-19 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: e97d4c890fe9edd8d79a09ed6f148ab4647f1c64
  
https://github.com/synfig/synfig/commit/e97d4c890fe9edd8d79a09ed6f148ab4647f1c64
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-18 (Fri, 18 Mar 2016)

  Changed paths:
M ETL/ETL/handle

  Log Message:
  ---
  Enable ETL_LOCK_REFCOUNTS


  Commit: 328eef44a7522043a8c2eecf13f952824673ac2e
  
https://github.com/synfig/synfig/commit/328eef44a7522043a8c2eecf13f952824673ac2e
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-18 (Fri, 18 Mar 2016)

  Changed paths:
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Bump version number (1.1.8)


Compare: https://github.com/synfig/synfig/compare/b6d50eb0bb48...328eef44a752--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 5b5cf9: Fix etl::rect

2016-04-25 Thread Konstantin Dmitriev
t/0fd272d6c3f65da94f3d45708b2062479555b1dc
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
M synfig-core/src/modules/lyr_std/import.cpp
M synfig-core/src/synfig/importer.cpp
M synfig-core/src/synfig/importer.h
M synfig-core/src/synfig/listimporter.cpp
M synfig-core/src/synfig/listimporter.h

  Log Message:
  ---
  Fix import of *.lst


  Commit: 09adec503dd2da0757905b94c641d9e05a8f18a1
  
https://github.com/synfig/synfig/commit/09adec503dd2da0757905b94c641d9e05a8f18a1
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
M synfig-studio/src/gui/instance.cpp

  Log Message:
  ---
  Fix bug with imported canvas


  Commit: aaa8950f4bfa61ecf67c57726feb80419848c14a
  
https://github.com/synfig/synfig/commit/aaa8950f4bfa61ecf67c57726feb80419848c14a
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp

  Log Message:
  ---
  Fix IIR mode condition when blur have non-equal X and Y dimensions. Thanks to 
Ivan Mahonin.


  Commit: 6a1ddb0fab170c0de157f9f21f45b590a8c82bb2
  
https://github.com/synfig/synfig/commit/6a1ddb0fab170c0de157f9f21f45b590a8c82bb2
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-26 (Sat, 26 Mar 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/function/blur.cpp

  Log Message:
  ---
  Disable IIR blur, since it producing artifacts 
(morevna/ep03/113/113-morning.sifz).


  Commit: cff8b1fb11ce7edd6ad10218dafbfd84a73487c1
  
https://github.com/synfig/synfig/commit/cff8b1fb11ce7edd6ad10218dafbfd84a73487c1
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-03-27 (Sun, 27 Mar 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.cpp

  Log Message:
  ---
  Fix compilation on Debian oldstable


  Commit: ceaaafad558e27f70e646ea5a06c4613a7c223a2
  
https://github.com/synfig/synfig/commit/ceaaafad558e27f70e646ea5a06c4613a7c223a2
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
M ETL/ETL/_handle.h
M synfig-core/src/modules/mod_noise/valuenode_random.cpp
M synfig-core/src/synfig/canvas.cpp
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizerblendassociative.cpp
M synfig-core/src/synfig/rendering/renderer.cpp
M synfig-core/src/synfig/valuenodes/valuenode_blinecalctangent.cpp
M synfig-core/src/synfig/valuenodes/valuenode_blinecalcvertex.cpp
M synfig-core/src/synfig/valuenodes/valuenode_blinecalcwidth.cpp
M synfig-studio/src/gui/duckmatic.cpp
M synfig-studio/src/gui/states/state_draw.cpp
M synfig-studio/src/gui/states/state_lasso.cpp
M synfig-studio/src/gui/trees/layertreestore.cpp
M synfig-studio/src/gui/widgets/widget_waypoint.cpp
M synfig-studio/src/gui/workarea.cpp
M synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp
M synfig-studio/src/synfigapp/action.cpp
M synfig-studio/src/synfigapp/action.h
M synfig-studio/src/synfigapp/actions/activepointsetoff.cpp
M synfig-studio/src/synfigapp/actions/valuedescset.cpp
M synfig-studio/src/synfigapp/instance.cpp

  Log Message:
  ---
  Fix compile time type validation in etl::handle. Fix some related bugs.


  Commit: b006b4d041ecccbd6a6d94d7a076342103d3001d
  
https://github.com/synfig/synfig/commit/b006b4d041ecccbd6a6d94d7a076342103d3001d
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/renderer.cpp
M synfig-core/src/synfig/target_scanline.cpp
M synfig-core/src/synfig/target_tile.cpp
M synfig-studio/src/gui/dialogs/dialog_setup.cpp
M synfig-studio/src/gui/workarea.cpp

  Log Message:
  ---
  Disable legacy renderer


  Commit: dac46de0e3b056e1c0acc050d5e387e2b8a383bd
  
https://github.com/synfig/synfig/commit/dac46de0e3b056e1c0acc050d5e387e2b8a383bd
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-01 (Fri, 01 Apr 2016)

  Changed paths:
M synfig-core/src/synfig/rendering/renderer.cpp

  Log Message:
  ---
  Fix runtime error raised while deinitializiation


  Commit: 820e19a8bb0ce05cc29180d16594b9a1203c22db
  
https://github.com/synfig/synfig/commit/820e19a8bb0ce05cc29180d16594b9a1203c22db
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
M synfig-core/src/synfig/canvas.cpp

  Log Message:
  ---
  Fix z-ordering bug


  Commit: 4ec43c14d43aab5810bf4411df5cb6893c977a3e
  
https://github.com/synfig/synfig/commit/4ec43c14d43aab5810bf4411df5cb6893c977a3e
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-04-06 (

[Synfig-devl] [synfig/synfig] 7bfe19: Replace std::string to synfig::String in sub-class...

2016-07-13 Thread Konstantin Dmitriev
 Jun 2016)

  Changed paths:
M synfig-core/src/modules/mod_svg/layer_svg.cpp
M synfig-core/src/synfig/valuenodes/valuenode_animatedfile.cpp

  Log Message:
  ---
  Fix opening linked PGO files from current folder


  Commit: 620e1e17fa3dd43615d658ce1a24cd0c0027783a
  
https://github.com/synfig/synfig/commit/620e1e17fa3dd43615d658ce1a24cd0c0027783a
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-18 (Sat, 18 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/canvasfilenaming.cpp

  Log Message:
  ---
  Fix bug raised when *.sif and *.sifz files placed in the same forlder


  Commit: 3d24799a3ae4864080227f63c375a81fdf1ff02a
  
https://github.com/synfig/synfig/commit/3d24799a3ae4864080227f63c375a81fdf1ff02a
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-18 (Sat, 18 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/canvasfilenaming.cpp
M synfig-core/src/synfig/canvasfilenaming.h
M synfig-core/src/synfig/filesystem.cpp
M synfig-core/src/synfig/filesystemgroup.cpp
M synfig-core/src/synfig/filesystemgroup.h
M synfig-core/src/tool/optionsprocessor.cpp
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/autorecover.cpp
M synfig-studio/src/synfigapp/canvasinterface.cpp
M synfig-studio/src/synfigapp/instance.cpp

  Log Message:
  ---
  Fix "save as..."


  Commit: 54896b19dbc7485d82c0f6cf8306e08c780aca90
  
https://github.com/synfig/synfig/commit/54896b19dbc7485d82c0f6cf8306e08c780aca90
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-18 (Sat, 18 Jun 2016)

  Changed paths:
M synfig-core/src/modules/mod_imagemagick/mptr_imagemagick.cpp
M synfig-core/src/synfig/filesystem.cpp
M synfig-core/src/synfig/filesystem.h
M synfig-studio/src/gui/instance.cpp
M synfig-studio/src/gui/states/state_brush.cpp
M synfig-studio/src/synfigapp/actions/layeraddframe.cpp
M synfig-studio/src/synfigapp/actions/layercopy.cpp
M synfig-studio/src/synfigapp/actions/layerembed.cpp
M synfig-studio/src/synfigapp/actions/layerextract.cpp
M synfig-studio/src/synfigapp/instance.cpp
M synfig-studio/src/synfigapp/instance.h

  Log Message:
  ---
  Fix canvas file naming bugs


  Commit: aa05316a20fbbe0a2295124fd145ace515438369
  
https://github.com/synfig/synfig/commit/aa05316a20fbbe0a2295124fd145ace515438369
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-18 (Sat, 18 Jun 2016)

  Changed paths:
M synfig-core/src/synfig/filesystemgroup.cpp
M synfig-studio/src/synfigapp/instance.cpp

  Log Message:
  ---
  Fix "save as..." into sif-format


  Commit: 02905bfe79b621eb1171a0a347da8bb179147338
  
https://github.com/synfig/synfig/commit/02905bfe79b621eb1171a0a347da8bb179147338
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-06-18 (Sat, 18 Jun 2016)

  Changed paths:
M ETL/ETL/_stringf.h

  Log Message:
  ---
  Fix etl::cleanup_path


  Commit: e34b3cd82c747465ede64c5f0f1aa8b1d51ddb28
  
https://github.com/synfig/synfig/commit/e34b3cd82c747465ede64c5f0f1aa8b1d51ddb28
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-06-18 (Sat, 18 Jun 2016)

  Changed paths:
M ETL/ETL/_stringf.h
M synfig-core/src/modules/lyr_freetype/lyr_freetype.cpp
M synfig-core/src/modules/lyr_std/import.cpp
M synfig-core/src/modules/lyr_std/import.h
M synfig-core/src/modules/mod_bmp/mptr_bmp.cpp
M synfig-core/src/modules/mod_imagemagick/mptr_imagemagick.cpp
M synfig-core/src/modules/mod_jpeg/mptr_jpeg.cpp
M synfig-core/src/modules/mod_png/mptr_cairo_png.cpp
M synfig-core/src/modules/mod_png/mptr_png.cpp
M synfig-core/src/modules/mod_svg/layer_svg.cpp
M synfig-core/src/synfig/Makefile.am
M synfig-core/src/synfig/cairolistimporter.cpp
M synfig-core/src/synfig/canvas.cpp
M synfig-core/src/synfig/canvas.h
A synfig-core/src/synfig/canvasfilenaming.cpp
A synfig-core/src/synfig/canvasfilenaming.h
M synfig-core/src/synfig/debug/debugsurface.cpp
M synfig-core/src/synfig/filecontainer.cpp
M synfig-core/src/synfig/filecontainer.h
R synfig-core/src/synfig/filecontainertemporary.cpp
R synfig-core/src/synfig/filecontainertemporary.h
M synfig-core/src/synfig/filecontainerzip.cpp
M synfig-core/src/synfig/filecontainerzip.h
M synfig-core/src/synfig/filesystem.cpp
M synfig-core/src/synfig/filesystem.h
M synfig-core/src/synfig/filesystemgroup.cpp
M synfig-core/src/synfig/filesystemgroup.h
M synfig-core/src/synfig/filesystemnative.cpp
M synfig-core/src/synfig/filesystemnative.h
A synfig-core/src/synfig/filesystemtemporary.cpp
A synfig-core/src/synfig/filesystemtemporary.h
M synfig-core/src/synfig/layers/layer_sound.cpp
M synfig-core/src/synfig/listimporter.cpp
M synfig-core/src/synfig/loadcanvas.cpp
M synfig-core/src/synfig/rendering/software/task/tasklayersw.cpp

Re: [Synfig-devl] Featured animation project : 4232 ?

2016-07-06 Thread Konstantin Dmitriev
2016-07-05 18:37 GMT+07:00  :
> Hello here,
>
> I propose to highlight the animation 4232 project to the synfig.org main page.
>
> Bazza, the guy behing this project is kind of very active on the forum and 
> the wiki.
> He also have done a set of tools (nux scripts) to help animator work.
>
> What do you think?
>
> cheers
>
> 4232 project annouce : 
> http://www.synfig.org/forums/viewtopic.php?f=1=10078#p31954
> Quinema set of tools : https://github.com/4232/quinema/wiki/README.en

Hello!

I will be happy to highlight his project on the frontpage. For that he
need to provide the 250x250 banner image and link (actually, height
can be smaller than 250px).

Best Regards,
Konstantin

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 881851: Bump version number (1.1.11)

2016-08-08 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 881851881c38da375fef17016bc05d096505f85c
  
https://github.com/synfig/synfig/commit/881851881c38da375fef17016bc05d096505f85c
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
M synfig-core/configure.ac
M synfig-studio/configure.ac

  Log Message:
  ---
  Bump version number (1.1.11)


--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] AppData additions required for the software center

2017-02-12 Thread Konstantin Dmitriev
Hello Richard!

Thank you for dropping a note. The AppData file for Synfig is updated now.

Best Regards,
Konstantin

2016-08-10 17:27 GMT+07:00 Richard Hughes (semi-automated)
:
> Hi again!
>
> First, apologies for the direct email. I'm emailing you directly as you've 
> been listed as the update contact in one or more AppData files.
>
> We've been busy building an awesome software center, and we've been adding 
> more and more metadata fields that upstream authors can set. The software 
> center is now being used in Fedora, Opensuse, Ubuntu, Debian and Arch, with 
> many millions of happy users.
>
> Some of the newest features include a way to make it easy for translators to 
> contribute new translations of your applications by specifying a URL in the 
> synfigstudio.appdata.xml AppData file that tells them where to start looking. 
> This can be specified by adding:
>
> http://the-web-site-with-translation-instructions/
>
> Another useful tag to add is to tell end-users where to donate, for instance:
>
> http://www.gnome.org/friends/
>
> If it's been some time since you updated the AppData file (and hey, you've 
> got an app to write!) you can get add the latest metadata fields by doing 
> `appstream-util upgrade synfigstudio.appdata.xml` and then replacing any 
> FIXMEs in the file with actual data. We'll be putting more functionality into 
> the software center in the future that uses this extra data, but we need more 
> upstream software to opt-in before we can enable features, for instance, 
> providing a button for users to donate to specific apps.
>
> You can also use `appstream-util validate-relax` on your AppData file to 
> check the various fields meet our style guidelines. If you disagree with any 
> of the validation warnings, please let me know!
>
> Of course, you don't have to do a release with these enhancements straight 
> away, and if you have a stable branch it would be a good thing to backport 
> this as well if it does not add translated strings or you have no string 
> freeze policy.
>
> When you've changed the file(s) and committed, please email me back and I'll 
> mark your application as completed. If you don't want to hear from me ever 
> again just edit the  in the AppData file and change it to 
> somebody else. I'm not planning on emailing more than once every 6 months, so 
> don't worry about me spamming you with even more work to do.
>
> Thanks,
>
> Richard
>
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. http://sdm.link/zohodev2dev
> ___
> Synfig-devl mailing list
> Synfig-devl@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synfig-devl



-- 
http://morevnaproject.org/

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Website Download Link

2017-01-18 Thread Konstantin Dmitriev
2017-01-16 15:30 GMT+07:00 Carlos López González :
> Hi!
> I think that there should be a "download" menu at the top of the main site
> of the webpage which redirects to you to the near-scroll-down section of the
> page. One new user that visit first time the website, doesn't find the
> download link or button at first view, which is not good, IMHO.
>
> Cheers
>
> PS: Using Firefox 50.1.0 on a 1280x1024 monitor over Windows XP

Hello Carlos!

THe synfig.org website is community-editable via github -
https://morevnaproject.org/2016/12/23/synfig-frontpage-community-editable-now/
Please submit this issue here - https://github.com/synfig/www.synfig.org/issues

Best Regards,
Konstantin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 43ea8c: OptimizerSurfaceConvert becomes more generic

2016-09-16 Thread Konstantin Dmitriev
62cb8116386c28a7d3f53ef2b8e6
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-06 (Tue, 06 Sep 2016)

  Changed paths:
M synfig-core/src/modules/mod_jpeg/mptr_jpeg.cpp
M synfig-core/src/modules/mod_jpeg/mptr_jpeg.h

  Log Message:
  ---
  Remove internal cache of JPEG-importer


  Commit: b4ec83f5d6bff7c2e3a350754a3cbf35123c4181
  
https://github.com/synfig/synfig/commit/b4ec83f5d6bff7c2e3a350754a3cbf35123c4181
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-06 (Tue, 06 Sep 2016)

  Changed paths:
M synfig-core/src/modules/mod_png/mptr_png.cpp
M synfig-core/src/modules/mod_png/mptr_png.h

  Log Message:
  ---
  Remove internal cache of PNG-importer


  Commit: cf5dccb5da2713b562bace0a899df298e3a5c358
  
https://github.com/synfig/synfig/commit/cf5dccb5da2713b562bace0a899df298e3a5c358
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

  Changed paths:
M synfig-core/src/synfig/color/colormatrix.cpp

  Log Message:
  ---
  Fix warning


  Commit: 7475afec798320740389eb64fda2db74e49be959
  
https://github.com/synfig/synfig/commit/7475afec798320740389eb64fda2db74e49be959
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

  Changed paths:
M synfig-core/src/synfig/zstreambuf.h

  Log Message:
  ---
  configure zstreambuf


  Commit: 2b738b02139b4939b81ee2c95e4918b14a70d5a4
  
https://github.com/synfig/synfig/commit/2b738b02139b4939b81ee2c95e4918b14a70d5a4
  Author: Ivan Mahonin <b...@icystar.com>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

  Changed paths:
M synfig-core/src/synfig/importer.cpp
M synfig-core/src/synfig/rendering/software/function/packedsurface.cpp

  Log Message:
  ---
  Optional gzip compression


  Commit: 67bcd790688dd21fbae6c079a52dcc350eeada2c
  
https://github.com/synfig/synfig/commit/67bcd790688dd21fbae6c079a52dcc350eeada2c
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
M ETL/ETL/_surface.h
M synfig-core/src/modules/lyr_std/import.cpp
M synfig-core/src/modules/mod_jpeg/mptr_jpeg.cpp
M synfig-core/src/modules/mod_jpeg/mptr_jpeg.h
M synfig-core/src/modules/mod_png/mptr_png.cpp
M synfig-core/src/modules/mod_png/mptr_png.h
M synfig-core/src/synfig/color/colormatrix.cpp
M synfig-core/src/synfig/importer.cpp
M synfig-core/src/synfig/layers/layer_bitmap.cpp
M synfig-core/src/synfig/layers/layer_bitmap.h
M synfig-core/src/synfig/layers/layer_composite.cpp
M synfig-core/src/synfig/real.h
M 
synfig-core/src/synfig/rendering/common/optimizer/optimizersurfaceconvert.cpp
M synfig-core/src/synfig/rendering/opengl/task/taskgl.h
M synfig-core/src/synfig/rendering/renderer.cpp
M synfig-core/src/synfig/rendering/renderqueue.cpp
M synfig-core/src/synfig/rendering/resource.cpp
M synfig-core/src/synfig/rendering/resource.h
M synfig-core/src/synfig/rendering/software/Makefile_insert
M synfig-core/src/synfig/rendering/software/function/Makefile_insert
A synfig-core/src/synfig/rendering/software/function/packedsurface.cpp
A synfig-core/src/synfig/rendering/software/function/packedsurface.h
A synfig-core/src/synfig/rendering/software/surfaceswpacked.cpp
A synfig-core/src/synfig/rendering/software/surfaceswpacked.h
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.cpp
M synfig-core/src/synfig/rendering/software/task/tasksurfaceresamplesw.h
M synfig-core/src/synfig/rendering/software/task/tasksw.h
M synfig-core/src/synfig/rendering/task.cpp
M synfig-core/src/synfig/rendering/task.h
M synfig-core/src/synfig/surface.h
M synfig-core/src/synfig/zstreambuf.cpp
M synfig-core/src/synfig/zstreambuf.h
M synfig-studio/src/gui/states/state_brush.cpp
M synfig-studio/src/synfigapp/actions/layercopy.cpp
M synfig-studio/src/synfigapp/actions/layerembed.cpp
M synfig-studio/src/synfigapp/actions/layerpaint.cpp
M synfig-studio/src/synfigapp/actions/layerpaint.h
M synfig-studio/src/synfigapp/instance.cpp
M synfig-studio/src/synfigapp/instance.h

  Log Message:
  ---
  Merge pull request #226 from blackwarthog/rendering

Reduce memory space required for imported images. Closes 
http://www.synfig.org/issues/thebuggenie/synfig/issues/154.


Compare: https://github.com/synfig/synfig/compare/b297b1b5ab0e...67bcd790688d--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] c1670f: Update translations

2016-10-06 Thread Konstantin Dmitriev
  Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: c1670f80408b64a06d164d4a33ca8bf21f891b6d
  
https://github.com/synfig/synfig/commit/c1670f80408b64a06d164d4a33ca8bf21f891b6d
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-10-06 (Thu, 06 Oct 2016)

  Changed paths:
M synfig-core/configure.ac
M synfig-core/po/c...@valencia.po
M synfig-core/po/es.po
A synfig-core/po/hi_IN.po
M synfig-core/po/ru.po
M synfig-studio/po/LINGUAS
M synfig-studio/po/c...@valencia.po
M synfig-studio/po/es.po
A synfig-studio/po/hi_IN.po

  Log Message:
  ---
  Update translations


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 385b04: Windows build: Bundle libpcre (if exists)

2016-11-08 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 385b044458b88b7972d828761107967dd854d19c
  
https://github.com/synfig/synfig/commit/385b044458b88b7972d828761107967dd854d19c
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
M autobuild/fedora-crosscompile-win.sh

  Log Message:
  ---
  Windows build: Bundle libpcre (if exists)


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


<    2   3   4   5   6   7   8   9   10   11   >