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