synfig.git
16 years agoRemoved a bunch more DEBUGPOINT()s.
dooglus [Sat, 12 Jan 2008 17:49:10 +0000 (17:49 +0000)]
Removed a bunch more DEBUGPOINT()s.

git-svn-id: http://svn.voria.com/code@1338 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemoved a DEBUGPOINT().
dooglus [Sat, 12 Jan 2008 17:48:49 +0000 (17:48 +0000)]
Removed a DEBUGPOINT().

git-svn-id: http://svn.voria.com/code@1337 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse 'Composite' for the first time the layers under a 'Duplicate' layer is rendered...
dooglus [Sat, 12 Jan 2008 17:06:37 +0000 (17:06 +0000)]
Use 'Composite' for the first time the layers under a 'Duplicate' layer is rendered, to allow other blend methods like "Add" to be used in the Duplicate layer itself.

git-svn-id: http://svn.voria.com/code@1336 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemoved a DEBUGPOINT().
dooglus [Sat, 12 Jan 2008 17:06:26 +0000 (17:06 +0000)]
Removed a DEBUGPOINT().

git-svn-id: http://svn.voria.com/code@1335 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemove some DEBUGPOINT()s.
dooglus [Sat, 12 Jan 2008 17:06:17 +0000 (17:06 +0000)]
Remove some DEBUGPOINT()s.

git-svn-id: http://svn.voria.com/code@1334 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemove some debugging printf() calls I left in accidentally in r1282.
dooglus [Sat, 12 Jan 2008 17:06:05 +0000 (17:06 +0000)]
Remove some debugging printf() calls I left in accidentally in r1282.

git-svn-id: http://svn.voria.com/code@1333 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow a better entry in the history dialog when renaming a layer.
dooglus [Sat, 12 Jan 2008 00:54:17 +0000 (00:54 +0000)]
Show a better entry in the history dialog when renaming a layer.

git-svn-id: http://svn.voria.com/code@1332 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoWhen optimize_layers() recreates Paste Canvas layers, it needs to make sure it copies...
dooglus [Fri, 11 Jan 2008 15:05:50 +0000 (15:05 +0000)]
When optimize_layers() recreates Paste Canvas layers, it needs to make sure it copies dynamic parameters if the Paste Canvas layer is being duplicated by a Duplicate layer.

git-svn-id: http://svn.voria.com/code@1331 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRearranged a bit, like for the Add ValueNode in r1299. Use type checking for the...
dooglus [Fri, 11 Jan 2008 10:43:49 +0000 (10:43 +0000)]
Rearranged a bit, like for the Add ValueNode in r1299.  Use type checking for the sub-parameters.

git-svn-id: http://svn.voria.com/code@1330 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd my copyright.
dooglus [Fri, 11 Jan 2008 10:43:37 +0000 (10:43 +0000)]
Add my copyright.

git-svn-id: http://svn.voria.com/code@1329 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse Layer::get_non_empty_description() instead of checking whether the description...
dooglus [Fri, 11 Jan 2008 10:11:39 +0000 (10:11 +0000)]
Use Layer::get_non_empty_description() instead of checking whether the description is empty in various places.

git-svn-id: http://svn.voria.com/code@1328 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd type checking for the Random ValueNode too.
dooglus [Fri, 11 Jan 2008 09:46:03 +0000 (09:46 +0000)]
Add type checking for the Random ValueNode too.

git-svn-id: http://svn.voria.com/code@1327 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd type checking to almost all the linkable ValueNodes.
dooglus [Fri, 11 Jan 2008 09:43:34 +0000 (09:43 +0000)]
Add type checking to almost all the linkable ValueNodes.

git-svn-id: http://svn.voria.com/code@1326 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse the new Layer::get_non_empty_description() method to show the description (or...
dooglus [Fri, 11 Jan 2008 09:43:21 +0000 (09:43 +0000)]
Use the new Layer::get_non_empty_description() method to show the description (or local name if empty) of the moved layer in the history dialog.

git-svn-id: http://svn.voria.com/code@1325 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDefine Layer::get_non_empty_description() which returns the layer's description if...
dooglus [Fri, 11 Jan 2008 09:43:10 +0000 (09:43 +0000)]
Define Layer::get_non_empty_description() which returns the layer's description if non-empty, else its generic local name.  This test was (and still is, currently) reproduced in several places.

