Re: [Sugar-devel] Dist_xo of bundlebuilder

2012-08-23 Thread Alan Jhonn Aguiar Schwyn
I make this to fix the problem, no crash the existing system and resolvethe problem of no GIT: function: get_files_in_git, line 160 of bundlebuilder.py # pylint: disable=E1103return [path.strip() for path in stdout.strip('\n').split('\n')] Converted in: # pylint:

Re: [Sugar-devel] conversations about sugar ui design

2012-08-23 Thread Aleksey Lim
On Mon, Aug 20, 2012 at 09:09:57AM -0400, Walter Bender wrote: On Sun, Aug 19, 2012 at 11:56 PM, David Brown djhbr...@gmail.com wrote: ... with 69 apps already mooted (and presumably a thousand more waiting to be added), that creates a navigation issue which needs to be addressed. i feel

Re: [Sugar-devel] [PATCH sugar] Remove _MouseListener from the frame and cleanup, v2, SL #3820

2012-08-23 Thread Simon Schampijer
On 08/23/2012 07:23 AM, Manuel Quiñones wrote: Yes! This complies with the behavior we agreed in the other thread. Please commit. Great, pushed as: 3e28f565b219c9c2b3744204e1e58b48ab76285b 2012/8/22 Simon Schampijer si...@schampijer.de: Move the code of mouse_enter() method into the client

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton

2012-08-23 Thread Simon Schampijer
On 08/23/2012 07:12 AM, Manuel Quiñones wrote: gtk_paint_box is deprecated [1] and now we can use the CSS to change the style of the button's prelight state. To test the buttons, I provide a patch for HelloWorld activity [2]. They are added in the main toolbar. We should really make sure we

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3 1/2] Fix the drawing method of _IconWidget, used by IconTray

2012-08-23 Thread Simon Schampijer
Looks correct, please go ahead. Thanks, Simon On 08/23/2012 07:12 AM, Manuel Quiñones wrote: Invoker draw_rectangle() now receives a Cairo context, as can be seen in [1] The testcase is also fixed by this commit. Signed-off-by: Manuel Quiñones ma...@laptop.org [1]

Re: [Sugar-devel] Dist_xo of bundlebuilder

2012-08-23 Thread Gonzalo Odiard
Use git to get the list of files was done after deprecate the MANIFEST files And.. Why this patch was not applied?? http://lists.sugarlabs.org/archive/sugar-devel/2011-November/034196.html Good question. Gonzalo ___ Sugar-devel mailing

Re: [Sugar-devel] More tests of Write with introspection bindings

2012-08-23 Thread Gonzalo Odiard
Reading again http://www.abisource.com/mailinglists/abiword-dev/2012/Jul/0050.html probably I have the same the problem that Carlos describe: * I can also see graphical oddities (like the AbiWidget disappearing from the window briefly after being shown), but this is doesn't seem to be related to

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton

2012-08-23 Thread Manuel Quiñones
2012/8/23 Simon Schampijer si...@schampijer.de: On 08/23/2012 07:12 AM, Manuel Quiñones wrote: gtk_paint_box is deprecated [1] and now we can use the CSS to change the style of the button's prelight state. To test the buttons, I provide a patch for HelloWorld activity [2]. They are added in

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton

2012-08-23 Thread Gonzalo Odiard
While you are here, can see http://bugs.sugarlabs.org/ticket/3388 ? Gonzalo On Thu, Aug 23, 2012 at 8:58 AM, Manuel Quiñones ma...@laptop.org wrote: 2012/8/23 Simon Schampijer si...@schampijer.de: On 08/23/2012 07:12 AM, Manuel Quiñones wrote: gtk_paint_box is deprecated [1] and now we

Re: [Sugar-devel] Dist_xo of bundlebuilder

