Difference between revisions of "0.82/0.81.2 Notes"

From Sugar Labs
Jump to navigation Jump to search
(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/chat-activity-38.tar.bz2 chat-activity 38]
+
* [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/terminal-activity-11.tar.bz2 terminal-activity 11]
+
* [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/web-activity-87.tar.bz2 web-activity 87]
+
* [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 ===
  
39
+
* #5767: Use black text on light fill colors (matthias)
  
* ACK received messages (cassidy)
+
=== terminal-activity ===
* Handle pending messages when setting the message handler (cassidy)
 
  
38
+
* #5520: Make the activity exit when the user exits the shell. (sayamindu)
  
* Updated translations: zh_TW, de, it
+
=== web-activity ===
  
37
+
89
 +
* Make the object chooser transient on the activity window. (tomeu)
  
* UI Change: Merge multiple sequential messages from same author (morgs)
+
88
* Updated translation: ar (pootle)
+
* Add Edit toolbar (tomeu)
* #6561: Fix RTL message alignment (Arabic) (khaled)
+
* 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)  
  
36
+
=== calculate-activity ===
  
* #5053: Reduce white space around boxes (morgs)
+
* Skipped this release
* #6621: set entry sensitive not editable (morgs)
 
* Add license to activity.py (morgs)
 
* #6743: border around gtk.entry (morgs)
 
* Reduce telepathy code based on improved PS channel creation API (morgs)
 
* Open URLs via show_object_in_journal (morgs)
 
* Update pippy metadata based on Pippy (morgs)
 
* Updated translations (pootle)
 
  
=== terminal-activity ===
+
=== write-activity ===
 +
 
 +
* Skipped this release
  
* i18n improvement: the activity has a POT file now (sayamindu)
+
=== log-activity===
  
=== web-activity ===
+
* make users non-olpc be able to read the sugar logs - this is important for the activity running on non xo platforms
  
* First round of pylint fixes (erikos)
+
=== pippy activity ===
* Fix typo #6962 (DanKrejsa)
 
* Fix onStateChange for downloads #6962 (DanKrejsa)
 
* s/Open/Show in Journal #5958 (erikos)
 
* A lot of new translations
 
  
=== calculate-activity ===
+
* Add check to not fail on new gtksourceview2 API - this is needed for the activity to run on non xo platforms
no news this cycle
 
  
=== write-activity ===
 
no news this cycle
 
  
 
== 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.1 origin/sucrose-0.81.1
+
  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 10:00, 6 June 2008

Sucrose 0.81.2

Glucose modules

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

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