git-svn-id: http://svn.voria.com/code@1324 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoSmall text change.
dooglus [Fri, 11 Jan 2008 03:10:13 +0000 (03:10 +0000)]
Small text change.

git-svn-id: http://svn.voria.com/code@1323 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoList the removed layers in the history dialog when removing layers.
dooglus [Fri, 11 Jan 2008 02:52:11 +0000 (02:52 +0000)]
List the removed layers in the history dialog when removing layers.

git-svn-id: http://svn.voria.com/code@1322 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow the 'active' and 'deactivate' messages with the layer name in quotes in the...
dooglus [Fri, 11 Jan 2008 02:51:58 +0000 (02:51 +0000)]
Show the 'active' and 'deactivate' messages with the layer name in quotes in the history dialog.

git-svn-id: http://svn.voria.com/code@1321 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow the layer name in the history dialog when adding a new layer from the 'new layer...
dooglus [Thu, 10 Jan 2008 23:22:51 +0000 (23:22 +0000)]
Show the layer name in the history dialog when adding a new layer from the 'new layer' menu.

git-svn-id: http://svn.voria.com/code@1320 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTidied up the appearance of the action local name as it appears in the history dialog.
dooglus [Thu, 10 Jan 2008 23:22:28 +0000 (23:22 +0000)]
Tidied up the appearance of the action local name as it appears in the history dialog.

git-svn-id: http://svn.voria.com/code@1319 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoMade a new ACTION_INIT_NO_GET_LOCAL_NAME macro for actions which want to define their...
dooglus [Thu, 10 Jan 2008 23:22:11 +0000 (23:22 +0000)]
Made a new ACTION_INIT_NO_GET_LOCAL_NAME macro for actions which want to define their own (changable) local names.

git-svn-id: http://svn.voria.com/code@1318 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoBreak the ValueNode 'bad type' error messages up so less translation needs doing.
dooglus [Thu, 10 Jan 2008 22:17:55 +0000 (22:17 +0000)]
Break the ValueNode 'bad type' error messages up so less translation needs doing.

git-svn-id: http://svn.voria.com/code@1317 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoMake the assert()s here look like the assert()s in all the other ValueNode definitions.
dooglus [Thu, 10 Jan 2008 19:02:09 +0000 (19:02 +0000)]
Make the assert()s here look like the assert()s in all the other ValueNode definitions.

git-svn-id: http://svn.voria.com/code@1316 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse translated versions of the type names everywhere other than in the .sif(z) files.
dooglus [Thu, 10 Jan 2008 18:57:13 +0000 (18:57 +0000)]
Use translated versions of the type names everywhere other than in the .sif(z) files.

git-svn-id: http://svn.voria.com/code@1315 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse the translated version of the type name in the parameter dialog.
dooglus [Thu, 10 Jan 2008 16:08:44 +0000 (16:08 +0000)]
Use the translated version of the type name in the parameter dialog.

git-svn-id: http://svn.voria.com/code@1314 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoPrototype to go with the last commit!
dooglus [Thu, 10 Jan 2008 16:08:36 +0000 (16:08 +0000)]
Prototype to go with the last commit!

git-svn-id: http://svn.voria.com/code@1313 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoNew static member ValueBase::type_local_name() to allow translation of type names.
dooglus [Thu, 10 Jan 2008 16:08:25 +0000 (16:08 +0000)]
New static member ValueBase::type_local_name() to allow translation of type names.

git-svn-id: http://svn.voria.com/code@1312 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoReturn the translation of the local layer name, rather than always using the English...
dooglus [Thu, 10 Jan 2008 14:18:14 +0000 (14:18 +0000)]
Return the translation of the local layer name, rather than always using the English version.

git-svn-id: http://svn.voria.com/code@1311 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDefine ValueBase::set() for type 'char *' as well as for 'const char *'.
dooglus [Thu, 10 Jan 2008 14:18:04 +0000 (14:18 +0000)]
Define ValueBase::set() for type 'char *' as well as for 'const char *'.

