Re: [Synfig-devl] New release is near

2012-03-16 Thread Zelgadis
Hi! 17 марта 2012 г. 1:21 пользователь Carlos Lopez Gonzalez написал: > The problem is that there is not api to find one action based on the > keyboard event registered in the Gtk::AccelMap. > The only api we have is > here: http://developer.gnome.org/gtkmm/stable/namespaceGtk_1_1AccelMap.html >

[Synfig-devl] [ synfig-Patches-3505969 ] GIMP palette load with gamma correction.

2012-03-16 Thread SourceForge . net
Patches item #3505969, was opened at 2012-03-16 03:37 Message generated for change (Comment added) made by berteh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3505969&group_id=144022 Please note that this message will contain a full copy of the comment

Re: [Synfig-devl] Diego Barrios Romero : Unused variable commented out

2012-03-16 Thread Nikita Kitaev
2012/3/16 Denis Washington : > > Again, why not move all commented-out code into a separate branch? This > gives us the best of both worlds. > > Regards, > Denis As Diego said, cross-merges wouldn't work. Depending on how we set it up, either merging master into this separate branch will delete all

Re: [Synfig-devl] Diego Barrios Romero : Unused variable commented out

2012-03-16 Thread Denis Washington
Am 16.03.2012 08:48, schrieb Zelgadis: 16 марта 2012 г. 1:20 пользователь Diego Barrios Romero написал: Actually going through the comments and analyzing them takes a lot of effort. I tried doing that in synfig-studio but eventually lost momentum. Perhaps it's worth it to just delete all of t

Re: [Synfig-devl] New release is near

2012-03-16 Thread Carlos Lopez Gonzalez
The problem is that there is not api to find one action based on the keyboard event registered in the Gtk::AccelMap. The only api we have is here: http://developer.gnome.org/gtkmm/stable/namespaceGtk_1_1AccelMap.html As you can see the only way to know the accel keys stored is saving it to file

[Synfig-devl] Diego Barrios Romero : Pixel format color transformation correction

2012-03-16 Thread root
Author: Diego Barrios Romero Date: Thu Mar 15 20:55:07 2012 +0100 Pixel format color transformation correction The methods SetZ and GetZ don't exist and haven't ever existed as far as the repository history goes. Whoever corrected the lines forgot to delete the pointer in the increments ---

[Synfig-devl] Diego Barrios Romero : Merge branch 'master' into eldruin_clang_fixes

2012-03-16 Thread root
Author: Diego Barrios Romero Date: Fri Mar 16 17:10:44 2012 +0100 Merge branch 'master' into eldruin_clang_fixes --- -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net

[Synfig-devl] Diego Barrios Romero : Merge branch 'master' into eldruin_gimp_palette

2012-03-16 Thread root
Author: Diego Barrios Romero Date: Fri Mar 16 17:08:44 2012 +0100 Merge branch 'master' into eldruin_gimp_palette --- -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.ne

Re: [Synfig-devl] New release is near

2012-03-16 Thread Zelgadis
Hi! 16 марта 2012 г. 15:09 пользователь David Rylander написал: > I agree that it should be fixed but I do not agree with you that it > should be done one by one by request. ... > If we set which keys should be handled one by one we go in the other > direction, heavily narrowing down the users fl

[Synfig-devl] [ synfig-Patches-3505969 ] GIMP palette load with gamma correction.

2012-03-16 Thread SourceForge . net
Patches item #3505969, was opened at 2012-03-16 03:37 Message generated for change (Comment added) made by eldruin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3505969&group_id=144022 Please note that this message will contain a full copy of the commen

[Synfig-devl] Diego Barrios Romero : Reworked and applied patch #3505969. GIMP/ Inkscape palette load support.

2012-03-16 Thread root
Author: Diego Barrios Romero Date: Fri Mar 16 15:46:44 2012 +0100 Reworked and applied patch #3505969. GIMP/Inkscape palette load support. Thanks to Bertrand Grégoire! --- synfig-core/src/synfig/palette.cpp | 112 ++-- 1 files changed, 93 insertions(+), 19 de

[Synfig-devl] [ synfig-Patches-3505969 ] GIMP palette load with gamma correction.

2012-03-16 Thread SourceForge . net
Patches item #3505969, was opened at 2012-03-16 03:37 Message generated for change (Settings changed) made by eldruin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3505969&group_id=144022 Please note that this message will contain a full copy of the com

[Synfig-devl] [ synfig-Patches-3505969 ] GIMP palette load with gamma correction.

2012-03-16 Thread SourceForge . net
Patches item #3505969, was opened at 2012-03-16 03:37 Message generated for change (Comment added) made by berteh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3505969&group_id=144022 Please note that this message will contain a full copy of the comment

[Synfig-devl] [ synfig-Patches-3505476 ] added support for GIMP Palette import

2012-03-16 Thread SourceForge . net
Patches item #3505476, was opened at 2012-03-15 12:53 Message generated for change (Comment added) made by berteh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3505476&group_id=144022 Please note that this message will contain a full copy of the comment

[Synfig-devl] [ synfig-Patches-3505969 ] updated with gamma correction.

2012-03-16 Thread SourceForge . net
Patches item #3505969, was opened at 2012-03-16 03:37 Message generated for change (Tracker Item Submitted) made by berteh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757418&aid=3505969&group_id=144022 Please note that this message will contain a full copy of th

Re: [Synfig-devl] New release is near

2012-03-16 Thread Carlos Lopez Gonzalez
Hi! Zelgadis, Rylleman is right. Let me explain a bit how does it work: The top window receives the keyboard event  (kb event) and I have written the code to decide who should handle the event before the default handler does the job for the main window. Usually, without my code, once that the mai

Re: [Synfig-devl] New release is near

2012-03-16 Thread David Rylander
I agree that it should be fixed but I do not agree with you that it should be done one by one by request. The reason it got messed up in the first place is a request (by me) to be able to use single key shortcuts which before was messing with field inputs. To have a much more flexibility on sett

Re: [Synfig-devl] New release is near

2012-03-16 Thread Zelgadis
16 марта 2012 г. 3:02 пользователь Carlos Lopez Gonzalez написал: > Hi! > I'm merging the latest modifications in the master branch of the git repo. > If you have one patch that you think it should go with the next release or > do you think that there are remaining bugs that are a must fix, please

Re: [Synfig-devl] Diego Barrios Romero : Unused variable commented out

2012-03-16 Thread Zelgadis
16 марта 2012 г. 1:20 пользователь Diego Barrios Romero написал: >>> >>> Actually going through the comments and analyzing them takes a lot of >>> effort. I tried doing that in synfig-studio but eventually lost >>> momentum. Perhaps it's worth it to just delete all of the stale code >>> in one pas