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