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