synfig.git
16 years agoWrite "operator()" instead of "operator ()", "operator&" instead of "operator &"...
dooglus [Wed, 13 Feb 2008 01:57:55 +0000 (01:57 +0000)]
Write "operator()" instead of "operator ()", "operator&" instead of "operator &", etc., to make them easier to search for.  Previously both forms were used.

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

16 years agoTypo.
dooglus [Wed, 13 Feb 2008 01:57:40 +0000 (01:57 +0000)]
Typo.

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

16 years agoLeave previously selected layers selected when drawing new lines - their ducks are...
dooglus [Tue, 12 Feb 2008 09:44:50 +0000 (09:44 +0000)]
Leave previously selected layers selected when drawing new lines - their ducks are useful for attaching new lines onto.

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

16 years agoClicking a grey (not editable) duck which didn't lie over the layer it was connected...
dooglus [Tue, 12 Feb 2008 07:29:05 +0000 (07:29 +0000)]
Clicking a grey (not editable) duck which didn't lie over the layer it was connected to was causing the layer to be unselected.  For example, the outside-half of a circle's radius duck, or a tangent duck on a thin outline.  This patch from Gerald Young <supersayoyin@hotmail.com> fixes it.

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

16 years agoGerald Young (Yoyobuae) contributed r1677, add him to the about dialog.
pabs [Tue, 12 Feb 2008 01:52:51 +0000 (01:52 +0000)]
Gerald Young (Yoyobuae) contributed r1677, add him to the about dialog.

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

16 years agoSVN r1677 partially broke the bline tool by making non-editable ducks selectable...
dooglus [Mon, 11 Feb 2008 23:12:04 +0000 (23:12 +0000)]
SVN r1677 partially broke the bline tool by making non-editable ducks selectable.  The bline tool uses a non-editable duck under the mouse cursor to cause the dotted bline to be displayed as the mouse is moved.  Added a new boolean to the Duck class "ignore_" for whether to ignore a duck when checking for user interaction, and set that boolean for this duck created by the bline tool.

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

16 years agoFix 1891491: Only show bline vertices large when the mouse is really hovering over...
dooglus [Mon, 11 Feb 2008 21:54:07 +0000 (21:54 +0000)]
Fix 1891491: Only show bline vertices large when the mouse is really hovering over them.

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

16 years agoFix 1891410: Have neither Control-A nor dragging a box around ducks select non-editab...
dooglus [Mon, 11 Feb 2008 21:18:07 +0000 (21:18 +0000)]
Fix 1891410: Have neither Control-A nor dragging a box around ducks select non-editable ducks, and have clicking individual ducks select them (with or without Control being held).  Patch from Gerald Young <supersayoyin@hotmail.com>.

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

16 years agoFix 1891391: Inserting a vertex in the closing link of a looped bline while still...
dooglus [Mon, 11 Feb 2008 20:22:42 +0000 (20:22 +0000)]
Fix 1891391: Inserting a vertex in the closing link of a looped bline while still in the bline tool was putting the new vertex in the wrong place.

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

16 years agoFix 1891403: Copy an inline canvas' RendDesc when cloning it.
dooglus [Mon, 11 Feb 2008 19:45:28 +0000 (19:45 +0000)]
Fix 1891403: Copy an inline canvas' RendDesc when cloning it.

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

16 years agoUse the signal_waypoint_clicked_cellrenderer() accessor rather than the signal_waypoi...
dooglus [Mon, 11 Feb 2008 19:45:17 +0000 (19:45 +0000)]
Use the signal_waypoint_clicked_cellrenderer() accessor rather than the signal_waypoint_clicked_cellrenderer_ member.

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

16 years agoGet rid of CellRenderer_TimeTrack::show_timepoint_menu(). It was only called in...
dooglus [Mon, 11 Feb 2008 19:45:01 +0000 (19:45 +0000)]
Get rid of CellRenderer_TimeTrack::show_timepoint_menu().  It was only called in one place, and didn't do anything other than invoke signal_waypoint_clicked_cellrenderer_().  Invoke the signal directly instead.

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

16 years agoFix 1891359: Don't mirror radius ducks.
dooglus [Mon, 11 Feb 2008 18:51:03 +0000 (18:51 +0000)]
Fix 1891359: Don't mirror radius ducks.

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

16 years agoTidying.
dooglus [Mon, 11 Feb 2008 18:36:58 +0000 (18:36 +0000)]
Tidying.

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

