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