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