On Tue, 15 Jul 2014 11:35:00 +0900 Daniel Juyung Seo <[email protected]> said:
> On Tue, Jul 15, 2014 at 8:05 AM, Carsten Haitzler <[email protected]> > wrote: > > > On Tue, 15 Jul 2014 02:19:15 +0400 Igor Murzov > > <[email protected]> said: > > > > > On Mon, 14 Jul 2014 21:53:11 +0200 > > > Stefan Schmidt <[email protected]> wrote: > > > > > > > Hello. > > > > > > > > On Mon, 2014-07-14 at 09:04, Kateryna Fesyna wrote: > > > > > seoz pushed a commit to branch elementary-1.10. > > > > > > > > > > > > http://git.enlightenment.org/core/elementary.git/commit/?id=b1df32e61c5f2bade4fd8a07c86b620aa010259f > > > > > > > > > > commit b1df32e61c5f2bade4fd8a07c86b620aa010259f > > > > > Author: Kateryna Fesyna <[email protected]> > > > > > Date: Mon Jul 14 16:59:48 2014 +0900 > > > > > > > > > > Win: Delete "focused" and "unfocused" signals emission because > > they > > > > > duplicate Widgets signals > > > > > Summary: > > > > > "focused" and "unfocused" signals are emitted from Win and > > Widget. > > > > > This causes signals duplication when window is unfocused. To avoid > > this > > > > > duplication, emission of these signals is deleted from the Win. > > > > > > > > > > @fix > > > > > > > > Why is this patch only in the stable branch and not in master? We > > > > don't want to diverge from master so ALL patches should go there > > > > first. > > > > > > It is in master! > > > > > Hi > > > > it's far from a fix. if anything it's an abi break. signals are removed. > > yes - > > there were 2 signals for focus and unfocus... that's for compatibility. as > > such > > someone sets up a callback for just one of the pars, not both... > > > > > Same signals were emitted twice previously in _elm_win_focus_in() - One is > from elm_widget and the other is from window itself. > This is a right fix as it fixes the redundant callback calls. oh from elm widget. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