git-svn-id: http://svn.voria.com/code@1310 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdded the icon for type Time to the code. Sorted the INIT_STOCK_ICON lines for the...
dooglus [Thu, 10 Jan 2008 14:17:56 +0000 (14:17 +0000)]
Added the icon for type Time to the code. Sorted the INIT_STOCK_ICON lines for the types.

git-svn-id: http://svn.voria.com/code@1309 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoSorted the cases in studio::value_icon() into the same order as the types appear...
dooglus [Thu, 10 Jan 2008 14:17:47 +0000 (14:17 +0000)]
Sorted the cases in studio::value_icon() into the same order as the types appear in value.h.

git-svn-id: http://svn.voria.com/code@1308 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd my copyright notice, since I seem to have forgot it.
pabs [Thu, 10 Jan 2008 14:05:26 +0000 (14:05 +0000)]
Add my copyright notice, since I seem to have forgot it.

git-svn-id: http://svn.voria.com/code@1307 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd a new artists section to AUTHORS and add pxegeek there and move genete there
pabs [Thu, 10 Jan 2008 14:05:15 +0000 (14:05 +0000)]
Add a new artists section to AUTHORS and add pxegeek there and move genete there

git-svn-id: http://svn.voria.com/code@1306 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoMention genete in the README and AUTHORS after we added his time icon.
pabs [Thu, 10 Jan 2008 13:57:58 +0000 (13:57 +0000)]
Mention genete in the README and AUTHORS after we added his time icon.

git-svn-id: http://svn.voria.com/code@1305 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemoved a debugging printf().
dooglus [Thu, 10 Jan 2008 13:44:29 +0000 (13:44 +0000)]
Removed a debugging printf().

git-svn-id: http://svn.voria.com/code@1304 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd genete's new time icon.
dooglus [Thu, 10 Jan 2008 13:44:20 +0000 (13:44 +0000)]
Add genete's new time icon.

git-svn-id: http://svn.voria.com/code@1303 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoMade all the assert() lines which check the valuenode sub-parameter index range the...
dooglus [Thu, 10 Jan 2008 13:43:43 +0000 (13:43 +0000)]
Made all the assert() lines which check the valuenode sub-parameter index range the same.

git-svn-id: http://svn.voria.com/code@1302 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix bug that prevented the translations of actions showing up in the history dialog.
pabs [Thu, 10 Jan 2008 11:54:25 +0000 (11:54 +0000)]
Fix bug that prevented the translations of actions showing up in the history dialog.

git-svn-id: http://svn.voria.com/code@1301 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoMark some more strings for translation (thanks to genete)
pabs [Thu, 10 Jan 2008 11:30:44 +0000 (11:30 +0000)]
Mark some more strings for translation (thanks to genete)

git-svn-id: http://svn.voria.com/code@1300 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRearranged a bit. Use the new macro in valuenode.h introduced in the previous commit...
dooglus [Wed, 9 Jan 2008 13:09:29 +0000 (13:09 +0000)]
Rearranged a bit. Use the new macro in valuenode.h introduced in the previous commit. I'll make the same change to the other valuenodes next.

git-svn-id: http://svn.voria.com/code@1299 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd a macro to check the type of value before using it. This will be used by each...
dooglus [Wed, 9 Jan 2008 13:09:19 +0000 (13:09 +0000)]
Add a macro to check the type of value before using it. This will be used by each of the ValueNode classes.

git-svn-id: http://svn.voria.com/code@1298 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd a static same_type_as() member function so we can compare types even when we...
dooglus [Wed, 9 Jan 2008 13:09:09 +0000 (13:09 +0000)]
Add a static same_type_as() member function so we can compare types even when we don't have an instance of the ValueBase class.

git-svn-id: http://svn.voria.com/code@1297 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoMark some more strings for translation
pabs [Wed, 9 Jan 2008 00:40:33 +0000 (00:40 +0000)]
Mark some more strings for translation

git-svn-id: http://svn.voria.com/code@1296 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd Español translation by Carlos López González (genete)
pabs [Tue, 8 Jan 2008 23:30:38 +0000 (23:30 +0000)]
Add Español translation by Carlos López González (genete)

git-svn-id: http://svn.voria.com/code@1295 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoEspañol translation update from Carlos López González (Genete)
pabs [Tue, 8 Jan 2008 10:12:19 +0000 (10:12 +0000)]
Español translation update from Carlos López González (Genete)

