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