Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-22 Thread Mike Blumenkrantz
There is not currently any guide or spec for theming; you will have to read the theme. For a shortcut, you can `grep -r elm_` in the enlightenment source tree to give yourself a list of the widgets in use. This will, however, still result in inconsistencies when using any related applications. On

Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-22 Thread Martin Dietze
On 22 January 2016 at 11:06, Simon Lees wrote: > Unfortunately the best way really is to start from the default theme, to > make everything work really well you basically need to re implement > everything in the "elm" folder for your theme. Until you do that not > just e but alot of other apps wil

Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-22 Thread Simon Lees
On 01/22/2016 08:11 PM, Martin Dietze wrote: > On 21 January 2016 at 20:20, Mike Blumenkrantz > wrote: >> No, elementary widget themes are separate so you'll need to write separate >> groups for all these widgets as well. > Thank you! > > Forgive me for asking once more - what do I need to know

Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-22 Thread Martin Dietze
On 21 January 2016 at 20:20, Mike Blumenkrantz wrote: > No, elementary widget themes are separate so you'll need to write separate > groups for all these widgets as well. Thank you! Forgive me for asking once more - what do I need to know when adding the theming code for elementary? The 'how to

Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-21 Thread Mike Blumenkrantz
No, elementary widget themes are separate so you'll need to write separate groups for all these widgets as well. On Thu, Jan 21, 2016 at 2:08 PM Martin Dietze wrote: > On 21 January 2016 at 20:03, Mike Blumenkrantz > wrote: > > E20+ uses elementary theme groups for most widgets; this is why you

Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-21 Thread Martin Dietze
On 21 January 2016 at 20:03, Mike Blumenkrantz wrote: > E20+ uses elementary theme groups for most widgets; this is why your > buttons do not look the same. The rest is probably missing color class > default colors to match your theme. That explains it, thank you very much! Is there any chance I

Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-21 Thread Mike Blumenkrantz
E20+ uses elementary theme groups for most widgets; this is why your buttons do not look the same. The rest is probably missing color class default colors to match your theme. On Thu, Jan 21, 2016 at 1:59 PM Martin Dietze wrote: > Since noone else has done so *g*, I've started porting two e17 th

[E-devel] Help porting an e17 theme to e19/20

2016-01-21 Thread Martin Dietze
Since noone else has done so *g*, I've started porting two e17 themes to e19/20: 'blingbling' and 'Vulcan Retro'. This is the first time I'm dealing with e themes. I am experienced as software developer and can read source code, but of course, there is more to it than that. With considerable help b