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