Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Ajay Garg
I agree with Gonzalo and Gary; this is just a makeshift solution for the time-being, so that activities like Speak, Chat, Terminal are not rendered completely unusable in ebook-mode. Ideally, the best solution would be to have the OSK-appearance-and window-shrinkage on "automatic" and "tied-togeth

Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Gary Martin
On 28 Jan 2013, at 18:33, Gonzalo Odiard wrote: > > > On Mon, Jan 28, 2013 at 2:50 PM, Ajay Garg wrote: > > > On Mon, Jan 28, 2013 at 11:01 PM, Paul Fox wrote: > ajay wrote: > > Hi all. > > > > A simple solution was found :) > > > > I hacked the "KP_Prior" and "KP_Next" keys, and now t

[Sugar-devel] [ASLO] Release Butiá Firmware-2

2013-01-28 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4621 Sugar Platform: 0.86 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28453/butia_firmware-2.xo Release notes: -update translations -32 and 64 bits compatibility -add Gnome use: ./ButiaFirmware.py Sugar Labs Activ

Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Bert Freudenberg
On 2013-01-28, at 19:16, Paul Fox wrote: > certainly not my call, but stealing keys which have always been > intended for activities to use seems like it shouldn't be done > lightly. +1 - Bert - ___ Sugar-devel mailing list Sugar-devel@lists.sugar

Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Gonzalo Odiard
On Mon, Jan 28, 2013 at 2:50 PM, Ajay Garg wrote: > > > On Mon, Jan 28, 2013 at 11:01 PM, Paul Fox wrote: > >> ajay wrote: >> > Hi all. >> > >> > A simple solution was found :) >> > >> > I hacked the "KP_Prior" and "KP_Next" keys, and now they are used for >> > making-window-smaller and re

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Add missing dependencies

2013-01-28 Thread Simon Schampijer
On 01/28/2013 07:16 PM, Daniel Narvaez wrote: From: Daniel Narvaez I'm not sure how it works with GNU ld, but it breaks with ld gold and it's clearly wrong anyway. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb221a8

[Sugar-devel] [PATCH sugar-toolkit-gtk3 2/2] Add missing dependencies

2013-01-28 Thread Daniel Narvaez
From: Daniel Narvaez I'm not sure how it works with GNU ld, but it breaks with ld gold and it's clearly wrong anyway. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb221a8..fefb8e8 100644 --- a/configure.ac +++ b/configur

Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Paul Fox
ajay wrote: > On Mon, Jan 28, 2013 at 11:01 PM, Paul Fox wrote: > > > ajay wrote: > > > Hi all. > > > > > > A simple solution was found :) > > > > > > I hacked the "KP_Prior" and "KP_Next" keys, and now they are used for > > > making-window-smaller and restoring-original-window-siz

[Sugar-devel] [PATCH sugar-toolkit-gtk3 1/2] Remove duplicated library flags

2013-01-28 Thread Daniel Narvaez
From: Daniel Narvaez They are already provided by the pc files. --- src/sugar3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sugar3/Makefile.am b/src/sugar3/Makefile.am index 5db2c20..ddea9c8 100644 --- a/src/sugar3/Makefile.am +++ b/src/sugar3/Makefile.am @

Re: [Sugar-devel] HTML activities

2013-01-28 Thread Simon Schampijer
On 01/28/2013 06:37 PM, Peter Robinson wrote: On Mon, Jan 28, 2013 at 5:30 PM, Simon Schampijer wrote: Hey Daniel, thanks for the writeup! On 01/26/2013 03:27 PM, Daniel Narvaez wrote: Hello, the desire to be able to write activities using html has been expressed several times by develope

Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Ajay Garg
On Mon, Jan 28, 2013 at 11:01 PM, Paul Fox wrote: > ajay wrote: > > Hi all. > > > > A simple solution was found :) > > > > I hacked the "KP_Prior" and "KP_Next" keys, and now they are used for > > making-window-smaller and restoring-original-window-size respectively :) > > so sugar takes ov

Re: [Sugar-devel] HTML activities

2013-01-28 Thread lionel
Hi Daniel, Here my suggestions experimented on my own framework [1]. > 3 sugar-html-activity In my opinion, it's the easy way to do. > * Toolbar widget using the icons API, perhaps without palettes. Yes but we should allow developers to use a true Python toolbar instead of the simple one wh

Re: [Sugar-devel] HTML activities

2013-01-28 Thread Peter Robinson
On Mon, Jan 28, 2013 at 5:30 PM, Simon Schampijer wrote: > Hey Daniel, > > thanks for the writeup! > > > On 01/26/2013 03:27 PM, Daniel Narvaez wrote: >> >> Hello, >> >> the desire to be able to write activities using html has been expressed >> several >> times by developers. We have seen several

Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Paul Fox
ajay wrote: > Hi all. > > A simple solution was found :) > > I hacked the "KP_Prior" and "KP_Next" keys, and now they are used for > making-window-smaller and restoring-original-window-size respectively :) so sugar takes over those keys? aren't those keys used by activities? they're cert

Re: [Sugar-devel] HTML activities

2013-01-28 Thread Simon Schampijer
Hey Daniel, thanks for the writeup! On 01/26/2013 03:27 PM, Daniel Narvaez wrote: Hello, the desire to be able to write activities using html has been expressed several times by developers. We have seen several approaches but there is not much support for it in the core platform yet. I and Si

Re: [Sugar-devel] Hacking onto the "appearing" and "hiding" of OSK

2013-01-28 Thread Ajay Garg
Hi all. A simple solution was found :) I hacked the "KP_Prior" and "KP_Next" keys, and now they are used for making-window-smaller and restoring-original-window-size respectively :) All thanks to * /usr/share/X11/xkb/keycodes/evdev * sugar/src/jarabe/view/keyhandler.py Just one

Re: [Sugar-devel] TamTam port to gtk3, round 2

2013-01-28 Thread Gonzalo Odiard
Great. We can coordinate by irc if you want. Gonzalo On Sat, Jan 26, 2013 at 11:07 AM, Ignacio Rodríguez wrote: > Gonzalo. I join. > > > 2013/1/25 Gonzalo Odiard > >> I continued working in the port of TamTam to Gtk3. >> This week, started to work in TamTamJam, is not ready yet, >> but the acti