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