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