2012-08-23 Thread Simon Schampijer
On 08/23/2012 12:06 PM, Gonzalo Odiard wrote: Use git to get the list of files was done after deprecate the MANIFEST files And.. Why this patch was not applied?? http://lists.sugarlabs.org/archive/sugar-devel/2011-November/034196.html Good question. Gonzalo Thanks, this one got

[Sugar-devel] [PATCH sugar-toolkit-gtk3 v2] Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton

2012-08-23 Thread Manuel Quiñones
Draw a black background in the buttons when the palette is up, as commit 01a06943 did with the ToolButton. As the comment for that commit states, we can change the prelight background color in the theme, but not when the mouse moves over the Palette. To test the buttons, I provide a patch for

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Manuel Kaufmann
On Wed, Aug 1, 2012 at 5:39 PM, Daniel Narvaez dwnarv...@gmail.com wrote: If you are using a plugin which is not built, please let me know and I'll add the required system dependencies. Can you add gst-plugins-ugly, gst-plugins-bad and gst-ffmpeg? I tried to do it by myself but I couldn't. I'm

[Sugar-devel] [PATCH sugar-toolkit] Don't cache window size in palettewindow invoker

2012-08-23 Thread godiard
From: Gonzalo Odiard godi...@gmail.com The screen size can change, by example when the screen rotate, and the stored values are not useful anymore. Without this patch the device icons palettes in the Journal or in the frame are not displayed if the screen is rotated to right or left.

Re: [Sugar-devel] [Design] On Screen Keyboard – part of the 'get Sugar touch ready' feature set

