Re: [Sugar-devel] Sugarizer flatpak package

2017-04-14 Thread Manuel Quiñones
4/14/2017 12:51 PM, Dave Crossland wrote: > > Hi > > Great work :) > > On Apr 13, 2017 12:41 PM, "Manuel Quiñones" <manuel.por@gmail.com> > wrote: >> >> Hi, >> >> I'm working on a flatpak package for Sugarizer. >> >> Flat

[Sugar-devel] Sugarizer flatpak package

2017-04-13 Thread Manuel Quiñones
Hi, I'm working on a flatpak package for Sugarizer. Flatpak http://flatpak.org/ is the new way to distribute applications in GNU/Linux. Is great for many reasons. One reason is that the same package works for any modern Linux distribution like Fedora, Debian, Arch, Ubuntu. I made the package

Re: [Sugar-devel] Browse activity and FTP sites support

2014-04-22 Thread Manuel Quiñones
2014-04-22 10:33 GMT-03:00 Gustavo Duarte gus.dua...@gmail.com: Here you can see responses from Webkit-gtk list, seems like, this feature isn't supported yet. https://lists.webkit.org/pipermail/webkit-gtk/2014-April/001877.html OK, another weakness of WebKitGTK.. Thanks for reporting back.

[Sugar-devel] olpc-france, my summary

2014-04-17 Thread Manuel Quiñones
Lionel gave a nice demo of Sugarizer in progress, with Journal items shared through a server. I presented Sugar development process and how to get involved. Also talked about Sugar Web. Jon Nettleton presented Open WebOS via hangout. Is an interesting platform, and the UI very much like Sugar.

Re: [Sugar-devel] Browse activity and FTP sites support

2014-04-14 Thread Manuel Quiñones
2014-04-14 9:05 GMT-03:00 Gustavo Duarte gus.dua...@gmail.com: Hi folks, I'm having problems browsing on FTP sites in Browse activity. I'm using Browse activity version 156, I guess that is the last, right ? When I went to ftp, url like: ftp://debian.netcologne.de/debian-cd, a page error

[Sugar-devel] web and data-binding, promises

2014-04-12 Thread Manuel Quiñones
Here at Cité Des Sciences, Paris, i was motivated to go back to sugar-web development. One of the things I always wanted to try is data-binding and promises in JS. So I tried first with SVG graphics. Currently in the UI we treat SVG as background images, and we have one image per fill/stroke

Re: [Sugar-devel] Moving more modules to github

2014-04-06 Thread Manuel Quiñones
Hi, 2014-04-04 8:18 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: Hello, I think we should move more of our modules to github, at least all the ones we are currently building in sugar-build. That will make it easier for contributors because they won't have to go through two different

Re: [Sugar-devel] Pull requests + buildbot

2014-04-06 Thread Manuel Quiñones
2014-04-05 21:51 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: Hey, I have finally setup integration between pull requests and buildbot. When you push a pull request buildbot will trigger a build and update the github UI to indicate success or failure. The idea is that we should not

Re: [Sugar-devel] Sugar 0.101.4 (unstable)

2014-04-02 Thread Manuel Quiñones
2014-04-01 21:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: Hello, this is to announce the release of 0.101.4. We made some terrific progress, have a look to the extensive release notes (credits to Walter Bender) http://wiki.sugarlabs.org/go/0.102/Notes Excellent! Thanks for the release!

Re: [Sugar-devel] Time spent on activity (was Best time format for logging?)

2014-03-28 Thread Manuel Quiñones
, Gonzalo Odiard godi...@sugarlabs.org wrote: On Thu, Mar 27, 2014 at 4:17 PM, Manuel Quiñones ma...@laptop.org wrote: 2014-03-27 15:23 GMT-03:00 Gonzalo Odiard godi...@sugarlabs.org: Maybe have sense save the spent time as a list too, like we do with launch times. Looks like a non invasive

Re: [Sugar-devel] Time spent on activity (was Best time format for logging?)

2014-03-28 Thread Manuel Quiñones
write_file so that we accumulated data each time the activity was in the background or closed (a bit more robust) but honestly, I don't think it really matters so much). On Thu, Mar 27, 2014 at 4:02 PM, Gonzalo Odiard godi...@sugarlabs.org wrote: On Thu, Mar 27, 2014 at 4:17 PM, Manuel

Re: [Sugar-devel] Time spent on activity (was Best time, format for logging?)

2014-03-28 Thread Manuel Quiñones
2014-03-28 10:12 GMT-03:00 Gonzalo Odiard godi...@sugarlabs.org: I like that. Save in zero at start, then every write_file just need replace the last value. what about something like: {start: 1396011589, stops: [1396011616, 1396045612]} an activity that was inappropriately closed

Re: [Sugar-devel] Time spent on activity (was Best time, format for logging?)

2014-03-28 Thread Manuel Quiñones
2014-03-28 9:44 GMT-03:00 Gonzalo Odiard godi...@sugarlabs.org: On Fri, Mar 28, 2014 at 9:38 AM, Tony Anderson tony_ander...@usa.net wrote: It is easier for users to understand shutting down the laptop by pressing the power button twice than to use the shutdown in the XO menu. However,

