[Sugar-devel] Patch for Jukebox: New toolbar

2011-05-18 Thread manuel quiñones
Hello, Here is a patch to use the new toolbar for the Jukebox activity. A few notes about the changes below: You will notice that I renamed the ControlToolbar class to just Control, that's because it doesn't inherit anymore from gtk.Toolbar, now the toolbar is a property of that class, that can

[Sugar-devel] Patch: new toolbar for Typing Turtle

2011-05-19 Thread manuel quiñones
Hi, simple patch that adds the new toolbar to the Typing Turtle activity. Cheers, -- .. manuq .. 0001-New-toolbar.patch Description: Binary data ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

[Sugar-devel] Patch: new toolbar for Watch Me

2011-05-19 Thread manuel quiñones
Hi, Here is a simple patch that adds the new toolbar to the Watch Me activity. Cheers. -- .. manuq .. 0001-New-toolbar.patch Description: Binary data ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] Patch for Jukebox: New toolbar

2011-05-19 Thread manuel quiñones
Manu, great to see you active around here. Hi Sebastian, I'm sorry we duplicated efforts. Let's the mantainer of Jukebox review both patches in order to continue. Saludos/Greetings! -- .. manuq .. ___ Sugar-devel mailing list

[Sugar-devel] Finance activity: working on new toolbars

2011-05-20 Thread manuel quiñones
Hi, Just to inform that I will be working on adding the new toolbar for the Finance activity. The repo has zero merge requests, and I have discussed this with godiard, the owner of the ticket [0]. But based on the duplicated efforts that we had recently, I think this is necessary :) Regards,

[Sugar-devel] [PATCH] Fix to show the clock when the activity starts

2011-05-24 Thread Manuel Quiñones
--- clock.py |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/clock.py b/clock.py index a778efe..724ca10 100755 --- a/clock.py +++ b/clock.py @@ -363,6 +363,9 @@ class ClockFace(gtk.DrawingArea): super(ClockFace, self).__init__() +# Set

Re: [Sugar-devel] [PATCH] Fix to show the clock when the activity starts

2011-05-24 Thread manuel quiñones
Hi, this should fix the following bug in Clock Activity: http://dev.laptop.org/ticket/10853 Regards, El día 24 de mayo de 2011 19:13, Manuel Quiñones manuel.por@gmail.com escribió: -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel

[Sugar-devel] [PATCH] Zoom in and out in Terminal

2011-06-03 Thread Manuel Quiñones
--- terminal.py | 31 ++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/terminal.py b/terminal.py index f54da21..eef93d6 100644 --- a/terminal.py +++ b/terminal.py @@ -45,6 +45,8 @@ log = logging.getLogger('Terminal') log.setLevel(logging.DEBUG)

Re: [Sugar-devel] [PATCH] Zoom in and out in Terminal

2011-06-06 Thread manuel quiñones
2011/6/4 Rafael Ortiz raf...@activitycentral.com: 2011/6/4 Gonzalo Odiard gonz...@laptop.org May be this can be a good addition to Chat, Infoslicer, Pippy and Words ;) +1, we can work on adding this feature to those  activities as well. +1 Next step for me is to save the zoom level of each

Re: [Sugar-devel] [DESIGN] copy-to-option in Journal (part of removing the keep button)

2011-06-12 Thread manuel quiñones
Hi, 2011/6/7 Gary Martin garycmar...@googlemail.com: Manuel, you mentioned in the design meeting you had some ideas for a clipboard icon, did you make any progress or have some suggestions? Sorry I completly missed this thread, I'm attaching the idea I had in mind for the clipboard, but I

[Sugar-devel] [PATCH] Center the drawing area in the activity canvas

2011-06-13 Thread Manuel Quiñones
From: Manuel Quiñones manuel.por@gmail.com --- Area.py|1 + Desenho.py |4 ++-- OficinaActivity.py | 22 ++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/Area.py b/Area.py index 1fa9ae4..43e1fd0 100644 --- a/Area.py +++ b

[Sugar-devel] [DESIGN] icons for import/export document proposal

2011-06-15 Thread manuel quiñones
Hi, I'm sending my first try at this icons, based on a discussion in the design meeting past sunday (sorry Gary you missed the last part). It becomes apparent that we need icons for export and import of documents. For example, Write reuses the document-save icon for export.

Re: [Sugar-devel] [DESIGN] icons for import/export document proposal

2011-06-15 Thread manuel quiñones
/16 manuel quiñones ma...@laptop.org Hi, I'm sending my first try at this icons, based on a discussion in the design meeting past sunday (sorry Gary you missed the last part). It becomes apparent that we need icons for export and import of documents.  For example, Write reuses the document

[Sugar-devel] [PATCH] Fix for first undo, undo/redo mechanism refactored

