synfig.git
13 years agoRemove libxvid codec (not working) and replace the default by its real name. Update...
Carlos Lopez [Wed, 26 May 2010 15:07:48 +0000 (17:07 +0200)]
Remove libxvid codec (not working) and replace the default by its real name. Update video MPEG-4 codec name

13 years agoAllow use of custom video codec for advanced users.
Carlos Lopez [Wed, 26 May 2010 14:46:48 +0000 (16:46 +0200)]
Allow use of custom video codec for advanced users.

13 years agoShows the video codec selected in an entry for later allow custom video codec.
Carlos Lopez [Tue, 25 May 2010 15:00:42 +0000 (17:00 +0200)]
Shows the video codec selected in an entry for later allow custom video codec.

13 years agoBump versions for RC4 (last one hopefully)
Carlos Lopez [Mon, 24 May 2010 18:09:56 +0000 (20:09 +0200)]
Bump versions for RC4 (last one hopefully)

13 years agoTypo
Carlos Lopez [Mon, 24 May 2010 18:03:52 +0000 (20:03 +0200)]
Typo

13 years agoRestore radio buttons in mirror tool and update cursor on keypress
Nikita Kitaev [Sun, 23 May 2010 21:28:37 +0000 (14:28 -0700)]
Restore radio buttons in mirror tool and update cursor on keypress

13 years agoChange mirror tool options
Nikita Kitaev [Sat, 22 May 2010 22:09:35 +0000 (15:09 -0700)]
Change mirror tool options

Mirror vertically by default, horizontally if shift key is pressed.
Remove checkbox options so that they don't conflict with the keyboard.

13 years agoRemove settings in normal tool
Nikita Kitaev [Sat, 22 May 2010 21:42:49 +0000 (14:42 -0700)]
Remove settings in normal tool

They are no longer necessary and cause bugs when quiting with a modifier
key pressed

14 years agoUpdated Russian translations, part 1
Alexandre Prokoudine [Thu, 20 May 2010 04:03:32 +0000 (08:03 +0400)]
Updated Russian translations, part 1

14 years agoBump versions for RC3
Carlos Lopez [Wed, 19 May 2010 18:36:56 +0000 (20:36 +0200)]
Bump versions for RC3

14 years agoUpdate News files
Carlos Lopez [Wed, 19 May 2010 18:34:30 +0000 (20:34 +0200)]
Update News files

14 years agoComment out unused debug info to make console quieter.
Carlos Lopez [Wed, 19 May 2010 17:59:45 +0000 (19:59 +0200)]
Comment out unused debug info to make console quieter.

14 years agoUpdate Spanish translation. Thanks to Carlos López (genete)
Carlos Lopez [Wed, 19 May 2010 17:43:15 +0000 (19:43 +0200)]
Update Spanish translation. Thanks to Carlos López (genete)

14 years agoUpdate French translation. Thanks to Aurore D. (rore)
Carlos Lopez [Wed, 19 May 2010 17:10:58 +0000 (19:10 +0200)]
Update French translation. Thanks to Aurore D. (rore)

14 years agoFix bug produced on Transform tool state.
Carlos Lopez [Wed, 19 May 2010 16:50:55 +0000 (18:50 +0200)]
Fix bug produced on Transform tool state.
When use Scale Constrained (ALT+SHIFT) it was produced a division by zero.

14 years agoTry to fix the non randomness of Windows dual splash screen behaviour.
Carlos Lopez [Wed, 19 May 2010 16:04:23 +0000 (18:04 +0200)]
Try to fix the non randomness of Windows dual splash screen behaviour.

14 years agoRemove redundant cursor modification for the Mirror tool. Tries to fix a bug in Windo...
Carlos Lopez [Wed, 19 May 2010 15:46:46 +0000 (17:46 +0200)]
Remove redundant cursor modification for the Mirror tool. Tries to fix a bug in Windows version

14 years agoMore debug info
Carlos Lopez [Mon, 17 May 2010 19:39:01 +0000 (21:39 +0200)]
More debug info

14 years agoMerge branch 'nikitakit_transform'
Carlos Lopez [Mon, 17 May 2010 19:29:11 +0000 (21:29 +0200)]
Merge branch 'nikitakit_transform'

14 years agoComment out debug info.
Carlos Lopez [Mon, 17 May 2010 17:41:50 +0000 (19:41 +0200)]
Comment out debug info.

