Re: [Sugar-devel] test automation

2012-07-02 Thread Sascha Silbe
Sridhar Dhanapalan srid...@laptop.org.au writes: I am keen to explore ways to improve the quality and delivery time of code. Is there any work being done to automate testing of code? Yes, I've been working on this whenever I have time. We already have a data store test suite [3-5] and a

Re: [Sugar-devel] sugarless.py Implode version

2012-07-02 Thread Sascha Silbe
James Cameron qu...@laptop.org writes: On Thu, Jun 28, 2012 at 11:36:25AM -0300, Gonzalo Odiard wrote: +1 to keep the sugarless version working. In the future, I hope we have more activities working in Gnome too. I would like to see every activity as a menu option in the GNOME menus. ;-}

Re: [Sugar-devel] [PATCH sugar] Enable gnome-keyring to autostart in sugar-emulator

2012-07-02 Thread Daniel Narvaez
Sascha, Caspar, could you see if you are happy with the patch now? Thanks. On 26 June 2012 12:01, Daniel Narvaez dwnarv...@gmail.com wrote: From: Daniel Narvaez dwnarv...@gmail.com We was starting it manually because dbus would not activate it automatically. A proper solution to that issue

Re: [Sugar-devel] sugarless.py Implode version

2012-07-02 Thread Walter Bender
On Mon, Jul 2, 2012 at 7:49 AM, Sascha Silbe si...@activitycentral.com wrote: James Cameron qu...@laptop.org writes: On Thu, Jun 28, 2012 at 11:36:25AM -0300, Gonzalo Odiard wrote: +1 to keep the sugarless version working. In the future, I hope we have more activities working in Gnome too.

[Sugar-devel] [PATCH Get Books] Drop libxml2 SL #3419

2012-07-02 Thread Manuel Kaufmann
This module dependency is replaced by ElementTree from the Python's Standard Library Signed-off-by: Manuel Kaufmann humi...@gmail.com --- GetIABooksActivity.py |1 - languagenames.py | 30 -- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-07-02 Thread Christophe Guéret
Hi Aleksey, I've packaged redstore to SD:Factory repos ( https://packages.sugarlabs.org/project/monitor?project=SweetsDistribution:Factory ) the package is redstore that provides redstore command and redstored init.d script. Great! Many thanks :) I didn't make it autorun in case if you

[Sugar-devel] [PATCH Finance] Port to Gtk3 SL #3740

2012-07-02 Thread Manuel Kaufmann
Migrated completely to Gtk3. There is only one thing related to the Gtk3 theme that it's not working properly. It happens when the mouse is over the icon selected on the toolbar, view subtoolbar icons for example (SL #3739) Signed-off-by: Manuel Kaufmann humi...@gmail.com --- budgetscreen.py

[Sugar-devel] [PATCH sugar-toolkit] presence: use RoomConfig1 to configure channel properties (#3629)

2012-07-02 Thread Daniel Drake
This code was still using regular Telepathy properties to set important configuration such as Anonymous=False. However, as of Telepathy-0.24.0, these properties have gone away. http://telepathy.freedesktop.org/spec/Channel_Type_Text.html Changed in 0.24.0. This interface used to have a

Re: [Sugar-devel] [PATCH sugar-toolkit] presence: use RoomConfig1 to configure channel properties (#3629)

2012-07-02 Thread Sascha Silbe
Daniel Drake d...@laptop.org writes: This code was still using regular Telepathy properties to set important configuration such as Anonymous=False. However, as of Telepathy-0.24.0, these properties have gone away. [...] Fixes sharing of activities over gabble on new platforms such as Fedora

Re: [Sugar-devel] [PATCH sugar-toolkit] presence: use RoomConfig1 to configure channel properties (#3629)

2012-07-02 Thread Daniel Drake
On Mon, Jul 2, 2012 at 3:45 PM, Sascha Silbe si...@activitycentral.com wrote: Daniel Drake d...@laptop.org writes: This code was still using regular Telepathy properties to set important configuration such as Anonymous=False. However, as of Telepathy-0.24.0, these properties have gone away.