[E-devel] [PATCH] efm_nav keyboard shortcuts

2009-05-01 Thread Sergey Semernin
Hello, All. This patch adding keyboard shortcuts to efm_nav module. When efm_nav placed on efm2 window toolbar, next shortcuts are activated: Alt+Left -- backward in chdir's history, Alt+Right -- forward in chdir's history, Alt+Up-- go to parent dir, Control+r -- refresh view

Re: [E-devel] [RFC] background panning when changing desks

2009-05-01 Thread Viktor Kojouharov
On Fri, 2009-05-01 at 10:33 +1000, Carsten Haitzler wrote: > On Fri, 01 May 2009 02:02:01 +0200 Viktor Kojouharov > said: > > > I've updated the patch with a few fixes and also with sending a message > > with all the info that can be used to reproduce the animation (see line > > 249). The questio

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Albin Tonnerre
On Fri, May 01, 2009 at 10:13:09AM +1000, Carsten Haitzler wrote : > On Thu, 30 Apr 2009 18:02:45 -0300 Gustavo Sverzut Barbieri > said: > > On Thu, Apr 30, 2009 at 10:11 AM, Albin Tonnerre > > wrote: > > > Hello, > > > While playing with Eina_Inlist, I noticed that given a pointer to an > > >

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Gustavo Sverzut Barbieri
On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler wrote: > On Thu, 30 Apr 2009 18:02:45 -0300 Gustavo Sverzut Barbieri > said: > >> On Thu, Apr 30, 2009 at 10:11 AM, Albin Tonnerre >> wrote: >> > Hello, >> > >> > While playing with Eina_Inlist, I noticed that given a pointer to an >> > Eina_Inli

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Vincent Torri
On Fri, 1 May 2009, Gustavo Sverzut Barbieri wrote: > On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler > wrote: >> On Thu, 30 Apr 2009 18:02:45 -0300 Gustavo Sverzut Barbieri >> said: >> >>> On Thu, Apr 30, 2009 at 10:11 AM, Albin Tonnerre >>> wrote: Hello, While playing with

Re: [E-devel] Mouse events with elementary and python?

2009-05-01 Thread Gustavo Sverzut Barbieri
On Thu, Apr 30, 2009 at 10:17 PM, digger vermont wrote: > Hello All, > > I'm working with the python bindings for elementary and can't figure out > how to use the mouse events.  I can get them to work with a slider, but > with the frame and anchor block I tried it is not. > >    fr = elementary.Fr

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Gustavo Sverzut Barbieri
On Fri, May 1, 2009 at 8:18 AM, Vincent Torri wrote: > > > On Fri, 1 May 2009, Gustavo Sverzut Barbieri wrote: > >> On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler >> wrote: >>> >>> On Thu, 30 Apr 2009 18:02:45 -0300 Gustavo Sverzut Barbieri >>> said: >>> On Thu, Apr 30, 2009 at 10:11 AM,

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Albin Tonnerre
On Fri, May 01, 2009 at 01:18:38PM +0200, Vincent Torri wrote : > On Fri, 1 May 2009, Gustavo Sverzut Barbieri wrote: > > On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler > > wrote: > > The only problem I see and I already talked to Albin about it is on > > weird compilers without offsetof()

Re: [E-devel] Finding focused window

2009-05-01 Thread Gustavo Sverzut Barbieri
On Fri, May 1, 2009 at 2:55 AM, Sergey Semernin wrote: > Hello, All. > > In message from 1 мая 2009 Gustavo Sverzut Barbieri wrote: > >> > Help please, how correctly find pointer to focused window? >> > e_border_focused_get gives me pointer to E_Border* and how find window >> > object from it? >>

Re: [E-devel] Efm_Nav keyboard shortcuts

2009-05-01 Thread Gustavo Sverzut Barbieri
On Fri, May 1, 2009 at 2:52 AM, Sergey Semernin wrote: > Hello, All. > > In message from 1 мая 2009 Gustavo Sverzut Barbieri wrote: > >> > Situation: efm_nav has a directory change history list. To make keyboard >> > shortcust for up, prev, next I should use EVAS_CALLBACK_KEY_DOWN if >> > widget c

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Gustavo Sverzut Barbieri
On Fri, May 1, 2009 at 8:34 AM, Albin Tonnerre wrote: > On Fri, May 01, 2009 at 01:18:38PM +0200, Vincent Torri wrote : > > >> On Fri, 1 May 2009, Gustavo Sverzut Barbieri wrote: > >> > On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler >> > wrote: >> > The only problem I see and I already talked