14 years agoTypo
Carlos Lopez [Mon, 17 May 2010 17:30:38 +0000 (19:30 +0200)]
Typo

14 years agoRestore cursor changes in normal tool
Nikita Kitaev [Mon, 17 May 2010 14:25:22 +0000 (07:25 -0700)]
Restore cursor changes in normal tool

14 years agoChange transform tool to read key states rather than events
Nikita Kitaev [Mon, 17 May 2010 03:48:03 +0000 (20:48 -0700)]
Change transform tool to read key states rather than events

The code checks if ctrl/alt/shift are pressed any time the mouse moves
within the workarea. The checkboxes in the tool options have been
replaced with text hints about the shortcuts.

14 years agoUpdate code contributors and artists.
Carlos Lopez [Sun, 16 May 2010 17:59:19 +0000 (19:59 +0200)]
Update code contributors and artists.

14 years agoTurn off 'rendering in the same thread' messages in the console, as single thread...
Carlos Lopez [Sat, 15 May 2010 22:37:26 +0000 (00:37 +0200)]
Turn off 'rendering in the same thread' messages in the console, as single thread is now the default for Windows builds

14 years agoUpdate copyright year
Carlos Lopez [Sat, 15 May 2010 22:26:55 +0000 (00:26 +0200)]
Update copyright year

14 years agoBump versions for RC2
Carlos Lopez [Sat, 15 May 2010 21:54:20 +0000 (23:54 +0200)]
Bump versions for RC2

14 years agoMerge branch 'zelgadis_master'
Carlos Lopez [Sat, 15 May 2010 21:24:50 +0000 (23:24 +0200)]
Merge branch 'zelgadis_master'

14 years agoRemove redundant $HOME variable usage. Option to select count of make threads.
Konstantin Dmitriev [Sat, 15 May 2010 14:17:29 +0000 (21:17 +0700)]
Remove redundant $HOME variable usage. Option to select count of make threads.

14 years agoKeep the cursors of all the tools states as its default cursor except the BLine tool...
Carlos Lopez [Sat, 15 May 2010 12:12:50 +0000 (14:12 +0200)]
Keep the cursors of all the tools states as its default cursor except the BLine tool that can use the new Transform tool rotate, scale and constrain key combinations.
BLine tool can use the new Transform tool abilities during bline construction.

14 years agoResize the default vertical panels sizes to a better layout.
Carlos Lopez [Sat, 15 May 2010 12:10:41 +0000 (14:10 +0200)]
Resize the default vertical panels sizes to a better layout.

14 years agoUse present() instead of show()
Carlos Lopez [Sat, 15 May 2010 10:46:27 +0000 (12:46 +0200)]
Use present() instead of show()

14 years agoFix bug of conversion of float to int at the wrong moment. Add some debug info.
Carlos Lopez [Sat, 15 May 2010 10:46:13 +0000 (12:46 +0200)]
Fix bug of conversion of float to int at the wrong moment. Add some debug info.

14 years agoMerge branch 'zelgadis_master'
Carlos Lopez [Sat, 15 May 2010 09:35:00 +0000 (11:35 +0200)]
Merge branch 'zelgadis_master'

14 years agoFix toolbox buttons adjustment in the table.
Konstantin Dmitriev [Sat, 15 May 2010 06:11:02 +0000 (13:11 +0700)]
Fix toolbox buttons adjustment in the table.

Using Gtk::SHRINK prevents them from filling whole toolbox and results in the look like on this screenshot: http://synfig.org/wiki/index.php?title=File:Toolbox_Reset_Colors_Button.png&oldid=12297

14 years agoRemove debug info
Carlos Lopez [Wed, 12 May 2010 19:05:02 +0000 (21:05 +0200)]
Remove debug info

14 years agoArrange initial window configuration to adapt to the current monitor geometry and...
Carlos Lopez [Wed, 12 May 2010 18:00:18 +0000 (20:00 +0200)]
Arrange initial window configuration to adapt to the current monitor geometry and separate it from reset the default settings.

14 years agoAdd needed code to show random splash between two
Carlos Lopez [Wed, 12 May 2010 16:07:05 +0000 (18:07 +0200)]
Add needed code to show random splash between two

14 years agoRemove old splash screen
Carlos Lopez [Wed, 12 May 2010 15:11:53 +0000 (17:11 +0200)]
Remove old splash screen

