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