16 years agoUse the .git/ directory not the .git/svn/ directory to check whether to update the...
dooglus [Mon, 11 Feb 2008 13:18:32 +0000 (13:18 +0000)]
Use the .git/ directory not the .git/svn/ directory to check whether to update the autorevision.h header.  I may be working in a clone of the repository I run git-svn in, or maybe I've made local commits but not run git-svn since, so need the 'M' flag adding to the header.

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

16 years agoTidying.
dooglus [Mon, 11 Feb 2008 13:14:18 +0000 (13:14 +0000)]
Tidying.

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

16 years agoTidying.
dooglus [Mon, 11 Feb 2008 12:45:24 +0000 (12:45 +0000)]
Tidying.

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

16 years agoList exported canvases recursively - exported canvases can have exported canvases...
dooglus [Mon, 11 Feb 2008 02:12:25 +0000 (02:12 +0000)]
List exported canvases recursively - exported canvases can have exported canvases of their own, etc.

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

16 years agoTidying.
dooglus [Mon, 11 Feb 2008 02:12:14 +0000 (02:12 +0000)]
Tidying.

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

16 years agoAdd option '--list-canvases' to list exported canvases.
dooglus [Mon, 11 Feb 2008 02:12:02 +0000 (02:12 +0000)]
Add option '--list-canvases' to list exported canvases.

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

16 years agoThe --layer-info flag requires an extra parameter. Make sure it has been supplied...
dooglus [Sun, 10 Feb 2008 23:56:49 +0000 (23:56 +0000)]
The --layer-info flag requires an extra parameter.  Make sure it has been supplied before trying to read it.

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

16 years agoRemove flags which don't really exist (--frame, --start-frame, --end-frame) from...
dooglus [Sun, 10 Feb 2008 23:56:19 +0000 (23:56 +0000)]
Remove flags which don't really exist (--frame, --start-frame, --end-frame) from the list of flags that require an extra parameter.

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

16 years agoDocument --start-time.
dooglus [Sun, 10 Feb 2008 23:43:22 +0000 (23:43 +0000)]
Document --start-time.

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

16 years agoDocument --dpi-x and --dpi-y.
dooglus [Sun, 10 Feb 2008 23:37:50 +0000 (23:37 +0000)]
Document --dpi-x and --dpi-y.

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

16 years agoDon't show aliases for layer names when invoked with "synfig --layers".
dooglus [Sun, 10 Feb 2008 23:33:37 +0000 (23:33 +0000)]
Don't show aliases for layer names when invoked with "synfig --layers".

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

16 years agoGive full URLs to the bug reports, not just the bug numbers.
dooglus [Sun, 10 Feb 2008 20:54:25 +0000 (20:54 +0000)]
Give full URLs to the bug reports, not just the bug numbers.

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

16 years agoHave caret>file>open start off by listing the current workarea's directory, if it...
dooglus [Sun, 10 Feb 2008 20:38:46 +0000 (20:38 +0000)]
Have caret>file>open start off by listing the current workarea's directory, if it has one.

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

16 years agoUpdate NEWS files with most of the changes since the last release.
dooglus [Sun, 10 Feb 2008 20:01:43 +0000 (20:01 +0000)]
Update NEWS files with most of the changes since the last release.

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

16 years agoExpand the comment about version 0.3 of canvases.
dooglus [Sun, 10 Feb 2008 17:33:04 +0000 (17:33 +0000)]
Expand the comment about version 0.3 of canvases.

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

16 years agoWhen 'use current frame' is checked in the render dialog, the Time tab is supposed...
dooglus [Sun, 10 Feb 2008 15:41:26 +0000 (15:41 +0000)]
When 'use current frame' is checked in the render dialog, the Time tab is supposed to be insensitive.  This was broken way back in r224.

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

16 years agoSince we are defaulting to NOT rendering the current frame, we shouldn't start off...
dooglus [Sun, 10 Feb 2008 15:41:04 +0000 (15:41 +0000)]
Since we are defaulting to NOT rendering the current frame, we shouldn't start off with the time frame disabled.

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

16 years agoImprove the algorithm for determining the number of tick marks to put between pairs...
dooglus [Sun, 10 Feb 2008 13:58:11 +0000 (13:58 +0000)]
Improve the algorithm for determining the number of tick marks to put between pairs of labels in the timeslider widgets.  It's better to divide 5 minutes into 5 tics of 1 minute each than 6 ticks of 50 seconds each, for example.

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

