Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: c8557f5bdd6efc3511fa2a4b4c8c9883a468ce63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
31

* Trac #350 (SugarLabs), Python path set improperly

30

* Allow playing sounds identified by full filesystem path in
  pippy.sound (cscott)
* Resync Pippy's "Pippy metadata" with its activity.info, etc. (cscott)
* New default activity icon (Madeleine Ball)
* Trac #6323: Pippy's terminal and code editor font sizes are too big (brian)
* Add pippy.physics package and graphics/physics example (brian)
* Allow UTF-8 in Pippy source files. (cscott)

29

* Trac #8665, cont: further fixes for bundle-building.

28

* Trac #8665: Bundle-building was broken by a Sugar API change (trac #8136)

27

* Use a protected update_url.
* Updated license information in files; added 'license' field.
* Reverted bundlebuilder change: using .start("Pippy") makes modern
  bundlebuilder complain:
    WARNING:root:bundle_name deprecated, now comes from activity.info

26

* Bundlebuilder API change -- use .start("Pippy") instead of .start().

25

24

23

22

* Add check to not fail on new gtksourceview2 API (erikos)

21

* Add "tree" and "snow" from Dafydd Harries.
* Give a friendly error message if the audio library isn't found.

20

* Collaboration works; you get a copy of the host's source buffer.
* We look for the audio library in /home/olpc as well as /usr/share.

19

* #6475: Fix crash on launch when no telepathy connection (morgs)

18

* Updated translations for release.

17

* Attempt to fix Spanish, from Sayamindu.

16

* New "slideshow" example, by cjb.

15

* "View source" now works on both Pippy and Pippy-generated activities!

(From C. Scott Ananian.)

14

* Add pippy.console.size() to get rows/cols, make "thanks" use it.

13

* Pippy can now create activity bundles of user code, using the "Keep As
  Bundle" icon on the toolbar!

(From C. Scott Ananian.)

12

* Factor out a pippy library, which programs can use with 'import pippy'.
    
* The pygame portion of the library uses 'best practices' to avoid eating
  up CPU, and pauses & suspends after 20 seconds of inactivity.

(From C. Scott Ananian.)

11

* New pygame examples by Henry Holtzman!  "bounce", "camera", "lines", "pong".

10

* Add "guess" example (Pilar Saenz).

9

* Changed sound library location again.  Add "thanks".

8

* Changed location of sound library on filesystem, for build573+.

7

* Remove the "interpreter" banner; we don't provide the help files it mentions
* Add "Stop!" button to terminate the currently running code.

6

* Add "interpreter" example, by Ivan Krstić.
* 55px->45px icon, resized by Eben Eliason.

5

* Update to new Tubes API
* Small example changes
* Added getSoundList() which returns the list of available sounds for playWave() (Flipo)

4

* Journal integration
* Sound support!  Thanks to Nat/TamTam team.
* New examples:  
   Sierpinski (Madeleine Ball)
   Recursion (Mel Chua)
   Fibonacci (Rafael Ortiz)

3

* Added scrollbars, replaced hippo with gtk.

2

* First public release.