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

2014-02-20 Thread Emil Dudev
think this would be a good way to implement it. Emil Dudev On Wednesday, 19 February 2014, Emil Dudev emildu...@gmail.com wrote: On Wed, Feb 19, 2014 at 2:36 AM, James Cameron qu...@laptop.org wrote: On Wed, Feb 19, 2014 at 02:00:07AM +0200, Emil Dudev wrote: The thing I'm facing

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

2014-02-19 Thread Emil Dudev
On Wed, Feb 19, 2014 at 2:36 AM, James Cameron qu...@laptop.org wrote: On Wed, Feb 19, 2014 at 02:00:07AM +0200, Emil Dudev wrote: The thing I'm facing is that there is telepathy 'magic' code both in sugar's core and sugar's toolkit (per activity/process). I writing 'magic', because I

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

2014-02-18 Thread Emil Dudev
of such changes, that have to be done. But it should be possible. My concern is that the number of classes to change will be... not little (although the changes should be small and easy, with most classes). Emil Dudev ___ Sugar-devel mailing list Sugar-devel

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

2014-02-16 Thread Emil Dudev
/ A web client that mirror's TogetherJS's server (it just replies the messages): https://github.com/edudev/web-reply Sugar (only neighborhood.py is important): https://github.com/edudev/sugar/tree/webcollaborationframework Cheers, Emil Dudev On Wed, Jan 22, 2014 at 1:07 AM, Daniel Narvaez dwnarv

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

2014-01-26 Thread Emil Dudev
to load it. The document ready event (or whatever the name was) would not fire, until the file is loaded, or it times out (I think it was about 40 seconds). Emil Dudev On Sun, Jan 26, 2014 at 10:38 AM, Lionel Laské lio...@olpc-france.orgwrote: Hi all, I'm currently porting my FoodChain

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

2014-01-20 Thread Emil Dudev
the community is thinking and what is their vision of how web collaboration should be handled. Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

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

2014-01-20 Thread Emil Dudev
On Mon, Jan 20, 2014 at 10:33 PM, Daniel Narvaez dwnarv...@gmail.comwrote: On 20 January 2014 13:53, Emil Dudev emildu...@gmail.com wrote: On Mon, Jan 20, 2014 at 12:48 PM, Daniel Narvaez dwnarv...@gmail.comwrote: * Why did you go with a separate web activity instead on integrating directly

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

2014-01-19 Thread Emil Dudev
. sugar-toolkit-gtk3: https://github.com/edudev/sugar-toolkit-gtk3/tree/webcollaboration sugar: https://github.com/edudev/sugar/tree/webcollaboration gtd-activity: https://github.com/edudev/gtd-activity/tree/collaboration sugar-net: https://github.com/edudev/sugar-net Emil Dudev On Sat, Jan 18

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

2014-01-18 Thread Emil Dudev
approach. Emil Dudev On Sat, Jan 18, 2014 at 1:19 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Interesting! Are you planning to use a js actitvity or a python one as client? On 18 January 2014 01:21, Emil Dudev emildu...@gmail.com wrote: Busy month... Anyway, I checked out telepathy

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

2014-01-17 Thread Emil Dudev
with limited functionality. About WebRTC: I really think that peer-to-peer connections are needed. But at this point, I'll go with client-server connections. gwebsockets: https://github.com/edudev/gwebsockets/tree/master websocket-server: https://github.com/edudev/web-reply Emil Dudev On Sun, Jan 12

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

2014-01-12 Thread Emil Dudev
is used, it should be possible. Emil Dudev On Sun, Jan 12, 2014 at 7:01 PM, Daniel Narvaez dwnarv...@gmail.com wrote: It might not come that easily but I think we need to support non-degraded collaboration between web activities inside Sugar. We don't need to interact with telepathy to do

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

2014-01-11 Thread Emil Dudev
be reworked. Regards, Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

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

2014-01-11 Thread Emil Dudev
On Sat, Jan 11, 2014 at 4:31 PM, Daniel Narvaez dwnarv...@gmail.com wrote: On 11 January 2014 15:21, Emil Dudev emildu...@gmail.com wrote: Can a similar web server be set up like jabber.sugarlabs.org is? Do you mean if it's possible to setup another instance of the jabber server

Re: [Sugar-devel] [DESIGN] Journal time filter (was Re: Fwd: GCI task, Ticket #3026)

2014-01-11 Thread Emil Dudev
. Emil Dudev On Fri, Jan 3, 2014 at 10:50 PM, Manuel Quiñones ma...@laptop.org wrote: 2013/12/4 Daniel Narvaez dwnarv...@gmail.com: The tag seems to be helpful to get designers attention :) On Tuesday, 3 December 2013, Walter Bender wrote: Emil's code works well; the question to me is one

