skin: change H/W key button from text button to image button
authorjihye <jihye424.kim@samsung.com>
Thu, 17 Nov 2016 09:29:07 +0000 (18:29 +0900)
committerjihye <jihye424.kim@samsung.com>
Wed, 1 Feb 2017 10:41:11 +0000 (19:41 +0900)
commit9b64e886974ab6fb24896a71d771881a9691450a
tree87797f6f3341e8a2bae065ea89d4ef8940ccc059
parenta63340da888a0d47f22554dfcac564ea584627fa
skin: change H/W key button from text button to image button

- remove scroll bar

Change-Id: I5541caf83662895750651e5512b890334345c31c
Signed-off-by: jihye <jihye424.kim@samsung.com>
60 files changed:
tizen/src/ui/controller/dockingconview.cpp
tizen/src/ui/controller/floatingconview.cpp
tizen/src/ui/controller/generalpurposecon.cpp
tizen/src/ui/controller/generalpurposecon.h
tizen/src/ui/controller/hwkeybutton.cpp
tizen/src/ui/controller/hwkeybutton.h
tizen/src/ui/resource/images/controller-skin/BC.png [deleted file]
tizen/src/ui/resource/images/controller-skin/Back_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Back_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Back_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Control Panel_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Control Panel_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Control Panel_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Home_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Home_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Home_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/LB.png [deleted file]
tizen/src/ui/resource/images/controller-skin/LC.png [deleted file]
tizen/src/ui/resource/images/controller-skin/LT.png [deleted file]
tizen/src/ui/resource/images/controller-skin/Menu_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Menu_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Menu_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Power_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Power_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Power_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/RB.png [deleted file]
tizen/src/ui/resource/images/controller-skin/RC.png [deleted file]
tizen/src/ui/resource/images/controller-skin/RT.png [deleted file]
tizen/src/ui/resource/images/controller-skin/Rotate_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Rotate_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Rotate_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Screen Shot_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Screen Shot_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Screen Shot_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Shell_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Shell_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/Shell_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/TC.png [deleted file]
tizen/src/ui/resource/images/controller-skin/VolumeDown_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/VolumeDown_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/VolumeDown_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/VolumeUp_hover.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/VolumeUp_normal.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/VolumeUp_pushed.png [new file with mode: 0644]
tizen/src/ui/resource/images/controller-skin/keybutton_hover.png
tizen/src/ui/resource/images/controller-skin/keybutton_normal.png
tizen/src/ui/resource/images/controller-skin/keybutton_pushed.png
tizen/src/ui/resource/images/controller-skin/scroll_back.png [deleted file]
tizen/src/ui/resource/images/controller-skin/scroll_button_down_hover.png [deleted file]
tizen/src/ui/resource/images/controller-skin/scroll_button_down_normal.png [deleted file]
tizen/src/ui/resource/images/controller-skin/scroll_button_down_pushed.png [deleted file]
tizen/src/ui/resource/images/controller-skin/scroll_button_up_hover.png [deleted file]
tizen/src/ui/resource/images/controller-skin/scroll_button_up_normal.png [deleted file]
tizen/src/ui/resource/images/controller-skin/scroll_button_up_pushed.png [deleted file]
tizen/src/ui/resource/images/controller-skin/scroll_thumb.png [deleted file]
tizen/src/ui/resource/resource.qrc
tizen/src/ui/resource/skins/mobile/mobile-general-3btn/controller/key-window/layout.xml
tizen/src/ui/skinpainter.cpp
tizen/src/ui/skinpainter.h
tizen/src/ui/xmllayoutparser.cpp