App tracker module added. Refresh context on application's view change
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Sun, 7 Dec 2014 11:44:57 +0000 (12:44 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Sun, 7 Dec 2014 11:44:57 +0000 (12:44 +0100)
commitcdaacc9e7575d82707c252bb000080c10e3617b9
treeda992b085df69b9bf23a21313c7ca128947e292d
parentd2b1316b75de35c400ad7aaaee6724ab33f94d2f
App tracker module added. Refresh context on application's view change

App tracker is a new module which listends to at-spi events, such as:
* bounds-change
* state-change for showing and visible
* children change
and emits proper smart-navigator event.
include/app_tracker.h [new file with mode: 0644]
include/flat_navi.h
src/app_tracker.c [new file with mode: 0644]
src/flat_navi.c
src/navigator.c