profile/tv/apps/native/settings.git
8 years agoreplace service to app_control 79/51279/1 accepted/tizen_tv tizen accepted/tizen/tv/20151109.233906 submit/tizen/20151109.081121 submit/tizen/20151109.102049
Jiwoong Im [Fri, 6 Nov 2015 06:09:13 +0000 (15:09 +0900)]
replace service to app_control

Change-Id: I467275ba20d7449f03e3539844963a1e119aba22
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
8 years agoadd dbus privilege 81/48581/1 accepted/tizen/tv/20150923.231202 submit/tizen/20150923.103447 tizen_3.0.m2.a1_tv_release
Minkyu Kang [Wed, 23 Sep 2015 08:12:19 +0000 (17:12 +0900)]
add dbus privilege

Change-Id: I527f9d13b63a6763247de097c8d9be9b201909f6
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8 years agoAdd default pin number 23/47123/1 tizen_3.0.m1_tv accepted/tizen/tv/20150902.055623 submit/tizen/20150902.051814 tizen_3.0.m1_tv_release
jinwoo.shin [Mon, 31 Aug 2015 04:44:45 +0000 (13:44 +0900)]
Add default pin number

Change-Id: I29178a673a9d21ff172e4f870971eea69de61890
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
8 years agoAdd accessibility submenu 01/45001/2 accepted/tizen/tv/20150731.005305 submit/tizen/20150730.133345
Shinwoo Kim [Thu, 30 Jul 2015 09:51:40 +0000 (18:51 +0900)]
Add accessibility submenu

Accessibility submenu will be used to launch accessibility features, like screen reader, screen magnification etc.

Change-Id: Ibdaba51b45d199155e02549463e5f2940aa01b0a

8 years agomodify icon file 19/44919/1 accepted/tizen/tv/20150730.014647 accepted/tizen/tv/20150730.014700 submit/tizen/20150729.110619 submit/tizen/20150729.110713
Minkyu Kang [Wed, 29 Jul 2015 10:50:37 +0000 (19:50 +0900)]
modify icon file

Change-Id: I409ffbd7a6e1cad76c9b7196a0234841a7a00885
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8 years agoremove application-common dependency 40/44840/1 accepted/tizen/tv/20150728.103852 submit/tizen/20150728.102948
Minkyu Kang [Tue, 28 Jul 2015 10:28:49 +0000 (19:28 +0900)]
remove application-common dependency

Change-Id: Ib9981649813d7d1ab071346fc21ddb6a6209ca22
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8 years agoRevert "Make this package not be included in wayland image (temp)" 80/42780/1
Jiwoong Im [Thu, 2 Jul 2015 08:05:46 +0000 (17:05 +0900)]
Revert "Make this package not be included in wayland image (temp)"

This reverts commit 6635834f7826eb04f72907fd2e28082f8f89058a.

Change-Id: I473d9fa9ad5f4fd4be98314609337043d69063d9
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
8 years agoRevert "Fixed the spec file to change the build according to graphic engine" 79/42779/1
Jiwoong Im [Thu, 2 Jul 2015 08:05:13 +0000 (17:05 +0900)]
Revert "Fixed the spec file to change the build according to graphic engine"

This reverts commit f4fe14c37b8d6b42d462997f341be15848a7bbb4.

Change-Id: Ifcaba63f81873d9945928d79517ffbefa03759a2
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
8 years agoReplace libwifi-direct with capi-network-wifi-direct 09/42009/2 submit/tizen/20150619.123909
Yu Jiung [Sat, 20 Jun 2015 09:07:18 +0000 (18:07 +0900)]
Replace libwifi-direct with capi-network-wifi-direct

Change-Id: I3adcaf456eaf3aacb8c7e3b733e92809462e5a34
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
8 years agodisable unsupported menus 55/41255/1 accepted/tizen/tv/20150612.071522 submit/tizen/20150612.043607
Minkyu Kang [Fri, 12 Jun 2015 04:31:16 +0000 (13:31 +0900)]
disable unsupported menus

Change-Id: I869a89ab61ed1205fe70aab094ea9dbffa33b7d6
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8 years agoadd focus_highlight on at widgets 53/41253/1
Minkyu Kang [Fri, 12 Jun 2015 04:19:37 +0000 (13:19 +0900)]
add focus_highlight on at widgets

Change-Id: I26cd77402f1afcf5549d85fd829185858a5d618f
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8 years agoDo not fail if proxy method has never been setup 27/41127/3
Shuhrat Dehkanov [Thu, 11 Jun 2015 08:10:06 +0000 (17:10 +0900)]
Do not fail if proxy method has never been setup

