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