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