2011-06-16 Thread Manuel Quiñones
--- Area.py | 114 ++ 1 files changed, 41 insertions(+), 73 deletions(-) diff --git a/Area.py b/Area.py index 5011fd3..71ef6aa 100644 --- a/Area.py +++ b/Area.py @@ -177,16 +177,9 @@ class Area(gtk.DrawingArea):

Re: [Sugar-devel] [PATCH] Fix for first undo, undo/redo mechanism refactored

2011-06-16 Thread manuel quiñones
This is for Paint activity, ticket #10771 http://dev.laptop.org/ticket/10771 I still have to learn git send-email :/ Regards, El día 16 de junio de 2011 09:03, Manuel Quiñones ma...@laptop.org escribió: ---  Area.py |  114 ++  1

[Sugar-devel] [DESIGN] Proposal: icons for Record Timer and Duration

2011-06-23 Thread manuel quiñones
Gonzalo Odiard pointed me to an issue in Record: the strings on the toolbar can get too long for some languages, because of the timer and duration options. So I did icons for the two options based on Gonzalo's suggestions: http://dev.laptop.org/~manuq/record_design/record_mockup.png

Re: [Sugar-devel] [DESIGN] Proposal: icons for Record Timer and Duration

2011-06-24 Thread manuel quiñones
Hi Gonzalo, El día 24 de junio de 2011 07:03, Gonzalo Odiard gonz...@laptop.org escribió: Thanks by the icons! I think is better replace only the labels by the icons and put the combos in the toolbar too. In this way you can see the values of the selected timer and duration, and we don't

Re: [Sugar-devel] [DESIGN] Proposal: icons for Record Timer and Duration

2011-06-24 Thread manuel quiñones
/File:Memorize_activity_toolbar.png Gonzalo 2011/6/24 manuel quiñones manuel.por@gmail.com Hi Gonzalo, El día 24 de junio de 2011 07:03, Gonzalo Odiard gonz...@laptop.org escribió: Thanks by the icons! I think is better replace only the labels by the icons and put the combos

Re: [Sugar-devel] [DESIGN] Proposal: icons for Record Timer and Duration

2011-06-24 Thread manuel quiñones
El día 24 de junio de 2011 08:47, manuel quiñones manuel.por@gmail.com escribió: El día 24 de junio de 2011 08:40, Gonzalo Odiard gonz...@laptop.org escribió: I like it! :) Btw, what means the asterisk in the first clock? I means start, I've stolen that from Gary C. Martin's design

Re: [Sugar-devel] [DESIGN] Proposal: icons for Record Timer and Duration

2011-06-26 Thread manuel quiñones
El día 26 de junio de 2011 11:42, Gary Martin garycmar...@googlemail.com escribió: Hi Manuel, On 24 Jun 2011, at 12:58, manuel quiñones wrote: El día 24 de junio de 2011 08:47, manuel quiñones manuel.por@gmail.com escribió: El día 24 de junio de 2011 08:40, Gonzalo Odiard gonz

Re: [Sugar-devel] Proposed solution to OLPC #10930

2011-06-28 Thread manuel quiñones
Hi, 2011/6/23 Gonzalo Odiard gonz...@laptop.org: I was working in the solution of OLPC #10930 copy/paste does not work in if one has not revealed the edit toolbar once The problem can be reproduced in activities with the new toolbars, like Terminal or Browse. For example, in Terminal, if you

[Sugar-devel] [PATCH] Fix for PDF scrolling with Page Up/Page Down.

2011-06-29 Thread Manuel Quiñones
We were passing wrong second parameter to the scroll method of evince.View . --- evinceadapter.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/evinceadapter.py b/evinceadapter.py index 3d3350c..3ddcfd4 100644 --- a/evinceadapter.py +++ b/evinceadapter.py @@ -228,9

Re: [Sugar-devel] [PATCH] Fix for PDF scrolling with Page Up/Page Down.

2011-06-30 Thread manuel quiñones
El día 30 de junio de 2011 05:40, Simon Schampijer si...@schampijer.de escribió: On 06/30/2011 06:32 AM, Manuel Quiñones wrote: We were passing wrong second parameter to the scroll method of evince.View . ---  evinceadapter.py |    4 ++--  1 files changed, 2 insertions(+), 2 deletions

[Sugar-devel] sugar-jhbuild build failing

2011-06-30 Thread manuel quiñones
Hi, sugar-jhbuild build is failing in my system at least since yesterday. Please see the tail of the log at the bottom. The depscheck option returns that all the dependencies are installed. (...) Install locale/km/activity.linfo to

[Sugar-devel] [PATCH] Timer for resize that prevents repetitive resize operation.

2011-07-01 Thread Manuel Quiñones
Fixes OLPC #10770 . Signed-off-by: Manuel Quiñones ma...@laptop.org --- Desenho.py | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Desenho.py b/Desenho.py index 9b6c7b5..5bab524 100644 --- a/Desenho.py +++ b/Desenho.py @@ -68,7 +68,10 @@ import gtk