Re: [E-devel] [PATCH] efm_nav keyboard shortcuts

2009-05-01 Thread Gustavo Sverzut Barbieri
On Fri, May 1, 2009 at 4:02 AM, Sergey Semernin wrote: > Hello, All. > > This patch adding keyboard shortcuts to efm_nav module. > When efm_nav placed on efm2 window toolbar, next shortcuts are activated: Just a small comment, other than that looks good to be included: > @@ -175,11 +186,11 @@ >  

Re: [E-devel] [RFC] background panning when changing desks

2009-05-01 Thread Toma
> I've updated the patch with a few fixes and also with sending a message > with all the info that can be used to reproduce the animation (see line > 249). The question is, how easy would be for a designer to use this info > and create the parallax effect in edje? I don't know embryo that much, > b

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-01 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > On Fri, May 1, 2009 at 8:18 AM, Vincent Torri wrote: > >> On Fri, 1 May 2009, Gustavo Sverzut Barbieri wrote: >> >> >>> On Thu, Apr 30, 2009 at 9:13 PM, Carsten Haitzler >>> wrote: >>> On Thu, 30 Apr 2009 18:02:45 -0300 Gustavo Sverzut Barbi

Re: [E-devel] Mouse events with elementary and python?

2009-05-01 Thread digger vermont
Hi Gustavo, On Fri, 2009-05-01 at 08:29 -0300, Gustavo Sverzut Barbieri wrote: > On Thu, Apr 30, 2009 at 10:17 PM, digger vermont wrote: > > Hello All, > > > > I'm working with the python bindings for elementary and can't figure out > > how to use the mouse events. I can get them to work with a

Re: [E-devel] berlin/paris/berne... who's around?

2009-05-01 Thread Beber
jeudi 23 avril da 11:51:20, « Steven Le Roux » a skriv : > Sounds good to me for Paris ;) > > Vincent, Cedric, Nicolas, Beber vous serez disponible? Yep, in paris too and available. we keep contact. > On Thu, Apr 23, 2009 at 11:30 AM, Brian 'morlenxus' Miculcy > wrote: > > I'm living in Berlin

Re: [E-devel] [PATCH] efm_nav keyboard shortcuts

2009-05-01 Thread Sergey Semernin
Hello, All. In message from 1 мая 2009 Gustavo Sverzut Barbieri wrote: > Just a small comment, other than that looks good to be included: > > @@ -175,11 +186,11 @@ > >      { > >       case E_GADCON_ORIENT_TOP: > >       case E_GADCON_ORIENT_BOTTOM: > > -       e_gadcon_client_aspect_set(gcc, 16

Re: [E-devel] [RFC] background panning when changing desks

2009-05-01 Thread Viktor Kojouharov
On Fri, 2009-05-01 at 21:05 +0800, Toma wrote: > > I've updated the patch with a few fixes and also with sending a message > > with all the info that can be used to reproduce the animation (see line > > 249). The question is, how easy would be for a designer to use this info > > and create the para

Re: [E-devel] [PATCH] efm_nav keyboard shortcuts

2009-05-01 Thread Sergey Semernin
Hello, All. In message from 1 мая 2009 sda wrote: > sorry, but is it possible to make keys as variables through the > "Input" -> "Key Bindings" window? right now we have "Esc" binded as "go > back" for "EFM" and suppose that it'd be enough for "hardcoded" > keybindings. > > thanks. It is possibl

[E-devel] edje: emit signal to 'GROUP' part

2009-05-01 Thread pieterg
I'm relatively new to edje, been picking most things up rather quickly. There's one thing I would like to accomplish, but haven't managed yet: How can I emit a signal to a 'type: GROUP' part, to be received by a program in that group? The other way around is easy, a signal from source "groupname:

Re: [E-devel] fm2 auto-mount on insert for removable devices

2009-05-01 Thread Dave Andreoli
2009/4/30 Luca De Marini > 2009/4/30 Viktor Kojouharov > > > On Thu, 2009-04-30 at 18:01 -0300, Gustavo Sverzut Barbieri wrote: > > > On Thu, Apr 30, 2009 at 3:45 AM, Sergey Semernin > > > wrote: > > > > Hello, All. > > > > > > > > In the release plan 'fm2 auto-mount on insert for removable dev

Re: [E-devel] edje: emit signal to 'GROUP' part

2009-05-01 Thread Jose Gonzalez
pieterg wrote: > I'm relatively new to edje, been picking most things up rather quickly. > There's one thing I would like to accomplish, but haven't managed yet: > > How can I emit a signal to a 'type: GROUP' part, to be received by a program > in that group? > The other way around is easy, a