[E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread Hyun Park
Hi, Firstly, English is not my native language, please understand this : ) I'm now trying to re-write my GTK application by using "Elementary" widget library. I already checked test application, 'elementary_test' but I couldn't find some appropriate APIs like "gdk_draw_rgb_image()" in Evas or som

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread The Rasterman
On Wed, 14 Jul 2010 16:00:11 +0900 Hyun Park said: > Hi, > > Firstly, English is not my native language, please understand this : ) > > I'm now trying to re-write my GTK application by using "Elementary" widget > library. > I already checked test application, 'elementary_test' but I couldn't fi

[E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-07-14 Thread Brian Wang
Hello all, GIMP (2.6.8) seems to save 32-bit BMP in the "Windows 3.0 + (v3)" format mentioned in evas_image_load_bmp.c. I'm not sure if the patch breaks anything (or images created by other tools). Please correct it if you see fit. This patch should enable support for ARGB BMP files for evas. It

Re: [E-devel] [announce] geneet: eet boilerplate generator

2010-07-14 Thread Gustavo Sverzut Barbieri
On Tue, Jul 13, 2010 at 8:52 PM, Carsten Haitzler wrote: > On Tue, 13 Jul 2010 12:17:12 -0300 Gustavo Sverzut Barbieri > said: > >> On Tue, Jul 13, 2010 at 1:22 AM, Carsten Haitzler >> wrote: >> > On Mon, 12 Jul 2010 21:10:21 -0300 Gustavo Sverzut Barbieri >> > said: >> > >> > but geneet requir

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary: data/themes src/lib

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 4:04 PM, Enlightenment SVN wrote: > Log: >  Elm notify theme apply. > >  Patch by k-s. Thanks about the commit! @all: people, when doing theme/style for your object, try to understand the infrastructure that raster did, the style is the last parameter and allow one to use

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-14 Thread dhp_E17
On 14/07/10 07:52, Andreas Volz wrote: > Could you maybe report about your oo.org issue? I noticed a problem > with oo.org dialog placing and have this on my TODO list for fixing. > Maybe it's the same problem... ah ... i also have this one, but it's again a different issue ^^ I had forget it. Tha

[E-devel] Genlist strange selection behavior

2010-07-14 Thread Rafael Fonseca
Guys, if you go to the first genlist test example from elementary_test and click in the item #8, for example. Pressing the mouse down in that item again and start dragging will cause the item to be unselected. I think that if the user has selected the item it should not be unselected because o

[E-devel] [PATCH] [Elementary] Make elm_slideshow themeable

2010-07-14 Thread Rafael Fonseca
Guys, the elm_slideshow widget was ignoring the object style in its theme_hook and a user made theme would never be used. The attached patch fix that. B.R. -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mobi Index: src/lib/elm_slideshow.c

Re: [E-devel] [PATCH] [Elementary] Make elm_slideshow themeable

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 5:55 PM, Rafael Fonseca wrote: > Guys, > > the elm_slideshow widget was ignoring the object style in its theme_hook and > a user made theme would never be used. The attached patch fix that. Hold on, I'll commit a mega patch fixing all bugs grep can find :-) -- Gustavo S

Re: [E-devel] [PATCH] [Elementary] Make elm_slideshow themeable

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 6:04 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 5:55 PM, Rafael Fonseca > wrote: >> Guys, >> >> the elm_slideshow widget was ignoring the object style in its theme_hook and >> a user made theme would never be used. The attached patch fix that. > > Hold

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

2010-07-14 Thread Atton Jonathan
the slideshow bug with only one slide haha I will fix i. 2010/7/14 Enlightenment SVN > Log: > fix widgets that were forcing style to be "default". > > Author: barbieri > Date: 2010-07-14 14:14:52 -0700 (Wed, 14 Jul 2010) > New Revision: 50257 > > Modified: > trunk/TMP/st/elementa

[E-devel] [PATCH] [Elementary] Fix elm_thumb smart callback calling

2010-07-14 Thread Rafael Fonseca
Currently, elm_thumb is passing the wrong pointer to the smart_callback_call function, so the callbacks are not being called. The attached patch fix that. B.R. -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mobi Index: src/lib/elm_thumb.c =

Re: [E-devel] [PATCH] [Elementary] Fix elm_thumb smart callback calling

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 5:58 PM, Rafael Fonseca wrote: > Currently, elm_thumb is passing the wrong pointer to the smart_callback_call > function, so the callbacks are not being called. The attached patch fix > that. in svn r50258. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded syste

[E-devel] Fwd: E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Gustavo Sverzut Barbieri
FYI, Efenniht-E17 made into SVN. -- Forwarded message -- From: Enlightenment SVN Date: Wed, Jul 14, 2010 at 6:58 PM Subject: E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images To: enlightenment-...@lists.sourceforge.net Log:  Efenniht theme for E17  In recent months, k-s

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri wrote: > FYI, Efenniht-E17 made into SVN. BTW, people that are using it, please raise your hand... and give some feedback. If you want to try it, check out http://people.profusion.mobi/~gustavo/efenniht.edj -- Gustavo Sverzut Barbieri

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Tom Haste
Looks nice! Heres a couple things I might change (if you agree)... 1. The text boxes look almost out of place being such a lithe grey. 2. The size of the toolbar in dialog boxes other than config panel. (See the Virtual Desktops dialog) 3. iBox looks fine the way it is... but the minimised icon

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 10:09 PM, Tom Haste wrote: > Looks nice! Heres a couple things I might change (if you agree)... > > 1. The text boxes look almost out of place being such a lithe grey. That's something we talked a bit. While in our theme we can control them, in all other apps or with user

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Christopher Michael
On 7/14/2010 8:33 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri > wrote: >> FYI, Efenniht-E17 made into SVN. > > BTW, people that are using it, please raise your hand... and give some > feedback. > > If you want to try it, check out > http://peop

[E-devel] elm_ethumb / dbus / ethumb setup problem

2010-07-14 Thread Brian Wang
Hello all, I'm playing with elm_ethumb on my target but the app just stops responding (little to none CPU usage). The same app runs on my x86 box without a problem. I guess it's a dbus/ethumb? setup problem; however, I have no clue what the problem is and where to check. Any pointers? What file

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 10:47 PM, Christopher Michael wrote: > On 7/14/2010 8:33 PM, Gustavo Sverzut Barbieri wrote: >> On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri >>  wrote: >>> FYI, Efenniht-E17 made into SVN. >> >> BTW, people that are using it, please raise your hand... and give

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Christopher Michael
On 07/14/2010 09:59 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 10:47 PM, Christopher Michael > wrote: >> On 7/14/2010 8:33 PM, Gustavo Sverzut Barbieri wrote: >>> On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri >>> wrote: FYI, Efenniht-E17 made into SVN. >>>

Re: [E-devel] elm_ethumb / dbus / ethumb setup problem

2010-07-14 Thread Gustavo Sverzut Barbieri
On Wed, Jul 14, 2010 at 10:41 PM, Brian Wang wrote: > Hello all, > > I'm playing with elm_ethumb on my target but the app just stops > responding (little to none CPU usage). > The same app runs on my x86 box without a problem. > > I guess it's a dbus/ethumb? setup problem; however, I have no clue

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Tom Haste
I downloaded the .edj because Im lazy. :) On 15 July 2010 09:27, Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 10:09 PM, Tom Haste wrote: >> Looks nice! Heres a couple things I might change (if you agree)... >> >> 1. The text boxes look almost out of place being such a lithe grey. >