Currently, the UI fails if no proxy method was setup previously i.e.,
if vconf_get_int(VCONF_PROXY_METHOD, value) returns non-zero value.

However, we think, that should not be the case as user has to be able
to get to the proxy settings UI in order to setup proxy in the first
place.

This fix that issue and enables the UI even if vconf_get_int() fails.

Change-Id: Ie7308f75d75ec252ebab931550c48482476a94ab
Signed-off-by: Shuhrat Dehkanov <sh.dehkanov@samsung.com>
8 years agoShow date in full length instead of ellipses 84/41084/1
Shuhrat Dehkanov [Thu, 11 Jun 2015 07:11:30 +0000 (16:11 +0900)]
Show date in full length instead of ellipses

Currently, the date is shown as ".../.../..." instead of "12/31/2000"
in date setting pop-up dialog.
This fixes that and shows the date in full length.

Change-Id: Ie2da0a75b6a190f85ef0f72b1e8c9203687d291d

8 years agoRemove key definitions 12/40912/1 accepted/tizen/tv/20150611.004723 submit/tizen/20150610.115226
Shuhrat Dehkanov [Wed, 10 Jun 2015 07:29:57 +0000 (16:29 +0900)]
Remove key definitions

These are provided by app-common

Change-Id: If61ad40967aa285b37c540f1e6920a6cdeadb38d

8 years agoExit Wi-Fi passcode view on remote back key press 58/40758/1
Shuhrat Dehkanov [Mon, 8 Jun 2015 23:19:16 +0000 (08:19 +0900)]
Exit Wi-Fi passcode view on remote back key press

Change-Id: I9fc5fcc0540624337f046973463370a82e0e7bbb

8 years agoExit app and sub-catalog on remote back key press 96/40696/1
Shuhrat Dehkanov [Mon, 8 Jun 2015 07:38:42 +0000 (16:38 +0900)]
Exit app and sub-catalog on remote back key press

Change-Id: I92a284b9e89a4035972e1f0940c2b8f8751f9988

8 years agoReplace "Select" key with "Return" 03/40403/3 accepted/tizen/tv/20150608.063657 submit/tizen/20150608.015802
Shuhrat Dehkanov [Wed, 3 Jun 2015 10:24:51 +0000 (19:24 +0900)]
Replace "Select" key with "Return"

"Select" key is missing both from keyboard and remote controller.
That's, use KEY_ENTER_REMOTE or KEY_ENTER to proceed with connection.

This change also removes <password></password> markup from password
entry text.

Change-Id: I3dbc7dc3a31b1b31984f41cc92d521e92feade97

8 years agoAdd index normalizer 78/40378/3
Shuhrat Dehkanov [Wed, 3 Jun 2015 07:13:44 +0000 (16:13 +0900)]
Add index normalizer

Index returned by elm_genlist_item_index_get() starts from 1, but
eina_list_nth() index starts from 0 consequently causing mismatch
in user selected AP and the actual AP being connected to.
This adds a normalizer to correct that.

Change-Id: Ia04044ea49d5bacc28606216d4985c8d0655bc00

8 years agoAdd text.ellipsis 45/40345/1
Shuhrat Dehkanov [Tue, 2 Jun 2015 14:19:42 +0000 (23:19 +0900)]
Add text.ellipsis

This fixes

    edje_cc: Warning. Part 'elm.text' in group
    'elm/progressbar/horizontal/update_progressbar' contains
    description 'default:0' which has text.min: 1 X; but not
    text.ellipsis: -1;
    edje_cc: Warning. This is almost certainly not what you want.

warning.

Change-Id: I328f3dee7a12e67ec01b9b478e5b5e32d16bc8b3

8 years agoFix incompatible pointer type warning 44/40344/1
Shuhrat Dehkanov [Tue, 2 Jun 2015 14:11:17 +0000 (23:11 +0900)]
Fix incompatible pointer type warning

[   54s] /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src
         /view_maincatalog.c: In function '_draw_subitems':
[   54s] /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/src
         /view_maincatalog.c:1181:45: warning: passing argument 2 of
         'provider_get_passcode' from incompatible pointer type
