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