summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorm.zielonka <m.zielonka@samsung.com>2014-03-24 16:38:27 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-03-24 16:38:27 +0900
commit4fe82cc740eda0c6b50ee09aedcf173aac1e775d (patch)
tree65a83e288ed3d3741ae4fcdc568edfe57b8c59ac /.gitignore
parentda77baab86477e741b49d1e7338e32ab402849f5 (diff)
downloadelementary-4fe82cc740eda0c6b50ee09aedcf173aac1e775d.tar.gz
adding focus direction for gengrid
Summary: It is implementation of focus_direction method for gengrid widget. We need it in our project. We must service focus by directions and we want to use gengrid widget. Additionally we must support changing focus by keyboard (TV remote). Unfortunately gengrid hasn't default implementation to present its sub-objects as candidates for focus direction. Our solution can search for focusable sub-objects (from realized items) and change then focused and last selected variables in gengrid. If this candidate wins then object will receive focus. Reviewers: cedric, raster CC: raster, seoz Differential Revision: https://phab.enlightenment.org/D449
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 84e5f7e54..0944c10eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@ tags
*.gmo
/config.cache-env
/compile
+build.conf
+.gitignore