[Sugar-devel] [PATCH] Icons for the toolbar that replace strings timer and duration

2011-07-11 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- iconcombobox.py| 41 +++ icons/duration.svg | 193 icons/timer.svg| 192 +++ record.py | 35 +- 4 files

[Sugar-devel] [DESIGN] icon for search in wikipedia activity

2011-07-15 Thread manuel quiñones
This is for sugarlabs ticket #2971 [1] with the following summary and description: [1] http://bugs.sugarlabs.org/ticket/2971 Wikipedia: Loupe icon is not of the right size The Loupe icon is designed to be inside the search entry. We are using it in the toolbar but looks bad. We need a

Re: [Sugar-devel] [DESIGN] icon for search in wikipedia activity

2011-07-15 Thread manuel quiñones
El día 15 de julio de 2011 10:25, Walter Bender walter.ben...@gmail.com escribió: 2011/7/15 manuel quiñones manuel.por@gmail.com: This is for sugarlabs ticket #2971 [1] with the following summary and description: [1] http://bugs.sugarlabs.org/ticket/2971 Wikipedia: Loupe icon

Re: [Sugar-devel] [PATCH] Icons for the toolbar that replace strings timer and duration

2011-07-17 Thread manuel quiñones
El día 16 de julio de 2011 17:50, Daniel Drake d...@laptop.org escribió: Hi Manuel, Next time please send patches to the activity maintainer in To: (in this case this is me) and the sugar-devel list in Cc. Also if you mention the activity title in the subject line that is useful. I had

Re: [Sugar-devel] [PATCH] Icons for the toolbar that replace strings timer and duration

2011-07-17 Thread manuel quiñones
El día 17 de julio de 2011 00:53, Gary Martin garycmar...@googlemail.com escribió: On 12 Jul 2011, at 19:39, Gonzalo Odiard wrote: Thanks Manuel I think we need Design Team advice here. Unfortunately I find the 'spam patches to the mail list' approach is too high a barrier for me to give

[Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-17 Thread Manuel Quiñones
-June/032024.html Signed-off-by: Manuel Quiñones ma...@laptop.org --- iconcombobox.py| 41 +++ icons/duration.svg | 193 icons/timer.svg| 192 +++ record.py | 35

Re: [Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-17 Thread manuel quiñones
2011/7/17 James Cameron qu...@laptop.org: On Sun, Jul 17, 2011 at 07:33:00PM -0300, Manuel Qui??ones wrote: There was positive feedback from the design team to do this change, because the issue in the toolbar described in SL tracker, ticket It seems the ticket number was stripped from the

Re: [Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-18 Thread manuel quiñones
El día 18 de julio de 2011 09:34, Daniel Drake d...@laptop.org escribió: For OLPC we decided to include this in 11.2.0 even though it hasn't quite passed through the whole process, here is the patch I will use:

Re: [Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-24 Thread manuel quiñones
Hello, Thanks Gary for your support. I'm with you, option 1 is the ideal. Unfortunatly it doesn't seem to be possible in current GTK. So I took option 2, at least for the moment. Here are new screenshots: http://dev.laptop.org/~manuq/record_design/timer_sshot.png

Re: [Sugar-devel] [DESIGN] icon for search in wikipedia activity

2011-07-24 Thread manuel quiñones
...@googlemail.com escribió: On 15 Jul 2011, at 14:22, manuel quiñones manuel.por@gmail.com wrote: This is for sugarlabs ticket #2971 [1] with the following summary and description: [1] http://bugs.sugarlabs.org/ticket/2971 Wikipedia: Loupe icon is not of the right size The Loupe icon

Re: [Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-24 Thread manuel quiñones
El día 25 de julio de 2011 01:37, Gary Martin garycmar...@googlemail.com escribió: Hi Manuel, On 25 Jul 2011, at 05:12, manuel quiñones wrote: Hello, Thanks Gary for your support.  I'm with you, option 1 is the ideal. Unfortunatly it doesn't seem to be possible in current GTK. Yea

Re: [Sugar-devel] [DESIGN] icon for search in wikipedia activity

2011-07-25 Thread manuel quiñones
El día 25 de julio de 2011 15:01, Gary Martin garycmar...@googlemail.com escribió: Hi Manuel, On 25 Jul 2011, at 06:16, manuel quiñones wrote: Thanks for all the feedback,  I think I came to a better icon, what do you think? Screenshot: http://dev.laptop.org/~manuq/wikipedia_design

Re: [Sugar-devel] [DESIGN] icon for search in wikipedia activity

2011-07-25 Thread manuel quiñones
2011/7/25 Gonzalo Odiard gonz...@laptop.org: Thanks, pushed 17706d9cd57e3aeb4a30c1e8ec7d2da357a151e8 I did only a little change to reduce the loupe size, now the icon is aligned with the other icons in the toolbar. Aldo changed the name to search-wiki, because if not change it, the activity

Re: [Sugar-devel] [DESIGN] icon for search in wikipedia activity

2011-07-27 Thread manuel quiñones
El día 25 de julio de 2011 17:39, Gary Martin garycmar...@googlemail.com escribió: Oh, OK Gary I'll add that step to my workflow.    Do we have a in the wiki for this kind of design things? Yes the original is here [1], perhaps it's due a migration to the equivalent wiki.sugarlabs.org page

Re: [Sugar-devel] [DESIGN] copy-to-option in Journal (part of removing the keep button)

2011-07-28 Thread manuel quiñones
2011/7/28 Gary Martin garycmar...@googlemail.com: Hi Gonzalo, On 28 Jul 2011, at 13:33, Gonzalo Odiard wrote: The second screenshot shows Manu's clipboard icon in action. I think I have only found a version without variable color information in this thread so only a b/w screenshot. The

[Sugar-devel] [DESIGN] Toolbar catalog updated

2011-07-28 Thread manuel quiñones
Hello, In order to continue our work on toolbars, I went through the activities and updated the catalog here: http://wiki.sugarlabs.org/go/Design_Team/Toolbar_Catalog I have updated toolbar screenshots for: Abacus, Clock, Infoslicer, IRC, Labyrinth, Maze, Paint, Record, Terminal, Paths, and

Re: [Sugar-devel] [DESIGN] Toolbar catalog updated

2011-07-29 Thread manuel quiñones
El día 29 de julio de 2011 01:18, Gonzalo Odiard gonz...@laptop.org escribió: Thanks Manuel! We need add the following activities Ruler and I think Distance activity was updated I don't know if we need the activities with old toolbars too: Finance TamTam* Words Also, the Read activity

Re: [Sugar-devel] [PATCH] Record: icons for the toolbar that replace strings timer and duration

2011-07-29 Thread manuel quiñones
Hi Frederick, sorry for the big delay of my answer. 2011/7/25 Frederick Grose fgr...@gmail.com: On Mon, Jul 25, 2011 at 2:29 AM, Frederick Grose fgr...@gmail.com wrote: 2011/7/25 manuel quiñones manuel.por@gmail.com El día 25 de julio de 2011 01:37, Gary Martin garycmar

Re: [Sugar-devel] [DESIGN] copy-to-option in Journal (part of removing the keep button)

2011-07-30 Thread manuel quiñones
2011/7/29 Simon Schampijer si...@schampijer.de: Are the screenshots below look good now? I would send the patches for review then. Very good indeed. Good job! -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] TamTam to do

2011-07-31 Thread manuel quiñones
Hi, 2011/7/31 Walter Bender walter.ben...@gmail.com: I need to do TamTamMini... pretty straight forward. And I think it makes sense to move the Playback buttons in TamTam edit to the main toolbar. Manuel is working on icons. My first try was with a metronome, but I don't like how it ended

Re: [Sugar-devel] TamTam to do

2011-07-31 Thread manuel quiñones
2011/7/31 Walter Bender walter.ben...@gmail.com 2011/7/31 Gonzalo Odiard godi...@sugarlabs.org Nothing fancy, but functional. Any other idea is welcome. I am not a musician, but can be a heart a good metaphor? May be with movement lines to suggest the beat, like [?])) Gonzalo `

[Sugar-devel] [PATCH] TamTamJam: Heart icon for new tool button Beats

2011-08-01 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- icons/heart.svg | 20 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 icons/heart.svg diff --git a/icons/heart.svg b/icons/heart.svg new file mode 100644 index 000..2f03fb2 --- /dev/null +++ b

Re: [Sugar-devel] TamTam to do

2011-08-02 Thread manuel quiñones
Hi Gary, El día 2 de agosto de 2011 14:39, Gary Martin garycmar...@googlemail.com escribió: Hi Manuel, On 1 Aug 2011, at 03:42, manuel quiñones wrote: 2011/7/31 Walter Bender walter.ben...@gmail.com 2011/7/31 Gonzalo Odiard godi...@sugarlabs.org Nothing fancy, but functional.  Any

[Sugar-devel] [PATCH] Update of heart icon for denoting pulse

2011-08-02 Thread Manuel Quiñones
This patch adds two curved lines on the sides of the heart icon, like parentheses, for denoting pulse. Signed-off-by: Manuel Quiñones ma...@laptop.org --- icons/heart.svg | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/icons/heart.svg b/icons/heart.svg index

Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-11 Thread manuel quiñones
Hello, My understanding of the status is that Manuq was going to do some more work on the icon, as per my early message, which I think matches your recall as well. Yes I tried alternatives but didn't came with anything useful, as the hand print makes the icon difficult to read, and I'm

Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-12 Thread manuel quiñones
2011/8/12 Bert Freudenberg b...@freudenbergs.de: On 12.08.2011, at 15:59, Simon Schampijer wrote: I like the idea of a badge, and a hand or maybe even the gear icon sound good to me. Regards,   Simon Since the gear is on the XO keyboard for view source this seems like the obvious

Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-13 Thread manuel quiñones
2011/8/12 Walter Bender walter.ben...@gmail.com: 2011/8/12 manuel quiñones manuel.por@gmail.com Hi Gary, El día 12 de agosto de 2011 15:45, Gary Martin garycmar...@googlemail.com escribió: Hi Manuel, On 12 Aug 2011, at 17:15, manuel quiñones manuel.por@gmail.com wrote

[Sugar-devel] [PATCH] Initial stamp size set based on the display's DPI

2011-08-15 Thread Manuel Quiñones
Fixes SL #2966 . Signed-off-by: Manuel Quiñones ma...@laptop.org --- Area.py |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Area.py b/Area.py index 2e40d00..d953005 100644 --- a/Area.py +++ b/Area.py @@ -72,6 +72,8 @@ import pango from fill import fill from

[Sugar-devel] [PATCH] Words: better layout and spacing of the canvas elements

2011-08-17 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- pippy_app.py | 50 ++ 1 files changed, 30 insertions(+), 20 deletions(-) diff --git a/pippy_app.py b/pippy_app.py index 180766b..25651f4 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -63,8

Re: [Sugar-devel] [PATCH] Words: better layout and spacing of the canvas elements

2011-08-17 Thread manuel quiñones
Before this patch: http://dev.laptop.org/~manuq/words_design/words_canvas-old.png after: http://dev.laptop.org/~manuq/words_design/words_canvas-new.png 2011/8/17 Manuel Quiñones ma...@laptop.org: Signed-off-by: Manuel Quiñones ma...@laptop.org ---  pippy_app.py |   50

Re: [Sugar-devel] [PATCH] Words: better layout and spacing of the canvas elements

2011-08-17 Thread manuel quiñones
at 10:43 PM, manuel quiñones manuel.por@gmail.com wrote: Before this patch: http://dev.laptop.org/~manuq/words_design/words_canvas-old.png after: http://dev.laptop.org/~manuq/words_design/words_canvas-new.png 2011/8/17 Manuel Quiñones ma...@laptop.org: Signed-off-by: Manuel Quiñones

Re: [Sugar-devel] [PATCH] fix calculation for determining the placement of badges

2011-08-18 Thread manuel quiñones
2011/8/18 Gary Martin garycmar...@googlemail.com: On 18 Aug 2011, at 10:01, Walter Bender wrote: On Thu, Aug 18, 2011 at 4:13 AM, Simon Schampijer si...@schampijer.de wrote: On 08/17/2011 07:37 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com It is my understanding the

Re: [Sugar-devel] [DESIGN] Browse: move stop/reload button into the url entry

2011-08-24 Thread manuel quiñones
Hi Simon, 2011/8/24 Simon Schampijer si...@schampijer.de: Can someone help me adjusting the following three icons to another size? http://git.sugarlabs.org/sugar-artwork/mainline/blobs/master/icons/scalable/actions/media-playback-stop.svg

[Sugar-devel] [PATCH] Words: better layout and spacing of the canvas elements

2011-08-24 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- pippy_app.py | 50 ++ 1 files changed, 30 insertions(+), 20 deletions(-) diff --git a/pippy_app.py b/pippy_app.py index 180766b..25651f4 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -63,8

[Sugar-devel] [PATCH 2/2] Words: removal of pippy code

2011-08-24 Thread Manuel Quiñones
The activity was done in Pippy. It has unneeded functions, and svg icons embedded in the code. I'm removing them to make Words code more consistent with the rest of the activities. Signed-off-by: Manuel Quiñones ma...@laptop.org --- activity.py| 84 activity

Re: [Sugar-devel] [DESIGN] Browse: move stop/reload button into the url entry

2011-08-25 Thread manuel quiñones
El día 25 de agosto de 2011 07:28, Simon Schampijer si...@schampijer.de escribió: On 08/25/2011 01:51 AM, manuel quiñones wrote: Hi Simon, 2011/8/24 Simon Schampijersi...@schampijer.de: Can someone help me adjusting the following three icons to another size? http://git.sugarlabs.org

Re: [Sugar-devel] [PATCH] Words: better layout and spacing of the canvas elements

2011-08-25 Thread manuel quiñones
El día 25 de agosto de 2011 14:10, Rafael Ortiz raf...@activitycentral.com escribió: This was already applied.  http://git.sugarlabs.org/words-activity/words-activity/commit/a0967841570bf9450105f237a9160c61411c428c I think you sent it by accident :). Oops sorry, I was trying to send another

[Sugar-devel] [PATCH 1/2] Words: UI improvements

2011-08-25 Thread Manuel Quiñones
* changed speak strings with mouth icon * added scrolling to the lists of words Signed-off-by: Manuel Quiñones ma...@laptop.org --- pippy_app.py | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/pippy_app.py b/pippy_app.py index 25651f4..52750c2 100644

Re: [Sugar-devel] [PATCH] move stop/reload button into the url entry

2011-08-26 Thread manuel quiñones
-- 1.7.4.4 ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel Tested in the XO. The url entry now takes 1/3 of the screen width, and the graphics look clear. Tested-By: Manuel Quiñones ma

Re: [Sugar-devel] [DESIGN] Export buttons in Write

2011-08-28 Thread manuel quiñones
2011/8/26 Gonzalo Odiard gonz...@laptop.org: I have stolen a few icons from TurtleArt, and replaced the export combo in Write by buttons. Tell me what you think. If you have better ideas for the icons, are welcomed. They look very good to me at first glance! Nice to see the badges being used

[Sugar-devel] [DESIGN] Design Team meeting, Monday 28th Aug, 15:00 UTC, #sugar-meeting

2011-08-28 Thread manuel quiñones
Hi, I will be around on IRC tomorrow monday for the design meeting. -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [DESIGN] Export buttons in Write

2011-08-29 Thread manuel quiñones
El día 29 de agosto de 2011 11:04, Gonzalo Odiard gonz...@laptop.org escribió: I have uploaded a test version here http://dev.laptop.org/~gonzalo/Write-76.xo The text does not look very well in the XO :( Tested. I think they are not so cluttered and the tooltips are there for help. +1 for

Re: [Sugar-devel] [DESIGN] Design Team meeting, Monday 28th Aug, 15:00 UTC, #sugar-meeting

2011-08-29 Thread manuel quiñones
2011/8/28 Gonzalo Odiard gonz...@laptop.org: I will be available, but may be we can look for another day/time. I will try to have the ToolbarCatalog updated. I have updated: abacus, browse, calculate, clock, distance, finance, fototoon, getbooks, image viewer, implode, jukebox, labyrinth, log,

Re: [Sugar-devel] [DESIGN] Export buttons in Write

2011-08-29 Thread manuel quiñones
2011/8/29 Sascha Silbe si...@activitycentral.com: Excerpts from Gonzalo Odiard's message of Fri Aug 26 20:45:47 +0200 2011: I have stolen a few icons from TurtleArt, and replaced the export combo in Write by buttons. Tell me what you think. If you have better ideas for the icons, are

[Sugar-devel] [PATCH] Implode: remove the expander fill after the activity icon

2011-09-02 Thread Manuel Quiñones
This is for consistency with other toolbars. Decided in the design meeting of 29 Aug 2011. Signed-off-by: Manuel Quiñones ma...@laptop.org --- implodeactivity.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/implodeactivity.py b/implodeactivity.py index 34f5677

[Sugar-devel] [PATCH] Terminal: zoom shortcuts fix and set standard zoom step

2011-09-02 Thread Manuel Quiñones
Thanks for Simon Schampijer for let me spot this issue. Signed-off-by: Manuel Quiñones ma...@laptop.org --- terminal.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terminal.py b/terminal.py index 9b2b68e..77001ea 100644 --- a/terminal.py +++ b/terminal.py

[Sugar-devel] [PATCH] Log: tooltip for activity icon

2011-09-02 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- logviewer.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/logviewer.py b/logviewer.py index 6f08e73..8dc8145 100644 --- a/logviewer.py +++ b/logviewer.py @@ -355,6 +355,7 @@ class LogActivity(activity.Activity

[Sugar-devel] [PATCH] Fototoons: better design for 'add' icons and svg code clean

2011-09-02 Thread Manuel Quiñones
* changed the plus badge in add.. icons for the Sugar plus * cleaned the svg code and added entity colors * translated icon names from spanish to english * removed separator at the end of the text subtoolbar Signed-off-by: Manuel Quiñones ma...@laptop.org --- icons/add-box.svg | 104

Re: [Sugar-devel] [PATCH] Fototoons: better design for 'add' icons and svg code clean

2011-09-02 Thread manuel quiñones
Fototoon toolbars after the patch: http://dev.laptop.org/~manuq/fototoon_design/fototoons_1b.png Before: http://dev.laptop.org/~manuq/fototoon_design/fototoons_2.png 2011/9/2 Manuel Quiñones ma...@laptop.org: * changed the plus badge in add.. icons for the Sugar plus * cleaned the svg code

[Sugar-devel] [PATCH] Jukebox: restore activity subtoolbar

2011-09-02 Thread Manuel Quiñones
For new style of toolbars, the activity subtoolbar was missing. It has the activity title entry and the share button disabled. Set max participants to one. Signed-off-by: Manuel Quiñones ma...@laptop.org --- jukeboxactivity.py | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions

[Sugar-devel] [PATCH 1/2] Browse: always show tabs

2011-09-04 Thread Manuel Quiñones
-by: Manuel Quiñones ma...@laptop.org --- browser.py | 20 ++-- webactivity.py | 25 - 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/browser.py b/browser.py index 96e6fb1..c9a80c3 100644 --- a/browser.py +++ b/browser.py @@ -38,6

[Sugar-devel] [PATCH 2/2] Browse: relocate Add Tab button next to the tab labels

2011-09-04 Thread Manuel Quiñones
This is the same behaviour as in Firefox. Removing Add Tab buttom from the toolbar has the adventage that it left more space for the URL entry. This change was approved in the Design meeting of 28th August. Signed-off-by: Manuel Quiñones ma...@laptop.org --- browser.py | 26

Re: [Sugar-devel] [PATCH 1/2] Browse: always show tabs

2011-09-04 Thread manuel quiñones
2011/9/4 Gary Martin garycmar...@googlemail.com: Hi Manuel, On 4 Sep 2011, at 22:11, Manuel Quiñones ma...@laptop.org wrote: This was discussed and decided in Design Meeting of 29 Aug, improving the tabs usability in Browse. If there is only one tab and it is closed, a new tab is created

[Sugar-devel] [DESIGN] Design Team meeting, Monday 5 Sept, 15:00 UTC, #sugar-meeting

2011-09-04 Thread manuel quiñones
Hi, This is a reminder for tomorrow's design meeting. I would like to discuss the ongoing development of tabs in Browse. I have updated the toolbar catalog: http://wiki.sugarlabs.org/go/Design_Team/Toolbar_Catalog -- .. manuq .. ___ Sugar-devel

Re: [Sugar-devel] [DESIGN] Open link in a new tab

2011-09-04 Thread manuel quiñones
Hi, 2011/9/2 Simon Schampijer si...@schampijer.de: Hi, while we work on polishing the tabs in Browse it would be great to adjust as well the link palette and add an option for opening the link in a new tab. Something like [1]. A bit of brainstorming: Yes this will be a very good addition.

[Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-05 Thread Manuel Quiñones
. In the future, we will add a hint in this empty page, similar to what we have for an empty Journal. Added the option to follow link in new tab in the link's palette. Added an icon for this item, and also the icon for follow link is also updated. Signed-off-by: Manuel Quiñones ma...@laptop.org

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-05 Thread manuel quiñones
A screen grab here: http://dev.laptop.org/~manuq/browse_design/tabs/new_tabs2.png 2011/9/5 Manuel Quiñones ma...@laptop.org: The Add Tab button has been relocated next to the tab labels, allowing more space for the URL entry. Tabs are always shown.  There is at least one tab.  In that case

Re: [Sugar-devel] [DESIGN] Design Team meeting, Monday 5 Sept, 15:00 UTC, #sugar-meeting

2011-09-05 Thread manuel quiñones
Hi Gary, El 5 de septiembre de 2011 16:14, Gary Martin garycmar...@googlemail.comescribió: There are a quite a number of ways the rounded details could be styled, but as mockups go I like 5 the most (If we want to go rounded tabs), and 3 (if we want to keep it simple with square corner

Re: [Sugar-devel] [DESIGN] Design Team meeting, Monday 5 Sept, 15:00 UTC, #sugar-meeting

2011-09-05 Thread manuel quiñones
2011/9/5 Frederick Grose fgr...@gmail.com: 2011/9/5 Gary Martin garycmar...@googlemail.com Hi Manuel, On 5 Sep 2011, at 00:51, manuel quiñones wrote: {...} As discussed in the Design Meeting today, here are some variations on the colouring of the tabs, with the goal of making the tab design

[Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread Manuel Quiñones
to the URL entry in the toolbar. Signed-off-by: Manuel Quiñones ma...@laptop.org --- browser.py | 144 +- icons/browse-close-tab.svg | 27 +++ icons/browse-follow-link-new-tab.svg | 43 ++ icons/browse-follow

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread manuel quiñones
Hi, El día 6 de septiembre de 2011 07:48, Simon Schampijer si...@schampijer.de escribió: On 09/05/2011 08:44 PM, Manuel Quiñones wrote: The Add Tab button has been relocated next to the tab labels, allowing more space for the URL entry. Tabs are always shown.  There is at least one tab

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-07 Thread manuel quiñones
Hi Simon, Thank you very much for your insightful review, I welcome the changes you proposed. I did almost all of them, I'm still working in the error that appear in the logs. I fixed the one that raised maximum recursion depth exceeded, but I'm following the others. El día 7 de septiembre de

[Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-08 Thread Manuel Quiñones
to the URL entry in the toolbar. Signed-off-by: Manuel Quiñones ma...@laptop.org --- browser.py | 157 +- icons/browse-close-tab.svg | 27 ++ icons/browse-dialog-cancel.svg |2 +- icons/browse-follow-link-new

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-08 Thread manuel quiñones
Hi Simon, I'm resending the patch with the fixes you noticed. El día 7 de septiembre de 2011 22:37, manuel quiñones ma...@laptop.org escribió: Hi Simon, Thank you very much for your insightful review, I welcome the changes you proposed.  I did almost all of them, I'm still working

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-08 Thread manuel quiñones
Hi Martin, El día 7 de septiembre de 2011 11:00, Martin Langhoff martin.langh...@gmail.com escribió: Hi Manuel, happy with this overall -- one comment... On Wed, Sep 7, 2011 at 7:52 AM, Manuel Quiñones ma...@laptop.org wrote: When a new tab is opened, it now shows an empty page

Re: [Sugar-devel] New toolbar in Memorize

2011-09-09 Thread manuel quiñones
As Simon said, I think that the cog button should toggle to edit mode directly, no need for a click to edit toggle button in the subtoolbar. As it is a toggle, we should disable activation when hovering on it (I think this has to be done globally for al toggles in a toolbox, maybe a Sugar

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-09 Thread manuel quiñones
El día 9 de septiembre de 2011 20:28, Simon Schampijer si...@schampijer.de escribió: On 09/09/2011 04:48 AM, manuel quiñones wrote: Hi Simon, I'm resending the patch with the fixes you noticed. Hi, Manuel, looks great. I have only a few smaller cleanups (unused imports etc

Re: [Sugar-devel] [PATCH] Jukebox: restore activity subtoolbar

2011-09-09 Thread manuel quiñones
2011/9/7 Gonzalo Odiard gonz...@laptop.org: Right now, jukebox is not saving anything useful in the journal, then I don't see why we need this toolbar. But this will change soon, because Manuel have a play list patch in the works. Then we can add this toolbar. Yes, I have playlist in the

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-10 Thread manuel quiñones
El día 10 de septiembre de 2011 03:51, Simon Schampijer si...@schampijer.de escribió: On 09/10/2011 05:15 AM, manuel quiñones wrote: El día 9 de septiembre de 2011 20:28, Simon Schampijer si...@schampijer.de  escribió: On 09/09/2011 04:48 AM, manuel quiñones wrote: Hi Simon, I'm

Re: [Sugar-devel] New toolbar in Memorize

2011-09-10 Thread manuel quiñones
El día 9 de septiembre de 2011 14:44, Gonzalo Odiard gonz...@laptop.org escribió: 2011/9/9 manuel quiñones ma...@laptop.org As Simon said, I think that the cog button should toggle to edit mode directly, no need for a click to edit toggle button in the subtoolbar.  As it is a toggle, we

Re: [Sugar-devel] [PATCH] Browse: tabs usability improved

2011-09-10 Thread manuel quiñones
. Then you can add a public method to the Browser (from where to send the signal) so the palette can access it. What do you think? Yes Simon, that seems to be the proper solution, I wasn't happy with the reference too. Regards,    Simon manuel quiñones ma...@laptop.org hat am 10

[Sugar-devel] [PATCH] Fix for Follow link in new tab

2011-09-11 Thread Manuel Quiñones
Proper code, using signals, instead of adding a reference of TabbedView to Browse objects. Signed-off-by: Manuel Quiñones ma...@laptop.org --- browser.py | 14 ++ palettes.py |4 +--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/browser.py b/browser.py index

Re: [Sugar-devel] New toolbar in Memorize

2011-09-13 Thread manuel quiñones
2011/9/13 Simon Schampijer si...@schampijer.de: On 09/13/2011 02:12 PM, Gonzalo Odiard wrote: Here is a first patch implementing the proposed changes. This patch, does not include the change to synchronize the model in play and create mode, or the change in the saving procedure, because I

[Sugar-devel] [PATCH] Playlist for Jukebox

2011-09-15 Thread Manuel Quiñones
the corresponding media. In the future, an edit toolbox can be added to reorder rows, remove rows and clean the list. Signed-off-by: Manuel Quiñones ma...@laptop.org --- ControlToolbar.py | 17 ++- jukeboxactivity.py | 145 ++- widgets.py

Re: [Sugar-devel] Memorize testing version

2011-09-17 Thread manuel quiñones
2011/9/17 Gary Martin garycmar...@googlemail.com: On 17 Sep 2011, at 06:21, Gonzalo Odiard wrote: On Fri, Sep 16, 2011 at 11:42 PM, Gary Martin garycmar...@googlemail.com wrote: Hi Gonzalo, On 16 Sep 2011, at 02:14, Gonzalo Odiard wrote: I have uploaded a new version of Memorize [1],

  1   2   3   4   5   6   7   8   9   10   >