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