Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-24 Thread Konstantin Dmitriev
Hi! I have fixed all compilation issues happening on OSX 64bit. Should be fine now. See https://github.com/synfig/synfig/pull/62 K. 2013/9/14 Ivan Mahonin b...@icystar.com: Yes, yes. Work in process. I forgot to mention: I still having a warning that I don't know how to fix:

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-14 Thread Carlos López González
I've fixed the build in OSX. Please checkout master branch to see if it builds. Be sure that you completely clean your local repository before full rebuild. https://github.com/synfig/synfig/commit/6aadbfa58a774840ab279b9eb6824c65f5a95817 Cheers! 2013/9/12 Carlos López González genet...@gmail.com

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-14 Thread Ivan Mahonin
Yes, yes. Work in process. I forgot to mention: I still having a warning that I don't know how to fix: filecontainerzip.cpp: In static member function 'static size_t synfig::FileContainerZip_InternalStructs::LocalFileHeaderOverwrite::offset_from_header()': filecontainerzip.cpp:137: warning:

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-12 Thread Konstantin Dmitriev
Hi! 2013/9/11 Carlos López González genet...@gmail.com: Hi, I have several troubles when building the latest master branch on OSX. 1) 'friend' keyword needs the class keyword in the following files: filecontainer.h, file containezip.h and filesystemnative.h. I fixed that and continue

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-12 Thread Carlos López González
2013/9/12 Konstantin Dmitriev ksee.zelga...@gmail.com Hi! 2013/9/11 Carlos López González genet...@gmail.com: Hi, I have several troubles when building the latest master branch on OSX. 1) 'friend' keyword needs the class keyword in the following files: filecontainer.h, file

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Carlos López González
Hi, I have several troubles when building the latest master branch on OSX. 1) 'friend' keyword needs the class keyword in the following files: filecontainer.h, file containezip.h and filesystemnative.h. I fixed that and continue compiling. 2) I have the following error during core build:

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Carlos López González
I've found a bug that prevents build windows version with the latest master at commit decb4ee. savecanvas.cpp:1037:40: error: 'filename' was not declared in this scope I've fixed it locally and doing a full rebuild now. Expect a patch for master soon. 2013/9/2 Carlos López González

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Konstantin Dmitriev
11.09.2013 4:54 пользователь Carlos López González genet...@gmail.com написал: Hi, I have several troubles when building the latest master branch on OSX. 1) 'friend' keyword needs the class keyword in the following files: filecontainer.h, file containezip.h and filesystemnative.h. I fixed that

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-10 Thread Carlos López González
Commited. Carlos 2013/9/11 Konstantin Dmitriev ksee.zelga...@gmail.com 11.09.2013 4:54 пользователь Carlos López González genet...@gmail.com написал: Hi, I have several troubles when building the latest master branch on OSX. 1) 'friend' keyword needs the class keyword in the

Re: [Synfig-devl] Release of 0.64.1

2013-09-02 Thread Carlos López González
Hi! I've review the commit and looks fine to me. Please send a pull request and I'll be glad to merge it to master. A single commit that makes many! Cheers! 2013/9/1 d/j/a/y is free d.j@free.fr Hello i near to have something revelant to share about synchro of selected keyframe between

Re: [Synfig-devl] Release of 0.64.1