[Sugar-devel] Time spent on activity (was Best time format for logging?)

2014-03-27 Thread Manuel Quiñones
Hi Walter, 2014-02-28 11:12 GMT-03:00 Walter Bender walter.ben...@gmail.com: It seems time on activity is an oft-requested feature. IMHO, we should maintain those data in the activity instance metadata like we do launch times et al. Should be a fairly straight-forward patch. what do you

Re: [Sugar-devel] Time spent on activity (was Best time format for logging?)

2014-03-27 Thread Manuel Quiñones
2014-03-27 15:23 GMT-03:00 Gonzalo Odiard godi...@sugarlabs.org: Maybe have sense save the spent time as a list too, like we do with launch times. Looks like a non invasive change, and a good source of information. Good point, is the other option I was handling. Is a trivial patch too:

Re: [Sugar-devel] New method for Activity class to send notifications

2014-03-26 Thread Manuel Quiñones
2014-03-26 18:12 GMT-03:00 James Cameron qu...@laptop.org: On Wed, Mar 26, 2014 at 09:40:41AM -0300, Martin Abente wrote: His work is almost done [2,3,4], but it introduces a new method to the base Activity class, therefore I wanted your opinions regarding the name of this method, the current

Re: [Sugar-devel] New method for Activity class to send notifications

2014-03-26 Thread Manuel Quiñones
2014-03-26 19:23 GMT-03:00 Martin Abente martin.abente.lah...@gmail.com: notify_user sounds good to me :) Same to me, notify_user fits best. I meant to add my comment below that one, sorry. On Wed, Mar 26, 2014 at 5:36 PM, Manuel Quiñones ma...@laptop.org wrote: 2014-03-26 18:12 GMT-03:00

Re: [Sugar-devel] Several toolbars in a sugar web activity ?

2014-03-22 Thread Manuel Quiñones
hi laurent, lionel and i discussed secondary toolbars a while ago. we agreed in not implement them for web because we think that palettes are more convenient. in web you can easily make any kind of palette. just inherit Palette like ActivityPalette does. also secondary toolbars make the

Re: [Sugar-devel] Several toolbars in a sugar web activity ?

2014-03-22 Thread Manuel Quiñones
2014-03-22 17:55 GMT-03:00 laurent bernabe laurent.bern...@gmail.com: Hello, thank you. So I'll have a look at Palette Activity and try to use palettes in my code. (Where is the ActivityPalette code hosted ? I've looked at http://wiki.sugarlabs.org/go/Activities, but it has no reference on

Re: [Sugar-devel] [DESIGN] mic settings

2014-03-21 Thread Manuel Quiñones
is not needed. Gonzalo On Thu, Mar 20, 2014 at 8:45 PM, Walter Bender walter.ben...@gmail.com wrote: OK. I need to do a tiny bit more cleaning up of the patch. Thanks for all the feedback. -walter On Thu, Mar 20, 2014 at 7:41 PM, Manuel Quiñones ma...@laptop.org wrote: perfect! 2014-03

Re: [Sugar-devel] [DESIGN] mic settings

2014-03-21 Thread Manuel Quiñones
2014-03-21 14:43 GMT-03:00 Walter Bender walter.ben...@gmail.com: On Fri, Mar 21, 2014 at 8:14 AM, Manuel Quiñones ma...@laptop.org wrote: 2014-03-20 22:45 GMT-03:00 Walter Bender walter.ben...@gmail.com: Gonzalo: what do you think of: http://wiki.sugarlabs.org/go/File:MicLevels.png ? I am

Re: [Sugar-devel] GSoC'14 Proposal: Turtle Art 3D

2014-03-20 Thread Manuel Quiñones
2014-03-20 11:48 GMT-03:00 Anubhav Jaiswal anubhav2...@gmail.com: Dear All, I have drafted my GSoC 2014 proposal for the project : Turtle Art 3D http://wiki.sugarlabs.org/go/Summer_of_Code/2014/AnubhavJ/Turtle_Art_3D There's also a prototype that I created implementing the basic functions

Re: [Sugar-devel] [pull request] Re: Better support for running non-sugar apps under Sugar

2014-03-20 Thread Manuel Quiñones
that's the spirit! looking fine, I just did two minor comments in the PRs that could improve the patch. cheers, 2014-03-20 15:40 GMT-03:00 Sebastian Silva sebast...@fuentelibre.org: Hi The intention of this email was actually to raise a discussion about ways that Sugar could better integrate

Re: [Sugar-devel] GSoC'14 Proposal: Turtle Art 3D

2014-03-20 Thread Manuel Quiñones
=pKO5EhVfPi0 Sam On Mar 21, 2014 4:14 AM, Manuel Quiñones ma...@laptop.org wrote: 2014-03-20 11:48 GMT-03:00 Anubhav Jaiswal anubhav2...@gmail.com: Dear All, I have drafted my GSoC 2014 proposal for the project : Turtle Art 3D http://wiki.sugarlabs.org/go/Summer_of_Code/2014/AnubhavJ

