GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Talk is a small, Clutter-based presentation application
Clone URL: git://github.com/ebassi/talk.git
Add a new slide in the 'features' section of the FOSDEM talk
Emmanuele Bassi (author)
Wed Feb 20 08:51:00 -0800 2008
commit  243b3819e1bcd074d825bf7b976ff52319694435
tree    4ac5ff8ac0a5ae9892c6427cef0fa99e6e398106
parent  50b0e4ed38cf501b882dcd370b6150d56d45e75a
...
104
105
106
 
 
 
 
107
108
109
...
112
113
114
115
 
116
117
118
...
104
105
106
107
108
109
110
111
112
113
...
116
117
118
 
119
120
121
122
0
@@ -104,6 +104,10 @@ class FosdemTalk:
0
         self._collection.append_slide(slide)
0
         self._model.set(self._model.append(), 0, 'features/4')
0
 
0
+ slide = TextSlide(font='Sans 48px', text='Not just a canvas')
0
+ self._collection.append_slide(slide)
0
+ self._model.set(self._model.append(), 0, 'features/5')
0
+
0
         items = [ \
0
           u'Floating point \u2194 Fixed point', \
0
           'Subpixel precision', \
0
@@ -112,7 +116,7 @@ class FosdemTalk:
0
         ]
0
         slide = BulletSlide(bullets=items)
0
         self._collection.append_slide(slide)
0
- self._model.set(self._model.append(), 0, 'features/5')
0
+ self._model.set(self._model.append(), 0, 'features/6')
0
 
0
         slide = TextSlide(font='Sans 56px', text='Clean and Nice API')
0
         self._collection.append_slide(slide)

Comments

    No one has commented yet.