Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2010-10-10 Thread Gustavo Sverzut Barbieri
On Sun, Oct 10, 2010 at 9:04 PM, Rafael Fonseca wrote: >> +   while (wd->selected) >> +     elm_genlist_item_selected_set(wd->selected->data, EINA_FALSE); >> > >> +   while (wd->selected) >> +     elm_genlist_item_selected_set(wd->selected, EINA_FALSE); >> when you find such things, commit the fi

Re: [E-devel] Small assorted changes to ecore_con_url

2010-10-10 Thread Mike McCormack
On 10/09/2010 10:52 AM, Gustavo Sverzut Barbieri wrote: >> can you please attach them, not mail them as inline patches. they get >> line-wrapped and re-formatted so they dont work anymore :( > > AFAIK he uses git send-email, that does the "right thing [tm]". All > you need is a proper mail client,

Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2010-10-10 Thread Rafael Fonseca
> + while (wd->selected) > + elm_genlist_item_selected_set(wd->selected->data, EINA_FALSE); > > + while (wd->selected) > + elm_genlist_item_selected_set(wd->selected, EINA_FALSE); > k-s, you've missed ->data here. -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mob

[E-devel] list/grid select x click behavior

2010-10-10 Thread Gustavo Sverzut Barbieri
Hi all, currently we use select action to trigger most of elm_list, elm_genlist and elm_gengrid actions. While for embedded it makes sense as there is no other way to select other than to click, we end with weird behavior on desktop where you can use key modifiers to select multiple entries. we d

Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2010-10-10 Thread Gustavo Sverzut Barbieri
On Sun, Oct 10, 2010 at 12:53 PM, Rafael Fonseca wrote: > On 10/09/2010 04:07 PM, Enlightenment SVN wrote: >> Log: >>    elm_gengrid_item_update() >> >>    also missing are elm_gengrid_item_prepend(), >>    elm_gengrid_item_insert_before() and elm_gengrid_item_insert_after()! >>    I can't do them

Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2010-10-10 Thread Rafael Fonseca
On 10/09/2010 04:07 PM, Enlightenment SVN wrote: > Log: >elm_gengrid_item_update() > >also missing are elm_gengrid_item_prepend(), >elm_gengrid_item_insert_before() and elm_gengrid_item_insert_after()! >I can't do them right now, so any help is appreciated. > I've added the functio

[E-devel] edje/edc questions

2010-10-10 Thread Boris 'billiob' Faure
Hi. I've got 3 text parts each alone in a group. I'd like to put them in a box. The issue I have is that the parts are all overlapping. How can I fix that? I have a feature request: be able set position relative to an entry in a box and use something like "to: vbox[2]" in a description.rel. Reg

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread P Purkayastha
On 10/10/2010 05:19 PM, Vincent Torri wrote: > > > On Sun, 10 Oct 2010, Boris 'billiob' Faure wrote: > >> On Sun, Oct 10, 2010 at 10:40, Vincent Torri wrote: >>> Other ideas : see Evince or Okular features (like search linking latex >>> source with the corresponding location in DVI or PDF document

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread Vincent Torri
On Sun, 10 Oct 2010, Boris 'billiob' Faure wrote: > On Sun, Oct 10, 2010 at 10:40, Vincent Torri wrote: >> Other ideas : see Evince or Okular features (like search linking latex >> source with the corresponding location in DVI or PDF document) > > I'd like to be able to fill in forms in pdf. m

Re: [E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread Boris 'billiob' Faure
On Sun, Oct 10, 2010 at 10:40, Vincent Torri wrote: > Other ideas : see Evince or Okular features (like search linking latex > source with the corresponding location in DVI or PDF document) I'd like to be able to fill in forms in pdf. -- Boris 'billiob' Faure --

[E-devel] Eyesight: multidoc viewer library

2010-10-10 Thread Vincent Torri
Hey, I wrote the framework for viewing document of several formats. Right now, it has a poppler backend and a txt one (the latter is quite unfinished but it should display small text file. There is also a basic viewer. With poppler backend, use right and left arrow to navigate. What I wou