14 years agoMerge branch 'zelgadis_master'
Carlos Lopez [Wed, 12 May 2010 15:11:01 +0000 (17:11 +0200)]
Merge branch 'zelgadis_master'

14 years agoAdd two dummy splash screens
Carlos Lopez [Wed, 12 May 2010 15:09:55 +0000 (17:09 +0200)]
Add two dummy splash screens

14 years agoAdd comments in the code about the recent dialog sizes problem fix.
Konstantin Dmitriev [Mon, 10 May 2010 13:09:22 +0000 (20:09 +0700)]
Add comments in the code about the recent dialog sizes problem fix.

14 years agoMerge branch 'master' into genete_master
Carlos Lopez [Sun, 9 May 2010 19:06:27 +0000 (21:06 +0200)]
Merge branch 'master' into genete_master

14 years agoChange the cursor in the Transform Tool accordingly to the key(s) pressed.
Carlos Lopez [Sun, 9 May 2010 19:01:57 +0000 (21:01 +0200)]
Change the cursor in the Transform Tool accordingly to the key(s) pressed.

14 years agoTry to fix the dock dialogs sizes problem since gtkmm 2.18.
Carlos Lopez [Sun, 9 May 2010 18:19:42 +0000 (20:19 +0200)]
Try to fix the dock dialogs sizes problem since gtkmm 2.18.
Dialogs are not shown during settings loading. They are shown
specifically by the application using the new show all dock
dialogs member.

14 years agoMerge branch 'zelgadis_master'
Carlos Lopez [Sun, 9 May 2010 17:54:19 +0000 (19:54 +0200)]
Merge branch 'zelgadis_master'

14 years agoUse short revision id for "synfig --info" and about dialog.
Konstantin Dmitriev [Sun, 9 May 2010 09:26:07 +0000 (16:26 +0700)]
Use short revision id for "synfig --info" and about dialog.

14 years agoReorder tool buttons in the toolbox.
Konstantin Dmitriev [Sun, 9 May 2010 02:12:16 +0000 (09:12 +0700)]
Reorder tool buttons in the toolbox.
See notes here: http://synfig.org/wiki/index.php?title=File:Toolbox.png&oldid=12153

14 years agoRussian translation update.
Konstantin Dmitriev [Sun, 9 May 2010 08:01:06 +0000 (15:01 +0700)]
Russian translation update.

14 years agoRename 'Normal Tool' to 'Transform Tool'.
Konstantin Dmitriev [Sun, 9 May 2010 00:16:05 +0000 (07:16 +0700)]
Rename 'Normal Tool' to 'Transform Tool'.

14 years agoFixes for automated build script:
Konstantin Dmitriev [Thu, 6 May 2010 13:45:48 +0000 (20:45 +0700)]
Fixes for automated build script:
 - better trunk detection
 - some ubuntu-related fixes
 - small note about branch switching

14 years agoUpdate the AUTHORS files
Carlos Lopez [Wed, 5 May 2010 20:03:02 +0000 (22:03 +0200)]
Update the AUTHORS files

14 years agoUpdate the README files
Carlos Lopez [Wed, 5 May 2010 20:02:47 +0000 (22:02 +0200)]
Update the README files

14 years agoUpdate NEWS fiiles
Carlos Lopez [Wed, 5 May 2010 20:00:08 +0000 (22:00 +0200)]
Update NEWS fiiles

14 years agoRemove ugly hacks for panels sizes and positions
Carlos Lopez [Wed, 5 May 2010 18:51:38 +0000 (20:51 +0200)]
Remove ugly hacks for panels sizes and positions

14 years agoRemove hacking for instances position and size.
Carlos Lopez [Wed, 5 May 2010 18:41:11 +0000 (20:41 +0200)]
Remove hacking for instances position and size.

14 years agoEnable save/load of palettes (use extension .spal)
Nikita Kitaev [Mon, 3 May 2010 21:41:23 +0000 (14:41 -0700)]
Enable save/load of palettes (use extension .spal)

Conflicts:

synfig-studio/src/gui/modules/mod_palette/dock_paledit.cpp

14 years agoMerge branch 'master' into nikitakit_restructure
Nikita Kitaev [Mon, 3 May 2010 00:55:31 +0000 (17:55 -0700)]
Merge branch 'master' into nikitakit_restructure

