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