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