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