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