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