16 years agoImprove the behaviour of horizontal-scrolling on the time slider. Scroll by one...
dooglus [Sun, 10 Feb 2008 13:57:47 +0000 (13:57 +0000)]
Improve the behaviour of horizontal-scrolling on the time slider.  Scroll by one 'tick', stop at either end, better control of the time cursor position, leave the zoom alone.

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

16 years agoAdded a link to a sif file that demonstrates why r954 was useful.
dooglus [Sun, 10 Feb 2008 13:57:23 +0000 (13:57 +0000)]
Added a link to a sif file that demonstrates why r954 was useful.

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

16 years agoPut the accent back in "Geometria" now that it no longer causes a crash.
dooglus [Sun, 10 Feb 2008 09:14:23 +0000 (09:14 +0000)]
Put the accent back in "Geometria" now that it no longer causes a crash.

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

16 years agoAllow accents in the layer category name translations.
dooglus [Sun, 10 Feb 2008 09:14:08 +0000 (09:14 +0000)]
Allow accents in the layer category name translations.

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

16 years agoTidying.
dooglus [Sun, 10 Feb 2008 09:13:54 +0000 (09:13 +0000)]
Tidying.

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

16 years agoReformat a couple of macros.
dooglus [Sun, 10 Feb 2008 09:13:44 +0000 (09:13 +0000)]
Reformat a couple of macros.

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

16 years agoReformat a couple of macros.
dooglus [Sun, 10 Feb 2008 09:13:33 +0000 (09:13 +0000)]
Reformat a couple of macros.

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

16 years agoFormat the #defines more clearly.
dooglus [Sun, 10 Feb 2008 09:13:22 +0000 (09:13 +0000)]
Format the #defines more clearly.

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

16 years agoGive slight priority to radius ducks. That way, it's possible to select the radius...
dooglus [Sat, 9 Feb 2008 20:56:27 +0000 (20:56 +0000)]
Give slight priority to radius ducks.  That way, it's possible to select the radius duck for a circle with radius zero.  Previously the position duck would usually be selected instead.

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

16 years agoAdded copyright lines for files I've edited this year.
dooglus [Sat, 9 Feb 2008 19:12:18 +0000 (19:12 +0000)]
Added copyright lines for files I've edited this year.

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

16 years agoAdded my "Copyright (c) 2007" notices, for files I edited in 2007.
dooglus [Sat, 9 Feb 2008 18:25:35 +0000 (18:25 +0000)]
Added my "Copyright (c) 2007" notices, for files I edited in 2007.

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

16 years agoShow the size of circles as they are drawn using the draw tool.
dooglus [Sat, 9 Feb 2008 17:25:00 +0000 (17:25 +0000)]
Show the size of circles as they are drawn using the draw tool.

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

16 years agoTake the 'restrict radius ducks' setting into account in the circle tool.
dooglus [Sat, 9 Feb 2008 16:02:03 +0000 (16:02 +0000)]
Take the 'restrict radius ducks' setting into account in the circle tool.

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

16 years agoChecking in [ 1890089 ] "Revised and updated Spanish transalation for core and studio...
dooglus [Sat, 9 Feb 2008 15:25:59 +0000 (15:25 +0000)]
Checking in [ 1890089 ] "Revised and updated Spanish transalation for core and studio" from genete.

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

16 years agoDefault to *not* restricting real ducks to the top right quadrant.
dooglus [Sat, 9 Feb 2008 15:25:43 +0000 (15:25 +0000)]
Default to *not* restricting real ducks to the top right quadrant.

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

16 years agoThe previous commit caused CXXFLAGS to be polluted for tests after the one for Gtk...
pabs [Sat, 9 Feb 2008 07:23:25 +0000 (07:23 +0000)]
The previous commit caused CXXFLAGS to be polluted for tests after the one for Gtk::AboutDialog::set_program_name, save CXXFLAGS before the test and restore it afterwards.

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

16 years agoCheck if Gtk::AboutDialog::set_program_name is available and only use it if it is...
pabs [Sat, 9 Feb 2008 07:14:32 +0000 (07:14 +0000)]
Check if Gtk::AboutDialog::set_program_name is available and only use it if it is. This fixes an FTBFS when using GTK+ 2.12 with GTKmm 2.10 reported by Aurore D.

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

16 years agoRevert to using popen on Win32 since it worked better and doesn't have any more secur...
pabs [Sat, 9 Feb 2008 02:47:47 +0000 (02:47 +0000)]
Revert to using popen on Win32 since it worked better and doesn't have any more security issues on Win32 than spawnlp

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

