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