From d87684338154708cc327b640cb939c07a35ef934 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Feb 04 2009 12:30:18 +0000 Subject: - Try harder to get an icon for a clipping - Hide the journal activity in the home view #87 - Correctly initialize the TrayIcon - Add 'View Details' option to object palette in journal - Translation updates - Hide OLPC-specific fields on non-xo machines #133 - Add a 'Clear search' button to 'No matching entries' message #266 - Correctly detect when a query in the journal is empty #255 - Avoid launching two instances of the same activity instance #238 - Add start-with option to objectpalette in the journal - Fix dnd of icons in the favorite view #213 - Right click on AP should reveal palette not connect to AP #10 - Display space used and left in the volume palette in the journal #33 - Don't update the zoom level when a dialog window pops up - Fix filtering the objectchooser with data types #219 --- diff --git a/.cvsignore b/.cvsignore index 9c362db..8cd3322 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sugar-0.83.5-gitf7807dddc0.tar.bz2 +sugar-0.83.6.tar.bz2 diff --git a/sources b/sources index d8bbb73..a271a2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4cc6798f7e192737b46982e457dad7b sugar-0.83.5-gitf7807dddc0.tar.bz2 +28b96e8c0a7a3a968aa0774e60827352 sugar-0.83.6.tar.bz2 diff --git a/sugar.spec b/sugar.spec index c789046..8d2a272 100644 --- a/sugar.spec +++ b/sugar.spec @@ -5,15 +5,15 @@ Summary: Constructionist learning platform Name: sugar -Version: 0.83.5 -#Release: 2%{?dist} -Release: 3.%{alphatag}%{?dist} +Version: 0.83.6 +Release: 1%{?dist} +#Release: 3.%{alphatag}%{?dist} URL: http://sugarlabs.org/ # git clone git://dev.laptop.org/sugar # cd sugar # git-checkout %{commitid} -Source0: %{name}-%{version}-git%{commitid}.tar.bz2 -#Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 +#Source0: %{name}-%{version}-git%{commitid}.tar.bz2 +Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 License: GPLv2+ Group: User Interface/Desktops Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -138,6 +138,23 @@ rm -rf %{buildroot} %{_bindir}/sugar-emulator %changelog +* Wed Feb 04 2009 Simon Schampijer - 0.83.6-1 +- Try harder to get an icon for a clipping +- Hide the journal activity in the home view #87 +- Correctly initialize the TrayIcon +- Add 'View Details' option to object palette in journal +- Translation updates +- Hide OLPC-specific fields on non-xo machines #133 +- Add a 'Clear search' button to 'No matching entries' message #266 +- Correctly detect when a query in the journal is empty #255 +- Avoid launching two instances of the same activity instance #238 +- Add start-with option to objectpalette in the journal +- Fix dnd of icons in the favorite view #213 +- Right click on AP should reveal palette not connect to AP #10 +- Display space used and left in the volume palette in the journal #33 +- Don't update the zoom level when a dialog window pops up +- Fix filtering the objectchooser with data types #219 + * Fri Jan 30 2009 Simon Schampijer - 0.83.5-3.20090130gitf7807dddc0 - Add 'View Details' option to object palette in journal - Translation updates