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