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