git-svn-id: http://svn.voria.com/code@1294 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1866422: the polygon tool was broken by r1230. This fixes it.
dooglus [Tue, 8 Jan 2008 08:56:36 +0000 (08:56 +0000)]
Fix 1866422: the polygon tool was broken by r1230.  This fixes it.

git-svn-id: http://svn.voria.com/code@1293 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoBy default, set "Use current frame" in the render dialog to off.
pabs [Tue, 8 Jan 2008 07:07:44 +0000 (07:07 +0000)]
By default, set "Use current frame" in the render dialog to off.

git-svn-id: http://svn.voria.com/code@1292 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse the bugs page on the website instead of the tracker in the autoconf bugs argument...
pabs [Tue, 8 Jan 2008 01:22:00 +0000 (01:22 +0000)]
Use the bugs page on the website instead of the tracker in the autoconf bugs argument of AC_INIT

git-svn-id: http://svn.voria.com/code@1291 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse synfig.org instead of synfig.com
pabs [Tue, 8 Jan 2008 01:04:33 +0000 (01:04 +0000)]
Use synfig.org instead of synfig.com

git-svn-id: http://svn.voria.com/code@1290 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse synfig.org instead of synfig.com
pabs [Tue, 8 Jan 2008 01:00:10 +0000 (01:00 +0000)]
Use synfig.org instead of synfig.com

git-svn-id: http://svn.voria.com/code@1289 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse synfig.org instead of synfig.com
pabs [Tue, 8 Jan 2008 00:54:59 +0000 (00:54 +0000)]
Use synfig.org instead of synfig.com

git-svn-id: http://svn.voria.com/code@1288 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse UTF-8 encoding.
dooglus [Mon, 7 Jan 2008 22:28:32 +0000 (22:28 +0000)]
Use UTF-8 encoding.

git-svn-id: http://svn.voria.com/code@1287 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow the "Amount", "Blend Method" and "Z-Depth" parameters in the Duplicate layer...
dooglus [Mon, 7 Jan 2008 18:19:02 +0000 (18:19 +0000)]
Show the "Amount", "Blend Method" and "Z-Depth" parameters in the Duplicate layer.  Are they useful?

git-svn-id: http://svn.voria.com/code@1284 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAutomatically export the Index parameter of new Duplicate layers.
dooglus [Mon, 7 Jan 2008 18:06:03 +0000 (18:06 +0000)]
Automatically export the Index parameter of new Duplicate layers.

git-svn-id: http://svn.voria.com/code@1283 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't show the option of connecting to an existing Index parameter of the Duplicate...
dooglus [Mon, 7 Jan 2008 17:26:34 +0000 (17:26 +0000)]
Don't show the option of connecting to an existing Index parameter of the Duplicate layer.

git-svn-id: http://svn.voria.com/code@1282 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't show the 'Convert' sub-menu for Duplicate ValueNodes in the Children dialog.
dooglus [Mon, 7 Jan 2008 17:18:30 +0000 (17:18 +0000)]
Don't show the 'Convert' sub-menu for Duplicate ValueNodes in the Children dialog.

git-svn-id: http://svn.voria.com/code@1281 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't allow Duplicate ValueNodes in the Children dialog to be disconnected.
dooglus [Mon, 7 Jan 2008 16:46:36 +0000 (16:46 +0000)]
Don't allow Duplicate ValueNodes in the Children dialog to be disconnected.

git-svn-id: http://svn.voria.com/code@1280 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't allow the Index parameter of the Duplicate layer to be converted.
dooglus [Mon, 7 Jan 2008 16:08:40 +0000 (16:08 +0000)]
Don't allow the Index parameter of the Duplicate layer to be converted.

git-svn-id: http://svn.voria.com/code@1279 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't allow the Index parameter of the Duplicate layer to be disconnected.
dooglus [Mon, 7 Jan 2008 13:53:33 +0000 (13:53 +0000)]
Don't allow the Index parameter of the Duplicate layer to be disconnected.