2013-09-02 Thread d/j/a/y is free
Le 02/09/2013 08:14, Carlos López González a écrit : Hi! I've review the commit and looks fine to me. Please send a pull request and I'll be glad to merge it to master. A single commit that makes many! Cheers! Yop , Please do not merge now! i have detected a dead loop (who take end on seg

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-02 Thread d/j/a/y is free
Le 02/09/2013 10:28, d/j/a/y is free a écrit : Le 02/09/2013 08:14, Carlos López González a écrit : Hi! I've review the commit and looks fine to me. Yop , Please do not merge now! i have detected a dead loop (who take end on seg fault!) from my code ! i'm investigating ... About the commit

Re: [Synfig-devl] Release of 0.64.1 / keyframe synchro commit (still not done)

2013-09-02 Thread d/j/a/y is free
Keyframe synchro - deadloop progress : has_focus() test on KeyframeTree::on_selection_changed() + selected_kf = keyframe; before signal emission + some debug message https://github.com/d-j-a-y/synfig/commit/3da9919365fbc3bf4feecf8f3605607416c10c40 -- [##___l'urgent est remis a demain,

Re: [Synfig-devl] Release of 0.64.1

2013-09-01 Thread d/j/a/y is free
Hello i near to have something revelant to share about synchro of selected keyframe between dock timeline. part of : http://www.synfig.org/issues/thebuggenie/synfig/issues/458 + selected keyframe distinction + newkeyframe crash : get_window test (see forum

Re: [Synfig-devl] Release of 0.64.1

2013-09-01 Thread Carlos López González
Just push! El domingo, 1 de septiembre de 2013, d/j/a/y is free escribió: Hello i near to have something revelant to share about synchro of selected keyframe between dock timeline. part of : http://www.synfig.org/issues/thebuggenie/synfig/issues/458 + selected keyframe distinction +

Re: [Synfig-devl] Release of 0.64.1

2013-08-25 Thread Konstantin Dmitriev
Hi! Another feature to mention for the new release: * Bones (core implementation,experimental) 2013/8/24 Carlos López González genet...@gmail.com: Alright, got it. I would like to add one more thing: This time I would like to free myself from the responsibility of the release procedure. I

Re: [Synfig-devl] Release of 0.64.1

2013-08-23 Thread Carlos López González
Hi there! I've successfully finished and merged param-interpolation to master. I would like to start thinking on initiate the release procedure to include the latest additions. As lately the succession of news are changing the planned steps, maybe it would be good to think if the release would be

Re: [Synfig-devl] Release of 0.64.1

2013-08-23 Thread Konstantin Dmitriev
Hi! 2013/8/23 Carlos López González genet...@gmail.com: Hi there! I've successfully finished and merged param-interpolation to master. I would like to start thinking on initiate the release procedure to include the latest additions. As lately the succession of news are changing the planned

Re: [Synfig-devl] Release of 0.64.1

2013-08-23 Thread Carlos López González
Alright, got it. I would like to add one more thing: This time I would like to free myself from the responsibility of the release procedure. I would merge the branches but won't follow all the rest of steps of doing the release. The coming days will be very busy to me since I expect to have a

Re: [Synfig-devl] Release of 0.64.1

2013-08-10 Thread d/j/a/y is free
Hello all, 1) Konstantin/Ivan, for the Drag'n'drop isn't working on Winows maybe specifying GtkDestDefaults flags, and GdkDragAction actions for drag_dest_set ? (canvasview.cpp / L854 /

Re: [Synfig-devl] Release of 0.64.1

2013-08-10 Thread Ivan Mahonin
I think is the problem with back-slashes in windows-paths. My final fixes in branch blackwarthog/import-by-drag-n-drop should to solve this problem. 1) Konstantin/Ivan, for the Drag'n'drop isn't working on Winows maybe specifying GtkDestDefaults flags, and GdkDragAction actions for

Re: [Synfig-devl] Release of 0.64.1

2013-08-08 Thread Konstantin Dmitriev
Hi, Carlos! I've tested the fix and it works for me! Thank you. ^__^ Also, I have tested the Windows build (my latest master branch) and have some not good news: 1. Resize bug happened for me 5 times in a row (for empty canvas!) O_O I suspect that was triggered by the high load of CPU during

Re: [Synfig-devl] Release of 0.64.1

2013-08-08 Thread Carlos López González
I'm worried about point 2. Is it only in windows or does it happen in Linux too? I don't notice it on debug build on Mac that is using non devel Cairo libraries. Maybe we shouldn't compile the Cairo libs? Better know the facts to put remedy on them! Cheers! El jueves, 8 de agosto de 2013,

Re: [Synfig-devl] Release of 0.64.1

2013-08-07 Thread Carlos López González
Hi! In my original post I talked from compare 20130803 to 20130731 the first downloaded from your dropbox link from the email of August 3rd, and the second downloaded from sourceforge (I think that you messed up the quote of my original post). If 20130803 has debug symbols, it is the reason for

Re: [Synfig-devl] Release of 0.64.1

2013-08-07 Thread Carlos López González
I lied. The 20130731 is NOT from sourceforge but from your link at the forums: https://dl.dropboxusercontent.com/u/15516795/synfigstudio-0.64.0-20130731.exe and it HAS debug symbols. Also, the 20130803 comes from this link (forum link):

Re: [Synfig-devl] Release of 0.64.1

2013-08-07 Thread Konstantin Dmitriev
2013/8/7 Carlos López González genet...@gmail.com: I lied. The 20130731 is NOT from sourceforge but from your link at the forums: https://dl.dropboxusercontent.com/u/15516795/synfigstudio-0.64.0-20130731.exe and it HAS debug symbols. Also, the 20130803 comes from this link (forum link):

