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