Initial Code for TaskBar 55/292155/4
authorShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Fri, 28 Apr 2023 04:54:21 +0000 (10:24 +0530)
committerShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Wed, 3 May 2023 10:33:21 +0000 (16:03 +0530)
commit208fea720f2d7f1a5e1e4b98dad90184ea1fce50
treea4c6414e966c89229fdf158570e445309f0ce8d3
parenta4cfc683fe9d963f4cb7d0188ba53b1ba40aa201
Initial Code for TaskBar

Change-Id: Ic9e266bd5ceb947fa69cf7d03bc9a0cb1612355e
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
44 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
TaskBar/Common/DeviceInfo.cs [new file with mode: 0644]
TaskBar/Common/PropertyNotifier.cs [new file with mode: 0644]
TaskBar/Common/Resources.cs [new file with mode: 0644]
TaskBar/Core/InputGeneratorBase.cs [new file with mode: 0644]
TaskBar/Core/PinnedAppsDataBase.cs [new file with mode: 0644]
TaskBar/Core/TaskBarAppLauncher.cs [new file with mode: 0644]
TaskBar/Models/AppInfoModel.cs [new file with mode: 0644]
TaskBar/TaskBar.cs [new file with mode: 0644]
TaskBar/TaskBar.csproj [new file with mode: 0644]
TaskBar/TaskBar.sln [new file with mode: 0644]
TaskBar/ViewModels/ApplicationsViewModel.cs [new file with mode: 0644]
TaskBar/ViewModels/QuickAccessViewModel.cs [new file with mode: 0644]
TaskBar/Views/AppItemView.cs [new file with mode: 0644]
TaskBar/Views/ApplicationsView.cs [new file with mode: 0644]
TaskBar/Views/BaseView.cs [new file with mode: 0644]
TaskBar/Views/CustomMenu.cs [new file with mode: 0644]
TaskBar/Views/MainView.cs [new file with mode: 0644]
TaskBar/Views/QuickAccessView.cs [new file with mode: 0644]
TaskBar/Views/UninstallConfirmationView.cs [new file with mode: 0644]
TaskBar/res/images/dark/add.png [new file with mode: 0644]
TaskBar/res/images/dark/apps.png [new file with mode: 0644]
TaskBar/res/images/dark/back.png [new file with mode: 0644]
TaskBar/res/images/dark/cancel_button.png [new file with mode: 0644]
TaskBar/res/images/dark/home.png [new file with mode: 0644]
TaskBar/res/images/dark/indicator.png [new file with mode: 0644]
TaskBar/res/images/dark/settings.png [new file with mode: 0644]
TaskBar/res/images/dark/volume.png [new file with mode: 0644]
TaskBar/res/images/light/add.png [new file with mode: 0644]
TaskBar/res/images/light/apps.png [new file with mode: 0644]
TaskBar/res/images/light/back.png [new file with mode: 0644]
TaskBar/res/images/light/cancel_button.png [new file with mode: 0644]
TaskBar/res/images/light/home.png [new file with mode: 0644]
TaskBar/res/images/light/indicator.png [new file with mode: 0644]
TaskBar/res/images/light/settings.png [new file with mode: 0644]
TaskBar/res/images/light/volume.png [new file with mode: 0644]
TaskBar/res/themes/dark.xaml [new file with mode: 0644]
TaskBar/res/themes/light.xaml [new file with mode: 0644]
TaskBar/shared/res/TaskBar.png [new file with mode: 0644]
TaskBar/tizen-manifest.xml [new file with mode: 0644]
packaging/org.tizen.taskbar-1.0.0.tpk [new file with mode: 0644]
packaging/org.tizen.taskbar.spec [new file with mode: 0644]