[Sugar-devel] [DESIGN] mic settings

2014-03-20 Thread Manuel Quiñones
hey walter, this is what I came up with: http://sugarlabs.org/~manuq/sound.jpg somewhat similar to your current implementation: http://wiki.sugarlabs.org/go/File:MicLevels.png I'm afraid we don't have GtkSwitch widget themed for Sugar so we don't have other option than leave two more rows for

Re: [Sugar-devel] [DESIGN] mic settings

2014-03-20 Thread Manuel Quiñones
it a go tonight. -walter On Thu, Mar 20, 2014 at 6:58 PM, Manuel Quiñones ma...@laptop.org wrote: hey walter, this is what I came up with: http://sugarlabs.org/~manuq/sound.jpg somewhat similar to your current implementation: http://wiki.sugarlabs.org/go/File:MicLevels.png I'm afraid we

Re: [Sugar-devel] sugar-build, can't perform check

2014-03-19 Thread Manuel Quiñones
i can confirm that smoketest fails if Sugar is set to Spanish. i set it to English and the test passes now. 2014-03-19 15:45 GMT-03:00 Manuel Quiñones ma...@laptop.org: attached. thanks, 2014-03-18 20:19 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: Can you post the logs please

[Sugar-devel] sugar-build, can't perform check

2014-03-18 Thread Manuel Quiñones
hi, i created a fresh dev environment today, and after that ./osbuild check fails with the following output: [manuq@localhost sugar-build]$ ./osbuild check $ sudo broot run osbuild check [sudo] password for manuq: = Building = * Building sugar = Check = * Running smoke test Command

Re: [Sugar-devel] Feature freeze

2014-03-12 Thread Manuel Quiñones
in my humble opinion, I would also like to see the feature freeze delayed. several features are almost done. I see our community is still rearranging, and we need to put more effort in reviews. considering the load of PRs, we should embrace pair-reviewing. 2014-03-09 22:25 GMT-03:00 Daniel

Re: [Sugar-devel] Sugar Performance testing

2014-03-10 Thread Manuel Quiñones
2014-03-09 14:46 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: On 9 March 2014 17:53, Sebastian Silva sebast...@fuentelibre.org wrote: Hi dear Sugar developers. We have participated in the deployment in Peru of Sugar 0.94 (classic) for XO1 and XO1.5. It will be ongoing in 2014 and hopefully

Re: [Sugar-devel] [DESIGN] webaccounts panel

2014-03-10 Thread Manuel Quiñones
Much better! Some feedback: Current label is configure your web services. I think web services is better. your seems wrong person, because we use first person in other sections: about me my computer. You should highlight the icon for the selected account. In this case Facebook icon should be

Re: [Sugar-devel] Calling async callbacks always async

2014-03-10 Thread Manuel Quiñones
2014-03-10 8:18 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: Hello, Code pointed out a good explanation of why we should be always calling async callbacks async in sugar-web. We have been doing it, but I was never able to produce good rationale/example for it :)

Re: [Sugar-devel] Sugar 0.101.3 (unstable)

2014-03-10 Thread Manuel Quiñones
We recently added a Release Notes section in developer.sugarlabs.org :-) http://developer.sugarlabs.org/release-notes/102.md.html We agreed to add the deprecations notes there. 2014-03-09 21:10 GMT-03:00 Walter Bender walter.ben...@gmail.com: It didn't take me too long to pull together

Re: [Sugar-devel] [DESIGN] replace combo box on language panel

2014-03-05 Thread Manuel Quiñones
oh, great! 2014-03-04 20:50 GMT-03:00 Walter Bender walter.ben...@gmail.com: Made a second pass at this (recall last week I submitted a patch to break the crazy long combo box into two separate combo boxes: one for language and one for country). Now I have replaced the combo boxes with

Re: [Sugar-devel] [DESIGN] replace combo box on language panel

