0.82/0.81.2 Notes: Difference between revisions
Appearance
< 0.82
Glucose News |
Fructose news |
||
| Line 62: | Line 62: | ||
* [http://dev.laptop.org/pub/sugar/sources/read-activity/read-activity-46.tar.bz2 read-activity 46] | * [http://dev.laptop.org/pub/sugar/sources/read-activity/read-activity-46.tar.bz2 read-activity 46] | ||
* [http://dev.laptop.org/pub/sugar/sources/chat-activity/ | * [http://dev.laptop.org/pub/sugar/sources/chat-activity/Chat-40.tar.bz2 chat-activity 40] | ||
* [http://dev.laptop.org/pub/sugar/sources/terminal-activity/ | * [http://dev.laptop.org/pub/sugar/sources/terminal-activity/Terminal-12.tar.bz2 terminal-activity 12] | ||
* [http://dev.laptop.org/pub/sugar/sources/web-activity/ | * [http://dev.laptop.org/pub/sugar/sources/web-activity/Web-89.tar.bz2 web-activity 89] | ||
* [http://dev.laptop.org/pub/sugar/sources/etoys-activity/etoys-activity-81.tar.gz etoys-activity 81] | * [http://dev.laptop.org/pub/sugar/sources/etoys-activity/etoys-activity-81.tar.gz etoys-activity 81] | ||
* [http://dev.laptop.org/pub/sugar/sources/write-activity/write-55.tar.bz2 write-activity 55] | * [http://dev.laptop.org/pub/sugar/sources/write-activity/write-55.tar.bz2 write-activity 55] | ||
* [http://dev.laptop.org/pub/sugar/sources/calculate-activity/calculate-19.tar.bz2 calculate-activity 19] | * [http://dev.laptop.org/pub/sugar/sources/calculate-activity/calculate-19.tar.bz2 calculate-activity 19] | ||
* [http://dev.laptop.org/pub/sugar/sources/log-activity/Log-9.tar.bz2 log-activity 9] | |||
* [http://dev.laptop.org/pub/sugar/sources/pippy-activity/Pippy-22.tar.bz2 pippy-activity 22] | |||
== Fructose news == | == Fructose news == | ||
=== read-activity === | |||
* Skipped this release | |||
=== chat-activity === | === chat-activity === | ||
* #5767: Use black text on light fill colors (matthias) | |||
=== terminal-activity === | |||
* #5520: Make the activity exit when the user exits the shell. (sayamindu) | |||
=== web-activity === | |||
89 | |||
* Make the object chooser transient on the activity window. (tomeu) | |||
* | 88 | ||
* | * Add Edit toolbar (tomeu) | ||
* | * Add Follow link item to link palette (tomeu) | ||
* Add palette for images (tomeu) | |||
* Add a simple palette for links with an option to copy to the clipboard (tomeu) | |||
=== calculate-activity === | |||
* | * Skipped this release | ||
=== | === write-activity === | ||
* Skipped this release | |||
=== log-activity=== | |||
* make users non-olpc be able to read the sugar logs - this is important for the activity running on non xo platforms | |||
=== pippy activity === | |||
* Add check to not fail on new gtksourceview2 API - this is needed for the activity to run on non xo platforms | |||
== sugar-jhbuild branch == | == sugar-jhbuild branch == | ||
| Line 122: | Line 118: | ||
git clone git://dev.laptop.org/sugar-jhbuild | git clone git://dev.laptop.org/sugar-jhbuild | ||
cd sugar-jhbuild | cd sugar-jhbuild | ||
git checkout --track -b sucrose-0.81. | git checkout --track -b sucrose-0.81.2 origin/sucrose-0.81.2 | ||
./sugar-jhbuild update | ./sugar-jhbuild update | ||
./sugar-jhbuild build | ./sugar-jhbuild build | ||
Revision as of 09:00, 6 June 2008
Sucrose 0.81.2
Glucose modules
- sugar-base 0.81.1
- sugar-toolkit 0.81.4
- sugar 0.81.3
- sugar-artwork 0.79.3
- sugar-datastore 0.8.1
- sugar-presence-service 0.81.1
- etoys 3.0.2007
- journal-activity 91
Glucose news
sugar-base
- Fix logging (Tomeu)
sugar-toolkit
- Add an installation time property to the activity bundle (Tomeu)
- Reveal palettes on right-click (Eben)
- Refactor bundlebuilder and add dist_source command (Marco)
- Enable journal to do open-with for activity bundles (Chema)
- Add timezone, hot_corners, warm_edges to the profile (Simon)
sugar
- Search in the activity list (Tomeu)
- Add installation date in the activity list (Tomeu)
- Improve performance of the activity list (Tomeu)
- Sort activities in the list and ring by installation date (Tomeu)
- Speaker device (Martin Dengler)
- Graphical frontend for the control panel (Simon)
- Rotate the dpad keys when the screen rotate button is pressed (Erik Garrison)
sugar-artwork
- Skipped this release
sugar-datastore
- Skipped this release
sugar-presence-service
- Skipped this release
etoys
- more translatable phrases
- minor tile fixes
journal-activity
- Arabic translations update (Khaled) - Italian translations update (Carlo) - Misc small fixes (Simon and Tomeu)
Fructose modules
- read-activity 46
- chat-activity 40
- terminal-activity 12
- web-activity 89
- etoys-activity 81
- write-activity 55
- calculate-activity 19
- log-activity 9
- pippy-activity 22
Fructose news
read-activity
- Skipped this release
chat-activity
- #5767: Use black text on light fill colors (matthias)
terminal-activity
- #5520: Make the activity exit when the user exits the shell. (sayamindu)
web-activity
89
- Make the object chooser transient on the activity window. (tomeu)
88
- Add Edit toolbar (tomeu)
- Add Follow link item to link palette (tomeu)
- Add palette for images (tomeu)
- Add a simple palette for links with an option to copy to the clipboard (tomeu)
calculate-activity
- Skipped this release
write-activity
- Skipped this release
log-activity
- make users non-olpc be able to read the sugar logs - this is important for the activity running on non xo platforms
pippy activity
- Add check to not fail on new gtksourceview2 API - this is needed for the activity to run on non xo platforms
sugar-jhbuild branch
We created a special sugar-jhbuild branch for this release containing the tarballs. You can try it out like this:
git clone git://dev.laptop.org/sugar-jhbuild cd sugar-jhbuild git checkout --track -b sucrose-0.81.2 origin/sucrose-0.81.2 ./sugar-jhbuild update ./sugar-jhbuild build