Fixed creating history list 72/47472/2
authorAlbert Malewski <a.malewski@samsung.com>
Thu, 3 Sep 2015 06:16:11 +0000 (08:16 +0200)
committerAlbert Malewski <a.malewski@samsung.com>
Thu, 3 Sep 2015 14:31:15 +0000 (16:31 +0200)
commit7e7c470d20cf96de850dccf6b415a6d460ad386c
tree2e69aa6756f0c41b1cfef3792c5076c9962dbfcf
parent622feb619af062b48570575d21c99f299ccddff4
Fixed creating history list

[Issue#]    https://bugs.tizen.org/jira/browse/TT-159
[Problem]   "Close Tabs" function is not implemented in Tab Manager.
[Cause]     N/A
[Solution]  Added closeAllTabs, closeTabsClicked functions. Added boolean
            'editMode' variable that conditions action in _thumbSelected function.
            Added callback to make 'X' icon and '[OK] to close' visible.
[Verify]    Launch browser > Add tabs > Tab manager > Close Tabs
            Check if 'Close all' button works properly
            Check if closing selected item works properly

Change-Id: I98453027ad3ccfa797ab94e1e2c3ffa67f65d28f
services/SimpleUI/SimpleUI.cpp
services/SimpleUI/SimpleUI.h
services/TabUI/TabUI.cpp
services/TabUI/TabUI.h
services/TabUI/edc/TabUI.edc