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