git-svn-id: http://svn.voria.com/code@1278 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoWhen cloning a duplicate layer, always make a new 'Index' parameter, even if the...
dooglus [Mon, 7 Jan 2008 12:59:56 +0000 (12:59 +0000)]
When cloning a duplicate layer, always make a new 'Index' parameter, even if the cloned layer has it exported.  Otherwise we can get an infinite loop.

git-svn-id: http://svn.voria.com/code@1277 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdded 10 new files for translation.
dooglus [Mon, 7 Jan 2008 12:01:51 +0000 (12:01 +0000)]
Added 10 new files for translation.

git-svn-id: http://svn.voria.com/code@1276 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoSorted.
dooglus [Mon, 7 Jan 2008 12:01:44 +0000 (12:01 +0000)]
Sorted.

git-svn-id: http://svn.voria.com/code@1275 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix building the Win32 installer: update Win32 install scripts to remove versions...
pabs [Mon, 7 Jan 2008 01:59:36 +0000 (01:59 +0000)]
Fix building the Win32 installer: update Win32 install scripts to remove versions from the module dll filenames because r1261 added -avoid-version which changed all the filenames of the modules

git-svn-id: http://svn.voria.com/code@1274 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoInstall gettext 0.14.4 macros since earlier ones have a bug that disables NLS on...
pabs [Mon, 7 Jan 2008 01:50:20 +0000 (01:50 +0000)]
Install gettext 0.14.4 macros since earlier ones have a bug that disables NLS on amd64

git-svn-id: http://svn.voria.com/code@1273 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoInitialise 'old_version' to false.
dooglus [Sat, 5 Jan 2008 23:42:53 +0000 (23:42 +0000)]
Initialise 'old_version' to false.

git-svn-id: http://svn.voria.com/code@1272 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse a real type, not integer, for the "Duplicate" layer's index parameter.
dooglus [Sat, 5 Jan 2008 23:18:28 +0000 (23:18 +0000)]
Use a real type, not integer, for the "Duplicate" layer's index parameter.

git-svn-id: http://svn.voria.com/code@1271 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoHide the 'From Integer' convert type for now.
dooglus [Sat, 5 Jan 2008 23:18:19 +0000 (23:18 +0000)]
Hide the 'From Integer' convert type for now.

git-svn-id: http://svn.voria.com/code@1270 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't show 'Duplicate' in the Convert menu. The user doesn't need to see it, since...
dooglus [Sat, 5 Jan 2008 23:02:15 +0000 (23:02 +0000)]
Don't show 'Duplicate' in the Convert menu.  The user doesn't need to see it, since it's used automatically now.

git-svn-id: http://svn.voria.com/code@1269 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoWhen we create a 'Duplicate' layer, automatically have its parameter already converte...
dooglus [Sat, 5 Jan 2008 22:45:52 +0000 (22:45 +0000)]
When we create a 'Duplicate' layer, automatically have its parameter already converted to 'Duplicate' as well.

git-svn-id: http://svn.voria.com/code@1268 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd new convert types 'From Integer' and 'Duplicate' and new layer 'Duplicate'.
dooglus [Sat, 5 Jan 2008 21:51:25 +0000 (21:51 +0000)]
Add new convert types 'From Integer' and 'Duplicate' and new layer 'Duplicate'.

