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