16 years agoAdded a gui checkbox rather than using a #define to switch the quadrant limiting...
dooglus [Sat, 9 Feb 2008 00:34:53 +0000 (00:34 +0000)]
Added a gui checkbox rather than using a #define to switch the quadrant limiting of real ducks on and off.

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

16 years agoAdded comment for the 'RESTRICT_RADIUS_DUCKS_TO_ONE_QUARTER' #define.
dooglus [Sat, 9 Feb 2008 00:01:34 +0000 (00:01 +0000)]
Added comment for the 'RESTRICT_RADIUS_DUCKS_TO_ONE_QUARTER' #define.

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

16 years agoRestrict 'radius' ducks to the top right corner of the plane. This allows us to...
dooglus [Sat, 9 Feb 2008 00:01:10 +0000 (00:01 +0000)]
Restrict 'radius' ducks to the top right corner of the plane.  This allows us to easily set their value to zero by dragging down and left.  Thanks to Zelgadis on IRC for the suggestion.

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

16 years agoAlways draw 'real' ducks on the right hand side of the circle they define. Previousl...
dooglus [Sat, 9 Feb 2008 00:00:56 +0000 (00:00 +0000)]
Always draw 'real' ducks on the right hand side of the circle they define.  Previously, canvases with a negative horizontal pixel width were drawing it on the left.

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

16 years agoTidying.
dooglus [Sat, 9 Feb 2008 00:00:44 +0000 (00:00 +0000)]
Tidying.

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

16 years agoFound three other places where canvas waypoints were being treated specially, and...
dooglus [Fri, 8 Feb 2008 17:07:16 +0000 (17:07 +0000)]
Found three other places where canvas waypoints were being treated specially, and made them conditional on the new environment variable as well.

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

16 years agoExperimental: "export SYNFIG_SHOW_CANVAS_PARAM_WAYPOINTS=1" to see canvas parameter...
dooglus [Fri, 8 Feb 2008 16:34:53 +0000 (16:34 +0000)]
Experimental: "export SYNFIG_SHOW_CANVAS_PARAM_WAYPOINTS=1" to see canvas parameter waypoints, not canvas content waypoints in PasteCanvas layers.  Doesn't work too well - dragging the waypoints doesn't work, for instance.

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

16 years agoPrevent a warning: 'file_type_enum' may be used uninitialized in this function.
dooglus [Fri, 8 Feb 2008 14:04:10 +0000 (14:04 +0000)]
Prevent a warning: 'file_type_enum' may be used uninitialized in this function.

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

16 years agoAdd information about which valuenode types were added in which release. Don't save...
dooglus [Fri, 8 Feb 2008 14:03:38 +0000 (14:03 +0000)]
Add information about which valuenode types were added in which release.  Don't save new types in old format files.

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

16 years agoClarify the 'file format version' menu in the save dialog.
dooglus [Fri, 8 Feb 2008 09:48:05 +0000 (09:48 +0000)]
Clarify the 'file format version' menu in the save dialog.

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

16 years agoAllow saving .sif files in a format that can be read by versions 0.61.07 and older.
dooglus [Fri, 8 Feb 2008 09:36:32 +0000 (09:36 +0000)]
Allow saving .sif files in a format that can be read by versions 0.61.07 and older.

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

16 years agoDon't allow the user to set the 'ID' of exported canvases to be empty.
dooglus [Thu, 7 Feb 2008 23:34:55 +0000 (23:34 +0000)]
Don't allow the user to set the 'ID' of exported canvases to be empty.

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

16 years agoPrevent a crash when loading a .sif file with 'use=""' in it.
dooglus [Thu, 7 Feb 2008 23:34:43 +0000 (23:34 +0000)]
Prevent a crash when loading a .sif file with 'use=""' in it.

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

16 years agoDon't let 'select all' select the green ducks of a plant layer.
dooglus [Thu, 7 Feb 2008 22:17:54 +0000 (22:17 +0000)]
Don't let 'select all' select the green ducks of a plant layer.

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

16 years agoDelete the 'encode_composite' function. Composite valuenodes are just a special...
dooglus [Thu, 7 Feb 2008 22:17:43 +0000 (22:17 +0000)]
Delete the 'encode_composite' function.  Composite valuenodes are just a special kind of Linkable valuenode and don't need special code to save them.

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

16 years agoMake the auto-backup process quieter. We don't need to hear about every backup that...
dooglus [Thu, 7 Feb 2008 14:40:12 +0000 (14:40 +0000)]
Make the auto-backup process quieter.  We don't need to hear about every backup that's done.

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

