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