Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread The Rasterman
On Tue, 11 Aug 2015 00:50:42 -0500 Jeff Hoogland said: > Is it really that big of a deal to add a configuration option to elementary > that is "prefer FDO icon set: yes / no" and just have it be no by default? > This way it would be easy to make both camps happy. that breaks apps. as below. > O

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Jeff Hoogland
Is it really that big of a deal to add a configuration option to elementary that is "prefer FDO icon set: yes / no" and just have it be no by default? This way it would be easy to make both camps happy. On Mon, Aug 10, 2015 at 7:14 PM, Carsten Haitzler wrote: > On Mon, 10 Aug 2015 09:53:08 -0500

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread Jeff Hoogland
Theme source elementary edc files is here -> https://github.com/JeffHoogland/MokshaRadiance/tree/master/MokshaRadiance/edc/elm They were made by someone who understands them a bit better than myself, but I know they are based on the default theme. On Mon, Aug 10, 2015 at 7:08 PM, Carsten Haitzler

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread The Rasterman
On Mon, 10 Aug 2015 09:53:08 -0500 Stephen Houston said: > I'm sure this has been discussed before but I feel the need to bring it up > again. > > It is super annoying that when requesting a standard icon, you will always > get the blue icon from Elementary first if it exists, and then it falls

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread The Rasterman
On Mon, 10 Aug 2015 08:15:05 -0500 Jeff Hoogland said: > Apparently this issue is related to my Elm theme. > > Are we ever going to stop breaking the theme API? we didn't break theme api. perhaps your theme was broken to begin with and only now is showing up? you do claim to not know edje at al

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Davide Andreoli
2015-08-10 17:44 GMT+02:00 Stephen Houston : > Thanks Davide, got it working between elm_icon_order_lookup_set and > elm_toolbar_icon_order_lookup_set ... However I think the point still > stands that the default order should be FDO_THEME not THEME_FDO ... though > with the necessary api in place

Re: [E-devel] EPhoto Release?

2015-08-10 Thread Stephen Houston
Cool. Just got a few tweaks/kinks to work out and we will be good to go. On Mon, Aug 10, 2015 at 10:28 AM, Daniel Juyung Seo wrote: > +1 here > > I can help you by fixing it and releasing it. > > On Mon, Aug 10, 2015 at 11:52 PM, Stephen Houston > wrote: > > I'm fine with making a few tweaks a

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Tom Hacohen
On 10/08/15 16:44, Stephen Houston wrote: > Thanks Davide, got it working between elm_icon_order_lookup_set and > elm_toolbar_icon_order_lookup_set ... However I think the point still > stands that the default order should be FDO_THEME not THEME_FDO ... though > with the necessary api in place I gu

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread marcel-hollerbach
On Mon, Aug 10, 2015 at 10:44:41AM -0500, Stephen Houston wrote: > Thanks Davide, got it working between elm_icon_order_lookup_set and > elm_toolbar_icon_order_lookup_set ... However I think the point still > stands that the default order should be FDO_THEME not THEME_FDO ... though > with the nece

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Stephen Houston
Thanks Davide, got it working between elm_icon_order_lookup_set and elm_toolbar_icon_order_lookup_set ... However I think the point still stands that the default order should be FDO_THEME not THEME_FDO ... though with the necessary api in place I guess it is not that big of a deal other than it

Re: [E-devel] EPhoto Release?

2015-08-10 Thread Daniel Juyung Seo
+1 here I can help you by fixing it and releasing it. On Mon, Aug 10, 2015 at 11:52 PM, Stephen Houston wrote: > I'm fine with making a few tweaks and then releasing it. I'll need to talk > to Stefan or someone with experience doing releases to do it the right > way. When is the next openSUSE

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Davide Andreoli
the short answer is the function: elm_icon_order_lookup_set() https://docs.enlightenment.org/auto/elementary/group__Icon.html#gac0ca5b243d33619cdf9733b7b3be5100 and give a look at the "Icon Standard" in elementary_test ...I will elaborate more in a second mail 2015-08-10 17:05 GMT+02:00 Jeff Ho

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Jeff Hoogland
I'd like to second how backwards this behavior is. I've even gone as far as to use slightly different icon names that aren't present in elementary in my applications to avoid this annoyance. On Mon, Aug 10, 2015 at 9:53 AM, Stephen Houston wrote: > I'm sure this has been discussed before but I f

[E-devel] Elementary Handling of Standard Icons for Applications

2015-08-10 Thread Stephen Houston
I'm sure this has been discussed before but I feel the need to bring it up again. It is super annoying that when requesting a standard icon, you will always get the blue icon from Elementary first if it exists, and then it falls back on the icon theme. I feel like this should be exactly the oppos

Re: [E-devel] EPhoto Release?

2015-08-10 Thread Stephen Houston
I'm fine with making a few tweaks and then releasing it. I'll need to talk to Stefan or someone with experience doing releases to do it the right way. When is the next openSUSE release? On Sun, Aug 9, 2015 at 9:30 PM, Simon Lees wrote: > Hi All, > > I've been playing with ephoto and it looks p

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread Tom Hacohen
On 10/08/15 14:15, Jeff Hoogland wrote: > Apparently this issue is related to my Elm theme. > > Are we ever going to stop breaking the theme API? As I said here on the ML a few months ago. Theme API for both elm and e is stable. If there's a break, that's a mistake that shouldn't happen. The onl

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread Jeff Hoogland
Apparently this issue is related to my Elm theme. Are we ever going to stop breaking the theme API? On Mon, Aug 10, 2015 at 8:07 AM, Jeff Hoogland wrote: > I think my issue is different from yours as it is still present in the > release tar. > > This one is going to block me from releasing 1.15

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-10 Thread Jeff Hoogland
I think my issue is different from yours as it is still present in the release tar. This one is going to block me from releasing 1.15 to the Bodhi stable repo since it breaks one of our default applications. On Fri, Aug 7, 2015 at 3:39 AM, Tom Hacohen wrote: > On 06/08/15 23:37, Jeff Hoogland w

[E-devel] Pre-release tarballs for efl and elm 1.14.3

2015-08-10 Thread Stefan Schmidt
Hello. I just uploaded the tarballs for 1.14.3 which will become the final release if I hear nothing problematic within the next 24h. http://download.enlightenment.org/pre-releases/efl-1.14.3-pre.tar.gz 7d0876b5bba515fb06752ffa82c07cfa0f30861f274a52ee13fcfde186ee7fa5 http://download.enlightenmen

Re: [E-devel] Object data lost with an Eo instance

2015-08-10 Thread Daniel Zaoui
Hi Andy, I installed and tried. A few times work well for me. Many many switches make the job. However I have an issue with gdb, as bt contains more than 1800 frames (http://pastebin.com/L34yR7b7) :-))) For some reason, someone unrefs some object during its destruction, leading to some Eo erro