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