Re: [E-devel] [EGIT] [core/elementary] master 01/02: elm win: fix excess resize callbacks on windows when not really resizing

2016-02-19 Thread The Rasterman
On Fri, 19 Feb 2016 18:54:50 + Tom Hacohen said: the issues is elsewhere. its requested size vs actual size and number of "outstanding requests" vs number of incoming configure events. elm win is looking at requested size vs actual size for resizing the window child object. this is kind of a

Re: [E-devel] [EGIT] [core/elementary] master 01/02: elm win: fix excess resize callbacks on windows when not really resizing

2016-02-19 Thread The Rasterman
On Fri, 19 Feb 2016 18:54:50 + Tom Hacohen said: > This completely breaks terminology for me. I guess it won't be easily > reproducible under E (maybe with tiling module?), but essentially the > content doesn't get resized with the window. > > What's going on: > > I use a tiling WM, so wh

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

2016-02-19 Thread Davide Andreoli
2016-02-18 14:14 GMT+01:00 Andrew Williams : > To summarise our discussion on IRC last night on this topic there was a > general agreement that we can get Elementary to match the FreeDesktop.org > standard for icon naming, allow the user to choose which icon theme to use > and also remove the ther

Re: [E-devel] [EGIT] [core/elementary] master 01/02: elm win: fix excess resize callbacks on windows when not really resizing

2016-02-19 Thread Tom Hacohen
This completely breaks terminology for me. I guess it won't be easily reproducible under E (maybe with tiling module?), but essentially the content doesn't get resized with the window. What's going on: I use a tiling WM, so when I open the window it's first in created the normal terminology si

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "Eo: Print an ERR when deleting an object with data refs."

2016-02-19 Thread Tom Hacohen
On 18/02/16 19:32, Mike Blumenkrantz wrote: > I appreciate it, thanks. > > For things like this which affect a lot of components (eg. eolian > validation), I think the method for enabling them should be to first go > through and fix all the issues first so that it starts with a clean state, > then

Re: [E-devel] Suggestions for improving usability of Edje and Elementary

2016-02-19 Thread Conrad Um
The next is a simple example of splitting EDC: group { "elm/button/base/default"; parts { rect { "base"; } alias: "elm.text" "elm.label:elm.text"; swallow { "elm.label"; rel1 { to: "base"; offset: 10 10; } rel2 { to: "base"; offset: -11 -11; } } r

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

2016-02-19 Thread Simon Lees
On 02/18/2016 11:44 PM, Andrew Williams wrote: > To summarise our discussion on IRC last night on this topic there was a > general agreement that we can get Elementary to match the FreeDesktop.org > standard for icon naming, allow the user to choose which icon theme to use > and also remove the t