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