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