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