Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I467275ba20d7449f03e3539844963a1e119aba22
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
|
|
Change-Id: I527f9d13b63a6763247de097c8d9be9b201909f6
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
|
|
Change-Id: I29178a673a9d21ff172e4f870971eea69de61890
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
|
|
Accessibility submenu will be used to launch accessibility features, like screen reader, screen magnification etc.
Change-Id: Ibdaba51b45d199155e02549463e5f2940aa01b0a
|
|
Change-Id: I409ffbd7a6e1cad76c9b7196a0234841a7a00885
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
|
|
Change-Id: Ib9981649813d7d1ab071346fc21ddb6a6209ca22
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
|
|
This reverts commit 6635834f7826eb04f72907fd2e28082f8f89058a.
Change-Id: I473d9fa9ad5f4fd4be98314609337043d69063d9
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
|
|
This reverts commit f4fe14c37b8d6b42d462997f341be15848a7bbb4.
Change-Id: Ifcaba63f81873d9945928d79517ffbefa03759a2
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
|
|
Change-Id: I3adcaf456eaf3aacb8c7e3b733e92809462e5a34
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
|
|
Change-Id: I869a89ab61ed1205fe70aab094ea9dbffa33b7d6
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
|
|
Change-Id: I26cd77402f1afcf5549d85fd829185858a5d618f
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
|
|
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>
|
|
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
|
|
These are provided by app-common
Change-Id: If61ad40967aa285b37c540f1e6920a6cdeadb38d
|
|
Change-Id: I9fc5fcc0540624337f046973463370a82e0e7bbb
|
|
Change-Id: I92a284b9e89a4035972e1f0940c2b8f8751f9988
|
|
"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
|
|
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
|
|
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
|
|
[ 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
|
|
Auto program depends on tv-service which is currently missing
Change-Id: I1eb80616a11fddbcecdfc55b3516e48fca38cc79
|
|
Change-Id: Iaea5a3dbddeddc5cbb697df44731345503fe641d
|
|
Change-Id: I4fa8f552fe803ba6ac3738c5918c8f62145f5e03
|
|
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
|
|
Change-Id: I14f9b3469efc10608435ba26ff81af07863a6f0e
|
|
Change-Id: I323409b4f13f7df70f7b21949a2e3c6277974bb8
|
|
Change-Id: I82b4b291acf8bc9c186c314258e555caebd80565
|
|
Change-Id: I467ba5cf6e390e271b8dc1b8b4a14cbb0f131668
|
|
Change-Id: Ie4d55a6421ab3f2cc29aedb1c985feae2f5db7ba
|
|
This ignores return value from register_ethernet_state_cb() (this API
is actually missing from capi-network-connection at this moment).
Change-Id: I8748505ee362cc986cb9ac47106dd1cb4c7128e2
|
|
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
|
|
Change-Id: I0e2bd79039d6ab0c85fa0284182b5faf21d80893
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
|
|
Change-Id: Ic7a1ac57494def5c2d15df67988178f1e4b76322
|
|
Change-Id: If8eedf3017e088aaec58c05d11916f53bb9493c0
|
|
Also, applied cpplint check fixes
Change-Id: I63a0275d8ca510bb3685478757c184735f879ade
|
|
/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
|
|
This is not to confuse with def.h in pulse library
Change-Id: I61b1754d9155d1c0a48a6f3e9dd0bffd5d005bf4
|
|
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
|
|
Change-Id: Idd140c529b776be846599d0c0bb73ad4e9097a73
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
|
|
Change-Id: Iaf3fbaeb303a5c7523b35cf2dfa399b42f89dadb
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
|
|
Change-Id: Iab64cfae813d6a2b2932de48365af3ec6cd729ff
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
|
|
|
|
Change-Id: Idc542de3f3b78ab3c57bc0edb93d32bf1ba05857
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
|
|
Accessibility submenu will be used to launch accessibility
features, like screen reader, screen magnification etc.
Change-Id: I0363ae611e00b286e6095ce927dc2a783bae31a9
|
|
Change-Id: I0244c571d258ab1fc481690190fdb4adcd11f6e0
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
|
|
Change-Id: I302cef8f2bee8f37375220bb2cd1a0db9650c7fe
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
|
|
Change-Id: I952a9915c30230722805a17ac395d87d2404d7d9
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
|
|
* 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>
|
|
Change-Id: I23542073b0445249297a1be56f6eaf705fa1fcc5
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
|
|
ssh://review.tizen.org:29418/profile/tv/apps/native/settings into tizen
Change-Id: I77d7597e7732f4e0efb77fc9b810cd3f27fa71c0
Signed-off-by: Kim Youngjin <yj21c.kim@samsung.com>
|