16 years agoAdd a setting in the gui for the auto-backup interval.
dooglus [Thu, 7 Feb 2008 11:46:12 +0000 (11:46 +0000)]
Add a setting in the gui for the auto-backup interval.

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

16 years agoMy recent fix for trailing spaces left out spaces when the fps is zero.
dooglus [Thu, 7 Feb 2008 11:45:52 +0000 (11:45 +0000)]
My recent fix for trailing spaces left out spaces when the fps is zero.

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

16 years agoAttempting to open a file that is already open should just succeed quietly. It used...
dooglus [Thu, 7 Feb 2008 09:46:30 +0000 (09:46 +0000)]
Attempting to open a file that is already open should just succeed quietly.  It used to pop up an error dialog and get the user to click 'OK'.  This was particularly annoying when the file was specified on the command line that started studio, and was only already open because it had just been recovered from a previous crash.

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

16 years agoDon't automatically create a new document if we successfully recover any old documents.
dooglus [Thu, 7 Feb 2008 09:32:43 +0000 (09:32 +0000)]
Don't automatically create a new document if we successfully recover any old documents.

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

16 years agoCount the number of files we were able to successfully recover.
dooglus [Thu, 7 Feb 2008 09:32:29 +0000 (09:32 +0000)]
Count the number of files we were able to successfully recover.

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

16 years agoSet minimum and maximum zoom levels for the timescroller.
dooglus [Wed, 6 Feb 2008 23:45:10 +0000 (23:45 +0000)]
Set minimum and maximum zoom levels for the timescroller.

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

16 years agoRemember the position and size of the color and gradient dialogs even if they're...
dooglus [Wed, 6 Feb 2008 23:44:54 +0000 (23:44 +0000)]
Remember the position and size of the color and gradient dialogs even if they're not displayed when studio exits.

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

16 years agoMy panels were drifting one or two pixels each time I started studio. This seems...
dooglus [Wed, 6 Feb 2008 23:44:38 +0000 (23:44 +0000)]
My panels were drifting one or two pixels each time I started studio.  This seems to be window-manager dependent.  I've added environment variables to allow adjusting the drift to stop it.  SYNFIG_WINDOW_POSITION_X_OFFSET and SYNFIG_WINDOW_POSITION_Y_OFFSET.  Setting them both to 1 stops the drift for me in xfwm4.

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

16 years agoSubdivide the space between labels on the timeslider sensibly. Don't divide a 5...
dooglus [Wed, 6 Feb 2008 18:02:38 +0000 (18:02 +0000)]
Subdivide the space between labels on the timeslider sensibly.  Don't divide a 5 second gap into 4 parts of 1.25 seconds each, for instance.

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

16 years agoImprove the range of different scales used on the timeslider. Previously 3 fps anima...
dooglus [Wed, 6 Feb 2008 17:43:35 +0000 (17:43 +0000)]
Improve the range of different scales used on the timeslider.  Previously 3 fps animations were having the timeslider labelled "0.75f, 1.5f, ..." rather than "1f, 2f, ...".

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

16 years agoMake sure the time entry box shows the correct time - rounded to an integer number...
dooglus [Wed, 6 Feb 2008 17:41:50 +0000 (17:41 +0000)]
Make sure the time entry box shows the correct time - rounded to an integer number of frames.

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

16 years agoDon't ask translators to translate compview.cpp since it isn't compiled. Fix typo...
pabs [Wed, 6 Feb 2008 12:17:00 +0000 (12:17 +0000)]
Don't ask translators to translate compview.cpp since it isn't compiled. Fix typo that was preventing it from being distributed.

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

16 years agoDon't leave a trailing space on the time if there are no frames.
dooglus [Wed, 6 Feb 2008 12:13:57 +0000 (12:13 +0000)]
Don't leave a trailing space on the time if there are no frames.

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

16 years agoDon't expand time fields to their full format (eg. "1s" -> "0h 0m 1s 0f") when they...
dooglus [Wed, 6 Feb 2008 11:52:16 +0000 (11:52 +0000)]
Don't expand time fields to their full format (eg. "1s" -> "0h 0m 1s 0f") when they get keyboard focus.  export SYNFIG_SHOW_FULL_TIME_ON_FOCUS=1 will restore the old behaviour.

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

16 years agoDon't forget to distribute the other general.h too
pabs [Wed, 6 Feb 2008 11:20:54 +0000 (11:20 +0000)]
Don't forget to distribute the other general.h too

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

