Add NUI Gadget for Inputmethod 86/299186/2 accepted/tizen/8.0/unified/20231005.095757 accepted/tizen/unified/20230921.171335 accepted/tizen/unified/riscv/20231226.211805 tizen_8.0_m2_release
authorInhong Han <inhong1.han@samsung.com>
Fri, 15 Sep 2023 08:05:25 +0000 (17:05 +0900)
committerInhong Han <inhong1.han@samsung.com>
Thu, 21 Sep 2023 08:21:19 +0000 (17:21 +0900)
commit22679aa31a8234a610d458ef8543f0a16708fab2
tree3fe63479eff93317259762c973d4209ff8c7ff62
parent3021c84136429cb6e6996259b317c06901eed5ca
Add NUI Gadget for Inputmethod

Change-Id: I23bb45b3ccd93f6f20907868af620f9e9d8428fc
106 files changed:
SettingInputmethod/.gitattributes [new file with mode: 0644]
SettingInputmethod/.gitignore [new file with mode: 0644]
SettingInputmethod/.gn [new file with mode: 0644]
SettingInputmethod/SettingInputmethod.sln [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/DefaultKeyboardMenu.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Directory.Build.targets [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Interop/Interop.IsfControl.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Interop/Interop.Libraries.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/MenuProvider.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.Designer.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ar.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.as.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.az.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.be_BY.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.bg.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.bn.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.bn_BD.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ca.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.cs.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.da.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.de.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.el_GR.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.en.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.en_PH.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.en_US.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.es_ES.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.es_US.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.et.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.eu.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.fa.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.fi.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.fr.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.fr_CA.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ga.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.gl.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.gu.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.he.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.hi.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.hr.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.hu.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.hy.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.id.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.is.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.it_IT.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ja_JP.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ka.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.kk.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.km.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.kn.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ko-KR.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ky_KG.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.lo.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.lt.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.lv.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.mk.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ml.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.mn_MN.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.mr.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ms.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.my_MM.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.my_ZG.Designer.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.my_ZG.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.nb.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ne.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.nl.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.or.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.pa.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.pl.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.pl_SP.Designer.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.pl_SP.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.pt_BR.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.pt_PT.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ro.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ru_RU.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.si.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.sk.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.sl.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.sq.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.sr.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.sv.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ta.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.te.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.tg_TJ.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.th.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.tk_TM.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.tl.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.tr_TR.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.uk.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.ur.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.uz.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.vi.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.zh_CN.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.zh_HK.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/Resource/Resources.zh_TW.resx [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/SettingInputmethod.cs [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/SettingInputmethod.csproj [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/res/allowed/SettingInputmethod.dll [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/tizen-manifest.xml [new file with mode: 0644]
SettingInputmethod/SettingInputmethod/tizen_dotnet_project.yaml [new file with mode: 0644]
SettingInputmethod/index.d.ts [new file with mode: 0644]
SettingInputmethod/jsconfig.json [new file with mode: 0644]
SettingInputmethod/tizen_workspace.yaml [new file with mode: 0644]
packaging/org.tizen.cssetting-inputmethod-1.0.0.tpk [deleted file]
packaging/org.tizen.cssetting-inputmethod-1.1.0.rpk [new file with mode: 0644]
packaging/org.tizen.cssetting-inputmethod.spec