Remove unnecessary files
authorleerang song <leerang.song@samsung.com>
Tue, 20 Aug 2013 04:52:00 +0000 (13:52 +0900)
committerJihoon Chung <jihoon.chung@samsaung.com>
Sun, 25 Aug 2013 05:53:55 +0000 (14:53 +0900)
commite46534d0e6782206eeaac6c34f0ada1a2765ceaf
treee232786c8b9393688145bebab11f0a87c81876a8
parent819da4967f73e8f722c87cacc81037305ebe5af7
Remove unnecessary files

[Issue#]    N/A
[Problem]   Unnecessary files are remaind.
[Cause]     Setting UI guide was changed.
            "Web application setting" menu had a lot of menus like more details, listview, allow list and so all.
            However new "Web application setting" menu UX doesn't use old menu anymore.
[Solution]  Removed source files(*.cpp, *.h) of settings and not used images.
            1. webapp-common is deprecated.
            - As web application and native application need to show common menu UX,
              owner of "Web application details" menu is moved to setting team.
              deleted : webapp-common/popup.cpp,
                        webapp-common/popup.h
                        webapp-common/ug.cpp,
                        webapp-common/ug.webapp-common-efl.include,
                        webapp-common/util.h,
                        webapp-common/view.cpp,
                        webapp-common/view.h,
                        webapp-common/whitelistview.cpp,
                        webapp-common/whitelistview.h,
                        webapp-common/whiteuriview.cpp,
                        webapp-common/whiteuriview.h
            2. Only support "Web application permission" menu(show and edit W3C permission)
            - As requirment of customer(Orange), only support edit menu of W3C permission.
              Without this W3C permission edit menu, user cannot control decision of allow/deny
              which is made during application runtime with permission popup.
              (Only case of user selection allow/deny with checking "Remember preference" is shown in the menu)
              As new UX concept(only needs permission edit menu) other deprecated source code is removed.
              deleted : webapp-detail/advancedview.cpp,
                        webapp-detail/advancedview.h,
                        webapp-detail/detailview.cpp,
                        webapp-detail/detailview.h,
                        webapp-detail/feature.h,
                        webapp-detail/permview.cpp,
                        webapp-detail/permview.h,
                        webapp-detail/tizen_feature.cpp,
                        webapp-detail/tizen_feature.h,
                        webapp-detail/view.cpp,
                        webapp-detail/view.h
            3. Clean-up source and resource regarding support WAC
              deleted : webapp-detail/wac_feature.cpp
                        webapp-detail/wac_feature.h,
                        webapp-detail/edc/CMakeLists.txt,
                        webapp-detail/edc/defs.h,
                        webapp-detail/edc/main.edc
[SCMRequest] N/A

Change-Id: Ie5eb577d0f5e78a2a3678039337e50b8df43f168
50 files changed:
CMakeLists.txt
NOTICE [deleted file]
packaging/wrt-setting.spec
po/CMakeLists.txt
webapp-common/CMakeLists.txt [deleted file]
webapp-common/edc/CMakeLists.txt [deleted file]
webapp-common/edc/defs.h [deleted file]
webapp-common/edc/main.edc [deleted file]
webapp-common/icons.h [deleted file]
webapp-common/icons/01_controlbar_icon_create.png [deleted file]
webapp-common/icons/01_controlbar_icon_delete.png [deleted file]
webapp-common/icons/01_controlbar_icon_edit.png [deleted file]
webapp-common/icons/01_controlbar_icon_save.png [deleted file]
webapp-common/listview.cpp [deleted file]
webapp-common/listview.h [deleted file]
webapp-common/mainview.cpp [deleted file]
webapp-common/mainview.h [deleted file]
webapp-common/popup.cpp [deleted file]
webapp-common/popup.h [deleted file]
webapp-common/ug.cpp [deleted file]
webapp-common/ug.webapp-common-efl.include [deleted file]
webapp-common/util.h [deleted file]
webapp-common/view.cpp [deleted file]
webapp-common/view.h [deleted file]
webapp-common/whitelistview.cpp [deleted file]
webapp-common/whitelistview.h [deleted file]
webapp-common/whiteuriview.cpp [deleted file]
webapp-common/whiteuriview.h [deleted file]
webapp-detail/CMakeLists.txt
webapp-detail/advancedview.cpp [deleted file]
webapp-detail/advancedview.h [deleted file]
webapp-detail/detailview.cpp [deleted file]
webapp-detail/detailview.h [deleted file]
webapp-detail/edc/CMakeLists.txt [deleted file]
webapp-detail/edc/defs.h [deleted file]
webapp-detail/edc/main.edc [deleted file]
webapp-detail/exceptionsview.cpp [changed mode: 0644->0755]
webapp-detail/exceptionsview.h
webapp-detail/feature.h [deleted file]
webapp-detail/mainview.cpp
webapp-detail/mainview.h
webapp-detail/permview.cpp [deleted file]
webapp-detail/permview.h [deleted file]
webapp-detail/tizen_feature.cpp [deleted file]
webapp-detail/tizen_feature.h [deleted file]
webapp-detail/util.h
webapp-detail/view.cpp [deleted file]
webapp-detail/view.h [deleted file]
webapp-detail/wac_feature.cpp [deleted file]
webapp-detail/wac_feature.h [deleted file]