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