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