16 years agoAllow manual editing of the current time in the workarea window.
dooglus [Wed, 6 Feb 2008 11:12:44 +0000 (11:12 +0000)]
Allow manual editing of the current time in the workarea window.

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

16 years agoDon't forget to distribute general.h or the released version will not be buildable.
pabs [Wed, 6 Feb 2008 10:07:43 +0000 (10:07 +0000)]
Don't forget to distribute general.h or the released version will not be buildable.

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

16 years agoRemove trailing slash.
dooglus [Wed, 6 Feb 2008 09:36:14 +0000 (09:36 +0000)]
Remove trailing slash.

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

16 years agoFix 1797745: show the correct SVN revision id in the about dialog
pabs [Wed, 6 Feb 2008 09:11:32 +0000 (09:11 +0000)]
Fix 1797745: show the correct SVN revision id in the about dialog
* Run a script each time we build to see if we have updated
* The script currently supports svn and git-svn
* The about dialog will only be rebuilt if you update
* No need to rebuild configure after updating

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

16 years agoAttach the "(Non-static value)" label into the waypoint dialog.
dooglus [Wed, 6 Feb 2008 01:36:06 +0000 (01:36 +0000)]
Attach the "(Non-static value)" label into the waypoint dialog.

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

16 years agoFix a crash when editing a waypoint with a non-static value.
dooglus [Wed, 6 Feb 2008 01:35:57 +0000 (01:35 +0000)]
Fix a crash when editing a waypoint with a non-static value.

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

16 years agoTypo.
dooglus [Tue, 5 Feb 2008 19:12:32 +0000 (19:12 +0000)]
Typo.

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

16 years agoFirst step towards fixing the problem of distorted text not rendering correctly at...
dooglus [Tue, 5 Feb 2008 19:12:21 +0000 (19:12 +0000)]
First step towards fixing the problem of distorted text not rendering correctly at tile borders.

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

16 years agoFix a problem with the warp layer where some tiles weren't being rendered.
dooglus [Tue, 5 Feb 2008 16:00:20 +0000 (16:00 +0000)]
Fix a problem with the warp layer where some tiles weren't being rendered.

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

16 years agoUse 'mod_magickpp' in preference to 'mod_imagemagick'.
dooglus [Tue, 5 Feb 2008 12:00:06 +0000 (12:00 +0000)]
Use 'mod_magickpp' in preference to 'mod_imagemagick'.

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

16 years agoDon't fail if we can't find the row in the param panel for the waypoint - it probably...
dooglus [Tue, 5 Feb 2008 11:40:45 +0000 (11:40 +0000)]
Don't fail if we can't find the row in the param panel for the waypoint - it probably just means the valuenode isn't in this param panel because it's in a different canvas.

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

16 years agoOnly show the 'Properties' (edit waypoint) menu if the value_desc we have is valid...
dooglus [Tue, 5 Feb 2008 11:40:36 +0000 (11:40 +0000)]
Only show the 'Properties' (edit waypoint) menu if the value_desc we have is valid (ie. not for canvas waypoints).

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

16 years agoRemoved spurious space.
dooglus [Tue, 5 Feb 2008 11:40:27 +0000 (11:40 +0000)]
Removed spurious space.

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

16 years agoImprove LinkableValueNode::get_description().
dooglus [Tue, 5 Feb 2008 11:40:19 +0000 (11:40 +0000)]
Improve LinkableValueNode::get_description().

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

16 years agoClarification.
dooglus [Tue, 5 Feb 2008 11:40:10 +0000 (11:40 +0000)]
Clarification.

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

16 years agoImproved ValueDesc::get_description().
dooglus [Tue, 5 Feb 2008 11:40:01 +0000 (11:40 +0000)]
Improved ValueDesc::get_description().

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

16 years agoAnswer and remove a 'todo' comment.
dooglus [Tue, 5 Feb 2008 11:39:52 +0000 (11:39 +0000)]
Answer and remove a 'todo' comment.

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

16 years agoRemove mod_ppm trgt_mpg.* from list of files that need to be translated since they...
pabs [Tue, 5 Feb 2008 06:38:48 +0000 (06:38 +0000)]
Remove mod_ppm trgt_mpg.* from list of files that need to be translated since they are not compiled.

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

16 years agoMake sure we distribute mod_ppm trgt_mpg.*
pabs [Tue, 5 Feb 2008 06:38:00 +0000 (06:38 +0000)]
Make sure we distribute mod_ppm trgt_mpg.*

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