Change PanelButtons And Subpanels
authorHeonjae Jang <heonjae.jang@samsung.com>
Fri, 3 Mar 2017 01:24:49 +0000 (10:24 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:44 +0000 (18:34 +0900)
commit00ba2fdeb20d1359f3317ef19c3e9f611a2d8ca1
tree941c1a58a3e801304fb6db5f4c930ae13a1198bc
parenta229ba21f279739c96a1061b0a95d6ba68e505a0
Change PanelButtons And Subpanels
1. Create Abstract Class "PanelButton"
2. ~PanelButtons Generalize PanelButton
3. Create ItemTemplate Property in SubPanel
4. Add Boilerplate
5. StyleCop Check

Change-Id: I150850afa94072d20a40529b0d8003c473b85166
17 files changed:
TVHome/TVHome.TizenTV/Ports/ApplicationManagerPort.cs
TVHome/TVHome.TizenTV/Ports/FileSystemPort.cs
TVHome/TVHome/Controls/MainPanelButton.xaml
TVHome/TVHome/Controls/MainPanelButton.xaml.cs
TVHome/TVHome/Controls/PanelButton.cs [new file with mode: 0644]
TVHome/TVHome/Controls/SubPanelButton.xaml
TVHome/TVHome/Controls/SubPanelButton.xaml.cs
TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml
TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs
TVHome/TVHome/Models/AppShortcutController.cs
TVHome/TVHome/TVHome.csproj
TVHome/TVHome/Utils/AppShortcutStorage.cs
TVHome/TVHome/Utils/IFileSystemAPIs.cs
TVHome/TVHome/Utils/IFileSystemWatcherAPIs.cs
TVHome/TVHome/Views/MainPage.xaml
TVHome/TVHome/Views/SubPanel.xaml
TVHome/TVHome/Views/SubPanel.xaml.cs