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