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