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