Re: [E-devel] E SVN: raster trunk/eina/src/modules/mp/one_big

2010-10-22 Thread Vincent Torri
On Fri, 22 Oct 2010, Enlightenment SVN wrote: > Log: > lets lock del too eh? > > > Author: raster > Date: 2010-10-22 21:36:52 -0700 (Fri, 22 Oct 2010) > New Revision: 53796 > > Modified: > trunk/eina/src/modules/mp/one_big/eina_one_big.c > > Modified: trunk/eina/src/modules/mp/on

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-22 Thread Rafael Fonseca
> But like was discussed sometime ago in this ml, we could review the need > of all the image widgets: bg, icon, image, photo and photocam. Maybe > some of them can be merged? I have looked into these widgets and bg, icon and photocam have very specific purposes. The photocam widget is targeted a

Re: [E-devel] E SVN: discomfitor trunk/eina/src/include

2010-10-22 Thread Mike Blumenkrantz
On Fri, 22 Oct 2010 22:54:05 +0200 (CEST) Vincent Torri wrote: > > > On Fri, 22 Oct 2010, Lucas De Marchi wrote: > > > On Fri, Oct 22, 2010 at 5:58 PM, Enlightenment SVN > > wrote: > >> Log: > >>  3 hours and a lot of bugfixing later, uncrustify can now align the * for > >> function prototype

Re: [E-devel] E SVN: discomfitor trunk/eina/src/include

2010-10-22 Thread Vincent Torri
On Fri, 22 Oct 2010, Lucas De Marchi wrote: On Fri, Oct 22, 2010 at 5:58 PM, Enlightenment SVN wrote: Log:  3 hours and a lot of bugfixing later, uncrustify can now align the * for function prototypes Cool! Can we apply now for the rest of the libraries? wait a bit until i finish the d

Re: [E-devel] E SVN: discomfitor trunk/eina/src/include

2010-10-22 Thread Lucas De Marchi
On Fri, Oct 22, 2010 at 5:58 PM, Enlightenment SVN wrote: > Log: >  3 hours and a lot of bugfixing later, uncrustify can now align the * for > function prototypes Cool! Can we apply now for the rest of the libraries? Lucas De Marchi ---

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-22 Thread Dave Andreoli
2010/10/22 Iván Briano (Sachiel) : > On Fri, Oct 22, 2010 at 3:02 PM, Dave Andreoli wrote: >> * What about selection in entries? is there a way to select the >> text?...maybe I missed it. >> > > Yup, depends on how the theme is defined, standard click+drag selection works. > The default now though

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-22 Thread Sachiel
On Fri, Oct 22, 2010 at 3:02 PM, Dave Andreoli wrote: > * What about selection in entries? is there a way to select the > text?...maybe I missed it. > Yup, depends on how the theme is defined, standard click+drag selection works. The default now though is to have explicit selections, where you ne

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-22 Thread Rafael Fonseca
> PHOTO/GENGRID do we need the PHOTO widget anymore? aren't the same? Photo has nothing to do with Gengrid. They are completely different widgets. Gengrid aims to position objects in a grid style but only creating Evas_Objects on demand. Photo widget's purpose is to display a photo. You are pro

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-22 Thread Dave Andreoli
2010/10/21 Gustavo Sverzut Barbieri : > On Thu, Oct 21, 2010 at 9:08 AM, Davide Andreoli wrote: >> Ok I have to say this: I'm really in disappoint whit this annunce! >> I dont think elementary is ready for this. >> At least for my experience every time you write an app using elm you need to >> pa

Re: [E-devel] How to capture a snapshot from a evas

2010-10-22 Thread The Rasterman
On Fri, 22 Oct 2010 20:06:10 +0800 whtuhtc tu said: > Dear, > > as title > > I want to get the pixel data from a evas and save it to a .png file. > is there any sample code or suggestion? > > Thanks in advance depends - is it an already existing canvas or are you trying to thumbnail something

[E-devel] [PATCH] ecore_imf documentation

2010-10-22 Thread Jihoon Kim
Hi, all. In this patch, doxygen comment in ecore_imf is described in detail for some functions. Please apply in svn after reviewing this patch. Index: ecore_imf_context.c === --- ecore_imf_context.c(리비전 53645) +++ ecore

Re: [E-devel] efl documentation (for 1.0.0)

2010-10-22 Thread Mike Blumenkrantz
On Fri, 22 Oct 2010 10:28:40 -0200 Lucas De Marchi wrote: > On Fri, Oct 22, 2010 at 7:05 AM, Gustavo Sverzut Barbieri > wrote: > > On Friday, October 22, 2010, Cedric BAIL wrote: > >> On Fri, Oct 22, 2010 at 7:22 AM, Carsten Haitzler > >> wrote: > >>> ok as a general thing. this isn't any api

Re: [E-devel] efl documentation (for 1.0.0)

2010-10-22 Thread Lucas De Marchi
On Fri, Oct 22, 2010 at 7:05 AM, Gustavo Sverzut Barbieri wrote: > On Friday, October 22, 2010, Cedric BAIL wrote: >> On Fri, Oct 22, 2010 at 7:22 AM, Carsten Haitzler >> wrote: >>> ok as a general thing. this isn't any api break. >>> >>> doxyegen doc comments. should they go in .c files or in

[E-devel] How to capture a snapshot from a evas

2010-10-22 Thread whtuhtc tu
Dear, as title I want to get the pixel data from a evas and save it to a .png file. is there any sample code or suggestion? Thanks in advance whtuhtc -- Nokia and AT&T present the 2010 Calling All Innovators-North Ameri

Re: [E-devel] efl documentation (for 1.0.0)

2010-10-22 Thread Gustavo Sverzut Barbieri
On Friday, October 22, 2010, Cedric BAIL wrote: > On Fri, Oct 22, 2010 at 7:22 AM, Carsten Haitzler > wrote: >> ok as a general thing. this isn't any api break. >> >> doxyegen doc comments. should they go in .c files or in .h files? good >> question. eet has it all in Eet.h. the rest of efl has

Re: [E-devel] efl documentation (for 1.0.0)

2010-10-22 Thread Cedric BAIL
On Fri, Oct 22, 2010 at 7:22 AM, Carsten Haitzler wrote: > ok as a general thing. this isn't any api break. > > doxyegen doc comments. should they go in .c files or in .h files? good > question. eet has it all in Eet.h. the rest of efl has it in .c files. a good > case has been made for it being i