2014-03-05 Thread Manuel Quiñones
at 9:43 AM, Manuel Quiñones ma...@laptop.org wrote: oh, great! 2014-03-04 20:50 GMT-03:00 Walter Bender walter.ben...@gmail.com: Made a second pass at this (recall last week I submitted a patch to break the crazy long combo box into two separate combo boxes: one for language and one

Re: [Sugar-devel] [DESIGN] replace combo box on language panel

2014-03-05 Thread Manuel Quiñones
2014-03-05 15:49 GMT-03:00 Walter Bender walter.ben...@gmail.com: On Wed, Mar 5, 2014 at 8:01 AM, Manuel Quiñones ma...@laptop.org wrote: 2014-03-05 9:58 GMT-03:00 Walter Bender walter.ben...@gmail.com: Maybe I should not use ellipsis at all for this. Re Manuq's suggestion to use an invoker

Re: [Sugar-devel] [DESIGN] replace combo box on language panel

2014-03-05 Thread Manuel Quiñones
2014-03-05 16:35 GMT-03:00 Walter Bender walter.ben...@gmail.com: On Wed, Mar 5, 2014 at 2:29 PM, Manuel Quiñones ma...@laptop.org wrote: 2014-03-05 15:49 GMT-03:00 Walter Bender walter.ben...@gmail.com: On Wed, Mar 5, 2014 at 8:01 AM, Manuel Quiñones ma...@laptop.org wrote: 2014-03-05 9:58

Re: [Sugar-devel] Best time format for logging?

2014-03-01 Thread Manuel Quiñones
2014-02-28 20:30 GMT-03:00 James Cameron qu...@laptop.org: On Fri, Feb 28, 2014 at 02:39:41PM -0300, Manuel Quiñones wrote: date +%s.%N 1393609027.074597846 Yes, this is adequate, though sometimes the fractional value can be imprecise as it depends on many factors. For response times

[Sugar-devel] [DESIGN] Design Meeting, Wednesday 5th, 13:00 UTC

2014-03-01 Thread Manuel Quiñones
See you there! -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Best time format for logging?

2014-02-28 Thread Manuel Quiñones
Hi, this is a general question but related with Sugar. I have made changes in olpc-utils to log the session duration and kind (Sugar or GNOME). This will be used for statistics. https://github.com/manuq/olpc-utils/compare/boot-stats?expand=1 My log format is now: START_SUGAR

Re: [Sugar-devel] Best time format for logging?

2014-02-28 Thread Manuel Quiñones
2014-02-28 11:04 GMT-03:00 Walter Bender walter.ben...@gmail.com: We've discussed (in AU) adding something similar to Sugar activities: a metadata field with the elapsed time that the activity is visible. We should coordinate all of these changes. Absolutely. I'm trying Martin's Harvest and

Re: [Sugar-devel] Best time format for logging?

2014-02-28 Thread Manuel Quiñones
Interesting Nagarjuna, 2014-02-28 12:36 GMT-03:00 Nagarjuna G nagar...@gnowledge.org: On Friday, February 28, 2014 09:12:58 AM Walter Bender wrote: It seems time on activity is an oft-requested feature. IMHO, we should maintain those data in the activity instance metadata like we do launch

Re: [Sugar-devel] [DESIGN] language section in control panel

2014-02-28 Thread Manuel Quiñones
2014-02-28 19:30 GMT-03:00 Walter Bender walter.ben...@gmail.com: Just FYI, I've done some refactoring of the language control panel in an attempt to make it a bit easier to navigate [1]. So far, I've pulled out the country into a separate combo box from the language itself. The idea is to

Re: [Sugar-devel] [DESIGN] language section in control panel

2014-02-28 Thread Manuel Quiñones
2014-02-28 20:18 GMT-03:00 Walter Bender walter.ben...@gmail.com: Wednesday is mostly good. Just busy from 15:00-17:00 EST Is that 20 - 22 UTC? Or you are under daylight savings? What about 1 hour meeting starting at 13 UTC? -walter On Fri, Feb 28, 2014 at 6:15 PM, Manuel Quiñones ma

Re: [Sugar-devel] HTML 5 chapters for Make Your Own Sugar Activities!

2014-02-26 Thread Manuel Quiñones
Maybe a nice task for GSOC? 2014-02-26 13:45 GMT-03:00 James Simmons nices...@gmail.com: During the 2012 Google code-in Lionel wrote a nice chapter for MYOSA on making Activities using HTML 5 and WebKit. I have been slowly and steadily updating the other chapters in the book to use Sugar 3 and

Re: [Sugar-devel] Sugar-web can't find web socket port

2014-02-25 Thread Manuel Quiñones
Hi Lionel, great to know you are upstreaming sugarizer! 2014-02-25 14:02 GMT-03:00 Lionel Laské lio...@olpc-france.org: I've tried to analyze more the issue. The problem come from env.js [1], the env.isStandalone() test return true, so the environment parameter is an empty object. I'm not

Re: [Sugar-devel] Fwd: [b2g] Introducing B2G to x86

2014-02-25 Thread Manuel Quiñones
2014-02-25 18:56 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: This is a very interesting development as a possible base platform for a future fully html based Sugar. B2G always felt like the perfect platform for it, if not because it wouldn't (fully) work on a normal Linux distro. Interesting

Re: [Sugar-devel] Report about performance hackaton

2014-02-24 Thread Manuel Quiñones
Excellent resume Gonzalo! I have added yours and my thoughts in a feature page: http://wiki.sugarlabs.org/go/Features/Optimize_TreeViews I think this can be handled as a feature. 2014-02-23 23:40 GMT-03:00 Gonzalo Odiard godi...@sugarlabs.org: The last Thursday and Friday, manuq and I worked

Re: [Sugar-devel] Report about performance hackaton

2014-02-24 Thread Manuel Quiñones
2014-02-24 9:04 GMT-03:00 Martin Abente martin.abente.lah...@gmail.com: Awesome work! Let us know if there a way to help.. Yes please! One way to help us is with reviews and testing. I will be sending the first PRs soon. -- .. manuq .. ___

Re: [Sugar-devel] [DESIGN] Replace combo box in Journal Search

2014-02-19 Thread Manuel Quiñones
2014-02-18 19:01 GMT-03:00 Walter Bender walter.ben...@gmail.com: I've hit to roadblocks: (1) As I mentioned, for some reason, I cannot get ellipsis to work on the toolbar label (it works elsewhere). Strange. Toolitems should ellipsize if needed. What is the consequence? The items fall

Re: [Sugar-devel] PyGame/ Sugargame issues with GTK 3

2014-02-19 Thread Manuel Quiñones
2014-02-19 6:26 GMT-03:00 James Simmons nices...@gmail.com: It occurs to me to ask if sugargame is still something you need to copy the code into your activity to use or if it is part of sugar proper. I'm still taking the latest code and copying it in. Yes, you need to copy sugargame inside

Re: [Sugar-devel] [DESIGN] Design Meeting, Feb

2014-02-19 Thread Manuel Quiñones
2014-02-19 9:59 GMT-03:00 Gonzalo Odiard godi...@sugarlabs.org: A time/date was defined? Only Walter and you confirmed. So let's wait a bit, or do it this friday. -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] PyGame/ Sugargame issues with GTK 3

2014-02-19 Thread Manuel Quiñones
2014-02-19 13:19 GMT-03:00 James Simmons nices...@gmail.com: Manuel, I am aware of the test Activity. I wrote this chapter on using PyGame to develop Activities: http://en.flossmanuals.net/make-your-own-sugar-activities/making-activities-using-pygame/ The code changes to sugargame to make

[Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread Manuel Quiñones
- Friday 21th - 13.00 UTC Please add the topics you would like to discuss in this thread. Thanks! -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread Manuel Quiñones
...@gmail.com: We need to plow through more of the items still in the design queue from last time (will find the email thread) and also a few new items: Samdroid's notification, my campaign against combo boxes, etc. On Wed, Feb 19, 2014 at 3:07 PM, Manuel Quiñones ma...@laptop.org wrote: - Friday

Re: [Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread Manuel Quiñones
Sam, 11 UTC works better for you? From doodle.com I can see the others could attend too. 2014-02-19 18:06 GMT-03:00 James Cameron qu...@laptop.org: Can't speak for Sam, but I'm in the same timezone, and your 11 UTC is our 22:00, which is a time that I am overly chatty and very frequently

[Sugar-devel] Fwd: Sugar-devel Digest, Vol 64, Issue 36

2014-02-18 Thread Manuel Quiñones
Forwarding a message from Tony Anderson, because he can't send to the mailing list. -- Forwarded message -- From: Tony Anderson t...@olenepal.org Date: 2014-02-17 21:40 GMT-03:00 Subject: Re: Sugar-devel Digest, Vol 64, Issue 36 To: ma...@laptop.org Hi, Unfortunately my

[Sugar-devel] Fwd: Backup/Restore

2014-02-18 Thread Manuel Quiñones
Forwarding another message from Tony. -- Forwarded message -- From: Tony Anderson t...@olenepal.org Date: 2014-02-17 22:07 GMT-03:00 Subject: Backup/Restore To: ma...@laptop.org Hi, A footnote. I think one easy way to make the nick setting effective is to restart via a

Re: [Sugar-devel] About adding toolkit_type and toolkit_version options to bundles

2014-02-17 Thread Manuel Quiñones
Hi Ignacio, 2014-02-17 9:35 GMT-03:00 Ignacio Rodríguez nachoe...@gmail.com: Sorry, but was about: import test2 I think importing the module can have unpredictable results. hasattr(test2, gtk) True hasattr(test2, Gtk) False If Gtk this return True import test3 hasattr(test3, gtk)

Re: [Sugar-devel] [DESIGN] Fwd: [IAEP] Set GNU GPL in monospace font

2014-02-17 Thread Manuel Quiñones
Where is the screenshot? 2014-02-15 20:16 GMT-03:00 Ignacio Rodríguez nachoe...@gmail.com: Sorry but +1 for the idea 2014-02-15 21:00 GMT-02:00, Ryan Cunningham rvskmbr...@gmail.com: Here's a screenshot of the changes. On Sat, Feb 15, 2014 at 10:46 AM, Ryan Cunningham

Re: [Sugar-devel] [DESIGN] Fwd: [IAEP] Set GNU GPL in monospace font

2014-02-17 Thread Manuel Quiñones
Thanks Ryan, it certainly looks better, do you miind sending a pull request? I'm happy to commit this. 2014-02-17 10:07 GMT-03:00 Manuel Quiñones ma...@laptop.org: Where is the screenshot? 2014-02-15 20:16 GMT-03:00 Ignacio Rodríguez nachoe...@gmail.com: Sorry but +1 for the idea 2014-02

[Sugar-devel] [DESIGN] Design Meeting, Feb

2014-02-17 Thread Manuel Quiñones
Hi, design topics are accumulating. So let's meet for one hour this week, here are the time slots I'm available: http://doodle.com/i4bg3nhxscyzn8qm I'll send a list of topics soon. -- .. manuq .. ___ Sugar-devel mailing list

Re: [Sugar-devel] [DESIGN] Design Meeting, Feb

2014-02-17 Thread Manuel Quiñones
maybe I wasn't clear enough. Please add your available dates here if you want to participate: http://doodle.com/i4bg3nhxscyzn8qm 2014-02-17 14:44 GMT-03:00 Manuel Quiñones ma...@laptop.org: Hi, design topics are accumulating. So let's meet for one hour this week, here are the time slots I'm

[Sugar-devel] [DESIGN] Backup / Restore feature

2014-02-17 Thread Manuel Quiñones
Sending my comment to the mailing list to open discussion. Feature pages: - http://wiki.sugarlabs.org/go/Features/Backup_and_Restore - http://wiki.sugarlabs.org/go/Features/Backup_and_Restore/Enhancements Pull request - https://github.com/sugarlabs/sugar/pull/176 I think this feature should

Re: [Sugar-devel] [DESIGN] Backup / Restore feature

2014-02-17 Thread Manuel Quiñones
Testing - remote backup did nothing in my Sugar after pressing Continue. When is this option valid? Can this option be avoided in that case? Found the reason in a previous email from Gonzalo: Right now, only a backend to work with local devices is implemented, the remote backend do

Re: [Sugar-devel] Keep an eye on buildbot

2014-02-14 Thread Manuel Quiñones
2014-02-14 9:48 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: We are currently sending an email to the blame list and notification on irc. I wasn't sending to the mailing list mainly because buildbot used to be a bit fragile and I didn't want to spam... but it's pretty solid these days. I'm

Re: [Sugar-devel] [Sugar-Devel] Toolkit version in the activity info

2014-02-13 Thread Manuel Quiñones
2014-01-31 23:14 GMT-03:00 Daniel Narvaez dwnarv...@gmail.com: On 1 February 2014 03:00, Sam Parkinson sam.parkins...@gmail.com wrote: Hi, Dnarvaez and I were discussing this on the irc; we really need to do distinction between the tool kit version in activity.info. This would be needed

Re: [Sugar-devel] text.js missing in Sugar Web Framework ?

2014-02-11 Thread Manuel Quiñones
Hi Lionel, 2014-02-11 18:27 GMT-03:00 Lionel Laské lio...@olpc-france.org: Hi all, I'm playing with the last version of Sugar Web Framework [1] At the top of the sugar-web/graphics/activitypalette.js [2] file there is: define([sugar-web/graphics/palette,

Re: [Sugar-devel] text.js missing in Sugar Web Framework ?

2014-02-11 Thread Manuel Quiñones
Here is a pull request https://github.com/sugarlabs/sugar-web-template/pull/23 2014-02-11 19:05 GMT-03:00 Manuel Quiñones ma...@laptop.org: Hi Lionel, 2014-02-11 18:27 GMT-03:00 Lionel Laské lio...@olpc-france.org: Hi all, I'm playing with the last version of Sugar Web Framework [1

Re: [Sugar-devel] [DESIGN] Notifications

2014-02-04 Thread Manuel Quiñones
2014-02-03 Martin Abente martin.abente.lah...@gmail.com: Just to clarify a bit more, what I previously show could apply for system events that do not belong to activities or journal. I think your implementation goes well with Gary design here for non-activity notifications

Re: [Sugar-devel] [DESIGN] Notifications

2014-02-04 Thread Manuel Quiñones
2014-02-04 Gonzalo Odiard godi...@sugarlabs.org: IMHO, keep all the notifications in one single place, like here http://wiki.sugarlabs.org/go/Design_Team/Proposals/Notifications#Alternative_corner_history_design would make easier locate them, instead of needing look in every activity

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-02-04 Thread Manuel Quiñones
2014-02-04 Gonzalo Odiard godi...@sugarlabs.org: Probably would be good discuss with the web developers, manuq or dnarvaez? add a WebKit1 known issues section somewhere around http://developer.sugarlabs.org/#sugar%20web ? we can also make clear that WebKit1 is used as fallback when WebKit2 is

Re: [Sugar-devel] [Sugar-Devel] Toolkit version in the activity info

2014-02-03 Thread Manuel Quiñones
2014-01-31 Daniel Narvaez dwnarv...@gmail.com: On 1 February 2014 03:00, Sam Parkinson sam.parkins...@gmail.com wrote: Hi, Dnarvaez and I were discussing this on the irc; we really need to do distinction between the tool kit version in activity.info. This would be needed to for: view

Re: [Sugar-devel] [DESIGN] JOURNAL+

2014-02-03 Thread Manuel Quiñones
2014-02-02 Sam Parkinson sam.parkins...@gmail.com: Hi This changes the journal completely! Now objects are displayed like sentences, like a real journal. I love it! There are a lot of considerations to make here, so please understand that it can be a long journey implementing without

Re: [Sugar-devel] Notifications

2014-02-03 Thread Manuel Quiñones
2014-01-29 Sam Parkinson sam.parkins...@gmail.com: Hi, Here is a video: https://vidd.me/oJD Great start! We've been discussing this on IRC, and Sam pointed me to the design proposal. Is the first one on this page: http://wiki.sugarlabs.org/go/Design_Team/Proposals/Notifications (Sam,

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-31 Thread Manuel Quiñones
2014-01-22 Martin Abente martin.abente.lah...@gmail.com: Does the android API set some sort of constraints for Apps? IE: (a) can open only one App a the time, (b) can't open it self, and stuff like that.. Just curious, I haven't found any general restriction.in their docs. The way Intents

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-31 Thread Manuel Quiñones
2014-01-22 Manuel Quiñones ma...@laptop.org Sam, Martin, 2014/1/21 Martin Langhoff martin.langh...@gmail.com: On Tue, Jan 21, 2014 at 3:48 PM, Sam Parkinson sam.parkins...@gmail.com wrote: - Android has a really simple system where you can say go to www.abc.blogs.org in any app

[Sugar-devel] Start an activity from inside another, take 2

2014-01-31 Thread Manuel Quiñones
I made a feature page: http://wiki.sugarlabs.org/go/Features/Start_activity_from_another_activity And here is a demo screencast: https://dl.dropboxusercontent.com/u/588753/start.webm Code: http://wiki.sugarlabs.org/go/Features/Start_activity_from_another_activity#How_To_Test I still need to: -

Re: [Sugar-devel] New reviewer

2014-01-31 Thread Manuel Quiñones
Thanks Code! 2014-01-31 Daniel Narvaez dwnarv...@gmail.com: Hello, this is just to let everyone know Code Raguet has kindly accepted to join the sugar core team of reviewers! Thanks Code! -- Daniel Narvaez ___ Sugar-devel mailing list

Re: [Sugar-devel] [IAEP] [ANNOUNCEMENT] Sugarizer, a taste of Sugar for any device - v0.3

2014-01-29 Thread Manuel Quiñones
2014-01-29 Gonzalo Odiard godi...@sugarlabs.org: I found that the only thing you need to remove is the entry with key 'sugar-settings' in LocalStorage. Do you know how clean only that in chrome? - open inspector (ctrl shift i) - click on tab resources - unfold local storage in the sidebar

Re: [Sugar-devel] Sugar web activity wait 1 minute at startup

2014-01-28 Thread Manuel Quiñones
2014-01-28 James Cameron qu...@laptop.org: I agree, no host lookups. But at the time before the delay, there are several connections open to the server process, and then after the delay there is a sudden server side connection reset and a new connection issued by the client side. I wish I

Re: [Sugar-devel] [DESIGN] Less confusing activities list

2014-01-28 Thread Manuel Quiñones
Hi Sam, 2014-01-23 Sam Parkinson sam.parkins...@gmail.com I've been working on the view for a little while now... I've had a big issue with palettes (right click menus) and haven't been able to fix it (yet). I had this random idea I had... Tell us the issue you are having with the

Re: [Sugar-devel] [DESIGN] Less confusing activities list

2014-01-28 Thread Manuel Quiñones
2014-01-24 Sam Parkinson sam.parkins...@gmail.com I worked on it for a little longer trying to make the star icons checkable, but there are lots of issues in doing so. In the end I think that it is very hard to implement and pretty worthless. Maybe a summary as a tooltip in the traditional

Re: [Sugar-devel] The need for a notification system

2014-01-28 Thread Manuel Quiñones
Hi Sam, 2014-01-27 Sam Parkinson sam.parkins...@gmail.com: Hi, I’ve been working on some stuff recently and I really see the need for a simple notification system. One example of a user of the system is here: https://github.com/sugarlabs/sugar-toolkit-gtk3/pull/96. The thing is I’m not sure

Re: [Sugar-devel] Translating https://github.com/sugarlabs/sugar-docs ?

2014-01-27 Thread Manuel Quiñones
Hey Bastien, 2014-01-27 Bastien b...@laptop.org: Hi all, I'd like to start translating sugar-docs into french. Great! What method? Adding the pages in a fr/ subdirectory? That will work. We can also have FR / EN / .. selector in the site header. Thanks for further directions, all best,

Re: [Sugar-devel] WebActivity : Resizing a canvas object to the screen size ?

2014-01-27 Thread Manuel Quiñones
2014-01-26 laurent bernabe laurent.bern...@gmail.com: I've solved my problem by integrating JQuery, thanks to the Shim section of RequireJS, and by calling it in activity.js You also have an example of doing the same without JQuery in Clock web activity. -- .. manuq ..

Re: [Sugar-devel] EaselJS+PreloadJS and XHR

2014-01-27 Thread Manuel Quiñones
2014-01-27 laurent bernabe laurent.bern...@gmail.com: Hello everyone, I am using EaselJS and PreloadJS in one of my web activities (LearnChess) in order to manage pictures inside a canvas. But I don't manage to show png files. How are you trying? According to this post : createjs_forum it

Re: [Sugar-devel] EaselJS+PreloadJS and XHR

2014-01-27 Thread Manuel Quiñones
2014-01-27 laurent bernabe laurent.bern...@gmail.com: Thank you for your answer. In fact, I develop the activity and preview it from inside Brackets IDE. Previews are shown inside a Chrome browser. So, when previewing from Brackets IDE, we can say that I am viewing it locally, in a browser,

Re: [Sugar-devel] Programming in Python or as a Web Activity ?

2014-01-24 Thread Manuel Quiñones
2014/1/24 laurent bernabe laurent.bern...@gmail.com Thank you, The most challenging task that I am facing in my development beginning, is to get the libraries easel.js and tween.js work as shim dependencies of require.js. In fact, I think I could read require.js documentation thousands

Re: [Sugar-devel] Sugar-devel Digest, Vol 63, Issue 73

2014-01-22 Thread Manuel Quiñones
2014/1/22 Tony Anderson tony_ander...@usa.net: Hi, The original sugar-launch intended to provide this capability. It requires only a few lines of code. parser.add_option(-o,--object_id,action=store_true,dest=object_id, help=resume activity with object)

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Manuel Quiñones
Hey Tincho, 2014/1/21 Martin Abente martin.abente.lah...@gmail.com: A while ago, I submitted a patch [1] to allow opening Browse (or others) from another activities links. Maybe we could do something similar to that :)? Refs: 1.http://marc.info/?l=olpc-sugarm=129485435106175w=2 I searched

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Manuel Quiñones
2014/1/21 Daniel Narvaez dwnarv...@gmail.com: Without having considered it carefully, I'm a bit concerned about reusing sugar-launch because it's not quite the same code path normal launching is going through. Yes, I see it now. We should add a comment in sugar-launch to explain what's the

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Manuel Quiñones
Sam, Martin, 2014/1/21 Martin Langhoff martin.langh...@gmail.com: On Tue, Jan 21, 2014 at 3:48 PM, Sam Parkinson sam.parkins...@gmail.com wrote: - Android has a really simple system where you can say go to www.abc.blogs.org in any app that can open it. That opens it in a web browser or in

Re: [Sugar-devel] [DESIGN] Less confusing activities list

2014-01-21 Thread Manuel Quiñones
Hi, I was looking at bug #806 (http://bugs.sugarlabs.org/ticket/806), Activities list view is very similar to Journal view and users delete activities instead of journal entries. I was thinking we could fix this issue by adopting an icon view for the activities list. It sort of looks a

[Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-21 Thread Manuel Quiñones
This topic appears once in a while in this mailing list, and as far as I know, each time it happens no one objects. So, time to bring it again. One of Sugar key principles is simplicity. Activities are meant to be simple, and users can make interesting things happen when they interoperate with

Re: [Sugar-devel] browse activity - comments about a few bugs

2014-01-16 Thread Manuel Quiñones
2014/1/14 Gonzalo Odiard godi...@sugarlabs.org: Hi Manuq, I was working in a simple patch to a issue reported in AU [1] (patch attached to the ticket). Excellent! Thanks a lot. Is great to have reports from fields, like AU. Also, I was testing the activity, and think these tickets can be

Re: [Sugar-devel] [ASLO] Release Maze Web-1 (Manuel Qui?ones)

2014-01-14 Thread Manuel Quiñones
Thanks Lionel, 2014/1/14 Lionel Laské lio...@olpc-france.org: Hey great ! The animation at the end of the game (exploding dot !) is very cool. Will be include in the next version of Sugarizer ! The animation at the end tries to emphasize who won, showing the player color. There are also

Re: [Sugar-devel] Deprecation policy - was: About show-launcher option

2014-01-14 Thread Manuel Quiñones
2014/1/13 Daniel Narvaez dwnarv...@gmail.com: So, to summarize what I'm proposing on top of what Manuel posted * All interfaces which are not prefixed with an underscore are public. Yes, and we should also add the __all__ = [] to private modules. * The authoritative source for deprecated

Re: [Sugar-devel] Gtk 3.10 icon size regression

2014-01-14 Thread Manuel Quiñones
2014/1/14 Gonzalo Odiard godi...@sugarlabs.org: Probably better go for a solution not needing wayland, until our main hardware platform can manage it, right? :) Yes, not an option for us. Daniel is doing great informing us what is the upstream solution for hight density screens. -- .. manuq

Re: [Sugar-devel] Collaboration support for sugar web activities

2014-01-13 Thread Manuel Quiñones
2014/1/11 Emil Dudev emildu...@gmail.com: 3) In my opinion, Web Collaboration without a server (XS Server or an Internet Server) has no sense. So I don't think we have to handle the complexity for a stand alone collaboration into web activities. Most of (if not all) of my work on the

  1   2   3   4   5   6   7   8   9   10   >