Re: [Sugar-devel] [DESIGN] Network view refresh button

2014-01-11 Thread Emil Dudev
think someone else took the task and completed it. Emil Dudev On Mon, Jan 6, 2014 at 5:52 PM, Manuel Quiñones ma...@laptop.org wrote: 2014/1/6 Manuel Quiñones ma...@laptop.org: 2013/12/11 Gonzalo Odiard gonz...@laptop.org: +1 The networking / collaboration stack is big and complex

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

2014-01-10 Thread Emil Dudev
to show the changes I've made): https://github.com/edudev/togetherjs/tree/sugar Regards, Emil Dudev On Tue, Jan 7, 2014 at 9:52 AM, Emil Dudev emildu...@gmail.com wrote: Hello, Thanks to Manuel Quiñones, I was able to check out in detail a Mozilla project - https://togetherjs.org

[Sugar-devel] Collaboration support for sugar web activities

2014-01-06 Thread Emil Dudev
activity having collaboration support based on TogetherJS. Regards, Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [DESIGN] Mic volume

2014-01-01 Thread Emil Dudev
the speaker ones? I prefer having a separate icon. I've started work on a microphone icon that will fill itself depending on the current volume setting. Regards, Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org

Re: [Sugar-devel] From GConf to GSettings

2013-12-27 Thread Emil Dudev
Here are the keys that activites still use from GConf: org.sugarlabs.speech pitch, rate org.sugarlabs.user nick, color org.sugarlabs backup-url org.sugarlabs.collaboration jabber-server org.sugarlabs.power automatic org.sugarlabs.font default-face, default-size The activities are numerous, so I

[Sugar-devel] From GConf to GSettings

2013-12-26 Thread Emil Dudev
is the compatibility of the activities. How should it be handled? I'm not sure how many activities use GConf. I was able to find only 3: read and write (using sugar's speech settings), and browse. But I'm sure there are more activities. Regards, Emil Dudev

Re: [Sugar-devel] From GConf to GSettings

2013-12-26 Thread Emil Dudev
can be made without affecting any of the activities. Emil Dudev On Thu, Dec 26, 2013 at 7:23 PM, Daniel Narvaez dwnarv...@gmail.com wrote: On 26 December 2013 17:02, Emil Dudev emildu...@gmail.com wrote: As GConf is deprecated, it should be replaced by GSettings. I've made a patch

Re: [Sugar-devel] From GConf to GSettings

2013-12-26 Thread Emil Dudev
custom keys. These keys have to be included in sugar's schema file, or sugar should allow activities to define their own schemas. Emil Dudev On Thu, Dec 26, 2013 at 7:35 PM, Daniel Narvaez dwnarv...@gmail.com wrote: On 26 December 2013 17:30, Emil Dudev emildu...@gmail.com wrote: My changes

[Sugar-devel] Color theme selection in Terminal

2013-12-23 Thread Emil Dudev
the selection of a light or dark theme. There is also an option to select a custom theme, choosing custom colors for background and foreground. What are your thoughts on having a custom theme option? Regards, Emil Dudev ___ Sugar-devel mailing list Sugar

[Sugar-devel] [DESIGN] View Source paths

2013-12-21 Thread Emil Dudev
about this on a pull request and I believe to have taken care of the issues noted there. Regards, Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Mails caught as spam

2013-12-19 Thread Emil Dudev
personally). I've used gmail's web interface to send the mails, not an MTA/SMTP client. Yet I find many mails from sugar-devel in my spam folder, as well. Emil Dudev On Thu, Dec 19, 2013 at 5:22 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Same here. Maybe the infra team can help with this, it's

[Sugar-devel] Image preview on clipboard

2013-12-13 Thread Emil Dudev
this is an interesting feature that sugar must implement. Maybe in the future the support can be extended to not only text and images. Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [DESIGN] Network view refresh button

2013-12-09 Thread Emil Dudev
/81f4cd226f7e0930d10d944e22e2eeaf933a953b Since I can't create icons, the refresh button uses the software update icon of the control panel. Regards, Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar

[Sugar-devel] Transfer all file metadata

2013-12-05 Thread Emil Dudev
to fix it. Here are the code edits: https://github.com/edudev/sugar/compare/sugarlabs:master...edudev:ticket2473 Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] External devices @ development environment

2013-12-04 Thread Emil Dudev
I think that's where the problem is). All calls to Gio.VolumeMonitor.get().get_mounts() return an empty list. Also, no signals seem to be emitted from Gio.VolumeMonitor.get(). This is where I'm stuck. Does anyone have a similar problem? Emil Dudev

[Sugar-devel] Fwd: GCI task, Ticket #3026

2013-12-03 Thread Emil Dudev
Regards, Emil Dudev ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel