[Sugar-devel] [PATCH sugar-artwork] Theme Tooltips like Palettes, SL #3403

2012-05-31 Thread Simon Schampijer
Theme the tooltips with a black background and a button_grey border and white text on it to have the same style as Palettes. An example is the tooltip displayed for bookmarks in the Read activity. Signed-off-by: Simon Schampijer si...@laptop.org --- gtk3/theme/gtk-widgets.css.em | 11

Re: [Sugar-devel] [PATCH sugar-artwork] Theme Tooltips like Palettes, SL #3403

2012-05-31 Thread Manuel Quiñones
2012/5/31 Simon Schampijer si...@schampijer.de: Theme the tooltips with a black background and a button_grey border and white text on it to have the same style as Palettes. An example is the tooltip displayed for bookmarks in the Read activity. I tested it and is looking good. I observe is

[Sugar-devel] [PATCH Read] Show bookmark in the first page SL #3662

2012-05-31 Thread Manuel Kaufmann
Show the bookmark for the first page (if any) in the sidebar when the file is resumed from the Journal. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- readactivity.py |5 + 1 file changed, 5 insertions(+) diff --git a/readactivity.py b/readactivity.py index 5e23b86..7cbe065 100644

[Sugar-devel] [ASLO] Release Terminal-38

2012-05-31 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4043 Sugar Platform: 0.96 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/28085/terminal-38.xo Release notes: First release of GTK 3 based activity, thanks to the work of Agustin, Daniel, Manuel, Gonzalo and Humitos.

[Sugar-devel] [PATCH Read] Borders in the Bookmark Description entry SL #3561

2012-05-31 Thread Manuel Kaufmann
Show 2 pixels borders in the TextView entry that is shown when the user click to add or edit a bookmark. These borders are not rounded as the Title Entry. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- readdialog.py |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[Sugar-devel] [PATCH Read] Borders in the Bookmark Description entry SL #3561

2012-05-31 Thread Manuel Kaufmann
Show 2 pixels borders in the TextView entry that is shown when the user click to add or edit a bookmark. These borders are not rounded as the Title Entry. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- readdialog.py |3 +++ 1 file changed, 3 insertions(+) diff --git a/readdialog.py

Re: [Sugar-devel] [PATCH Read] Borders in the Bookmark Description entry SL #3561

2012-05-31 Thread Manuel Kaufmann
On Thu, May 31, 2012 at 12:38 PM, Manuel Kaufmann humi...@gmail.com wrote: +                     Gtk.TextWindowType.LEFT, Gtk.TextWindowType.RIGTH): Sorry about this. I sent the buggy patch the first time :( -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio:

[Sugar-devel] [PATCH Wikipedia] Search ToolButton, pass page and icon_name as parameters #3658

2012-05-31 Thread Manuel Quiñones
The tool button had a grey background because of this. Signed-off-by: Manuel Quiñones ma...@laptop.org --- activity.py |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/activity.py b/activity.py index 43b430a..ec72dec 100644 --- a/activity.py +++ b/activity.py @@ -77,9

Re: [Sugar-devel] Set accelerator in gtk.ToggleToolButton

2012-05-31 Thread Gary Martin
Hi Manuel, On 30 May 2012, at 17:40, Manuel Kaufmann wrote: Hello guys, I'm reviewing my list of tickets from Trac and I found this one: * http://bugs.sugarlabs.org/ticket/789 It's about adding accelerator key bindings to the GTK buttons so they are shown in the tooltip. The problem

Re: [Sugar-devel] [PATCH Read] Borders in the Bookmark Description entry SL #3561

2012-05-31 Thread Manuel Quiñones
Hi humitos, 2012/5/31 Manuel Kaufmann humi...@gmail.com: On Thu, May 31, 2012 at 12:38 PM, Manuel Kaufmann humi...@gmail.com wrote: +                     Gtk.TextWindowType.LEFT, Gtk.TextWindowType.RIGTH): Sorry about this. I sent the buggy patch the first time :( Better to check first if

Re: [Sugar-devel] [PATCH Wikipedia] Search ToolButton, pass page and icon_name as parameters #3658

2012-05-31 Thread Daniel Drake
On Thu, May 31, 2012 at 9:59 AM, Manuel Quiñones ma...@laptop.org wrote: The tool button had a grey background because of this. Signed-off-by: Manuel Quiñones ma...@laptop.org ---  activity.py |    5 ++---  1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/activity.py

Re: [Sugar-devel] [PATCH Wikipedia] Search ToolButton, pass page and icon_name as parameters #3658

2012-05-31 Thread Manuel Quiñones
2012/5/31 Daniel Drake d...@laptop.org: On Thu, May 31, 2012 at 9:59 AM, Manuel Quiñones ma...@laptop.org wrote: The tool button had a grey background because of this. Signed-off-by: Manuel Quiñones ma...@laptop.org ---  activity.py |    5 ++---  1 file changed, 2 insertions(+), 3

Re: [Sugar-devel] Set accelerator in gtk.ToggleToolButton

2012-05-31 Thread Manuel Kaufmann
On Thu, May 31, 2012 at 10:42 AM, Gary Martin garycmar...@googlemail.com wrote: Not that this helps much ;-) Thanks for your answer. I was looking at the code and I was thinking if this could be solved in Gtk3. I found that Gtk.ToggleToolButton inherits from Gtk.ToolButton[1]. So, it seems that

Re: [Sugar-devel] [PATCH Read] Borders in the Bookmark Description entry SL #3561

2012-05-31 Thread Manuel Kaufmann
On Thu, May 31, 2012 at 1:12 PM, Manuel Quiñones ma...@laptop.org wrote: Better to check first if the border around the description entry can be set in the theme, via CSS.  It's in the sugar-artwork component. However, this ticket is in my list :) That would be great! Simon told me something

Re: [Sugar-devel] [ASLO] Release Terminal-38

2012-05-31 Thread Gonzalo Odiard
I think is not a good idea publish a activity with serious regressions like this. It's good have the patches in the repository, but it's only a start, we should publish a version when the functionality is similar to the GTK2 version, if not, this will be a very confusing route for our users.

Re: [Sugar-devel] Etoys mp3 files

2012-05-31 Thread Bert Freudenberg
On 31.05.2012, at 19:33, Ajay Garg wrote: Ok, After much of head-banging, I finally compared the strace dumps from my Dell laptop, and my XO-1. I noted that, that on Dell, squeakvm was being launched from /usr/local/lib, while on XO-1, from /usr/bin. I made the required changes, and

Re: [Sugar-devel] Etoys mp3 files

2012-05-31 Thread Ajay Garg
On Thu, May 31, 2012 at 11:24 PM, Bert Freudenberg b...@freudenbergs.dewrote: On 31.05.2012, at 19:33, Ajay Garg wrote: Ok, After much of head-banging, I finally compared the strace dumps from my Dell laptop, and my XO-1. I noted that, that on Dell, squeakvm was being launched from

Re: [Sugar-devel] Etoys mp3 files

2012-05-31 Thread Ajay Garg
On Thu, May 31, 2012 at 11:32 PM, Ajay Garg a...@activitycentral.comwrote: On Thu, May 31, 2012 at 11:24 PM, Bert Freudenberg b...@freudenbergs.dewrote: On 31.05.2012, at 19:33, Ajay Garg wrote: Ok, After much of head-banging, I finally compared the strace dumps from my Dell

Re: [Sugar-devel] [ASLO] Release Terminal-38

2012-05-31 Thread Rafael Ortiz
On Thu, May 31, 2012 at 12:19 PM, Gonzalo Odiard gonz...@laptop.org wrote: I think is not a good idea publish a activity with serious regressions like this. It's good have the patches in the repository, but it's only a start, we should publish a version when the functionality is similar to

Re: [Sugar-devel] [ASLO] Release Terminal-38

2012-05-31 Thread Gonzalo Odiard
On Thu, May 31, 2012 at 3:32 PM, Rafael Ortiz raf...@activitycentral.comwrote: On Thu, May 31, 2012 at 12:19 PM, Gonzalo Odiard gonz...@laptop.orgwrote: I think is not a good idea publish a activity with serious regressions like this. It's good have the patches in the repository, but it's

Re: [Sugar-devel] [ASLO] Release Terminal-38

2012-05-31 Thread Rafael Ortiz
On Thu, May 31, 2012 at 1:38 PM, Gonzalo Odiard gonz...@laptop.org wrote: On Thu, May 31, 2012 at 3:32 PM, Rafael Ortiz raf...@activitycentral.comwrote: On Thu, May 31, 2012 at 12:19 PM, Gonzalo Odiard gonz...@laptop.orgwrote: I think is not a good idea publish a activity with serious

[Sugar-devel] Stopwatch/Speak and description item

2012-05-31 Thread Gonzalo Odiard
Would be great if we can have a new release of StopWatch and Speak with the DescriptionItem included, these are the only missing activities. The ticket is http://bugs.sugarlabs.org/ticket/3525 I already sent a patch for StopWatch, attached is a patch to Speak. About Speak, this activity include

Re: [Sugar-devel] [ASLO] Release Terminal-38

