2009-04-25 Jordi Mas * mistelix.doap: new file 2009-04-25 Jordi Mas * src/Makefile.am: Audio selection dialog * src/core/SlideShow.cs: Audio selection dialog * src/datamodel/SlideShowProjectElement.cs: Audio selection dialog * src/dialogs/AddSlideDialog.cs: Audio selection dialog * src/dialogs/AudioSelectionDialog.cs: Audio selection dialog * src/dialogs/PreferencesDialog.cs: Audio selection dialog * src/dialogs/ThemeSelectionDialog.cs: Audio selection dialog * src/mistelix.glade: Audio selection dialog * src/widgets/BrowseFile.cs: Audio selection dialog * src/dialogs/AudioSelectionDialog.cs: Audio selection dialog 2009-04-11 Jordi Mas * src/dialogs/GtkDialog.cs: Make Destroy method virtual * src/dialogs/AddSlideDialog.cs: Load/Save window position * src/dialogs/AboutDialog.cs: Add namespace * src/mistelix.cs: Remove dead code * src/widgets/SlideShowImageView.cs: remove dead code * src/core/DvdProjectBuilder.cs: Fixes Catalog.GetString string * src/core/TheoraProjectBuilder.cs: Fixes Catalog.GetString string * src/core/TransitionManager.cs: Remove dead code * src/core/Preferences.cs: Load/Save window position * src/core/SlideShow.cs: Remove dead code * src/core/SvgImage.cs: Add namespace * src/core/SlideImage.cs: Remove dead code 2009-04-10 Jordi Mas * configure.in: New effects structure * src/widgets/SlideShowImageView.cs: New effects structure * src/core/EffectManager.cs: New effects structure * src/core/SlideImage.cs: New effects structure * src/datamodel/Effect.cs: New effects structure * src/datamodel/SlideShowProjectElement.cs: New effects structure * extensions/Effects/: revamped effects 2009-04-09 Jordi Mas * dialogs/PreferencesDialog.cs: Transitions process single images * dialogs/AddSlideDialog.cs: Transitions process single images * mistelix.cs: Transitions process single images * widgets/SlideShowImageView.cs : Transitions process single images * core/TransitionManager.cs: Transitions process single images * core/EffectManager.cs: Transitions process single images * core/SlideShow.cs: Transitions process single images * core/SlideImage.cs: Transitions process single images * core/NoneTransition.cs: Transitions process single images * Makefile.am: Transitions process single images * datamodel/Transition.cs: Transitions process single images * datamodel/SlideShowProjectElement.cs: Transitions process one image * datamodel/ITransition.cs: Transitions process single images * mistelix.addin.xml: Transitions process single images 2009-04-08 Jordi Mas * Test/: New test infrastructure (performance & unit tests) * src/core/SlideImage.cs: Better load LoadPixBuffer 2009-04-05 Jordi Mas * src/dialogs/NewProjectDialog.cs: Allow to set output resolution * src/dialogs/PreferencesDialog.cs: Allow to set output resolution * src/dialogs/ProjectPropertiesDialog.cs: Allow to set output resolution * src/dialogs/AddSlideDialog.cs: Allow to set output resolution * src/core/Button.cs: Allow to set output resolution * src/core/ResolutionManager.cs: Allow to set output resolution * src/core/SlideShow.cs: Allow to set output resolution * src/core/ThumbnailSizeManager.cs: Allow to set output resolution * src/Makefile.am: New files * src/mistelix.glade: Allow to set output resolution * src/datamodel/ProjectDetails.cs: Allow to set output resolution * src/datamodel/ThumbnailSize.cs: Allow to set output resolution * src/datamodel/Resolution.cs: Allow to set output resolution * src/datamodel/Project.cs: Allow to set output resolution * autogen.sh: No need for gnome-docs 2009-04-03 Jordi Mas * Makefile.am: mistelix.pc support * mistelix.pc.in: pkg-config file * src/mistelix.cs: fixes debugger output * src/core/SlideImage.cs: fixes and conversions 2009-03-31 Jordi Mas * src/core/SlideImage.cs: Define properties * src/core/MistelixLib.cs: Use properties to access slide image data * extensions/Effects/Brightness/: Use properties to access data * src/mistelix.cs: Better debug parameter handling 2009-03-30 Jordi Mas * configure.in: New make files * src/mistelix.cs: Use EffectManager.List * src/widgets/SlideShowImageView.cs: Effect managment * src/core/EffectManager.cs: fixes * src/Makefile.am: Changes in filenames * src/datamodel/Effect.cs: New methods * src/datamodel/SlideShowProjectElement.cs: Effect handling for image * extensions/Effects/Brightness/: new effect extension * extensions/Effects/Contrast/: new effect extension 2009-03-25 Jordi Mas * src/dialogs/AddSlideDialog.cs: Remove old image cache system * src/mistelix.cs: Show effects at startup * src/widgets/SlideShowImageView.cs: Initial effect support & switch cairo surface view * src/widgets/DataImageSurface.cs: Encapsulates a Image Surface with data associated * src/PixbufImageSurface.cs: Specialitzation of DataImageSurface * src/widgets/FileView.cs: Remove all cache system * src/widgets/GtkMenu.cs: Menu separator * src/core/NoneEffect.cs: First version * src/core/EffectManager.cs: Manages effects * src/core/SlideImage.cs: Apply effects & thumbnailing support * src/Makefile.am: New files * src/datamodel/SlideShowProjectElement.cs: Switch to properties * src/datamodel/IEffect.cs: First definition of an effect 2009-03-17 Jordi Mas * Initial release