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