2012-05-31 Thread Gonzalo Odiard
I have been following the gtk3 process very closely and this is not have been the case for other activities, even more so when we still have upstream bugs un resolved, what I'm trying to say is that (as we all know) 0.96 is a not suitable version for wide-spread use, these releases keep an

Re: [Sugar-devel] Set accelerator in gtk.ToggleToolButton

2012-05-31 Thread Gonzalo Odiard
The accelerator is not implemented in gtk.ToolButton, but in sugar.graphics.toolbutton ToolButton. I think we need implement the same in sugar.graphics.toogletoolbutton ToggleToolButton, but the code is a little complex (and we have bugs related to this), then may be is better try to refactor

Re: [Sugar-devel] [ASLO] Release Terminal-38

2012-05-31 Thread S. Daniel Francis
== known issues == * http://bugs.sugarlabs.org/ticket/3645 (Saving data in the journal). * http://bugs.sugarlabs.org/ticket/3655 (Drag and drop not working) Drag and drop will be a new utility, the terminal was connected to a drag and drop callback, but it was not the drag and drop clipboard

Re: [Sugar-devel] Etoys mp3 files

2012-05-31 Thread Bert Freudenberg
On 31.05.2012, at 20:02, Ajay Garg wrote: On Thu, May 31, 2012 at 11:24 PM, Bert Freudenberg b...@freudenbergs.de wrote: On 31.05.2012, at 19:33, Ajay Garg wrote: However, when I press Play, NOTHING happens. I don't hear any sound, nor do I see any error (The mp3 is fine otherwise, it

Re: [Sugar-devel] Etoys mp3 files

2012-05-31 Thread Bert Freudenberg
I sent my patch to the upstream maintainer (Ian Piumarta). I'm hopeful there will be a new 4.x VM release very soon. That new release will also help with Scratch because it will have the Scratch plugins (so the Scratch XO bundle do not need any binaries inside anymore), and with Etoys 5 (which

[Sugar-devel] [PATCH Maze] Avoid K_ESCAPE to quit the game SL #3461

2012-05-31 Thread Manuel Kaufmann
This is an old pygame behavior that we don't need in Sugar. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- game.py |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/game.py b/game.py index 85f6d7f..4f904d5 100644 --- a/game.py +++ b/game.py @@ -175,9 +175,7 @@ class

[Sugar-devel] [PATCH Words] Recode to utf-8 Spanish file SL #3571

2012-05-31 Thread Manuel Kaufmann
Converted Spanish.txt file to utf-8 and replace the weird characteres with the correct ones. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- lang/Spanish.txt | 676 +++--- 1 file changed, 338 insertions(+), 338 deletions(-) diff --git

[Sugar-devel] [PATCH Browse] Show the correct window title SL #3581

2012-05-31 Thread Manuel Kaufmann
Set the title every time that the page title changes. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- webtoolbar.py |1 + 1 file changed, 1 insertion(+) diff --git a/webtoolbar.py b/webtoolbar.py index 99c5fd6..3611d4c 100644 --- a/webtoolbar.py +++ b/webtoolbar.py @@ -425,6 +425,7 @@

Re: [Sugar-devel] [PATCH Browse] Show the correct window title SL #3581

2012-05-31 Thread Manuel Kaufmann
On Thu, May 31, 2012 at 10:22 PM, Manuel Kaufmann humi...@gmail.com wrote: Set the title every time that the page title changes. This patch works but I would like to put this line in the webactivity.py file, because that file should manage this property because it's a property of the main window

Re: [Sugar-devel] [PATCH Maze] Avoid K_ESCAPE to quit the game SL #3461

2012-05-31 Thread Rafael Ortiz
On Thu, May 31, 2012 at 6:36 PM, Manuel Kaufmann humi...@gmail.com wrote: This is an old pygame behavior that we don't need in Sugar. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- game.py |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/game.py b/game.py

Re: [Sugar-devel] Stopwatch/Speak and description item

2012-05-31 Thread Rafael Ortiz
On Thu, May 31, 2012 at 2:37 PM, Gonzalo Odiard gonz...@laptop.org wrote: Would be great if we can have a new release of StopWatch and Speak with the DescriptionItem included, these are the only missing activities. The ticket is http://bugs.sugarlabs.org/ticket/3525 I already sent a patch

Re: [Sugar-devel] Etoys mp3 files

2012-05-31 Thread Ajay Garg
Thanks Bert. 1) Bert, I re-compiled after installing all the header- and devel- packages as told by you (after incorporating a blocker-fix as per http://comments.gmane.org/gmane.comp.lang.smalltalk.squeak.general/146266). However, I still am not able to hear any sound. 2) I also tried copying