Re: [E-devel] E_Gadget commit

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 19:56:23 + Andrew Williams <[EMAIL PROTECTED]> babbled: > Well, after further examination of the code engage now uses the e17 > theme if it is preset, otherwise falls back to the installed module > theme. > > basically > > if (!e_theme_edje_object_set(obj, category, group

Re: [E-devel] E_Gadget commit

2005-12-19 Thread Brian Mattern
On Monday 19 December 2005 13:56, Andrew Williams wrote: > Well, after further examination of the code engage now uses the e17 > theme if it is preset, otherwise falls back to the installed module > theme. > > basically > > if (!e_theme_edje_object_set(obj, category, group) > edje_object_file_set

Re: [E-devel] E_Gadget commit

2005-12-19 Thread Andrew Williams
Well, after further examination of the code engage now uses the e17 theme if it is preset, otherwise falls back to the installed module theme. basically if (!e_theme_edje_object_set(obj, category, group) edje_object_file_set(obj, file, group); which works fine I think. but is "theme/modules/en

Re: [E-devel] E_Gadget commit

2005-12-01 Thread The Rasterman
On Thu, 1 Dec 2005 15:24:43 + Andrew Williams <[EMAIL PROTECTED]> babbled: > 3rd party modules should really use this too - but it needs a fallback > to the shipped theme. This way advanced e17 themes can specify theme > parts for optional modules. yeah. this is something that needs to be add

Re: [E-devel] E_Gadget commit

2005-12-01 Thread Andrew Williams
3rd party modules should really use this too - but it needs a fallback to the shipped theme. This way advanced e17 themes can specify theme parts for optional modules. A On Thu, Dec 01, 2005 at 09:56:20PM +0900, David Stevenson wrote: > 2005/12/1, Brian Mattern <[EMAIL PROTECTED]>: > > > > I just

Re: [E-devel] E_Gadget commit

2005-12-01 Thread Andrew Williams
I would like to use it too, think it might help engage tidies (which are vastly needed) but I need to play with the gadman attributes, so will wait until that is fixed ;) A On Thu, Dec 01, 2005 at 08:32:17AM -0600, Brian Mattern wrote: > On Thursday 01 December 2005 05:58, Essien Ita Essien wrote

Re: [E-devel] E_Gadget commit

2005-12-01 Thread Brian Mattern
On Thursday 01 December 2005 05:58, Essien Ita Essien wrote: > I've looked at gadget_test/e_mod_main.c, and it looks good to me so far. > > I like how it really simplifies things. A real test IMOHO though, would be > to use one of the existing simple modules (desktop name? or one simpler?), > as th

Re: [E-devel] E_Gadget commit

2005-12-01 Thread David Stevenson
2005/12/1, Brian Mattern <[EMAIL PROTECTED]>: I just committed some code to simplify desktop module creation a little bit.Currently, every single module that draws to the desktop is pretty muchjust a copy/paste/edit of one of the original few modules. I personally can vouch for that (^_^) To avoi

RE: [E-devel] E_Gadget commit

2005-12-01 Thread Essien Ita Essien
I've looked at gadget_test/e_mod_main.c, and it looks good to me so far. I like how it really simplifies things. A real test IMOHO though, would be to use one of the existing simple modules (desktop name? or one simpler?), as the real test bed. It will be a more compelling example, and bugs/overs