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