2012-08-23 Thread Gary Martin
Hi Chris, On 23 Aug 2012, at 05:56, Chris Leonard cjlhomeaddr...@gmail.com wrote: On Wed, Aug 22, 2012 at 9:09 PM, Gary Martin garycmar...@googlemail.com wrote: The key layout is a more complicated affair as it requires modification of XML files for each language layout [1], so I'd

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Manuel Kaufmann
:( * http://mkaufmann.com.ar/~humitos/olpc/build-20120823-115105.log -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/ PyAr: http://www.python.com.ar/ 0001-GStreamer-1.0-plugins-added.patch Description: Binary data

Re: [Sugar-devel] [Design] On Screen Keyboard – part of the 'get Sugar touch ready' feature set

2012-08-23 Thread Gonzalo Odiard
[1] 8-10mm per touch target is about as small as you want to go for key hit targets, and we are at 9.5mm in portrait for the v13 layout example (assuming the current XO screen dimensions). Do you know how much is this in pixels or better in style.zoom() units? Should be good have this

Re: [Sugar-devel] [Design] On Screen Keyboard – part of the 'get Sugar touch ready' feature set

2012-08-23 Thread Gary Martin
Hi Gonzalo, On 23 Aug 2012, at 16:20, Gonzalo Odiard gonz...@laptop.org wrote: [1] 8-10mm per touch target is about as small as you want to go for key hit targets, and we are at 9.5mm in portrait for the v13 layout example (assuming the current XO screen dimensions). Do you know how

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Daniel Narvaez
to the log because there is something wrong on the compiling step :( * http://mkaufmann.com.ar/~humitos/olpc/build-20120823-115105.log The log is incomplete so I'm not sure where it's failing. Though I applied your patch and it fails for me because of too old gstreamer. Trying to update

[Sugar-devel] [PATCH sugar] Launcher: set the standard SPLASHSCREEN hint instead of our own _SUGAR_WINDOW_TYPE hint

2012-08-23 Thread Simon Schampijer
From: Simon Schampijer si...@laptop.org Currently we have issues with introspecting gdk_property_get and we already have a wrapper around gdk_property_change [1]. We discussed reimplementing the toolkit wm module in C, and provide the following functions: get_activity_id get_bundle_id

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Daniel Narvaez
Pushed a patch based on your. You might need to add stuff to check-system if you need certain plugins to be built. Let me know if you have any issues... ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Finish the port of the CellRendererIcon

2012-08-23 Thread Manuel Quiñones
In pygtk custom cellrenderers were done inheriting gtk.GenericCellRenderer, and overriding the on_* methods. Now we inherit Gtk.CellRenderer and the methods to override changed to do_* . The destroy signal was moved to Gtk.Widget [1] so the Gtk.CellRenderer doesn't have it anymore. Now we do

Re: [Sugar-devel] [Design] On Screen Keyboard – part of the 'get Sugar touch ready' feature set

2012-08-23 Thread Chris Leonard
On Thu, Aug 23, 2012 at 11:10 AM, Gary Martin garycmar...@googlemail.com wrote: I like the most recent version well enough, http://wiki.sugarlabs.org/go/File:Maliit_Sugar_theme_work_13.png High praise ;) Improvements/changes? Sorry, I did not mean to damn with faint praise, it is really

Re: [Sugar-devel] [PATCH sugar] Launcher: set the standard SPLASHSCREEN hint instead of our own _SUGAR_WINDOW_TYPE hint

2012-08-23 Thread Manuel Quiñones
Yes, the launch window works with this standard SPLASHSCREEN. Great work. 2012/8/23 Simon Schampijer si...@schampijer.de: From: Simon Schampijer si...@laptop.org Currently we have issues with introspecting gdk_property_get and we already have a wrapper around gdk_property_change [1]. We

Re: [Sugar-devel] [PATCH sugar] Launcher: set the standard SPLASHSCREEN hint instead of our own _SUGAR_WINDOW_TYPE hint

2012-08-23 Thread Manuel Quiñones
2012/8/23 Simon Schampijer si...@schampijer.de: From: Simon Schampijer si...@laptop.org --- a/src/jarabe/view/launcher.py +++ b/src/jarabe/view/launcher.py @@ -32,7 +32,7 @@ class LaunchWindow(gtk.Window): def __init__(self, activity_id, icon_path, icon_color):

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Manuel Kaufmann
On Thu, Aug 23, 2012 at 2:26 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Pushed a patch based on your. You might need to add stuff to check-system if you need certain plugins to be built. Let me know if you have any issues... Perfect! Thanks! The only difference that I see is the yasm

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Use the Sugar Theme in the testsuite

2012-08-23 Thread Manuel Quiñones
To make useful tests for the Sugar widgets, the theme must be the same. Signed-off-by: Manuel Quiñones ma...@laptop.org --- tests/graphics/common.py | 13 + 1 file changed, 13 insertions(+) diff --git a/tests/graphics/common.py b/tests/graphics/common.py index 3d20d58..02c3e19

[Sugar-devel] [ASLO] Release Graph Plotter-5

2012-08-23 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4591 Sugar Platform: 0.86 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28191/graph_plotter-5.xo Release notes: Updated translations. Try to remove conflicts with pootle. (Thanks to cjl) No relevant changes because

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Manuel Kaufmann
On Thu, Aug 9, 2012 at 5:55 AM, Simon Schampijer si...@schampijer.de wrote: There is some progress on packaging Gstreamer1 for Fedora 18 [1][2]. I'm not sure to understand this. Will I be able to install gstreamer 1.0 if I download and install F18? I've almost ported Jukebox to GStreamer 1.0,

[Sugar-devel] [PATCH v3 sugar-toolkit-gtk3] Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton

2012-08-23 Thread Manuel Quiñones
Draw a black background in the buttons when the palette is up, as commit 01a06943 did with the ToolButton. As the comment for that commit states, we can change the prelight background color in the theme, but not when the mouse moves over the Palette. Also add testcase to test the three

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Fix the drawing of ColorToolButton, RadioToolButton and ToggleToolButton

2012-08-23 Thread Manuel Quiñones
2012/8/23 Simon Schampijer si...@schampijer.de: On 08/23/2012 07:12 AM, Manuel Quiñones wrote: gtk_paint_box is deprecated [1] and now we can use the CSS to change the style of the button's prelight state. To test the buttons, I provide a patch for HelloWorld activity [2]. They are added in