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