Carlos Lopez [Mon, 6 Sep 2010 15:36:06 +0000 (17:36 +0200)]
Suit a better value for the default scale for Link value nodes.
Carlos Lopez [Sat, 4 Sep 2010 09:56:58 +0000 (11:56 +0200)]
Fix the bug mentioned in the previous commit.
Now if tangent(s) is(are) animated then the the with more waypoints is preserved.
TODO: fix the normal Link action
Carlos Lopez [Sat, 4 Sep 2010 09:33:24 +0000 (11:33 +0200)]
Now, Value Desc Link Smart performs the Scale by 1.0 and connect the tangent properly.
Seems that there is a bug in the set param member because it doesn't respect
animated tangent value nodes and select it as candidate to convert to Scale when it should be preserved.
Carlos Lopez [Fri, 3 Sep 2010 18:36:36 +0000 (20:36 +0200)]
The value desc smart link now does the scale conversion.
Carlos Lopez [Fri, 3 Sep 2010 17:10:04 +0000 (19:10 +0200)]
New Value Description Smart Link action. It doesn't perform anything yet.
Carlos Lopez [Wed, 1 Sep 2010 18:03:06 +0000 (20:03 +0200)]
Add one extra parameter to Value Description (Scale) to allow distinguish tangent value nodes from BLine Points
Carlos Lopez [Wed, 1 Sep 2010 15:32:44 +0000 (17:32 +0200)]
Merge branch 'genete_static_values'
Carlos Lopez [Wed, 1 Sep 2010 15:31:58 +0000 (17:31 +0200)]
Suit better string for the set/unset static option for layer parameters
Carlos Lopez [Mon, 30 Aug 2010 19:45:33 +0000 (21:45 +0200)]
Allow sub parameters of Linkable Value Nodes to have the static option.
Carlos Lopez [Sun, 29 Aug 2010 16:55:42 +0000 (18:55 +0200)]
Rearrange conditions for export action and fix bug 2956710
Carlos Lopez [Sun, 29 Aug 2010 15:31:45 +0000 (17:31 +0200)]
Add parameter static option for rest of layers.
Carlos Lopez [Sun, 29 Aug 2010 08:19:19 +0000 (10:19 +0200)]
Fix possible crash when right click on a Paste Canvas Layer that doesn't have a canvas set
Carlos Lopez [Sun, 29 Aug 2010 08:17:42 +0000 (10:17 +0200)]
Add parameter static option for more layers
Carlos Lopez [Sun, 29 Aug 2010 08:14:32 +0000 (10:14 +0200)]
Add parameter static option for various layers
Carlos Lopez [Sun, 29 Aug 2010 08:13:58 +0000 (10:13 +0200)]
Fix IMPORT_AS macro to support set/get static parameter option.
Carlos Lopez [Sat, 28 Aug 2010 09:21:02 +0000 (11:21 +0200)]
Remove set and get parameter static members in inherited Layer classes since it is not needed.
Carlos Lopez [Sat, 28 Aug 2010 09:10:56 +0000 (11:10 +0200)]
Use map of static values indexed by parameter name instead of the macros and the individual static members.
Carlos Lopez [Sat, 28 Aug 2010 08:44:33 +0000 (10:44 +0200)]
Use new method for static options in Layer Composite
Carlos Lopez [Sat, 28 Aug 2010 08:44:06 +0000 (10:44 +0200)]
Suit a better way to set/get static parameter option and to fill the static option.
Carlos Lopez [Thu, 26 Aug 2010 22:32:45 +0000 (00:32 +0200)]
Use a map of static values instead of hard coded names.
Get the parameters names from the layer parameter vocabulary.
Carlos Lopez [Thu, 26 Aug 2010 16:43:49 +0000 (18:43 +0200)]
Allow static option for the Curve Warp Layer
Carlos Lopez [Thu, 26 Aug 2010 16:43:31 +0000 (18:43 +0200)]
Allow static option for the Radial Blur Layer
Carlos Lopez [Thu, 26 Aug 2010 16:17:57 +0000 (18:17 +0200)]
Allow static option for the Blur Layer parameters
Carlos Lopez [Thu, 26 Aug 2010 16:17:31 +0000 (18:17 +0200)]
Remove under score from the z_depth parameter to allow use the macros properly
Carlos Lopez [Thu, 26 Aug 2010 16:11:10 +0000 (18:11 +0200)]
Include invert static option I missed before.
Carlos Lopez [Thu, 26 Aug 2010 15:52:55 +0000 (17:52 +0200)]
Rename z_depth_static to z_depth__static to make proper use of the macros.
Fix load z_depth_ static option properly
Carlos Lopez [Thu, 26 Aug 2010 15:11:37 +0000 (17:11 +0200)]
Rename ratio to frequency and don't use the frames per second because it is not needed.
Frequency is more intuitive and allows to achieve steady strobe (no movement) setting it to zero.
Using ratio it would need to set it to infinite to obtain a steady strobe.
Carlos Lopez [Wed, 25 Aug 2010 15:15:59 +0000 (17:15 +0200)]
New Stroboscope layer. Patch from Ray Frederikson
Carlos Lopez [Wed, 25 Aug 2010 14:24:02 +0000 (16:24 +0200)]
Apply patch #2958077. Fix incorrect FPS interpolation in ListImporter.
Thanks to Ray Frederikson
Carlos Lopez [Tue, 24 Aug 2010 16:33:06 +0000 (18:33 +0200)]
Allow save and load the rest of types except list and blinepoint
Carlos Lopez [Tue, 24 Aug 2010 16:19:49 +0000 (18:19 +0200)]
Missed initialization
Carlos Lopez [Tue, 24 Aug 2010 16:08:52 +0000 (18:08 +0200)]
Fix time offset parameter static option
Carlos Lopez [Tue, 24 Aug 2010 16:08:35 +0000 (18:08 +0200)]
Inline Canvases cannot be static or not static as they depends on the layers below.
Carlos Lopez [Tue, 24 Aug 2010 15:41:19 +0000 (17:41 +0200)]
Enable load static option to the canvas parameter
Carlos Lopez [Tue, 24 Aug 2010 15:17:03 +0000 (17:17 +0200)]
As Paste Canvas Layer doesn't use IMPORT macro it is needed to set the static option manually.
Carlos Lopez [Tue, 24 Aug 2010 15:03:55 +0000 (17:03 +0200)]
Save static option for canvas parameter
Carlos Lopez [Sun, 22 Aug 2010 19:10:52 +0000 (21:10 +0200)]
Load and save canvas now understand load and save static option for real value base.
It is pending all the rest of value base types.
Carlos Lopez [Sun, 22 Aug 2010 10:44:09 +0000 (12:44 +0200)]
Set z depth static value to false by default in Layer class.
Previously was unset and get random values.
So this fix the "random static on zdepth" bug.
Carlos Lopez [Sun, 22 Aug 2010 10:04:10 +0000 (12:04 +0200)]
When setting a parameter in Layer Composite keep the static values of the given Value Base.
Carlos Lopez [Sun, 22 Aug 2010 10:03:03 +0000 (12:03 +0200)]
Use macro to import z depth parameter for homogeneity.
Carlos Lopez [Sat, 21 Aug 2010 11:35:09 +0000 (13:35 +0200)]
Allow paste canvas layer to have static parameters.
Children lock is static by default
Carlos Lopez [Sat, 21 Aug 2010 11:34:42 +0000 (13:34 +0200)]
Allow motion blur layer to have static parameters
Carlos Lopez [Sat, 21 Aug 2010 11:04:11 +0000 (13:04 +0200)]
Make bitmap layer parameters to be able set static
Carlos Lopez [Sat, 21 Aug 2010 11:03:38 +0000 (13:03 +0200)]
Use macros for circle layer
Carlos Lopez [Sat, 21 Aug 2010 11:03:16 +0000 (13:03 +0200)]
Better indentation
Carlos Lopez [Sat, 21 Aug 2010 11:02:52 +0000 (13:02 +0200)]
Fix value node constant bug that did not keep static values as static after being modified.
Carlos Lopez [Sat, 21 Aug 2010 09:17:41 +0000 (11:17 +0200)]
Use macros for the get static and set static members
Carlos Lopez [Fri, 20 Aug 2010 18:20:54 +0000 (20:20 +0200)]
Allow manipulate circle parameters in animation mode and do not create any waypoint if the parameter is static.
Pending save load canvas.
Do it for the rest of layers
Carlos Lopez [Fri, 20 Aug 2010 16:03:35 +0000 (18:03 +0200)]
Add LayerParamSetStatic and LayerParamUnSetStatic actions.
They work only only on Layer, Layer_Composite and Circle classes.
It is pending check its functionality and extend to rest of layers parameters.
By default blend_method for Composite and invert and falloff for circles are
now static when creating a new layer.
Carlos Lopez [Thu, 19 Aug 2010 07:58:36 +0000 (09:58 +0200)]
Add Static option for Constant Value Nodes and the corresponding action to set and unset static.
Pending:
Save and load static status.
Add static option actions for layer parameters.
Carlos Lopez [Tue, 17 Aug 2010 14:53:18 +0000 (16:53 +0200)]
Documentation and code clean for value.h and value.cpp
Carlos Lopez [Tue, 17 Aug 2010 13:25:09 +0000 (15:25 +0200)]
Merge branch 'master' into genete_core_review
Carlos Lopez [Tue, 17 Aug 2010 13:22:12 +0000 (15:22 +0200)]
Better icon for Load Default Palette action in Palette Dock. Patch from Yu Chen (jcome)
Carlos Lopez [Tue, 17 Aug 2010 13:21:21 +0000 (15:21 +0200)]
Rename Points to Balls in the MetaBalls Layer. Patch form Yu Chen (jcome)
Carlos Lopez [Sun, 8 Aug 2010 10:17:02 +0000 (12:17 +0200)]
Add "By Layer Default" blend method to the Toolbox Defaults widget.
It allows the user let the layer itself use the blend method defined by the layer by default.
For example, blur layer uses Straight blend method by default and Bevel uses Onto.
The default blend methods by layer can be discussed or changed later.
Carlos Lopez [Thu, 5 Aug 2010 16:58:04 +0000 (18:58 +0200)]
New icons for layer, rectangle, filled rectangle, linear gradient and gradient tool. Patch from Yu Chen (jcome)
Carlos Lopez [Thu, 5 Aug 2010 16:55:45 +0000 (18:55 +0200)]
Simplified Chinese translation for Synfig Studio and Synfig Core. Thanks to Yu Chen (jcome)
Carlos Lopez [Thu, 29 Jul 2010 17:32:03 +0000 (19:32 +0200)]
More documentation for target tile renderer.
Carlos Lopez [Thu, 29 Jul 2010 17:02:21 +0000 (19:02 +0200)]
Documentation for target_scanline.h
Carlos Lopez [Wed, 28 Jul 2010 17:25:15 +0000 (19:25 +0200)]
Documentation for the renddesc.h and clean up code for renddesc.cpp
Carlos Lopez [Wed, 28 Jul 2010 16:17:47 +0000 (18:17 +0200)]
Merge branch 'master' into genete_core_review
Carlos Lopez [Tue, 27 Jul 2010 15:27:27 +0000 (17:27 +0200)]
Documentation and clean of target.h and target.cpp
Carlos Lopez [Tue, 27 Jul 2010 15:25:58 +0000 (17:25 +0200)]
Reformat SYNFIG_IMPORTER_MODULE_EXT to fit in a narrow space
Carlos Lopez [Mon, 26 Jul 2010 17:52:57 +0000 (19:52 +0200)]
Delete commented code and add some documentation.
Carlos Lopez [Mon, 26 Jul 2010 17:18:24 +0000 (19:18 +0200)]
Remove unused code for savecanvas.h and savecanvas.cpp
Carlos Lopez [Mon, 26 Jul 2010 16:21:57 +0000 (18:21 +0200)]
update text layout of crash recovery dialog, and make the title "Crash Recovery" translatable.
Replace the dialog that info user to review and save the recovered files with WARNING style, because it is not an ERROR.
Patch thanks to Yu Chen (jcome)
Carlos Lopez [Mon, 26 Jul 2010 16:17:45 +0000 (18:17 +0200)]
Restore Layer Outline icon as it was before (as the width icon)
Carlos Lopez [Mon, 26 Jul 2010 15:20:07 +0000 (17:20 +0200)]
Fix duplicated undefine directive.
Carlos Lopez [Mon, 26 Jul 2010 15:18:26 +0000 (17:18 +0200)]
Layer icon files renaming. Patch thanks to Yu Chen (jcome)
Carlos Lopez [Sat, 24 Jul 2010 12:19:50 +0000 (14:19 +0200)]
Partial documentation for the savecanvas.h
Carlos Lopez [Sat, 24 Jul 2010 11:57:09 +0000 (13:57 +0200)]
Complete documentation for loadcanvas.h. Remove unused member declaration.
Carlos Lopez [Wed, 21 Jul 2010 16:35:10 +0000 (18:35 +0200)]
Partial documentation for loadcanvas.h
Carlos Lopez [Wed, 21 Jul 2010 14:54:42 +0000 (16:54 +0200)]
Move not used header to extra distribution section of make file.
Carlos Lopez [Tue, 20 Jul 2010 16:51:34 +0000 (18:51 +0200)]
Documentation for the Paste Canvas Layer
Carlos Lopez [Tue, 20 Jul 2010 16:51:13 +0000 (18:51 +0200)]
Improve documentation for the layer.h file
Carlos Lopez [Sun, 18 Jul 2010 19:02:20 +0000 (21:02 +0200)]
Partial documentation for the paste canvas layer
Carlos Lopez [Sun, 18 Jul 2010 18:48:01 +0000 (20:48 +0200)]
Documentation for the layer composite
Carlos Lopez [Sun, 18 Jul 2010 18:47:37 +0000 (20:47 +0200)]
Typo
Carlos Lopez [Sun, 18 Jul 2010 18:04:54 +0000 (20:04 +0200)]
Documentation for the context class
Carlos Lopez [Fri, 16 Jul 2010 16:52:56 +0000 (18:52 +0200)]
Fix bug #3029832 Time Offset parameter fails for multiple times imported files.
canvas->set time not only sets the time but also calls the canvas's context set_time.
There are bugs pending though. Live play produces bad renders on canvas window.
Output render is fine now.
Carlos Lopez [Tue, 13 Jul 2010 15:02:58 +0000 (17:02 +0200)]
More documentation for canvas.h
Carlos Lopez [Mon, 12 Jul 2010 16:11:35 +0000 (18:11 +0200)]
English Great Britain translation of Synfig and Synfig Studio. Thanks to Robert Readman
Carlos Lopez [Sat, 10 Jul 2010 10:30:14 +0000 (12:30 +0200)]
More documentation for canvas.h
Carlos Lopez [Fri, 9 Jul 2010 19:43:56 +0000 (21:43 +0200)]
Partial documentation for canvas.h
Carlos Lopez [Fri, 9 Jul 2010 19:20:03 +0000 (21:20 +0200)]
More documentation for Value Node Animated
Carlos Lopez [Mon, 5 Jul 2010 16:14:11 +0000 (18:14 +0200)]
Documentation for Value Node Animated
Carlos Lopez [Mon, 5 Jul 2010 15:11:35 +0000 (17:11 +0200)]
Remove unused code.
* binary_find is implemented in ETC/misc.h.
* Remove code that use old distance calculation.
* Remove code once the const cast is used for const members.
Carlos Lopez [Sun, 4 Jul 2010 17:32:28 +0000 (19:32 +0200)]
Documentation for Waypoint class
Carlos Lopez [Wed, 30 Jun 2010 17:45:03 +0000 (19:45 +0200)]
More Documentation
Carlos Lopez [Wed, 30 Jun 2010 17:05:15 +0000 (19:05 +0200)]
Do not limit the máximum bitrate to 1000.
Carlos Lopez [Wed, 30 Jun 2010 16:46:13 +0000 (18:46 +0200)]
Merge branch 'master' into genete_core_review
Carlos Lopez [Wed, 30 Jun 2010 16:32:09 +0000 (18:32 +0200)]
Merge branch 'nikitakit_master'
Carlos Lopez [Wed, 23 Jun 2010 18:11:37 +0000 (20:11 +0200)]
Rename "Z" column to "Icon", make it not reorderable and make "Name" column resizable. Clean up and remove not used code.
Carlos Lopez [Wed, 23 Jun 2010 17:32:54 +0000 (19:32 +0200)]
Fix typo
Carlos Lopez [Wed, 23 Jun 2010 17:31:07 +0000 (19:31 +0200)]
Adapt the api.sh script to be run in a cron job within tuxfamily shell.
Carlos Lopez [Sun, 20 Jun 2010 19:40:38 +0000 (21:40 +0200)]
Documentation
Carlos Lopez [Sun, 20 Jun 2010 19:40:09 +0000 (21:40 +0200)]
Clean not used code. This code has been disabled since 2005-04-19 so it is not being developed
Carlos Lopez [Sun, 20 Jun 2010 16:21:08 +0000 (18:21 +0200)]
More documentation
Carlos Lopez [Sun, 20 Jun 2010 16:08:42 +0000 (18:08 +0200)]
Documentation
Carlos Lopez [Sun, 20 Jun 2010 15:49:12 +0000 (17:49 +0200)]
Indentation for better reading