[   54s] && (provider_get_passcode(KEY_PASSCODE, &passcode) == -1)) {
[   54s]                                              ^
[   54s] In file included from /home/abuild/rpmbuild/BUILD/
         org.tizen.settings-tv-ref-0.1/src/view_maincatalog.c:28:0:
[   54s] /home/abuild/rpmbuild/BUILD/org.tizen.settings-tv-ref-0.1/
         include/settings_provider.h:28:5: note: expected 'char **'
         but argument is of type 'const char **'
[   54s]  int provider_get_passcode(const char *key, char **val);
[   54s]      ^

Change-Id: I4926ee81a6f19504ea8b6b5721fbf5d827bcaf0a

8 years agoRemove "Auto program" menu 84/40084/5
Shuhrat Dehkanov [Thu, 28 May 2015 15:50:28 +0000 (00:50 +0900)]
Remove "Auto program" menu

Auto program depends on tv-service which is currently missing

Change-Id: I1eb80616a11fddbcecdfc55b3516e48fca38cc79

8 years agoDisable channel lock menu if passcode has not been setup yet 83/40083/5
Shuhrat Dehkanov [Thu, 28 May 2015 15:46:42 +0000 (00:46 +0900)]
Disable channel lock menu if passcode has not been setup yet

Change-Id: Iaea5a3dbddeddc5cbb697df44731345503fe641d

8 years agoFix various build warnings 78/40078/4
Shuhrat Dehkanov [Thu, 28 May 2015 13:36:25 +0000 (22:36 +0900)]
Fix various build warnings

Change-Id: I4fa8f552fe803ba6ac3738c5918c8f62145f5e03

8 years agoReplace utils_get_vconf_value() with is_24_hour() 75/40075/4
Shuhrat Dehkanov [Thu, 28 May 2015 13:03:58 +0000 (22:03 +0900)]
Replace utils_get_vconf_value() with is_24_hour()

utils_get_vconf_value() is exclusively used for getting 24-hour
format enabled/disabled state from vconf.
is_24_hour() achieves the same result, albeit with more simplicity.

Change-Id: I1ed582f39114fd0f729fb81475cfc88261fe96b6

8 years agoRemove sysman dependency 65/40065/2
Shuhrat Dehkanov [Thu, 28 May 2015 11:27:09 +0000 (20:27 +0900)]
Remove sysman dependency

Change-Id: I14f9b3469efc10608435ba26ff81af07863a6f0e

8 years agoFix "group has a non-fixed part" error 64/40064/1
Shuhrat Dehkanov [Thu, 28 May 2015 10:43:26 +0000 (19:43 +0900)]
Fix "group has a non-fixed part" error

Change-Id: I323409b4f13f7df70f7b21949a2e3c6277974bb8

8 years agoAdd network privileges 63/40063/1
Shuhrat Dehkanov [Thu, 28 May 2015 10:42:28 +0000 (19:42 +0900)]
Add network privileges

Change-Id: I82b4b291acf8bc9c186c314258e555caebd80565

8 years agoFix "group has a non-fixed part" error 05/39905/1
Shuhrat Dehkanov [Tue, 26 May 2015 07:46:25 +0000 (16:46 +0900)]
Fix "group has a non-fixed part" error

Change-Id: I467ba5cf6e390e271b8dc1b8b4a14cbb0f131668

8 years agoStrip out all profiles and comments from PNG images 93/39893/1
Shuhrat Dehkanov [Tue, 26 May 2015 05:46:50 +0000 (14:46 +0900)]
Strip out all profiles and comments from PNG images

Change-Id: Ie4d55a6421ab3f2cc29aedb1c985feae2f5db7ba

9 years agoEnable network settings view 32/39732/1
Shuhrat Dehkanov [Thu, 21 May 2015 13:39:14 +0000 (22:39 +0900)]
Enable network settings view

This ignores return value from register_ethernet_state_cb() (this API
is actually missing from capi-network-connection at this moment).

Change-Id: I8748505ee362cc986cb9ac47106dd1cb4c7128e2

9 years agoRevert to original C impl 20/39720/1
Shuhrat Dehkanov [Thu, 21 May 2015 11:49:33 +0000 (20:49 +0900)]
Revert to original C impl

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

9 years agoadd missing size hint 92/39692/1
Minkyu Kang [Thu, 21 May 2015 02:13:03 +0000 (11:13 +0900)]
add missing size hint

Change-Id: I0e2bd79039d6ab0c85fa0284182b5faf21d80893
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
9 years agoStrip out all profiles and comments from PNG images 30/39330/1 accepted/tizen/tv/20150515.022049 submit/tizen/20150513.130331 submit/tizen/20150514.080135
Shuhrat Dehkanov [Wed, 13 May 2015 07:14:40 +0000 (16:14 +0900)]
Strip out all profiles and comments from PNG images

Change-Id: Ic7a1ac57494def5c2d15df67988178f1e4b76322

9 years agoFix SIGSEGV in CMainCatalogView 13/39313/2
Shuhrat Dehkanov [Wed, 13 May 2015 02:08:57 +0000 (11:08 +0900)]
Fix SIGSEGV in CMainCatalogView

Change-Id: If8eedf3017e088aaec58c05d11916f53bb9493c0

9 years agoFix 'Class has non-virtual destructor' warning 88/39088/2
Shuhrat Dehkanov [Fri, 8 May 2015 10:08:09 +0000 (19:08 +0900)]
Fix 'Class has non-virtual destructor' warning

Also, applied cpplint check fixes

Change-Id: I63a0275d8ca510bb3685478757c184735f879ade

9 years agoFix compile warnings 23/39023/1
Shuhrat Dehkanov [Thu, 7 May 2015 06:34:15 +0000 (15:34 +0900)]
Fix compile warnings

/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

9 years agogit mv include/def.h include/common_defs.h 96/38996/1
Shuhrat Dehkanov [Wed, 6 May 2015 10:41:45 +0000 (19:41 +0900)]
git mv include/def.h include/common_defs.h

This is not to confuse with def.h in pulse library

Change-Id: I61b1754d9155d1c0a48a6f3e9dd0bffd5d005bf4

9 years agoFix edje warning 86/38986/1 accepted/tizen/tv/20150506.095632 submit/tizen/20150506.081614
Shuhrat Dehkanov [Wed, 6 May 2015 07:48:08 +0000 (16:48 +0900)]
Fix edje warning

ERR<13934>:edje lib/edje/edje_util.c:3105 _edje_object_size_min_restricted_calc()
file /usr/apps/org.tizen.settings-tv-ref/res/edje/org.tizen.settings-tv-ref.edj, group
change_passcode_view has a non-fixed part '...'.
Adding 'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.

Change-Id: I50537cdf72fbb3b23d23a50cfd7c5afda70498e1

9 years agoFixed the edje compile warning 11/38911/2
Hyojung Jo [Thu, 30 Apr 2015 08:04:37 +0000 (17:04 +0900)]
Fixed the edje compile warning

Change-Id: Idd140c529b776be846599d0c0bb73ad4e9097a73
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
9 years agoFixed the compile warning 01/38901/2
Hyojung Jo [Thu, 30 Apr 2015 06:51:48 +0000 (15:51 +0900)]
Fixed the compile warning

Change-Id: Iaf3fbaeb303a5c7523b35cf2dfa399b42f89dadb
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
9 years agoFixed the compile warning regarding type casting 00/38900/2
Hyojung Jo [Thu, 30 Apr 2015 06:46:38 +0000 (15:46 +0900)]
Fixed the compile warning regarding type casting

Change-Id: Iab64cfae813d6a2b2932de48365af3ec6cd729ff
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
9 years agoMerge "Add accessibility submenu." into tizen
Minkyu Kang [Wed, 29 Apr 2015 09:13:28 +0000 (02:13 -0700)]
Merge "Add accessibility submenu." into tizen

9 years agoFixed the spec file to change the build according to graphic engine 18/38818/1 accepted/tizen/tv/20150429.124009 submit/tizen/20150429.043336
Minkyu Kang [Wed, 29 Apr 2015 04:16:23 +0000 (13:16 +0900)]
Fixed the spec file to change the build according to graphic engine

Change-Id: Idc542de3f3b78ab3c57bc0edb93d32bf1ba05857
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
9 years agoAdd accessibility submenu. 95/38595/4
Lukasz Stanislawski [Tue, 21 Apr 2015 13:40:33 +0000 (15:40 +0200)]
Add accessibility submenu.

Accessibility submenu will be used to launch accessibility
features, like screen reader, screen magnification etc.

Change-Id: I0363ae611e00b286e6095ce927dc2a783bae31a9

9 years agoAdd testcase files 48/38548/1
JuWan Kim [Wed, 22 Apr 2015 05:26:44 +0000 (14:26 +0900)]
Add testcase files

Change-Id: I0244c571d258ab1fc481690190fdb4adcd11f6e0
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agodbg.h file is removed. 30/38430/1 accepted/tizen/tv/20150421.232956 submit/tizen/20150421.213311
Kim Youngjin [Mon, 20 Apr 2015 23:14:42 +0000 (08:14 +0900)]
dbg.h file is removed.

Change-Id: I302cef8f2bee8f37375220bb2cd1a0db9650c7fe
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agoFix build error due to changing app-common 92/38392/1
JuWan Kim [Mon, 20 Apr 2015 06:09:45 +0000 (15:09 +0900)]
Fix build error due to changing app-common

Change-Id: I952a9915c30230722805a17ac395d87d2404d7d9
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix ug invisible bug. 23/38223/1 submit/tizen/20150419.212422
JuWan Kim [Wed, 15 Apr 2015 02:51:56 +0000 (11:51 +0900)]
Fix ug invisible bug.

    * All Evas_object should be added on same window to getting visibility
    stack (using elm_win_resize_object_add(win, base))

Change-Id: I01aeeb4a0706fed8f1fc215c29d6bbaf51ce4132
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoCompile error is fixed. 57/38157/1
Kim Youngjin [Tue, 14 Apr 2015 00:25:37 +0000 (09:25 +0900)]
Compile error is fixed.

Change-Id: I23542073b0445249297a1be56f6eaf705fa1fcc5
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/native/settings...
Kim Youngjin [Tue, 14 Apr 2015 00:16:21 +0000 (09:16 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/native/settings into tizen

Change-Id: I77d7597e7732f4e0efb77fc9b810cd3f27fa71c0
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agoWifiAp module is added.
Kim Youngjin [Tue, 14 Apr 2015 00:14:06 +0000 (09:14 +0900)]
WifiAp module is added.

Change-Id: I90ade7e2875582b9cf0b54850064568e757dfa62
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agoRefactoring / code clean 28/38128/2
JuWan Kim [Mon, 13 Apr 2015 11:58:53 +0000 (20:58 +0900)]
Refactoring / code clean

Change-Id: I075c61762513fb01a7573ed0c44abdbf6a4994f2
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix clock ui bug 10/38110/1
JuWan Kim [Mon, 13 Apr 2015 07:45:15 +0000 (16:45 +0900)]
Fix clock ui bug

Change-Id: I5fdb1e7ded296a863fb323eb1cbde942fed6416c
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix auto-test bug 09/38109/1
JuWan Kim [Mon, 13 Apr 2015 07:15:19 +0000 (16:15 +0900)]
Fix auto-test bug

    * Fix btn click callback
    * Remove Key defines

Change-Id: I8a1b442cc2e5a36641b157b60ebbd06b211fad61
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/native/settings... accepted/tizen/tv/20150414.013023 submit/tizen_tv/20150413.233545
Kim Youngjin [Mon, 13 Apr 2015 02:56:06 +0000 (11:56 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/native/settings into tizen

9 years agoFix seg fault bug 93/38093/2
JuWan Kim [Sat, 11 Apr 2015 02:46:00 +0000 (11:46 +0900)]
Fix seg fault bug

   * When refactoring, passed wrong parameter

Change-Id: I0e3f200df6e2d90b2e16d5bee4457de7cb89e656
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/native/settings...
Kim Youngjin [Wed, 8 Apr 2015 05:17:15 +0000 (14:17 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/profile/tv/apps/native/settings into tizen

9 years agoMerge "refactoring" into tizen
Kim Youngjin [Tue, 7 Apr 2015 02:48:58 +0000 (19:48 -0700)]
Merge "refactoring" into tizen

9 years agoFix win32 build error 19/37819/1
JuWan Kim [Tue, 7 Apr 2015 01:14:32 +0000 (10:14 +0900)]
Fix win32 build error

Change-Id: I244b9d91b7fd654c0e2571a3d78579c3565c547e
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agorefactoring
Kim Youngjin [Tue, 7 Apr 2015 00:03:24 +0000 (09:03 +0900)]
refactoring

Change-Id: I649d6d4a0aaf7d3e36c04961f4343dd07ad09fda
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agorefactoring 17/37817/1
Kim Youngjin [Tue, 7 Apr 2015 00:03:24 +0000 (09:03 +0900)]
refactoring

Change-Id: I649d6d4a0aaf7d3e36c04961f4343dd07ad09fda
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agoRefactoring /ug/system Done 80/37780/2
JuWan Kim [Mon, 6 Apr 2015 04:56:30 +0000 (13:56 +0900)]
Refactoring /ug/system Done

Change-Id: I9c40b012daabdf2b042e8ee874b46d94ff5587b1
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoRefactoring ug/channel Done 70/37670/2
JuWan Kim [Thu, 2 Apr 2015 07:50:00 +0000 (16:50 +0900)]
Refactoring ug/channel Done

Change-Id: I7ee5b81fda296ede648b44a29a9213ede455ef5c
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoRefactoring /ug/wifi-direct Done 29/37629/2
JuWan Kim [Wed, 1 Apr 2015 11:00:08 +0000 (20:00 +0900)]
Refactoring /ug/wifi-direct Done

Change-Id: I10ffb181a6611608bbefad5733b13d4ca40ae7fd
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoModify codes for WIN32 build environment 77/37577/1 accepted/tizen/tv/20150401.123947 submit/tizen_tv/20150401.080439
JuWan Kim [Tue, 31 Mar 2015 08:55:08 +0000 (17:55 +0900)]
Modify codes for WIN32 build environment

Change-Id: I8cee5754e6666f7c49a48706543fcdb0302465e5
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix sub menu launch bug after refactoring 73/37573/1
JuWan Kim [Tue, 31 Mar 2015 08:00:03 +0000 (17:00 +0900)]
Fix sub menu launch bug after refactoring

Change-Id: I0d7c7b9d7920b1df3dce20f8e4d5d9d9e1e23298
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix launch bug after refactoring 60/37560/1
JuWan Kim [Tue, 31 Mar 2015 05:04:13 +0000 (14:04 +0900)]
Fix launch bug after refactoring

Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
Change-Id: Ie1ea8410d6ba7e0a777ff75784d1a4a6de914112

9 years agoRefactoring 09/37509/1
Kim Youngjin [Mon, 30 Mar 2015 08:27:33 +0000 (17:27 +0900)]
Refactoring

Change-Id: Ib44549f0a0d266c0315e8de76cba9beb97cd2984
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agoviewmgr is changed to class module. 99/37499/2
Kim Youngjin [Mon, 30 Mar 2015 06:12:28 +0000 (15:12 +0900)]
viewmgr is changed to class module.

Change-Id: I9bd106203acedb2160554202669f7e4cd470bd0e
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
9 years agoUG Proxy refactoring Done 87/37487/1
JuWan Kim [Sat, 28 Mar 2015 05:13:28 +0000 (14:13 +0900)]
UG Proxy refactoring Done

Change-Id: I9bd9c3ae81916a63227a60155d2cc6aa694396d7
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoUG Network refactoring DONE 86/37486/2
JuWan Kim [Fri, 27 Mar 2015 22:58:56 +0000 (07:58 +0900)]
UG Network refactoring DONE

Change-Id: I71866a2443abc2e038bc33d1b488ab0ab99caaec
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoRefactoring / Add IpSettingView.cpp / Fix Segfault bug. 20/37420/1
JuWan Kim [Thu, 26 Mar 2015 08:01:49 +0000 (17:01 +0900)]
Refactoring / Add IpSettingView.cpp / Fix Segfault bug.

Change-Id: I33319b02134d4d6cdf068357a6d94a8e4d7ba9a6
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoChange main_view to NetworkMainView class in ./ug/network/ 60/37360/2
JuWan Kim [Wed, 25 Mar 2015 07:59:41 +0000 (16:59 +0900)]
Change main_view to NetworkMainView class in ./ug/network/

 * It has UI problem because of using application-common
   (elm_win_resize_object_add)
 * But, when main code will be refactored, I am looking forward to
   solve the bug.

Change-Id: Ia55d0a41a4cd4d8903071218cdae78c5245a5c7f
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoRemove vconf_mgr in /ug/network 32/37232/2
JuWan Kim [Mon, 23 Mar 2015 05:52:10 +0000 (14:52 +0900)]
Remove vconf_mgr in /ug/network

Change-Id: Ia54013cdd765573d120ce99ced29565fe2aeb7e7
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix launch bug 27/37227/2 accepted/tizen/tv/20150323.091440 submit/tizen_tv/20150323.080316
JuWan Kim [Mon, 23 Mar 2015 02:47:47 +0000 (11:47 +0900)]
Fix launch bug

   * Remove iter destroy code.

Change-Id: Ie8c1fc4910b852c3d84f096b2887be7d806231dc

9 years agoUpdate CNetConMgr and code clean 66/37166/3
JuWan Kim [Fri, 20 Mar 2015 04:57:59 +0000 (13:57 +0900)]
Update CNetConMgr and code clean

Change-Id: Ib8d0e03a674fc5acc787d7a0adda49807163eca5
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoAdd NetConMgr and remove connection_mgr.cpp and remove vconf_mgr.cpp 90/37090/4
JuWan Kim [Thu, 19 Mar 2015 05:11:54 +0000 (14:11 +0900)]
Add NetConMgr and remove connection_mgr.cpp and remove vconf_mgr.cpp

Change-Id: Ied6f6520916e7b2720ac39ec5abbce26097044ee
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoAdd CWifiMgr for ug common. 76/37076/2
JuWan Kim [Thu, 19 Mar 2015 00:51:49 +0000 (09:51 +0900)]
Add CWifiMgr for ug common.

Change-Id: I1d14f6efdd955428e01c1316d85e75fc8fb6f412
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoChange c to cpp in ./ug/network 30/36930/1 accepted/tizen/tv/20150318.030021 accepted/tizen/tv/20150319.020406 submit/tizen/20150318.012427 submit/tizen/20150318.020412 submit/tizen/20150318.022002 submit/tizen_tv/20150319.000236 submit/tizen_tv/20150319.002351 submit/tizent_tv/20150317.074057
JuWan Kim [Tue, 17 Mar 2015 07:25:21 +0000 (16:25 +0900)]
Change c to cpp in ./ug/network

  * Changing to cpp is done.

Change-Id: I18227bae986d87b8e11e3598b2fbd342ecb96a81
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoChange c to cpp in ./ug/wifi-direct/ 21/36921/1 accepted/tizen/tv/20150318.025946 submit/tizen_tv/20150317.063037
JuWan Kim [Tue, 17 Mar 2015 06:11:26 +0000 (15:11 +0900)]
Change c to cpp in ./ug/wifi-direct/

Change-Id: Ibbe71bbc023ef039e8c1404999ed0a2c682d850e
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoChange c to cpp in ./ug/system/ 18/36918/2 accepted/tizen/tv/20150317.055832 submit/tizen_tv/20150317.052921
JuWan Kim [Tue, 17 Mar 2015 05:24:34 +0000 (14:24 +0900)]
Change c to cpp in ./ug/system/

Change-Id: I01ae2cbf1b6dbc679cb13f03fd756d80464001a7
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoChange c to cpp in ./ug/proxy/ 03/36903/2 accepted/tizen/tv/20150317.055808 submit/tizen_tv/20150317.043110
JuWan Kim [Tue, 17 Mar 2015 02:56:16 +0000 (11:56 +0900)]
Change c to cpp in ./ug/proxy/

Change-Id: Id26540561c151368479171e7b3f4802875ef0c7b
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoChange c to cpp in ./ug/channel 00/36900/1 accepted/tizen/tv/20150317.055553 submit/tizen_tv/20150317.024130
JuWan Kim [Tue, 17 Mar 2015 01:57:38 +0000 (10:57 +0900)]
Change c to cpp in ./ug/channel

Change-Id: Idbd641025a719223ee47f9980ac34ab9dc599a07
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix auto program UI bug 96/36896/1 accepted/tizen/tv/20150317.023852 submit/tizen_tv/20150317.005545
JuWan Kim [Tue, 17 Mar 2015 00:06:39 +0000 (09:06 +0900)]
Fix auto program UI bug

Change-Id: I986e37adc28f09d2eba761b1fd9f3f765671007f
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoShow wifi-direct menu regardless of wifi init state 02/36702/1 accepted/tizen/tv/20150312.105827 submit/tizen_tv/20150312.073205
JuWan Kim [Thu, 12 Mar 2015 05:18:58 +0000 (14:18 +0900)]
Show wifi-direct menu regardless of wifi init state

Change-Id: Ibad36ab0877900e1e4d7763be6dc8e32992f7360
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix Network settings launch bug 89/36689/1 accepted/tizen/tv/20150312.061425 submit/tizen_tv/20150312.042106
JuWan Kim [Thu, 12 Mar 2015 02:41:25 +0000 (11:41 +0900)]
Fix Network settings launch bug

Change-Id: Id9abf5afd6879b537f3e08bfd283ded9e8c86b2a
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoRemove vconf set in spec file. Add vconf set flow to main.cpp 41/36641/2 accepted/tizen/tv/20150312.010920 submit/tizen_tv/20150311.080819
JuWan Kim [Wed, 11 Mar 2015 07:41:10 +0000 (16:41 +0900)]
Remove vconf set in spec file. Add vconf set flow to main.cpp

 * 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>
9 years agoMake this package not be included in wayland image (temp) 60/36560/1 accepted/tizen/tv/20150310.063446 submit/tizen_tv/20150310.051920
Kim Tae Soo [Tue, 10 Mar 2015 05:17:55 +0000 (14:17 +0900)]
Make this package not be included in wayland image (temp)

Change-Id: I2fefcb6c34a83a6b87569dade62381f7facbc666
Signed-off-by: Kim Tae Soo <taesoo46.kim@samsung.com>
9 years agoRemove X dependency (x11, utilX, ecore-x) 08/36508/1 submit/tizen/20150309.095351
JuWan Kim [Mon, 9 Mar 2015 08:39:01 +0000 (17:39 +0900)]
Remove X dependency (x11, utilX, ecore-x)

Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
Change-Id: I617a628d36783d2928ad3d0c7565fbcebcd28cc4

9 years agoApply BaseApp 44/36344/1 accepted/tizen/tv/20150305.131148 submit/tizen_tv/20150305.114012
JuWan Kim [Thu, 5 Mar 2015 11:06:59 +0000 (20:06 +0900)]
Apply BaseApp

Change-Id: Idb4f4e387ccd1394ad067b1b4bf486d5d05044a7
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoRemove null-body files. It is not used. 29/36329/1 accepted/tizen/tv/20150305.103826 submit/tizen_tv/20150305.100004
JuWan Kim [Thu, 5 Mar 2015 07:38:17 +0000 (16:38 +0900)]
Remove null-body files. It is not used.

Change-Id: Icba60db872e94f7fd22d10e7696ee581e12eda13
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoConvert c to cpp except for ug files. 15/36215/1 accepted/tizen/tv/20150304.011909 submit/tizen_tv/20150303.130111
JuWan Kim [Tue, 3 Mar 2015 12:58:18 +0000 (21:58 +0900)]
Convert c to cpp except for ug files.

Change-Id: I4f93e8c8ac201f160c484f6df0a8dfedeb26cfd5
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix ctxpopup y position bug for speaker setup. 79/36179/1 accepted/tizen/tv/20150304.011859 submit/tizen_tv/20150303.125752
JuWan Kim [Tue, 3 Mar 2015 08:37:55 +0000 (17:37 +0900)]
Fix ctxpopup y position bug for speaker setup.

Change-Id: If28a5cedc48fac66acfb95732a6e91f5ff880970
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoAdd Remote Key defines / flow 25/35925/1 accepted/tizen/tv/20150226.094618 submit/tizen_tv/20150226.071925
JuWan Kim [Thu, 26 Feb 2015 06:56:23 +0000 (15:56 +0900)]
Add Remote Key defines / flow

Change-Id: Ic6c7c882b75741513b53fdca4d412c51649f0696
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoModify settings app to work 03/35903/1 accepted/tizen/tv/20150226.042022 accepted/tizen/tv/20150226.094551 submit/tizen_tv/20150226.013703 submit/tizen_tv/20150226.071823
Kim Tae Soo [Thu, 26 Feb 2015 00:48:16 +0000 (09:48 +0900)]
Modify settings app to work

Change-Id: Ifb7d3ee58be6f655a1ee9ae570a93db25f2e93a7
Signed-off-by: Kim Tae Soo <taesoo46.kim@samsung.com>
9 years agoApply changed app-lifecycle 28/35828/1 accepted/tizen/tv/20150225.100243 submit/tizen_tv/20150225.073916
JuWan Kim [Wed, 25 Feb 2015 07:15:30 +0000 (16:15 +0900)]
Apply changed app-lifecycle

Change-Id: Id2a4e71ae7c62360d1edda777814fff30de485e9
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoFix launch bug (json read fail) 18/35818/1
JuWan Kim [Wed, 25 Feb 2015 05:13:35 +0000 (14:13 +0900)]
Fix launch bug (json read fail)

 * 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>
9 years agoAdd default manifest file and modify spec file for manifest file 58/35658/1 accepted/tizen/tv/20150223.074143 submit/tizen_tv/20150223.071110
JuWan Kim [Mon, 23 Feb 2015 06:51:19 +0000 (15:51 +0900)]
Add default manifest file and modify spec file for manifest file

Change-Id: I89e95ef31fd25e8e0d44b61bb0c1d8973d86b2f7
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoRemove manifest file 68/34968/1 submit/tizen_tv/20150205.090455
JuWan Kim [Thu, 5 Feb 2015 05:35:08 +0000 (14:35 +0900)]
Remove manifest file

Change-Id: Ieb8c06450ec8ffec64a12de13348f99bce3dccf0
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
9 years agoBase code / protex done / build check done (32/64bit) 65/34565/1 accepted/tizen/tv/20150130.000900 submit/tizen_tv/20150129.095141
JuWan Kim [Thu, 29 Jan 2015 06:32:02 +0000 (15:32 +0900)]
Base code / protex done / build check done (32/64bit)

Change-Id: Ie572ec19fc5afdad3c7018201036b71bd43193c8
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>