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