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