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