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