Tasks Completed
Fixed bugs and tasks completed
- 2008-05-11 FIXED - Fixed critical bug in calculation of text layer background colours.
- 2008-05-02 DONE - Added mouse click sounds to mouse pointer layers in exported swf.
- 2008-04-29 DONE - Added an information button to the navigation bar for (i.e.) "sending feedback" to the author.
- 2008-04-28 DONE - Colour, opacity, and border attributes of highlight layers can now be adjusted.
- 2008-04-28 DONE - Colour and border attributes of text layers can now be adjusted.
- 2008-04-27 DONE - Added fields for editing the layer name and visibility status to the layer dialogs.
- 2008-04-27 FIXED - Fixed bugs in the screen capture key setting code for metacity.
- 2008-04-24 DONE - Control bar background fuzziness fixed. Now looks clean and sharp (now vector based).
- 2008-04-23 DONE - Raised the Project Name length limit to 120 characters.
- 2008-04-22 DONE - Created Ubuntu packages for Salasaga Alpha 1.
- 2008-04-21 DONE - SALASAGA ALPHA 1 RELEASED!
- 2008-04-20 DONE - Ensure swf output works with Gnash.
- 2008-04-20 DONE - Update dependencies to use Ming version 0.3.0.
- 2008-04-18 DONE - Updated license to LGPLv3.
- 2008-04-18 DONE - Added option for full screen screenshot capture.
- 2008-04-16 DONE - Changed the drawing area code back to using Cairo.
- 2008-04-16 DONE - Layer duration is now displayed and (easily) editable visually (i.e. timeline widget rewrite is complete).
- 2008-04-13 DONE - Added a Cancel button to the save warning dialog.
- 2008-04-06 DONE - Added a separate Save As option.
- 2008-04-06 DONE - Added a dialog to warn users of potentially losing unsaved changes.
- 2008-04-06 DONE - Added a Close Project option to the top menu.
- 2008-04-05 DONE - Updated minimum acceptable values like "frames per second" to sane values (i.e. not 0).
- 2008-04-01 DONE - Added fade in and fade out options for layers.
- 2008-03-25 DONE - Screenshots are now always named "screeenshotxxxx.png".
- 2008-03-25 DONE - Add instructions for compiling the dev snapshot to an INSTALL file in the base directory.
- 2008-03-25 DONE - Highlight layers can now be resized visually.
- 2008-03-24 DONE - Add ability to cut/copy and paste layers.
- 2008-03-23 DONE - Make dragging objects around in the drawing area usable (i.e. no multi-second delay).
- 2008-03-21 FIXED - Stop the background colour being shown between slides in exported swf.
- 2008-03-21 DONE - The screenshot key binding is now removed when the program shuts down.
- 2008-03-19 DONE - Migrated project source code from CVS to Subversion.
- 2008-03-19 DONE - Renamed project to "Salasaga".
- 2008-03-11 DONE - Add project option to enable/disable the adding of the control bar in exported swf.
- 2008-03-10 DONE - Add start behaviour (paused, play) to project preferences.
- 2008-03-06 DONE - Add project level option to change what the output swf does when finished (stop, loop and play, loop and stop).
- 2008-03-05 DONE - Update layer creation to be done visually rather than using manual x,y coordinates through a text box.
- 2008-03-03 FIXED - Text position in output swf is wrong for some output resolutions.
- 2008-02-27 FIXED - Control bar button positions in output swf is wrong for some output resolutions.
- 2008-02-12 DONE - Honour the visibility check box in the time line area.
- 2008-02-12 DONE - Improve clarity of output, as it was being unnecessarily blurred.
- 2008-02-11 DONE - Add ability to save a background image to an external file.
- 2008-02-11 DONE - Check at start up for the availability of the screen capture program, warning the user if not found.
- 2008-02-06 DONE - Adjust screenshot importing code to handle wrongly sized images better (i.e. non-project size).
- 2008-02-05 DONE - Add the project dimensions to the new Project Properties dialog.
- 2008-02-04 DONE - Add a menu bar item for Project, then add a Properties option to it and move the Project Preferences options there.
- 2008-02-04 DONE - Improved capture area chooser for X11 platforms. User now clicks on the window they want to capture. Nice. :)
- 2008-02-03 DONE - Update website to reflect we no longer target animated SVG output.
- 2008-02-03 DONE - Remove SVG output.
- 2008-02-03 FIXED - Added a dialog box to edit Slide Properties - changing slide duration and slide name.
- 2008-02-02 DONE - Add swf output support.
- 2008-01-22 FIXED - Slide Duration wasn't saved/loaded into project files.
- 2007-09-20 DONE - Screen capturing works on windows.
- 2007-07-29 FIXED - Fixed a bug where the film strip thumbnails weren't being updated after adjusting layers.
- 2007-07-29 DONE - Allow changing the color of empty background layers.
- 2007-07-29 FIXED - Fix the g_object_unref assertion errors that occur on stderr on startup.
- 2007-07-26 FIXED - Film strip area wasn't being cleared when creating new projects, leading to a segfault.
- 2007-07-25 FIXED - Mouse layers weren't being displayed in the drawing area. Now fixed.
- 2007-07-24 FIXED - The decimal separator in exported SVG is being generated as a comma, due to locale settings, causing generated SVG to be invalid.
- 2007-07-15 FIXED - Include an icon in the binary packages so the application doesn't have to be launched from the command line.
- 2007-07-09 FIXED - Enable changing of preferred thumbnail sizing value by dragging the film strip divider (to left or right).
- 2007-07-09 FIXED - Paths to the icons now calculated dynamically, rather than relying on them being in /usr/share.
- 2007-07-09 FIXED - Regenerate thumbnails at correct new size and aspect ratio when thumbnail sizing is changed.
- 2007-07-09 FIXED - Enable capture and use of preferred thumbnail sizing values across sessions.
- 2007-07-08 FIXED - SVG output of background images was broken, as was multi-line text output. (Gentoo)
- 2007-07-07 FIXED - Shrink minimum required screen size to 1024x768 or lower.
- 2007-07-03 FIXED - Add "Move to top" and "Move to bottom" options for slides.
- 2007-06-25 FIXED - "Import" doesn't delete files after importing them. (Gentoo)
- 2007-06-25 FIXED - After importing slides, the dialog for adding new layers (and possibly others) occurs once for each import done that session. Save/reload is a workaround. (Gentoo)
- 2007-06-24 FIXED - "Export SVG" dialog asks for the output filename twice. (Gentoo)
- 2007-06-24 FIXED - "Import" loads the images, but doesn't append them to the film strip area properly. Instead going over the top of slide 2 onwards. Save/reload is a workaround. (Gentoo)
- 2007-06-24 FIXED - Deleting a slide causes a Segmentation Fault. (Gentoo)
Previous page: Known Bugs
Next page: Development Log