git-svn-id: http://svn.voria.com/code@1267 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdded code to catch an exception that is raised when we try using the Spanish transla...
dooglus [Sat, 5 Jan 2008 11:50:03 +0000 (11:50 +0000)]
Added code to catch an exception that is raised when we try using the Spanish translation of synfig-core (if there's an accented character in any of the layer category names, as in "Geometry" -> "Geometría").

git-svn-id: http://svn.voria.com/code@1266 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRevision r1262 included some changes I didn't intend to commit yet. This reverts...
dooglus [Thu, 3 Jan 2008 18:27:44 +0000 (18:27 +0000)]
Revision r1262 included some changes I didn't intend to commit yet.  This reverts them.  Revisions r1262 through r1264 don't build.

git-svn-id: http://svn.voria.com/code@1265 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoThe hardcoded string "Do Not Use" was being used in multiple places as the category...
dooglus [Thu, 3 Jan 2008 13:49:11 +0000 (13:49 +0000)]
The hardcoded string "Do Not Use" was being used in multiple places as the category for layers that shouldn't show up in the GUI menus.  Replaced it with a single #define'd string constant.  Also, there's no need to translate it, since the string is never displayed to the user.  Previously we were dependent upon the same translation for the string existing in both core and studio.

git-svn-id: http://svn.voria.com/code@1264 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse translated versions of the layers' local names and categories, like we do for...
dooglus [Thu, 3 Jan 2008 13:48:56 +0000 (13:48 +0000)]
Use translated versions of the layers' local names and categories, like we do for built-in layers.

git-svn-id: http://svn.voria.com/code@1263 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1862720: "libltdl library and headers out of sync" - applied patch by Daniel...
dooglus [Thu, 3 Jan 2008 02:03:50 +0000 (02:03 +0000)]
Fix 1862720: "libltdl library and headers out of sync" - applied patch by Daniel Macks.

git-svn-id: http://svn.voria.com/code@1262 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1862699: Specify "-avoid-version" for each of the modules. Fix by Daniel Macks.
dooglus [Wed, 2 Jan 2008 23:28:50 +0000 (23:28 +0000)]
Fix 1862699: Specify "-avoid-version" for each of the modules.  Fix by Daniel Macks.

git-svn-id: http://svn.voria.com/code@1261 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoMissed these two in the previous commit.
dooglus [Wed, 2 Jan 2008 23:26:28 +0000 (23:26 +0000)]
Missed these two in the previous commit.

git-svn-id: http://svn.voria.com/code@1260 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1862689: Replace "-L../../synfig -lsynfig" with "../../synfig/libsynfig.la" in...
dooglus [Wed, 2 Jan 2008 22:35:58 +0000 (22:35 +0000)]
Fix 1862689: Replace "-L../../synfig -lsynfig" with "../../synfig/libsynfig.la" in a bunch of Makefile.am files so that the correct version of the shared library is used.  Fix by Daniel Macks.

git-svn-id: http://svn.voria.com/code@1259 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoReformatted and alphabetized.
dooglus [Wed, 2 Jan 2008 20:11:48 +0000 (20:11 +0000)]
Reformatted and alphabetized.

git-svn-id: http://svn.voria.com/code@1258 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoHave the command line 'synfig' tool run 'setlocale()' whether or not gettext is avail...
dooglus [Tue, 1 Jan 2008 15:57:32 +0000 (15:57 +0000)]
Have the command line 'synfig' tool run 'setlocale()' whether or not gettext is available.

git-svn-id: http://svn.voria.com/code@1257 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't render the Radial Blur layer when quality is 10.
dooglus [Tue, 1 Jan 2008 14:51:53 +0000 (14:51 +0000)]
Don't render the Radial Blur layer when quality is 10.

git-svn-id: http://svn.voria.com/code@1256 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't render the Blur layer when quality is 10.
dooglus [Tue, 1 Jan 2008 14:51:43 +0000 (14:51 +0000)]
Don't render the Blur layer when quality is 10.

git-svn-id: http://svn.voria.com/code@1255 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDisable motion blur when quality=10. Draw 2 frames for q=9 and 3 frames for q=8.
dooglus [Tue, 1 Jan 2008 14:51:33 +0000 (14:51 +0000)]
Disable motion blur when quality=10. Draw 2 frames for q=9 and 3 frames for q=8.

git-svn-id: http://svn.voria.com/code@1254 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't render feathering of shapes (ie. outlines, regions, stars, polygons, etc) when...
dooglus [Tue, 1 Jan 2008 14:51:23 +0000 (14:51 +0000)]
Don't render feathering of shapes (ie. outlines, regions, stars, polygons, etc) when quality is 10.

git-svn-id: http://svn.voria.com/code@1253 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't render feathering of circles when quality is 10.
dooglus [Tue, 1 Jan 2008 14:51:13 +0000 (14:51 +0000)]
Don't render feathering of circles when quality is 10.

git-svn-id: http://svn.voria.com/code@1252 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDefault to quality 9. Quality 10 won't render feathers or blurs in an upcoming commit...
dooglus [Tue, 1 Jan 2008 14:51:04 +0000 (14:51 +0000)]
Default to quality 9. Quality 10 won't render feathers or blurs in an upcoming commit, which may be confusing as a default quality level.

git-svn-id: http://svn.voria.com/code@1251 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoLabel the preview qualities "best" and "fastest" because it's not clear that higher...
dooglus [Tue, 1 Jan 2008 14:50:55 +0000 (14:50 +0000)]
Label the preview qualities "best" and "fastest" because it's not clear that higher numbers mean lower qualities.

git-svn-id: http://svn.voria.com/code@1250 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoComment out unused code to make it clearer what code is used and what isn't.
dooglus [Tue, 1 Jan 2008 14:50:47 +0000 (14:50 +0000)]
Comment out unused code to make it clearer what code is used and what isn't.

git-svn-id: http://svn.voria.com/code@1249 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1811250: Prevent studio crashing when loading a document that contains an unknown...
dooglus [Tue, 1 Jan 2008 14:50:38 +0000 (14:50 +0000)]
Fix 1811250: Prevent studio crashing when loading a document that contains an unknown valuenode type from a newer version of synfig. Simply refuse to load the document instead.

git-svn-id: http://svn.voria.com/code@1248 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoPrevent a compiler warning.
dooglus [Tue, 1 Jan 2008 14:50:29 +0000 (14:50 +0000)]
Prevent a compiler warning.

git-svn-id: http://svn.voria.com/code@1247 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemoved typo'ed semicolon.
dooglus [Tue, 1 Jan 2008 14:50:20 +0000 (14:50 +0000)]
Removed typo'ed semicolon.

git-svn-id: http://svn.voria.com/code@1246 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoIf CloneImage() raises an exception, skip immediately to the next image rather than...
dooglus [Tue, 1 Jan 2008 14:50:11 +0000 (14:50 +0000)]
If CloneImage() raises an exception, skip immediately to the next image rather than using the uninitialised variable 'current'.

git-svn-id: http://svn.voria.com/code@1245 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoPrevent a compiler warning.
dooglus [Tue, 1 Jan 2008 14:50:02 +0000 (14:50 +0000)]
Prevent a compiler warning.

git-svn-id: http://svn.voria.com/code@1244 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoNew version 0.2 of the Time Loop layer. It uses the same parameters as the recently...
dooglus [Tue, 1 Jan 2008 14:49:51 +0000 (14:49 +0000)]
New version 0.2 of the Time Loop layer. It uses the same parameters as the recently added Time Loop valuenode type.

git-svn-id: http://svn.voria.com/code@1243 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1859663: don't use the deprecated sigc++ compatibility API. This allows sigc...
pabs [Sat, 29 Dec 2007 04:29:22 +0000 (04:29 +0000)]
Fix 1859663: don't use the deprecated sigc++ compatibility API. This allows sigc++ 2.1 and newer to be used.

git-svn-id: http://svn.voria.com/code@1242 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoBe more explicit about the exception that is raised when constructing the application.
dooglus [Fri, 28 Dec 2007 15:46:30 +0000 (15:46 +0000)]
Be more explicit about the exception that is raised when constructing the application.

git-svn-id: http://svn.voria.com/code@1241 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't allow epsilon to be less than 0.00000001.
dooglus [Fri, 28 Dec 2007 02:19:12 +0000 (02:19 +0000)]
Don't allow epsilon to be less than 0.00000001.

git-svn-id: http://svn.voria.com/code@1240 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAlso mention the languages in the translators section of AUTHORS
pabs [Thu, 27 Dec 2007 22:32:50 +0000 (22:32 +0000)]
Also mention the languages in the translators section of AUTHORS

git-svn-id: http://svn.voria.com/code@1239 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdded new convert type "Reciprocal" to convert x to 1/x.
dooglus [Thu, 27 Dec 2007 20:39:20 +0000 (20:39 +0000)]
Added new convert type "Reciprocal" to convert x to 1/x.

git-svn-id: http://svn.voria.com/code@1238 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoPort the security fixes to Windows. Thanks to PXEGeek for much patience and testing...
pabs [Thu, 27 Dec 2007 07:34:47 +0000 (07:34 +0000)]
Port the security fixes to Windows. Thanks to PXEGeek for much patience and testing the changes.

git-svn-id: http://svn.voria.com/code@1237 1f10aa63-cdf2-0310-b900-c93c546f37ac