File: ChangeLog

package info (click to toggle)
mistelix 0.31-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,112 kB
  • ctags: 1,839
  • sloc: sh: 10,068; cs: 9,324; ansic: 1,745; makefile: 426; xml: 171
file content (131 lines) | stat: -rw-r--r-- 5,585 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
2009-04-25 Jordi Mas <jmas@softcatala.org>

	* mistelix.doap: new file

2009-04-25 Jordi Mas <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>

	* Test/: New test infrastructure (performance & unit tests)
	* src/core/SlideImage.cs: Better load LoadPixBuffer

2009-04-05 Jordi Mas <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>

	* 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 <jmas@softcatala.org>
	
	* 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 <jmas@softcatala.org>

        * Initial release