Re: [Sugar-devel] [PATCH] Remove hard-coded School Server URL when XOs register #sl1976

2010-07-04 Thread Sascha Silbe
Excerpts from Tim McNamara's message of Sat Jul 03 22:33:50 + 2010: Ref http://bugs.sugarlabs.org/ticket/1976 Thanks for working on this! Bevaviour of the software is now independent of the hardware that Sugar is running. All registrations will look for Jabber server settings from

Re: [Sugar-devel] [PATCH] Remove hard-coded School Server URL when XOs register #sl1976

2010-07-04 Thread Bernie Innocenti
El Sun, 04-07-2010 a las 10:33 +1200, Tim McNamara escribió: Ref http://bugs.sugarlabs.org/ticket/1976 Bevaviour of the software is now independent of the hardware that Sugar is running. All registrations will look for Jabber server settings from /desktop/sugar/collaboration/jabber_server.

[Sugar-devel] Activity title update

2010-07-04 Thread Bernie Innocenti
El Fri, 02-07-2010 a las 08:36 +, Sascha Silbe escribió: FWIW, in an unrelated project I'm using the changed signal and have not noticed any missing updates so far (except for SpinButtons which should have been fixed in GTK by now IIRC). The changed signal fires on each keystroke. We

Re: [Sugar-devel] Q on tracker cleanup / triage

2010-07-04 Thread Bernie Innocenti
El Sun, 04-07-2010 a las 02:29 +0100, Gary Martin escribió: Also, I don't know if I have the permission to change resolution status when something hasn't been touched for 12+ months. If I were to change status on likely candidates, would this anger the other developers? I know it's

[Sugar-devel] Patches to mail list, or patches to trac?

2010-07-04 Thread Michael Stone
My personal suggestions follow: Patches to mail list, or patches to trac? Use the mailing list to get feedback. Use Trac to publish histories of work on a theme. Personally I read mail in a bunch of different places/devices and there's no way I can currently (and sanely) keep track of all

[Sugar-devel] July 4th, 4PM NYC time: How Cellular Data can Reach *Distant* Schools [was: 5 upcoming Sunday talks/events for OLPC volunteers]

2010-07-04 Thread Holt
See you in 2hrs 20min! -=-=-=-=-=- Thanks to Sugar's 3G interface developers who will join from South America this coming Sunday 4PM! Reply to holt @ laptop.org for our phone presentation's conf-call number, and the below speaker's PDF slides, which we hope he might later make public.

Re: [Sugar-devel] UI experiments: pop-up menus and hot corners

2010-07-04 Thread Bernie Innocenti
Mikus, let's keep sugar-devel@ posted on Sugar UI threads. I know you're not subscribed, but we shouldn't cut-off all the Sugar developers from the discussion. Besides, this thread became quite off-topic for de...@l.l.o and fedora-olpc-l...@. If the user needs to choose case-by-case whether to

[Sugar-devel] Invert index_updated logic

2010-07-04 Thread Aleksey Lim
Patch is intended to keep index up-to-date even if sugar(ds) was crashed or power was switched off. Would be useful to test it in the field. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH] Invert index_updated logic

2010-07-04 Thread Aleksey Lim
Assume that index_updated can be True only after index flush and before any index change. --- src/carquinyol/datastore.py | 12 +++- src/carquinyol/indexstore.py|7 +++ src/carquinyol/layoutmanager.py | 28 +++- 3 files changed, 25

[Sugar-devel] [alsr...@member.fsf.org: [PATCH] Invert index_updated logic]

2010-07-04 Thread Aleksey Lim
- Forwarded message from Aleksey Lim alsr...@member.fsf.org - From: Aleksey Lim alsr...@member.fsf.org Subject: [Sugar-devel] [PATCH] Invert index_updated logic To: sugar-devel@lists.sugarlabs.org Date: Sun, 4 Jul 2010 18:38:32 + Assume that index_updated can be True only after

[Sugar-devel] [PATCH] Window: allow removing the toolbar_box

2010-07-04 Thread Sascha Silbe
Allow the toolbar_box to be removed by setting it to None, like is supported for canvas. Signed-off-by: Sascha Silbe sascha-...@silbe.org --- src/sugar/graphics/window.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sugar/graphics/window.py

[Sugar-devel] [PATCH] fix recognition of JEBs outside of data store

2010-07-04 Thread Sascha Silbe
Add a MIME type definition for Journal Entry Bundles (JEBs) so they get detected properly if encountered outside of the data store. Signed-off-by: Sascha Silbe sascha-...@silbe.org --- data/sugar.xml.in |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git

[Sugar-devel] [PATCH] Add support for JEBs containing multiple entries

2010-07-04 Thread Sascha Silbe
By allowing Journal Entry Bundles (JEBs) to carry more than one entry, we can use them to back up an entire data store. Signed-off-by: Sascha Silbe sascha-...@silbe.org --- src/jarabe/journal/journalentrybundle.py | 139 -- src/jarabe/model/bundleregistry.py |

Re: [Sugar-devel] [PATCH] Add backup capability to Journal (using JEBs)

2010-07-04 Thread Sascha Silbe
/screenshots/20100704-01-backup-palette.png [2] http://people.sugarlabs.org/~silbe/screenshots/20100704-02-backup-progress.png [3] http://people.sugarlabs.org/~silbe/screenshots/20100704-03-backup-frame.png [4] http://people.sugarlabs.org/~silbe/screenshots/20100704-04-backup-done.png -- http

Re: [Sugar-devel] [alsr...@member.fsf.org: [PATCH] Invert index_updated logic]

2010-07-04 Thread Bernie Innocenti
On Sun, 2010-07-04 at 18:41 +, Aleksey Lim wrote: - Forwarded message from Aleksey Lim alsr...@member.fsf.org - From: Aleksey Lim alsr...@member.fsf.org Subject: [Sugar-devel] [PATCH] Invert index_updated logic To: sugar-devel@lists.sugarlabs.org Date: Sun, 4 Jul 2010 18:38:32

Re: [Sugar-devel] [PATCH] Invert index_updated logic

2010-07-04 Thread Aleksey Lim
On Sun, Jul 04, 2010 at 06:27:00PM -0400, Bernie Innocenti wrote: On Sun, 2010-07-04 at 18:41 +, Aleksey Lim wrote: - Forwarded message from Aleksey Lim alsr...@member.fsf.org - From: Aleksey Lim alsr...@member.fsf.org Subject: [Sugar-devel] [PATCH] Invert index_updated

[Sugar-devel] [PATCH] Bump v0.88.0

2010-07-04 Thread Aleksey Lim
--- NEWS |3 +++ configure.ac |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index b20eb59..4aa03d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +v0.88.0 2010-03-29 +* fix migration from 0.82 data store (#1838) + v0.87.4 2010-03-10 * Do not

[Sugar-devel] [PATCH] Invert index_updated logic

2010-07-04 Thread Aleksey Lim
Assume that index_updated can be True only after index flush and before any index change. --- src/carquinyol/datastore.py | 14 -- src/carquinyol/indexstore.py| 25 + src/carquinyol/layoutmanager.py | 25 - 3 files changed,