Re: [Synfig-devl] Release of 0.64.1

2013-08-07 Thread Konstantin Dmitriev
Unfortunately, today I found that the duck priority bug is still there - http://www.synfig.org/issues/thebuggenie/synfig/issues/461#comment_1303 K. -- http://morevnaproject.org/ -- Get 100% visibility into Java/.NET

Re: [Synfig-devl] Release of 0.64.1

2013-08-07 Thread Carlos López González
I think it still has solution just increasing the epsilon value. I'll take a look as soon as possible. El 07/08/2013 13:29, Konstantin Dmitriev ksee.zelga...@gmail.com escribió: Unfortunately, today I found that the duck priority bug is still there -

Re: [Synfig-devl] Release of 0.64.1

2013-08-06 Thread Konstantin Dmitriev
2013/8/5 Carlos López González genet...@gmail.com: I've just installed the latest version for windows(0.64.0-20130731). I've noticed that the Cairo render has get down in speed considerably :( Has anyone noticed that too? (specially in other platforms than windows). I've not created Mac or

Re: [Synfig-devl] Release of 0.64.1

2013-08-05 Thread Carlos López González
I've just installed the latest version for windows(20130803). I've noticed that the Cairo render has get down in speed considerably :( Has anyone noticed that too? (specially in other platforms than windows). I've not created Mac or Linux binaries for the development version, though. To see the

Re: [Synfig-devl] Release of 0.64.1

2013-08-03 Thread d/j/a/y is free
Hello all, Once finished the code should be frozen to start the 0.64.1 release procedure. I have hardware trouble on my synfig dev' computer ... I hope i can resolve that, before the ice come on the code, to share my modest contribs. 0.64.0-win branch is ready to be merged into master. Very

Re: [Synfig-devl] Release of 0.64.1

2013-08-03 Thread Konstantin Dmitriev
2013/8/3 Carlos López González genet...@gmail.com: Ok, merged. Have you tested to run the build scripts onto the current merged branch? It would confirm if we can build 0.64.1 for windows easily. Cheers! Hi! I have tested the script today - compiles fine! Here's the built snapshot:

Re: [Synfig-devl] Release of 0.64.1

2013-08-03 Thread Konstantin Dmitriev
2013/8/3 Konstantin Dmitriev ksee.zelga...@gmail.com: 2013/8/3 Carlos López González genet...@gmail.com: Ok, merged. Have you tested to run the build scripts onto the current merged branch? It would confirm if we can build 0.64.1 for windows easily. Cheers! Hi! I have tested the script

Re: [Synfig-devl] Release of 0.64.1

2013-08-02 Thread Carlos López González
Hi! I've rebased master onto the 'remove_unused', bug#450 and bug#461. You can pull request to rebase your changes onto master. I'll continue working on param-interpolation and it will be rebased onto 0.64.0-win once merged. Cheers! 2013/8/1 Konstantin Dmitriev ksee.zelga...@gmail.com 2013/8/1

Re: [Synfig-devl] Release of 0.64.1

2013-08-02 Thread Konstantin Dmitriev
2013/8/2 Carlos López González genet...@gmail.com: Hi! I've rebased master onto the 'remove_unused', bug#450 and bug#461. You can pull request to rebase your changes onto master. I'll continue working on param-interpolation and it will be rebased onto 0.64.0-win once merged. Cheers! Great!

Re: [Synfig-devl] Release of 0.64.1

2013-08-02 Thread Carlos López González
Ok, merged. Have you tested to run the build scripts onto the current merged branch? It would confirm if we can build 0.64.1 for windows easily. Cheers! 2013/8/2 Konstantin Dmitriev ksee.zelga...@gmail.com 2013/8/2 Carlos López González genet...@gmail.com: Hi! I've rebased master onto the

Re: [Synfig-devl] Release of 0.64.1

2013-08-01 Thread Konstantin Dmitriev
2013/8/1 Carlos López González genet...@gmail.com: Hi! Thanks to the aid from Zelgadis I have been able to properly rebase param-interoplation onto master (everything on my repository). Those two branches (master and param interpolation) are fast forward from synfig remote master. So please

[Synfig-devl] Release of 0.64.1

2013-07-31 Thread Carlos López González
Hi! Thanks to the aid from Zelgadis I have been able to properly rebase param-interoplation onto master (everything on my repository). Those two branches (master and param interpolation) are fast forward from synfig remote master. So please continue working on your branches and once done please