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