e4f9c61ee6a9edcd4cd7b160cbdb1eaaf9039bf2
[redact.git] / ChangeLog
1 --
2 $Id: ChangeLog 74 2005-09-21 16:21:52Z tilman $
3 ++
4
5 2005-09-21 Tilman Sauerbeck (tilman at code-monkey de)
6         * Released version 0.1.5
7
8 2005-09-21 Tilman Sauerbeck (tilman at code-monkey de)
9         * lib/redact/part.rb: Added Description#inherit
10         * lib/redact/{redact,program}.rb: Collection#script= resp
11           ExecScriptProgram#script= now accept a filename, too
12         * NEWS, TODO: Updated for 0.1.5
13         * lib/redact/redact.rb: Bumped version number to 0.1.5
14
15 2005-09-19 Tilman Sauerbeck (tilman at code-monkey de)
16         * lib/redact/part.rb: Fixed ImageDescription#set_border, which
17           used the "right" argument for the "left" border
18         * lib/redact/part.rb: Set "dragable.events_id" to -1 until it's
19           properly implemented
20         * lib/redact/part.rb: Make sure Relation#rel are floats
21
22 2005-08-25 Tilman Sauerbeck (tilman at code-monkey de)
23         * Released version 0.1.4
24
25 2005-08-25 Tilman Sauerbeck (tilman at code-monkey de)
26         * lib/redact/redact.rb: Bumped version number to 0.1.4
27
28 2005-07-17 Tilman Sauerbeck (tilman at code-monkey de)
29         * NEWS, TODO: Updated for 0.1.4
30
31 2005-07-16 Tilman Sauerbeck (tilman at code-monkey de)
32         * lib/redact/part.rb: ImageDescription's fill parameters are
33           settable now
34
35 2005-06-14 Tilman Sauerbeck (tilman at code-monkey de)
36         * Released version 0.1.3
37
38 2005-06-14 Tilman Sauerbeck (tilman at code-monkey de)
39         * lib/redact/app.rb: Use OPTIONS instead of @options when trying
40           to generate the output filename
41         * NEWS: Updated for 0.1.3
42         * lib/redact/redact.rb: Bumped version number to 0.1.3
43
44 2005-06-11 Tilman Sauerbeck (tilman at code-monkey de)
45         * Released version 0.1.2
46
47 2005-06-11 Tilman Sauerbeck (tilman at code-monkey de)
48         * NEWS: Updated for 0.1.2
49         * lib/redact/redact.rb: Bumped version number to 0.1.2
50
51 2005-06-09 Tilman Sauerbeck (tilman at code-monkey de)
52         * lib/redact/{source,redact,part}.rb: Fixed font/image handling so
53           that it now works properly if fontdir/imagedir is used or not
54
55 2005-06-08 Tilman Sauerbeck (tilman at code-monkey de)
56         * Rakefile: Code cleanup
57         * lib/redact/app.rb: Moved Redact::App's @options to
58           Redact::OPTIONS
59         * lib/redact/redact.rb, TODO: Added support for the --image_dir
60           and --font_dir command line switches
61         * lib/redact/{redact,app}.rb: Fixed fontdir handling
62         * lib/redact/part.rb: Also set TextDescription::font if a
63           matching FontDirectoryEntry was found
64         * lib/redact/{redact,app}.rb: Improved imagedir support
65         * lib/redact/{app,redact,part,source}.rb: Split a font's filename and
66           its alias, so the Edje can be decompiled properly
67
68 2005-05-29 Tilman Sauerbeck (tilman at code-monkey de)
69         * Rakefile: Use FileUtils.mkdir_p to create the destination
70           directory
71
72 2005-05-25 Tilman Sauerbeck (tilman at code-monkey de)
73         * lib/redact/app.rb: Make sure to delete the output file if
74           there's an exception while we're writing it
75
76 2005-04-28 Tilman Sauerbeck (tilman at code-monkey de)
77         * lib/redact/app.rb: Don't abort if embryo_cc's return code is 1
78           (which means 'succeeded, but with warnings')
79
80 2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
81         * Rakefile: Don't include one FileList in another
82
83 2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
84         * Released version 0.1.1
85
86 2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
87         * NEWS, Rakefile: Added NEWS
88         * lib/redact/redact.rb: Bumped version number to 0.1.1
89
90 2005-04-24 Tilman Sauerbeck (tilman at code-monkey de)
91         * lib/redact/redact.rb: Fixed exception message
92         * lib/redact/part.rb: Added Relation#set_to
93         * lib/redact/program.rb: Initialize emission_signal and
94           emission_source to empty strings, they must not be nil
95
96 2005-04-23 Tilman Sauerbeck (tilman at code-monkey de)
97         * lib/redact/app.rb: Comment fix
98
99 2005-04-16 Tilman Sauerbeck (tilman at code-monkey de)
100         * lib/redact/part.rb: Added border_fill_middle attribute to
101           ImageDescription
102
103 2005-04-14 Tilman Sauerbeck (tilman at code-monkey de)
104         * lib/{redact,part,program}.rb: Replaced most attr_accessor
105           calls by explicit setter methods to ensure type safety
106         * lib/part.rb: Code cleanup
107         * lib/part.rb: Fixed the regular expression that checks
108           whether a font name is actually a filename
109         * lib/{redact,part,program}.rb: Added a few missing "protected" 
110           statements
111
112 2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
113         * test/crossfade.rb: Updated for recent tween mode fixes
114
115 2005-04-03 Tilman Sauerbeck (tilman at code-monkey de)
116         * lib/redact/part.rb: Made 'text_class' and 'color_class' parameters
117           writable
118         * lib/redact/part.rb: Some cosmetic changes
119         * lib/redact/part.rb: Use symbols instead of constants for text
120           effects
121         * lib/redact/part.rb: Code cleanup
122         * lib/redact/program.rb: Use symbols instead of constants for
123           tween modes
124
125 2005-04-02 Tilman Sauerbeck (tilman at code-monkey de)
126         * lib/redact/part.rb: Made 'step' and 'aspect' parameters
127           configurable
128
129 2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
130         * Released version 0.1.0
131
132 2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
133         * Rakefile: Tweak lookup of PKG_VERSION
134         * Rakefile: Require Rake 0.5.0 or greater
135         * Rakefile: Fixed the install task so it installs all Ruby files
136           found in lib/redact
137
138 2005-03-28 Tilman Sauerbeck (tilman at code-monkey de)
139         * lib/redact/app.rb: Tweaked "redact --version" output
140         * Rakefile, test/test_basic.rb: Use 'edj' instead of 'eet'
141           as the extension for the test Edjes
142         * README: Added basic documentation
143         * Rakefile: Added an RDocTask
144         * Rakefile: Added a PackageTask
145         * Rakefile:: Added a publish task
146
147 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
148         * lib/redact/app.rb: Use Tempfile's for the Embryo source- and
149           amx code
150         * lib/redact/app.rb: Abort compilation if embryo_cc fails
151         * lib/redact/app.rb: Use Kernel#raise instead of Kernel#fail
152         * lib/redact/{redact,part}.rb: Added some RDoc documentation
153           modifiers
154         * lib/redact/redact.rb: Bumped version number to 0.1.0
155
156 2005-03-22 Tilman Sauerbeck (tilman at code-monkey de)
157         * lib/redact/app.rb: The default extension for Edje files is
158           'edj' now
159 2005-03-20 Tilman Sauerbeck (tilman at code-monkey de)
160         * lib/redact/redact.rb, test/{red_rect,crossfade}.rb:
161           Use symbols for part/program types. Also, you need to provide
162           the part/program type now, there's no default anymore. This
163           fixes/works around the problem where you accidentally defined
164           a part when you just wanted to get a reference to an existing
165           part
166
167 2005-03-19 Tilman Sauerbeck (tilman at code-monkey de)
168         * test/crossfade.rb: Updated to work with
169           TextDescription#set_fit change
170
171 2005-03-17 Tilman Sauerbeck (tilman at code-monkey de)
172         * lib/redact/app.rb: Store the source of files that are read
173           with File.read, too
174         * lib/redact/{source,app}.rb: Write a fontmap, so edje_decc can
175           dump the fonts that are used in the Edje
176         * lib/redact/part.rb: Added TextDescription#set_fit
177
178 2005-03-16 Tilman Sauerbeck (tilman at code-monkey de)
179         * lib/redact/{source,app}.rb: Write theme source to EET file,
180           too
181         * bin/redact, lib/redact/app.rb, test/test_basic.rb: Improved
182           commandline option handling
183         * lib/redact/redact.rb: Set the 'compiler' value in the
184           Edje_File EDD
185         * lib/redact/app.rb: Add support for the 'image_dir' and 'font_dir'
186           options. They aren't evaluated yet, though.
187
188 2005-03-14 Tilman Sauerbeck (tilman at code-monkey de)
189         * lib/redact/redact.rb: Fixed stupid exceptions
190
191 2005-03-06 Tilman Sauerbeck (tilman at code-monkey de)
192         * lib/redact/program.rb: Fixed a typo that resulted in an invalid
193           reader method
194         * lib/redact/{redact,program}.rb: Added support for basic
195           programs (signal, source, after parameters only)
196         * Rakefile: use FileUtils to for the install task
197
198 2005-03-02 Tilman Sauerbeck (tilman at code-monkey de)
199         * lib/redact/part.rb: Set the default offset for rel2 to -1,-1
200         * lib/redact/part.rb: Enable smoothing by default for non-image
201           parts, too.
202         * lib/redact/part.rb: Use sane defaults for the other fill
203           parameters
204         * lib/redact/part.rb: Fixed default values for outline and
205           shadow color
206
207 2005-02-26 Tilman Sauerbeck (tilman at code-monkey de)
208         * lib/redact/app.rb: Don't indent empty lines of Embryo code
209         * lib/redact/{app, redact, part}.rb: Added support for embedded
210           fonts
211         * lib/redact/redact.rb: When doing part/program-lookups in
212           Embryo code, use non-greedy matching of quotes
213         * lib/redact/program.rb: signal and source are set to empty
214           strings by default now, instead of nil
215         * lib/redact/part.rb: Rename color2 and color3 to outline_color
216           and shadow_color, respectively.
217         * lib/redact/part.rb: Make outline_color and shadow_color
218           writeable
219         * lib/redact/part.rb: Renamed clip_to to clip and made it
220           readable
221         * lib/redact/part.rb: Made TextDescription::text_min writeable
222         * lib/redact/part.rb: Made TextDescription::text_align writeable
223         * lib/redact/part.rb: Added support for tween images
224         * lib/redact/{redact, part}.rb: Split Part into various classes
225         * lib/redact/{redact, part, program}.rb: Code cleanup
226         * lib/redact/{redact, part}.rb: Don't make Part::type readable
227
228 2005-02-23 Tilman Sauerbeck (tilman at code-monkey de)
229         * lib/redact/app.rb: Use edje-config to figure out the
230           Embryo include directory
231
232 2005-02-22 Tilman Sauerbeck (tilman at code-monkey de)
233         * lib/redact/app.rb: Enable zlib compression for the edje_file
234           and collections EET entries
235         * lib/redact/app.rb, lib/redact/redact.rb: Reworked the way
236           Embryo scripts are saved/processed
237         * lib/redact/app.rb: Delete the temporary redact.sma file when
238           we're done with it