pabs [Sun, 11 Mar 2007 06:26:05 +0000 (06:26 +0000)]
Partially fix 1678141: value.h wasn't including OpenEXR/half.h although it uses symbols from it
git-svn-id: http://svn.voria.com/code@288
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 05:55:33 +0000 (05:55 +0000)]
Partially fix mod_libavcodec: it can now render files without crashing. However there be gremlins in that thar code, for example if initialisation fails, synfig will return an error message as it should and then crash on program shutdown! Also, encoding audio with the video is not supported at all, since the code that does that is disabled with comment and #ifdefs.
git-svn-id: http://svn.voria.com/code@287
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Mar 2007 04:40:40 +0000 (04:40 +0000)]
Fix some error handling in mod_libavcodec. Still crashes though.
git-svn-id: http://svn.voria.com/code@286
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 07:55:52 +0000 (07:55 +0000)]
Use more consistent plugin names
git-svn-id: http://svn.voria.com/code@285
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 07:54:30 +0000 (07:54 +0000)]
Don't ignore target init() failures, causes mod_libavcodec to crash synfig
git-svn-id: http://svn.voria.com/code@284
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 07:45:41 +0000 (07:45 +0000)]
Fix 1346746: init targets before using them during rendering in synfigstudio
git-svn-id: http://svn.voria.com/code@283
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 10 Mar 2007 03:10:35 +0000 (03:10 +0000)]
Use 'mkdir -p' to create parent directories as needed. Prevents this error:
$ make multiple-html
mkdir result/en/out-htmls
mkdir: cannot create directory `result/en/out-htmls': No such file or directory
git-svn-id: http://svn.voria.com/code@282
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Mar 2007 00:44:47 +0000 (00:44 +0000)]
Half fix 1368904: add function to enable/disable the timebar. Just need to change appropriate callers now based on user feedback.
git-svn-id: http://svn.voria.com/code@281
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 9 Mar 2007 22:07:35 +0000 (22:07 +0000)]
Small cosmetic change.
git-svn-id: http://svn.voria.com/code@280
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 9 Mar 2007 22:03:57 +0000 (22:03 +0000)]
Partially fix 1677632: draw tool can extend looped blines. Don't allow the draw tool to extend blines if they are already looped.
git-svn-id: http://svn.voria.com/code@279
1f10aa63-cdf2-0310-b900-
c93c546f37ac
xerakko [Fri, 9 Mar 2007 12:05:19 +0000 (12:05 +0000)]
Initial documentation tree.
git-svn-id: http://svn.voria.com/code@278
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 9 Mar 2007 09:22:15 +0000 (09:22 +0000)]
Fix 1368881: hide the input devices dialog when the close button is pushed
git-svn-id: http://svn.voria.com/code@277
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 9 Mar 2007 06:57:18 +0000 (06:57 +0000)]
Convert the rest of the error and warning dialogs to Gtk::MessageDialog since it is more standard and pretty.
git-svn-id: http://svn.voria.com/code@276
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 9 Mar 2007 05:25:36 +0000 (05:25 +0000)]
Add SVN version for the 0.04.07 release
git-svn-id: http://svn.voria.com/code@275
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 8 Mar 2007 02:52:24 +0000 (02:52 +0000)]
Combine the check for libavcodec and libavformat into a single search. Only if they're both found do we build the libavcodec plugin.
git-svn-id: http://svn.voria.com/code@274
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 8 Mar 2007 01:54:57 +0000 (01:54 +0000)]
Really fix 1674142: Correct the change made in r265. We need to process the pending events before deleting the canvas views, not after. This was causing a crash in studio::WorkArea::on_drawing_area_event() when renderer_set_ was found to be populated with null handles.
git-svn-id: http://svn.voria.com/code@273
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 7 Mar 2007 17:55:02 +0000 (17:55 +0000)]
Don't show $GLIB, since it's never set.
Tidied up the 'Configuration Summary' display.
git-svn-id: http://svn.voria.com/code@272
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 7 Mar 2007 17:27:37 +0000 (17:27 +0000)]
Fix building mod_libavcodec with recent libavcodec/libavformat and remove ancient ffmpeg headers and code from SVN. The mod_libavcodec plugin does crash when used though, that is something for a later commit.
git-svn-id: http://svn.voria.com/code@271
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 7 Mar 2007 12:41:13 +0000 (12:41 +0000)]
Remove waypoints with the same time in the examples.
git-svn-id: http://svn.voria.com/code@270
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 7 Mar 2007 12:29:52 +0000 (12:29 +0000)]
For the examples, don't import files that don't exist
git-svn-id: http://svn.voria.com/code@269
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 7 Mar 2007 11:51:02 +0000 (11:51 +0000)]
Remove SFAutomaton.ttf from SVN since we don't have permission to distribute it.
git-svn-id: http://svn.voria.com/code@268
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 7 Mar 2007 00:29:08 +0000 (00:29 +0000)]
The 'polygon', 'draw', 'sketch', and 'width' tools are disabled by default. This change allows the user to re-enable them by setting the appropriate environment variable(s):
export SYNFIG_ENABLE_POLYGON=1
export SYNFIG_ENABLE_DRAW=1
export SYNFIG_ENABLE_SKETCH=1
export SYNFIG_ENABLE_WIDTH=1
git-svn-id: http://svn.voria.com/code@267
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 6 Mar 2007 22:45:50 +0000 (22:45 +0000)]
Fix 1675309: CanvasView::close() was previously just hiding the canvas, not closing it.
git-svn-id: http://svn.voria.com/code@266
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 6 Mar 2007 22:35:17 +0000 (22:35 +0000)]
Fix 1674142: We need to process pending events whether using close() or safe_close(). Not doing this was causing 'revert' to crash.
git-svn-id: http://svn.voria.com/code@265
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 4 Mar 2007 09:02:35 +0000 (09:02 +0000)]
Leave the title of dialog_not_implemented as the default for errors
git-svn-id: http://svn.voria.com/code@264
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 4 Mar 2007 08:41:23 +0000 (08:41 +0000)]
Change the "feature not implemented" dialog to a more standard looking MessageDialog
git-svn-id: http://svn.voria.com/code@263
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 3 Mar 2007 13:29:07 +0000 (13:29 +0000)]
Initialise last_time before using it for the first time.
git-svn-id: http://svn.voria.com/code@262
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 2 Mar 2007 23:15:38 +0000 (23:15 +0000)]
Initialise the tangents when constructing a BLinePoint.
git-svn-id: http://svn.voria.com/code@261
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 2 Mar 2007 16:00:17 +0000 (16:00 +0000)]
Fix 1671884: The origin of PasteCanvas layers wasn't being taken into account when calculating whether a PasteCanvas's bounding box overlapped with the rest of the scene.
git-svn-id: http://svn.voria.com/code@260
1f10aa63-cdf2-0310-b900-
c93c546f37ac
darco [Thu, 1 Mar 2007 02:37:26 +0000 (02:37 +0000)]
Working toward a MacOS X framework for Synfig...
git-svn-id: http://svn.voria.com/code@259
1f10aa63-cdf2-0310-b900-
c93c546f37ac
darco [Wed, 28 Feb 2007 19:26:45 +0000 (19:26 +0000)]
A quick fix for the mysterious non working isnan on macosx builds.
git-svn-id: http://svn.voria.com/code@258
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Tue, 27 Feb 2007 03:37:56 +0000 (03:37 +0000)]
Don't use Voria in the description, since it no longer exists
git-svn-id: http://svn.voria.com/code@257
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 26 Feb 2007 00:31:06 +0000 (00:31 +0000)]
Initialise depth before using it.
git-svn-id: http://svn.voria.com/code@256
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 25 Feb 2007 06:07:18 +0000 (06:07 +0000)]
When displaying the configure command, show the double quotes as well.
git-svn-id: http://svn.voria.com/code@255
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 25 Feb 2007 05:43:55 +0000 (05:43 +0000)]
Fix 1455310: add 'loop' and 'unloop' to the right-click action of all bline vertices (not just the first one) both in the bline tool and the 'normal' tool.
git-svn-id: http://svn.voria.com/code@254
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 25 Feb 2007 05:17:48 +0000 (05:17 +0000)]
Correcting revision 251. We should include <gtkmm/tooltips.h> into preview.h, not preview.cpp.
git-svn-id: http://svn.voria.com/code@253
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 25 Feb 2007 05:13:09 +0000 (05:13 +0000)]
Added tooltips to the preview window's buttons.
git-svn-id: http://svn.voria.com/code@252
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 25 Feb 2007 03:06:17 +0000 (03:06 +0000)]
Fix 1420091: Crash when deleting vertex items. By rebuilding the tree immediately, rather than queueing it for later rebuilding, we avoid the tree being redisplayed with invalid entries in it.
git-svn-id: http://svn.voria.com/code@251
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 25 Feb 2007 00:30:59 +0000 (00:30 +0000)]
Add a first try at a README file for synfigstudio
git-svn-id: http://svn.voria.com/code@250
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 25 Feb 2007 00:29:28 +0000 (00:29 +0000)]
Add missing copyright info to synfig README
git-svn-id: http://svn.voria.com/code@249
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 25 Feb 2007 00:28:48 +0000 (00:28 +0000)]
Update synfig description
git-svn-id: http://svn.voria.com/code@248
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 25 Feb 2007 00:24:47 +0000 (00:24 +0000)]
Fix funny typo in copyright information
git-svn-id: http://svn.voria.com/code@247
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 24 Feb 2007 21:54:53 +0000 (21:54 +0000)]
Fix 1668051: Don't insert code for adding end or begin tip when there are less than 2 vertices in the outline.
git-svn-id: http://svn.voria.com/code@246
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 20 Feb 2007 19:48:57 +0000 (19:48 +0000)]
Fixed a typo.
git-svn-id: http://svn.voria.com/code@245
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Tue, 20 Feb 2007 00:21:09 +0000 (00:21 +0000)]
Update the README with some more information
git-svn-id: http://svn.voria.com/code@244
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 14 Feb 2007 00:21:53 +0000 (00:21 +0000)]
Apply 1659129: use .sifz instead of .sif.gz on Win32. Patch by Dmitriy Pomerantsev (Atrus)
git-svn-id: http://svn.voria.com/code@243
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 14 Feb 2007 00:19:27 +0000 (00:19 +0000)]
Apply 1659126: fix Win32 icon generation with png2ico. Patch by Dmitriy Pomerantsev (Atrus)
git-svn-id: http://svn.voria.com/code@242
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 14 Feb 2007 00:16:13 +0000 (00:16 +0000)]
Apply 1655192: add extension to icon in .desktop file. Patch by Dmitriy Pomerantsev (Atrus)
git-svn-id: http://svn.voria.com/code@241
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Feb 2007 01:44:11 +0000 (01:44 +0000)]
Add an initial attempt at an AUTHORS file
git-svn-id: http://svn.voria.com/code@240
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Feb 2007 01:41:39 +0000 (01:41 +0000)]
Add an initial attempt at an AUTHORS file
git-svn-id: http://svn.voria.com/code@239
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 11 Feb 2007 01:29:28 +0000 (01:29 +0000)]
Add an initial attempt at an AUTHORS file
git-svn-id: http://svn.voria.com/code@238
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Feb 2007 01:31:06 +0000 (01:31 +0000)]
Build synfig_icon.ico as well as sif_icon.ico
Install Win32 icons into the pixmaps directory too
Fix 1655158: Use the .ico files instead of synfigstudio.exe
Fix 1655155: Remove unused images from the Win32 installer package
Fix 1655149: Generate the correct BMP format with imagemagick 6
Patches by Dmitriy Pomerantsev (Atrus)
git-svn-id: http://svn.voria.com/code@237
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Feb 2007 01:04:50 +0000 (01:04 +0000)]
Use png2ico and allow building icons for any sif file. Patch partly by Dmitriy Pomerantsev (Atrus).
git-svn-id: http://svn.voria.com/code@236
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 10 Feb 2007 00:16:56 +0000 (00:16 +0000)]
Include the mod_dv, mod_ffmpeg, mod_gif, mod_imagemagick modules in the Win32 installer. Patch by Dmitriy Pomerantsev (Atrus).
git-svn-id: http://svn.voria.com/code@235
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 3 Feb 2007 23:49:50 +0000 (23:49 +0000)]
Fix 1380227: crash when changing keyframes. Patch by Chris Moore (dooglus)
git-svn-id: http://svn.voria.com/code@234
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 3 Feb 2007 03:45:23 +0000 (03:45 +0000)]
Remove commented out atkmm #includes
git-svn-id: http://svn.voria.com/code@233
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 1 Feb 2007 03:40:06 +0000 (03:40 +0000)]
Don't include atkmm/stateset.h, since it is unused and will be removed from gtkmm soon
git-svn-id: http://svn.voria.com/code@232
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 28 Jan 2007 13:45:04 +0000 (13:45 +0000)]
Add mousewheel support in canvas windows. Thanks to Yue Shi Lai.
git-svn-id: http://svn.voria.com/code@231
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 28 Jan 2007 09:27:19 +0000 (09:27 +0000)]
Fix typo: TBC -> TCB (thanks to Douglas Lau)
git-svn-id: http://svn.voria.com/code@230
1f10aa63-cdf2-0310-b900-
c93c546f37ac
xerakko [Sat, 18 Nov 2006 09:37:35 +0000 (09:37 +0000)]
Applied the following dooglus patches from the sourceforge tracker:
synfig
- 1576355: main1 - variable used after it's been free'd
- 1576389: main2 - missing command line argument can crash synfig
- 1571307: initialise - several variables are used before they are set
- 1576373: gif1 - invalid palette entries are accessed
- 1568922: blur2 - poor granularity in blur sizes
- 1569078: typo: "aperature"
synfigstudio
- 1571307: initialise, initialise2 - several variables are used before they are set
- gamma settings were breaking due to using the localised form and causing weird colours
- 1570191: distance - Widget_Distance don't notice when the units are changed
- 1570319: blinewidth - default bline width is accessed before it is set
git-svn-id: http://svn.voria.com/code@229
1f10aa63-cdf2-0310-b900-
c93c546f37ac
xerakko [Sat, 9 Sep 2006 10:21:21 +0000 (10:21 +0000)]
Solve the gamma problem (corrected locale when loading/saving settings file)
git-svn-id: http://svn.voria.com/code@228
1f10aa63-cdf2-0310-b900-
c93c546f37ac
darco [Thu, 31 Aug 2006 23:13:49 +0000 (23:13 +0000)]
Fixed a handful of bugs, including:
* Time class was parsing BOT/SOT and EOT times incorrectly. Fixed.
* Turned on automatic break-up for scanline renderer. (This enables the rendering of really large images without running out of memory)
* One of the functions in synfig/context.h was incorrectly marked as virtual. Fixed.
* Misc other minor changes
git-svn-id: http://svn.voria.com/code@227
1f10aa63-cdf2-0310-b900-
c93c546f37ac
darco [Thu, 31 Aug 2006 22:44:52 +0000 (22:44 +0000)]
Disabled some tools which are confusing, incomplete, and/or deprecated.
* polygon: you should use the bline tool
* width: you should just modify the width ducks directly
* draw: was never completed, very buggy, and frustrating to use
* sketch: if the draw tool is being disabled, then we might as well disable the sketch tool too
These tools may be re-enabled later if necessary.
git-svn-id: http://svn.voria.com/code@226
1f10aa63-cdf2-0310-b900-
c93c546f37ac
darco [Thu, 31 Aug 2006 22:42:01 +0000 (22:42 +0000)]
Fixed annoying inconsistancy regarding the alignment of the "ALPHA" text on the bar at the top.
git-svn-id: http://svn.voria.com/code@225
1f10aa63-cdf2-0310-b900-
c93c546f37ac
xerakko [Thu, 31 Aug 2006 20:16:47 +0000 (20:16 +0000)]
Applied user interface rework patch by David Roden (Bombe)
git-svn-id: http://svn.voria.com/code@224
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 31 Aug 2006 03:03:51 +0000 (03:03 +0000)]
Workaround 1509627: add comment to config/subs.m4 about the change to the default optimisation level in r221
git-svn-id: http://svn.voria.com/code@223
1f10aa63-cdf2-0310-b900-
c93c546f37ac
darco [Thu, 31 Aug 2006 00:51:34 +0000 (00:51 +0000)]
Fix 1382032: problem which made it impossible to enable, disable, or rename layers from the layer tab. Strangely, it should have worked to begin with, and it actually DID work fine in GTKMM 2.4 and 2.6...
The way the layer and parameters tabs are currently handled is a total mess. Originally, they were both the same tab, but they went seperate ways at some point but there are still some classes they have in common which is just confusing. Bah.
git-svn-id: http://svn.voria.com/code@222
1f10aa63-cdf2-0310-b900-
c93c546f37ac
darco [Wed, 30 Aug 2006 19:56:28 +0000 (19:56 +0000)]
Minor cleanup in XML vector parsing. Minor cleanup in ChangeLocale class. Changed the default optimization level from 2 to 1, because -O2 is broken in GCC4.1. The problem with GCC4.1 appears to be inside of loadcanvas.cpp (Specificly in the vector parsing function mentioned above), so this deserves further investigation in the future.
git-svn-id: http://svn.voria.com/code@221
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 26 Aug 2006 02:48:42 +0000 (02:48 +0000)]
Fix synfigstudio.desktop.in: Remove Application from Categories, makes it a valid .desktop file
git-svn-id: http://svn.voria.com/code@220
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 14 Aug 2006 08:32:51 +0000 (08:32 +0000)]
Remove INSTALL file, it isn't useful and can be supplied by autotools
git-svn-id: http://svn.voria.com/code@219
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 14 Aug 2006 08:23:28 +0000 (08:23 +0000)]
Allow synfigstudio to bootstrap in directories with spaces in their names
git-svn-id: http://svn.voria.com/code@218
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 14 Aug 2006 08:17:14 +0000 (08:17 +0000)]
Allow synfig to bootstrap in directories with spaces in their names.
git-svn-id: http://svn.voria.com/code@217
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 14 Aug 2006 08:09:48 +0000 (08:09 +0000)]
Allow etl to bootstrap in directories with spaces in their names.
git-svn-id: http://svn.voria.com/code@216
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 10 Aug 2006 13:50:47 +0000 (13:50 +0000)]
Workaround 1529489: turn problems setting the font size into a warning instead of an error
git-svn-id: http://svn.voria.com/code@215
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 9 Aug 2006 11:41:02 +0000 (11:41 +0000)]
Add a first try at a README file for ETL
git-svn-id: http://svn.voria.com/code@214
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 7 Aug 2006 03:41:51 +0000 (03:41 +0000)]
Workaround 1529489: Changing the font family from Times to Times New Roman allows synfig to build the synfigstudio images on gentoo.
git-svn-id: http://svn.voria.com/code@213
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 6 Aug 2006 12:42:56 +0000 (12:42 +0000)]
Wooops, missed .spec versioning in synfig.kdevprj
git-svn-id: http://svn.voria.com/code@212
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 6 Aug 2006 12:37:57 +0000 (12:37 +0000)]
Wooops, missed .spec versioning in ETL.kdeprj
git-svn-id: http://svn.voria.com/code@211
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 11:39:28 +0000 (11:39 +0000)]
Wooops, missed .spec versioning in Makefile.am
git-svn-id: http://svn.voria.com/code@210
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 11:36:02 +0000 (11:36 +0000)]
Wooops, missed .spec versioning in Makefile.am
git-svn-id: http://svn.voria.com/code@209
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 11:21:40 +0000 (11:21 +0000)]
Wooops, missed .spec versioning in Makefile.am
git-svn-id: http://svn.voria.com/code@208
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 11:01:59 +0000 (11:01 +0000)]
Add the NEWS file to the .spec instead of the ChangeLog
git-svn-id: http://svn.voria.com/code@207
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 10:59:12 +0000 (10:59 +0000)]
Add the NEWS file to the .spec instead of the ChangeLog
git-svn-id: http://svn.voria.com/code@206
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 10:54:23 +0000 (10:54 +0000)]
Don't add the version to the name of the .spec files
git-svn-id: http://svn.voria.com/code@205
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 10:53:57 +0000 (10:53 +0000)]
Don't add the version to the name of the .spec files
git-svn-id: http://svn.voria.com/code@204
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 10:52:03 +0000 (10:52 +0000)]
Don't add the version to the name of the .spec files
git-svn-id: http://svn.voria.com/code@203
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 10:43:12 +0000 (10:43 +0000)]
Disable -ffast-math, since it causes broken code on some platforms
git-svn-id: http://svn.voria.com/code@202
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 10:42:09 +0000 (10:42 +0000)]
Disable -ffast-math, since it causes broken code on some platforms
git-svn-id: http://svn.voria.com/code@201
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 06:57:01 +0000 (06:57 +0000)]
Replace sinfg with synfig where nessecary in a case-preserving way
git-svn-id: http://svn.voria.com/code@200
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 06:34:37 +0000 (06:34 +0000)]
Replace sinfg with synfig where nessecary in a case-preserving way
git-svn-id: http://svn.voria.com/code@199
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 05:57:01 +0000 (05:57 +0000)]
Set svn:ignore recursively
git-svn-id: http://svn.voria.com/code@198
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 05:55:04 +0000 (05:55 +0000)]
Set svn:ignore recursively
git-svn-id: http://svn.voria.com/code@197
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 05:43:43 +0000 (05:43 +0000)]
Move .cvsignore to svn:ignore property
git-svn-id: http://svn.voria.com/code@196
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 05:31:56 +0000 (05:31 +0000)]
Disable -ffast-math, since it causes broken code on some platforms
git-svn-id: http://svn.voria.com/code@195
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 05:29:04 +0000 (05:29 +0000)]
Fix compile error in the spline test due to the clock needing etl::
git-svn-id: http://svn.voria.com/code@194
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 05:28:06 +0000 (05:28 +0000)]
Disable the spline/value tests since they are broken.
git-svn-id: http://svn.voria.com/code@193
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 05:23:37 +0000 (05:23 +0000)]
Move .cvsignore to svn:ignore property
git-svn-id: http://svn.voria.com/code@192
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 04:31:15 +0000 (04:31 +0000)]
Remove alphalicense.txt from SVN now that synfigstudio is fully GPL licenced.
git-svn-id: http://svn.voria.com/code@191
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 24 Jul 2006 04:30:23 +0000 (04:30 +0000)]
Remove alphalicense.txt from SVN now that synfig is fully GPL licenced.
git-svn-id: http://svn.voria.com/code@190
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 23 Jul 2006 13:20:22 +0000 (13:20 +0000)]
Remove generated ETL.pc.in
git-svn-id: http://svn.voria.com/code@189
1f10aa63-cdf2-0310-b900-
c93c546f37ac