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