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