Merge branch 'devs/bu5hm4n/remove-old-focus-api'
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Tue, 10 Oct 2017 17:52:18 +0000 (19:52 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Tue, 10 Oct 2017 17:52:18 +0000 (19:52 +0200)
commite85da3d9560f2ee06b66f89f479d121335b6ebb6
treea29dc4ad6a1578f79e97e85f1c6ba10169c0aa2d
parent4cb080b31c3c307d03272e02e7d30ca6b72d720a
parent7880dcd7d491a014ab4f30c9301c13de4fe4c75a
Merge branch 'devs/bu5hm4n/remove-old-focus-api'

This removes the old focus api from elm_widget.
This sadly brings a few breaks with it that will be fixed in the next
few weeks.

There is currently no item-content focus in gengrid, genlist, list.

custom focus chains are not supported right now, calling the api of it
will result in NOPs.

Inline windows are currently also not getting focus, even though they
should.