replace controlbar to tabbar
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Tue, 11 Dec 2012 02:09:42 +0000 (11:09 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 20 Dec 2012 05:06:06 +0000 (14:06 +0900)
commitcad0266dbc626793d9d6c36f44a12dff33f88eca
treee6153e2e15f71e7547f8c9bfe28344333541696b
parent7e64e1780dd8f40528017724fbb8ebd94ee9f45b
replace controlbar to tabbar

Change-Id: Ieaa59904fc4585545e28e69d9acd45aa7b1c7380

Conflicts:

demos/tizen-winsets/index.html
33 files changed:
demos/tizen-winsets/index.html
demos/tizen-winsets/tips/list-sample/list-sample.html [changed mode: 0644->0755]
demos/tizen-winsets/widgets/controlbar/controlbar.html [deleted file]
demos/tizen-winsets/widgets/controlbar/controlbar_title_icon.html [deleted file]
demos/tizen-winsets/widgets/gallery.html [changed mode: 0644->0755]
demos/tizen-winsets/widgets/pagelayout/tab-test.html [moved from demos/tizen-winsets/widgets/pagelayout/ctrl-test.html with 68% similarity]
demos/tizen-winsets/widgets/pagelayout/tab-test.js [moved from demos/tizen-winsets/widgets/pagelayout/ctrl-test.js with 54% similarity]
demos/tizen-winsets/widgets/tabbar/00_tab_edit.png [moved from src/themes/tizen/tizen-white/images/controlbar/00_ctrl_edit.png with 100% similarity]
demos/tizen-winsets/widgets/tabbar/00_tab_edit_press.png [moved from src/themes/tizen/tizen-white/images/controlbar/00_ctrl_edit_press.png with 100% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar.css [new file with mode: 0755]
demos/tizen-winsets/widgets/tabbar/tabbar.html [new file with mode: 0755]
demos/tizen-winsets/widgets/tabbar/tabbar_footer.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_footer.html with 90% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_footer_icon.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_footer_icon.html with 69% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_footer_more.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_footer_more.html with 91% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_footer_segment.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_footer_segment.html with 95% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_footer_segment_more.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_footer_segment_more.html with 97% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_icon.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_icon.html with 71% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_icon_text.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_icon_text.html with 70% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_scrolling.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_scrolling.html with 96% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_text.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_text.html with 95% similarity]
demos/tizen-winsets/widgets/tabbar/tabbar_title_icon.html [new file with mode: 0755]
demos/tizen-winsets/widgets/tabbar/tabbar_title_text.html [moved from demos/tizen-winsets/widgets/controlbar/controlbar_title_text.html with 90% similarity]
src/themes/tizen/common/jquery.mobile.theme.less
src/themes/tizen/common/jquery.mobile.tizen.tabbar.less [moved from src/themes/tizen/common/jquery.mobile.tizen.controlbar.less with 64% similarity]
src/themes/tizen/tizen-white/Makefile
src/themes/tizen/tizen-white/style.less
src/widgets/tabbar/js/jquery.mobile.tizen.tabbar.js [moved from src/widgets/controlbar/js/jquery.mobile.tizen.controlbar.js with 51% similarity]
tests/unit-tests/controlbar/controlbar-tests.js [deleted file]
tests/unit-tests/controlbar/index.html [deleted file]
tests/unit-tests/segmentcontrol/segmentcontrol-tests.js
tests/unit-tests/tabbar/index.html [new file with mode: 0755]
tests/unit-tests/tabbar/tabbar-tests.js [new file with mode: 0755]
tests/unit-tests/tests.js [changed mode: 0644->0755]