Accessories Switches Pages in mvp 45/209145/17
authorOskar Chodowicz <o.chodowicz@samsung.com>
Fri, 12 Jul 2019 14:42:45 +0000 (16:42 +0200)
committerOskar Chodowicz <o.chodowicz@samsung.com>
Fri, 12 Jul 2019 14:43:29 +0000 (16:43 +0200)
commitcc9365517846f26d7b99916f9c749b323096b2ba
treef2faa39a6f3a71fb5a82d207b371484a96d8166f
parente6ac24b9d5c9e5c83493cedc652c75878c0063f7
Accessories Switches Pages in mvp

Change-Id: If2b5f42d76aa2ae34fdf6be43191d9c32c76c125
39 files changed:
src/model/AddAccessoriesSwitchesPageModel.cpp [new file with mode: 0644]
src/model/AddAccessoriesSwitchesPageModel.hpp [new file with mode: 0644]
src/model/UpdateAccessoriesSwitchPageModel.cpp [new file with mode: 0644]
src/model/UpdateAccessoriesSwitchPageModel.hpp [new file with mode: 0644]
src/presenter/AddAccessoriesSwitchesPagePresenter.cpp [new file with mode: 0644]
src/presenter/AddAccessoriesSwitchesPagePresenter.hpp [new file with mode: 0644]
src/presenter/AddSwitchPagePresenter.cpp
src/presenter/AlreadyMappedSwitchModalPresenter.cpp [new file with mode: 0644]
src/presenter/AlreadyMappedSwitchModalPresenter.hpp [new file with mode: 0644]
src/presenter/AppContext.cpp
src/presenter/AppContext.hpp
src/presenter/EntryNameModalPresenter.cpp [new file with mode: 0644]
src/presenter/EntryNameModalPresenter.hpp [new file with mode: 0644]
src/presenter/LabelPresenter.hpp [new file with mode: 0644]
src/presenter/ListPresenter.cpp
src/presenter/ListPresenter.hpp
src/presenter/ModalPresenter.cpp
src/presenter/ModalPresenter.hpp
src/presenter/Presenter.cpp
src/presenter/Presenter.hpp
src/presenter/RemoveSwitchesModalPresenter.cpp
src/presenter/SelectActionPagePresenter.cpp
src/presenter/SelectActionPagePresenter.hpp
src/presenter/SwitchesPagePresenter.cpp
src/presenter/SwitchesPagePresenter.hpp
src/presenter/UpdateAccessoriesSwitchPagePresenter.cpp [new file with mode: 0644]
src/presenter/UpdateAccessoriesSwitchPagePresenter.hpp [new file with mode: 0644]
src/service/DBus.cpp
src/service/DBus.hpp
src/ui/Entry.cpp
src/ui/Entry.hpp
src/ui/GenlistItem.cpp
src/view/LabelView.cpp [new file with mode: 0644]
src/view/LabelView.hpp [new file with mode: 0644]
src/view/ListView.cpp
src/view/ListView.hpp
src/view/ModalView.cpp
src/view/ModalView.hpp
src/view/NavigationContext.cpp