14 years agoFix bug with reverting a composition/canvas not being deleted
Nikita Kitaev [Sun, 2 May 2010 01:20:11 +0000 (18:20 -0700)]
Fix bug with reverting a composition/canvas not being deleted

14 years agoFix typo.
Carlos Lopez [Wed, 28 Apr 2010 17:21:19 +0000 (19:21 +0200)]
Fix typo.

14 years agoAdd rules in the make file for two icons I missed before.
Carlos Lopez [Wed, 28 Apr 2010 17:03:10 +0000 (19:03 +0200)]
Add rules in the make file for two icons I missed before.

14 years agoUpdate Help menu entries to the new wiki address. Add a new macro for "website" links.
Carlos Lopez [Sun, 25 Apr 2010 21:18:23 +0000 (23:18 +0200)]
Update Help menu entries to the new wiki address. Add a new macro for "website" links.

14 years agoAdd Example, Translate and Other layers icons. See Descriptions for authors.
Carlos Lopez [Sun, 25 Apr 2010 18:20:50 +0000 (20:20 +0200)]
Add Example, Translate and Other layers icons. See Descriptions for authors.

14 years agoAdd Stylize layers icons. Thanks to Bertrand Grégoire (berteh)
Carlos Lopez [Sun, 25 Apr 2010 17:07:32 +0000 (19:07 +0200)]
Add Stylize layers icons. Thanks to Bertrand Grégoire (berteh)

14 years agoAdd Mandelbrot and Julia fractal layers. Thanks to Bertrand Grégoire (berteh)
Carlos Lopez [Sun, 25 Apr 2010 16:46:53 +0000 (18:46 +0200)]
Add Mandelbrot and Julia fractal layers. Thanks to Bertrand Grégoire (berteh)

14 years agoAdd Filter Layers icons. Thanks to Bertrand Grégoire (berteh)
Carlos Lopez [Sun, 25 Apr 2010 16:25:07 +0000 (18:25 +0200)]
Add Filter Layers icons. Thanks to Bertrand Grégoire (berteh)

14 years agoAdd distortion layers icons. Thanks to Bertrand Grégoire (berteh)
Carlos Lopez [Sun, 25 Apr 2010 16:02:03 +0000 (18:02 +0200)]
Add distortion layers icons. Thanks to Bertrand Grégoire (berteh)

14 years agoAdd controllers for the blur layers as well as icons to the stock
Carlos Lopez [Wed, 21 Apr 2010 21:25:07 +0000 (23:25 +0200)]
Add controllers for the blur layers as well as icons to the stock

14 years agoAdd icon controllers for actions: export, unexport, set layer description, add and...
Carlos Lopez [Wed, 21 Apr 2010 20:29:25 +0000 (22:29 +0200)]
Add icon controllers for actions: export, unexport, set layer description, add and remove to/from group)

14 years agoAdd checker board icon controller missed in previous commit.
Carlos Lopez [Wed, 21 Apr 2010 18:59:17 +0000 (20:59 +0200)]
Add checker board icon controller missed in previous commit.

14 years agoAdd icon stock controllers for some layers
Carlos Lopez [Wed, 21 Apr 2010 18:52:40 +0000 (20:52 +0200)]
Add icon stock controllers for some layers

14 years agoAdd checker board sif file, missed in previous commit
Carlos Lopez [Wed, 21 Apr 2010 18:37:58 +0000 (20:37 +0200)]
Add checker board sif file, missed in previous commit

14 years agoAdd actions (add to group, ,remove from group, export, un-export, set layer descripti...
Carlos Lopez [Wed, 21 Apr 2010 18:09:39 +0000 (20:09 +0200)]
Add actions (add to group, ,remove from group, export, un-export, set layer description) and layers (checkerboard, duplicate, gradients -conical, curve, noise, radial, spiral) icons to the stock.
See sifs properties for artwork copyrights.

14 years agoMake the Render button label translatable
Carlos Lopez [Wed, 21 Apr 2010 14:50:02 +0000 (16:50 +0200)]
Make the Render button label translatable

14 years agoMake translatable some strings from previous commits
Carlos Lopez [Wed, 21 Apr 2010 14:48:12 +0000 (16:48 +0200)]
Make translatable some strings from previous commits

14 years agoFix silly errors in build scripts
Nikita Kitaev [Sun, 18 Apr 2010 09:04:34 +0000 (02:04 -0700)]
Fix silly errors in build scripts

14 years agoChange build scripts to use Makefile inserts
Nikita Kitaev [Sun, 18 Apr 2010 07:56:31 +0000 (00:56 -0700)]
Change build scripts to use Makefile inserts

(like Inkscape)

14 years agoMove action managers into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 06:53:06 +0000 (23:53 -0700)]
Move action managers into subfolder