Re: [E-devel] elm_ethumb / dbus / ethumb setup problem

2010-07-14 Thread Brian Wang
On Thu, Jul 15, 2010 at 10:03 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 10:41 PM, Brian Wang > wrote: >> Hello all, >> >> I'm playing with elm_ethumb on my target but the app just stops >> responding (little to none CPU usage). >> The same app runs on my x86 box without a pro

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Samuel Nicholas
On 15 July 2010 10:03, Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri > wrote: >> FYI, Efenniht-E17 made into SVN. > > BTW, people that are using it, please raise your hand... and give some > feedback. > looks nice I have a clock as a gadget and am u

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread Hyun Park
Hi, All I tried to find some APIs from evas_image_* api in Evas.h and refered to some sample codes concering this. Finally, I wrote below test code, but it didn't work well that I intended. It displays just only "sky_03.jpg" image on its entire window. Below source code seems looks weird, but I j

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread Vincent Torri
Hey, > I tried to find some APIs from evas_image_* api in Evas.h and refered to > some sample codes concering this. > Finally, I wrote below test code, but it didn't work well that I intended. > It displays just only "sky_03.jpg" image on its entire window. > > Below source code seems looks weird

Re: [E-devel] [announce] geneet: eet boilerplate generator

2010-07-14 Thread The Rasterman
On Wed, 14 Jul 2010 12:00:11 -0300 Gustavo Sverzut Barbieri said: > On Tue, Jul 13, 2010 at 8:52 PM, Carsten Haitzler > wrote: > > On Tue, 13 Jul 2010 12:17:12 -0300 Gustavo Sverzut Barbieri > > said: > > > >> On Tue, Jul 13, 2010 at 1:22 AM, Carsten Haitzler > >> wrote: > >> > On Mon, 12 Jul

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread H. İbrahim Güngör
On Wed, 14 Jul 2010 21:33:31 -0300 Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri > wrote: > > FYI, Efenniht-E17 made into SVN. > > BTW, people that are using it, please raise your hand... and give > some feedback. Nice theme, i like it. Some little

Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread H. İbrahim Güngör
On Thu, 15 Jul 2010 09:02:49 +0300 "H. İbrahim Güngör" wrote: > Nice theme, i like it. Some little issue i have faced: > > Clock and systray gadgets cant be selected/right clicked. > > When i click the gadget on the desktop, the desktop changes but also ^^ pager gadget --

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread Hyun Park
Sorry for my unsufficient explanation, i'll explain more precisely below. My application will have some interfaces that are based on elementary widjet and it has a core engine too, that processes something itself . If I could give this core engine some methods, it'll draw its processing results on