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