14 years agoMove cellrenderers into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 06:44:51 +0000 (23:44 -0700)]
Move cellrenderers into subfolder

14 years agoMove workarea renderers into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 06:33:16 +0000 (23:33 -0700)]
Move workarea renderers into subfolder

14 years agoMove dials into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 06:24:33 +0000 (23:24 -0700)]
Move dials into subfolder

14 years agoMove treeviews/treestores into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 06:13:46 +0000 (23:13 -0700)]
Move treeviews/treestores into subfolder

14 years agoMove docks into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 04:59:56 +0000 (21:59 -0700)]
Move docks into subfolder

14 years agoMove states into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 03:56:51 +0000 (20:56 -0700)]
Move states into subfolder

14 years agoMove widgets into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 01:19:38 +0000 (18:19 -0700)]
Move widgets into subfolder

14 years agoMove dialogs into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 00:35:57 +0000 (17:35 -0700)]
Move dialogs into subfolder

14 years agoMove modules into subfolder
Nikita Kitaev [Sat, 17 Apr 2010 00:23:00 +0000 (17:23 -0700)]
Move modules into subfolder

Move state_mirror out of modules

14 years agoRename gtkmm/ to gui/
Nikita Kitaev [Fri, 16 Apr 2010 00:01:49 +0000 (17:01 -0700)]
Rename gtkmm/ to gui/

14 years agoMerge branch 'master' into nikitakit_master
Nikita Kitaev [Thu, 15 Apr 2010 23:23:23 +0000 (16:23 -0700)]
Merge branch 'master' into nikitakit_master

14 years agoMark classes that do not appear to be used
Nikita Kitaev [Thu, 15 Apr 2010 00:57:23 +0000 (17:57 -0700)]
Mark classes that do not appear to be used

14 years agoCleanup dead code
Nikita Kitaev [Thu, 15 Apr 2010 00:46:55 +0000 (17:46 -0700)]
Cleanup dead code

14 years agoChange default sub-sampling type to hyperbolic for compatibility with previous versions
Carlos Lopez [Wed, 14 Apr 2010 17:56:40 +0000 (19:56 +0200)]
Change default sub-sampling type to hyperbolic for compatibility with previous versions

14 years agoAdd new parameters for motionblur. Enable linear, constant and hyperbolic sub-samples.
Carlos Lopez [Wed, 14 Apr 2010 17:24:10 +0000 (19:24 +0200)]
Add new parameters for motionblur. Enable linear, constant and hyperbolic sub-samples.
Patch thanks to Brendon Higgins

14 years agoMerge branch 'zelgadis_master'
Carlos Lopez [Wed, 14 Apr 2010 17:14:28 +0000 (19:14 +0200)]
Merge branch 'zelgadis_master'

14 years agoMerge branch 'nikitakit_svg'
Carlos Lopez [Wed, 14 Apr 2010 16:48:28 +0000 (18:48 +0200)]
Merge branch 'nikitakit_svg'

14 years agoChange actions when clicking a color in the palette
Nikita Kitaev [Mon, 29 Mar 2010 21:32:03 +0000 (14:32 -0700)]
Change actions when clicking a color in the palette

Left click sets fill color and middle click sets outline color

14 years agoAutomated build script - get source files from synfig's download repository, not...
Konstantin Dmitriev [Wed, 14 Apr 2010 14:03:20 +0000 (21:03 +0700)]
Automated build script - get source files from synfig's download repository, not morevna's one.

14 years agoCleanup dead code
Nikita Kitaev [Sun, 11 Apr 2010 23:09:13 +0000 (16:09 -0700)]
Cleanup dead code

14 years agoKeyframe dialog: enable apply and delete buttons
Nikita Kitaev [Sun, 11 Apr 2010 03:43:11 +0000 (20:43 -0700)]
Keyframe dialog: enable apply and delete buttons

14 years agoCleanup dead code
Nikita Kitaev [Sun, 11 Apr 2010 02:57:18 +0000 (19:57 -0700)]
Cleanup dead code

Also rename gradient dialog button from "grab" to "set_default"