summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2015-07-28remove application-common dependencysubmit/tizen/20150728.102948accepted/tizen/tv/20150728.103852Minkyu Kang1-0/+122
Change-Id: Ib9981649813d7d1ab071346fc21ddb6a6209ca22 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-06-10Remove key definitionssubmit/tizen/20150610.115226accepted/tizen/tv/20150611.004723Shuhrat Dehkanov1-19/+0
These are provided by app-common Change-Id: If61ad40967aa285b37c540f1e6920a6cdeadb38d
2015-05-21Revert to original C implShuhrat Dehkanov17-474/+316
I tried to go as way back as possible, so there are couple things that need to re-applied: - accessibility menu - PNG image warnings - edje/edc warnings - test cases Change-Id: I5c79b244a27a365bdd4d784670cd43d0a38c8e12
2015-05-07Fix compile warningsShuhrat Dehkanov1-2/+1
/home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/ug/wifi-direct/src/WifiDirectMainView.cpp: In member function 'void CWifiDirectMainView::m_ProcessConnectionReq(const char*)': /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/ug/wifi-direct/src/WifiDirectMainView.cpp: 763:45: warning: the address of 'is_pbc' will always evaluate as 'true' [-Waddress] ret = m->pWifiDirectMgr->GetWPStype(&is_pbc); ^ /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_maincatalog.cpp: In member function 'virtual void CMainCatalogView::Refresh()': /usr/include/eina-1/eina/eina_array.h:493:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (index < eina_array_count(array)) && ((item = *((iterator)++))); \ ^ /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_maincatalog.cpp:1188:3: note: in expansion of macro 'EINA_ARRAY_ITER_NEXT' EINA_ARRAY_ITER_NEXT(m->sub_item_btn, i, obj, a) { ^ /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_sublist.cpp: In member function 'bool CSublistView::m_DrawListItems(Eina_List*)': /usr/include/eina-1/eina/eina_array.h:493:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (index < eina_array_count(array)) && ((item = *((iterator)++))); \ ^ /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_sublist.cpp:359:4: note: in expansion of macro 'EINA_ARRAY_ITER_NEXT' EINA_ARRAY_ITER_NEXT(btns, j, obj, a) ^ /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_pwd_popup.cpp: In function 'Evas_Object* _add_pwd_cancel_btn(SPasscodePopupView*)': /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_pwd_popup.cpp:196:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] utils_get_translation_str((char *) MSGID_CANCEL), EINA_TRUE); ^ /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_system_clock.cpp: In member function 'bool CSystemClockView::m_AddSysclkSublistItem(Eina_List*, const char*)': /usr/include/eina-1/eina/eina_array.h:493:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (index < eina_array_count(array)) && ((item = *((iterator)++))); \ ^ /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src/view_system_clock.cpp:257:2: note: in expansion of macro 'EINA_ARRAY_ITER_NEXT' EINA_ARRAY_ITER_NEXT(array, j, obj, aiter) { ^ Change-Id: Ia11848ec772103e14d5fb5d5d40ac37b65058afb
2015-05-06git mv include/def.h include/common_defs.hShuhrat Dehkanov1-3/+3
This is not to confuse with def.h in pulse library Change-Id: I61b1754d9155d1c0a48a6f3e9dd0bffd5d005bf4
2015-04-21dbg.h file is removed.submit/tizen/20150421.213311accepted/tizen/tv/20150421.232956Kim Youngjin1-39/+0
Change-Id: I302cef8f2bee8f37375220bb2cd1a0db9650c7fe Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
2015-04-20Fix build error due to changing app-commonJuWan Kim3-3/+0
Change-Id: I952a9915c30230722805a17ac395d87d2404d7d9 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-04-13Refactoring / code cleanJuWan Kim1-2/+25
Change-Id: I075c61762513fb01a7573ed0c44abdbf6a4994f2 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-04-13Fix auto-test bugJuWan Kim5-28/+11
* Fix btn click callback * Remove Key defines Change-Id: I8a1b442cc2e5a36641b157b60ebbd06b211fad61 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-04-11Fix seg fault bugJuWan Kim1-1/+2
* When refactoring, passed wrong parameter Change-Id: I0e3f200df6e2d90b2e16d5bee4457de7cb89e656 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-04-07refactoringKim Youngjin5-37/+95
Change-Id: I649d6d4a0aaf7d3e36c04961f4343dd07ad09fda Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
2015-03-30RefactoringKim Youngjin7-20/+234
Change-Id: Ib44549f0a0d266c0315e8de76cba9beb97cd2984 Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
2015-03-30viewmgr is changed to class module.Kim Youngjin1-25/+44
Change-Id: I9bd106203acedb2160554202669f7e4cd470bd0e Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
2015-03-19Add CWifiMgr for ug common.JuWan Kim1-2/+3
Change-Id: I1d14f6efdd955428e01c1316d85e75fc8fb6f412 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-03-11Remove vconf set in spec file. Add vconf set flow to main.cppsubmit/tizen_tv/20150311.080819accepted/tizen/tv/20150312.010920JuWan Kim1-0/+40
* Vconftool set command in spec has a root user label * To use the vconf value in program, vconf value shoud be set in running * time. Change-Id: Ia2fa3d983eaa8dbe241e299c7344e5ddb46199b4 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-03-09Remove X dependency (x11, utilX, ecore-x)submit/tizen/20150309.095351JuWan Kim2-1/+1
Signed-off-by: JuWan Kim <juwan.kim@samsung.com> Change-Id: I617a628d36783d2928ad3d0c7565fbcebcd28cc4
2015-03-05Remove null-body files. It is not used.submit/tizen_tv/20150305.100004accepted/tizen/tv/20150305.103826JuWan Kim5-141/+0
Change-Id: Icba60db872e94f7fd22d10e7696ee581e12eda13 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-03-03Convert c to cpp except for ug files.submit/tizen_tv/20150303.130111accepted/tizen/tv/20150304.011909JuWan Kim1-1/+0
Change-Id: I4f93e8c8ac201f160c484f6df0a8dfedeb26cfd5 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-02-26Add Remote Key defines / flowsubmit/tizen_tv/20150226.071925accepted/tizen/tv/20150226.094618JuWan Kim1-1/+3
Change-Id: Ic6c7c882b75741513b53fdca4d412c51649f0696 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-02-26Modify settings app to worksubmit/tizen_tv/20150226.071823submit/tizen_tv/20150226.013703accepted/tizen/tv/20150226.094551accepted/tizen/tv/20150226.042022Kim Tae Soo1-0/+1
Change-Id: Ifb7d3ee58be6f655a1ee9ae570a93db25f2e93a7 Signed-off-by: Kim Tae Soo <taesoo46.kim@samsung.com>
2015-02-25Fix launch bug (json read fail)JuWan Kim1-1/+1
* After json_reader_read_member function is called, json_reader_end_member should be called * Added debug message Change-Id: I58c2f0c45062ffa977eae87f5698d8a4101bf234 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
2015-01-29Base code / protex done / build check done (32/64bit)submit/tizen_tv/20150129.095141accepted/tizen/tv/20150130.000900JuWan Kim20-0/+1020
Change-Id: Ie572ec19fc5afdad3c7018201036b71bd43193c8 Signed-off-by: JuWan Kim <juwan.kim@samsung.com>