apps/home/wrt-setting.git
10 years agoRemove unnecessary files
leerang song [Tue, 20 Aug 2013 04:52:00 +0000 (13:52 +0900)]
Remove unnecessary files

[Issue#]    N/A
[Problem]   Unnecessary files are remaind.
[Cause]     Setting UI guide was changed.
            "Web application setting" menu had a lot of menus like more details, listview, allow list and so all.
            However new "Web application setting" menu UX doesn't use old menu anymore.
[Solution]  Removed source files(*.cpp, *.h) of settings and not used images.
            1. webapp-common is deprecated.
            - As web application and native application need to show common menu UX,
              owner of "Web application details" menu is moved to setting team.
              deleted : webapp-common/popup.cpp,
                        webapp-common/popup.h
                        webapp-common/ug.cpp,
                        webapp-common/ug.webapp-common-efl.include,
                        webapp-common/util.h,
                        webapp-common/view.cpp,
                        webapp-common/view.h,
                        webapp-common/whitelistview.cpp,
                        webapp-common/whitelistview.h,
                        webapp-common/whiteuriview.cpp,
                        webapp-common/whiteuriview.h
            2. Only support "Web application permission" menu(show and edit W3C permission)
            - As requirment of customer(Orange), only support edit menu of W3C permission.
              Without this W3C permission edit menu, user cannot control decision of allow/deny
              which is made during application runtime with permission popup.
              (Only case of user selection allow/deny with checking "Remember preference" is shown in the menu)
              As new UX concept(only needs permission edit menu) other deprecated source code is removed.
              deleted : webapp-detail/advancedview.cpp,
                        webapp-detail/advancedview.h,
                        webapp-detail/detailview.cpp,
                        webapp-detail/detailview.h,
                        webapp-detail/feature.h,
                        webapp-detail/permview.cpp,
                        webapp-detail/permview.h,
                        webapp-detail/tizen_feature.cpp,
                        webapp-detail/tizen_feature.h,
                        webapp-detail/view.cpp,
                        webapp-detail/view.h
            3. Clean-up source and resource regarding support WAC
              deleted : webapp-detail/wac_feature.cpp
                        webapp-detail/wac_feature.h,
                        webapp-detail/edc/CMakeLists.txt,
                        webapp-detail/edc/defs.h,
                        webapp-detail/edc/main.edc
[SCMRequest] N/A

Change-Id: Ie5eb577d0f5e78a2a3678039337e50b8df43f168

10 years ago[Release] wrt-setting_0.0.50
Jihoon Chung [Sat, 17 Aug 2013 05:11:42 +0000 (14:11 +0900)]
[Release] wrt-setting_0.0.50

Change-Id: Ie4ee42aee43c15f1e3879ea2d48d5191c60040d8

10 years agoFixed crash during preparing setting menu data
Jihoon Chung [Sat, 17 Aug 2013 04:55:00 +0000 (13:55 +0900)]
Fixed crash during preparing setting menu data

[Issue#] N/A
[Problem] Launch Orange Cineday and allow using large amount of data
after checking "Remember preference". Go to setting menu and select
"allow list" menu. Crash is occurred.
[Cause] Current implementation of load text is based on index which
is used in the security origin dao. Unfortunately, new index is created
in the security origin dao without fixing load text routine in the
setting menu. This problem occurred that setting menu touch wrong memory
with new inserted index.
[Solution] Sync setting menu index with index used in the security
origin dao
[SCMRequest] N/A

Change-Id: I644476eb027cadc31a6a42b39e2fbf7c952542d0

10 years ago[Release] wrt-setting_0.0.49
Jihoon Chung [Fri, 16 Aug 2013 13:34:30 +0000 (22:34 +0900)]
[Release] wrt-setting_0.0.49

Change-Id: Iad133a4b551c5894b83075d19f5b37c635db5707

10 years agoSetting UX is changed so permission check menu is removed.
leerang song [Fri, 2 Aug 2013 11:35:30 +0000 (20:35 +0900)]
Setting UX is changed so permission check menu is removed.

[Issue#] p130725-8861
[Problem] Change done on allowed permissions window are resting after opening this window for the second time
[Cause] Allow list can not access the database of web applications.
[Solution] Setting UX is changed so permission check menu is removed.
[SCMRequest] N/A

Change-Id: If9f4f96d2804855baf47078713512c426a928fe0

10 years ago[Release] wrt-setting_0.0.48
sung-su.kim [Wed, 17 Jul 2013 02:50:59 +0000 (11:50 +0900)]
[Release] wrt-setting_0.0.48

Change-Id: I588ea269c395d94bf834c5d96b2325ab553ac96b

10 years agoRemove the WAC code
leerang song [Mon, 15 Jul 2013 06:59:02 +0000 (15:59 +0900)]
Remove the WAC code

[Issue#] LINUXWRT-629
[Problem] N/A
[Cause] Not support WAC
[Solution] Remove the WAC code
[SCMRequest] N/A

Change-Id: I87005f5d981221bba49de475ca69589bde6f8e96

10 years ago[Release] wrt-setting_0.0.47
sung-su.kim [Wed, 3 Jul 2013 11:03:41 +0000 (20:03 +0900)]
[Release] wrt-setting_0.0.47

Change-Id: If270f15b2ddc967125c159e979f162628ea94f40

10 years agoRemove the unnecessary image files
leerang song [Tue, 2 Jul 2013 11:31:15 +0000 (20:31 +0900)]
Remove the unnecessary image files

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove WebApplication.png
[SCMRequest] N/A

Change-Id: I2925b92074131db893a180341dd3986006a92a5b

10 years ago[Release] wrt-setting_0.0.46
sung-su.kim [Fri, 28 Jun 2013 00:16:19 +0000 (09:16 +0900)]
[Release] wrt-setting_0.0.46

Change-Id: I7b4fcbfb02388cf77f3e894a1dd8e9d70bf125fb

11 years ago[Release] wrt-setting_0.0.45
sung-su.kim [Tue, 11 Jun 2013 02:21:39 +0000 (11:21 +0900)]
[Release] wrt-setting_0.0.45

Change-Id: I7ee1b12411ddb8a319705274a7735edd6540ca2a

11 years ago[Release] wrt-setting_0.0.44
Jihoon Chung [Thu, 30 May 2013 07:44:02 +0000 (16:44 +0900)]
[Release] wrt-setting_0.0.44

Change-Id: I2652bbff4a66fd17d95e5989800b35b25e249be5

11 years agoRemove unused dependency "vconf"
Jihoon Chung [Wed, 29 May 2013 05:45:21 +0000 (14:45 +0900)]
Remove unused dependency "vconf"

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove unused dependency "vconf"
[SCMRequest] N/A

Change-Id: I7c6438554586b62e7f7598bde168009032f887a9

11 years ago[Release] wrt-setting_0.0.43
sung-su.kim [Thu, 23 May 2013 09:24:59 +0000 (18:24 +0900)]
[Release] wrt-setting_0.0.43

Change-Id: I111171f50171ae76b92df7faff8dbd56ee8b5068

11 years ago[Developer mode] removal of Developer mode
Kamil Nowac [Mon, 20 May 2013 12:37:07 +0000 (14:37 +0200)]
[Developer mode] removal of Developer mode

[Issue#] LINUXWRT-282
[Problem] Due to the change in wrt-commons repository. Unsupported feature.
[Cause] N/A
[Solution] Removing it
[Verification] Build wrt-setting repository

Change-Id: Id5e444892ec59cfa7b2b19b1fdf33a0e44b78530

11 years ago[Release] wrt-setting_0.0.41
Soyoung Kim [Mon, 13 May 2013 02:49:24 +0000 (11:49 +0900)]
[Release] wrt-setting_0.0.41

Change-Id: Ib1fc5e48c91c0fe8412a806be5d14dfd9487f1f5

11 years agoRemove vconf usage code
Jihoon Chung [Fri, 10 May 2013 08:23:18 +0000 (17:23 +0900)]
Remove vconf usage code

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Security setting value is moved vconf to database
This commit replace vconf usage to use WidgetDao
[SCMRequest] must be imported with wrt-commons, wrt-installer

Change-Id: I440855fd2db947cba82db72541235cd4e39f0047

11 years ago[Release] wrt-setting_0.0.40
Jihoon Chung [Tue, 7 May 2013 06:03:57 +0000 (15:03 +0900)]
[Release] wrt-setting_0.0.40

Change-Id: Ice13f21e6a6c5b7f32872683f673900c26ea1a5a

11 years agoSupport Web storage security exception menu
Jihoon Chung [Sat, 4 May 2013 10:03:32 +0000 (19:03 +0900)]
Support Web storage security exception menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Support Web storage security exception menu
[SCMRequest] must be imported with wrt-commons, wrt-installer

Change-Id: Ia0d521a2d9064f45fe31b96bc966987264627b26

11 years ago[Release] wrt-setting_0.0.39
Jihoon Chung [Tue, 30 Apr 2013 03:09:07 +0000 (12:09 +0900)]
[Release] wrt-setting_0.0.39

Change-Id: I63ea934ce7787bc484f8221bb2897c9fae354dc8

11 years agoThe license change version 1.0 to version 1.1
leerang song [Mon, 29 Apr 2013 04:34:47 +0000 (13:34 +0900)]
The license change version 1.0 to version 1.1

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] Change the license.
[SCMRequest] N/A

Change-Id: I93507762c5f991ddf546b175be12814ee4eac54b

11 years ago[Release] wrt-setting_0.0.38
Jihoon Chung [Tue, 23 Apr 2013 08:31:33 +0000 (17:31 +0900)]
[Release] wrt-setting_0.0.38

Change-Id: I9e7709ce152bcb2b7dfa88fcc1684d812791bf4d

11 years agoFixed build error
Jihoon Chung [Tue, 23 Apr 2013 08:30:39 +0000 (17:30 +0900)]
Fixed build error

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Fixed build error
[SCMRequest] N/A

Change-Id: Ib6f8d1619e2492bd72998e71f765ede696887498

11 years ago[Release] wrt-setting_0.0.37
Jihoon Chung [Tue, 23 Apr 2013 06:45:45 +0000 (15:45 +0900)]
[Release] wrt-setting_0.0.37

Change-Id: I83f759a087ad8c82054b5a7c4e9bcb6cf4c9be82

11 years agoThe license file Changes LICENSE to LICENSE.Flora
leerang song [Mon, 22 Apr 2013 11:05:19 +0000 (20:05 +0900)]
The license file Changes LICENSE to LICENSE.Flora

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] License change in all files
[SCMRequest] N/A

Change-Id: I2484a7bcef12c2d87ba548051caed7d8356acddf

11 years ago[Release] wrt-setting_0.0.36
Jihoon Chung [Fri, 19 Apr 2013 09:32:17 +0000 (18:32 +0900)]
[Release] wrt-setting_0.0.36

Change-Id: I54921336952a4f88da6c5cd0cd9554e95ba4f255

11 years agoReplace getPkgName to getTzAddId
Jihoon Chung [Fri, 19 Apr 2013 04:56:24 +0000 (13:56 +0900)]
Replace getPkgName to getTzAddId

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Replace getPkgName to getTzAddId
[SCMRequest] must be imported with wrt-commons

Change-Id: I1e580f77e9b095bf86534b8495052918c120e6a8

11 years ago[Release] wrt-setting_0.0.35
leerang song [Thu, 4 Apr 2013 11:59:08 +0000 (20:59 +0900)]
[Release] wrt-setting_0.0.35

Change-Id: Ic60c4e236e5fcb8b131028d3e4514a0cd5a9d04d

11 years agoChange setting UI
leerang song [Fri, 29 Mar 2013 02:01:06 +0000 (11:01 +0900)]
Change setting UI

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Setting UI is changed.
[SCMRequest] N/A

Change-Id: Iaa50f5371700e12524810b9ca2bae9ae8084ca6a

11 years ago[Release] wrt-setting_0.0.34
Jihoon Chung [Fri, 29 Mar 2013 05:39:52 +0000 (14:39 +0900)]
[Release] wrt-setting_0.0.34

Change-Id: Ib57ac800039c32c3cba0921feadb1e0718f8fac9

11 years agoRevert "Support app:// for w3c privilege"
Jihoon Chung [Fri, 29 Mar 2013 05:39:34 +0000 (14:39 +0900)]
Revert "Support app:// for w3c privilege"

This reverts commit c3f0b4a4b8c2351d8b8713f988ad2a49b94aab1c.

Change-Id: Ibe5e5fc8906ca4134871e9ca0c89df81ffbc08de

11 years ago[Release] wrt-setting_0.0.33
Jihoon Chung [Thu, 28 Mar 2013 07:30:40 +0000 (16:30 +0900)]
[Release] wrt-setting_0.0.33

Change-Id: Ia946193d46adbd65f988affbacf8372fb7dde086

11 years agoRemove debian directory
Jihoon Chung [Thu, 28 Mar 2013 06:54:11 +0000 (15:54 +0900)]
Remove debian directory

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] debian directory isn't used anymore
[SCMRequest] N/A

Change-Id: Iaa239632b73cbbbe954ebadbf2f6adafb131d2d3

11 years agoSupport app:// for w3c privilege
Jihoon Chung [Thu, 28 Mar 2013 02:27:29 +0000 (11:27 +0900)]
Support app:// for w3c privilege

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] "file://" scheme is deprecated
Tizen2.1 uses "app://<app-id>" instead of "file://"
This commit changed display security origin in the "Exceptions Settings" menu
Before menu display "local" in case of origin is "file://"
Current menu will display "app://"+"origin" directly
[SCMRequest] N/A

Change-Id: Iff4b3f5ede7d935b12473f3e9fbbd1a13e92911e

11 years agoUpdate unmerged source code
Jihoon Chung [Thu, 14 Mar 2013 02:10:23 +0000 (11:10 +0900)]
Update unmerged source code

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Update unmerged source code
[SCMRequest] N/A

Change-Id: Ib0e8ebcd0a2b9fff64cf7754124f360151f179cd

11 years ago[Release] wrt-setting_0.0.32
Jihoon Chung [Wed, 13 Mar 2013 08:16:08 +0000 (17:16 +0900)]
[Release] wrt-setting_0.0.32

Change-Id: I9a44e40753679760b28076af297882eb37e1ac06

11 years agoAdding the smack rule include files
Hoseon LEE [Tue, 12 Mar 2013 09:01:44 +0000 (18:01 +0900)]
Adding the smack rule include files

[Issue#] N/A
[Problem] Setting menu does not get the permission of SMACK
[Cause] Setting process does not have the rule of wrt setting ug
[Solution] Adding the smack rule
[SCMRequest] N/A

Change-Id: Ib34850a946899d04edea54ecb27619b9dcaa692d

11 years ago[Release] wrt-setting_0.0.31
Jihoon Chung [Wed, 6 Mar 2013 10:05:52 +0000 (19:05 +0900)]
[Release] wrt-setting_0.0.31

Change-Id: Ie3115481672f40a0092f17b39281f58d3a70b5b1

11 years agoRemove web storage & filesystem usage code
Jihoon Chung [Wed, 6 Mar 2013 07:52:22 +0000 (16:52 +0900)]
Remove web storage & filesystem usage code

[Issue#] N/A
[Problem] N/A
[Cause] Webkit deprecate API for web storage and filesystem usage
[Solution] Clean-up code for web storage and filesystem usage
[SCMRequest] must be imported with wrt-commons, wrt-installer

Change-Id: I731e3515ff6346a47f532f7fdc564b1ac5287bf1

11 years ago[Release] wrt-setting_0.0.30
leerang song [Fri, 22 Feb 2013 06:41:49 +0000 (15:41 +0900)]
[Release] wrt-setting_0.0.30

11 years agoImplement tizen privilege for w3c API
Jihoon Chung [Sun, 13 Jan 2013 08:57:11 +0000 (17:57 +0900)]
Implement tizen privilege for w3c API

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Implement tizen privilege for W3C API.
If web application contains "http://tizen.org/privilege/geolocation"
with tizen:privilege tag, web application uses geolocation without
security warning popup. In this case, only local origin is allowed to use.

This commit implement read-only items in the exceptions setting menu.
In case of security origin exception data which is register by privilege,
items will be set to read-only items for preventing removed.

[SCMRequest] must be imported with wrt-commons
https://tizendev.org/gerrit/#/c/30851/

Change-Id: Idbc8f3ea742e06f84a36a79361e25ec1253b822a

11 years agoFixed the wrong creation of security origin db
Hoseon LEE [Thu, 21 Feb 2013 04:56:07 +0000 (13:56 +0900)]
Fixed the wrong creation of security origin db

[Issue#] N/A
[Problem] Exception settings creation is failed
[Cause] Creator use wrong PkgID
[Solution] Adding the PkgID getting process
[SCMRequest] N/A

Change-Id: I4bbe867ada718643438e738fc3ab8fc662d9a1f7

11 years agoChanging the wrt-setting pkg version
Hoseon LEE [Wed, 20 Feb 2013 07:48:19 +0000 (16:48 +0900)]
Changing the wrt-setting pkg version

[Issue#] N/A
[Problem] wrt setting pkg version is wrong
[Solution] Fixed the wrt setting pkg version
[SCMRequest] N/A

Change-Id: I60429fbd7f410934d9f4800243b5dbe5c2054ccf

11 years ago[Release] wrt-setting_0.0.29
leerang song [Wed, 20 Feb 2013 05:23:08 +0000 (14:23 +0900)]
[Release] wrt-setting_0.0.29

Change-Id: I3cb9771f8c7d01ebb4fb11c05367c8425585ec2d

11 years agoChaning the ID to TizenAppID from PkgID
Hoseon LEE [Tue, 19 Feb 2013 04:13:51 +0000 (13:13 +0900)]
Chaning the ID to TizenAppID from PkgID

[Issue#] N/A
[Problem] Web App Setting UG creation fail
[Cause] Setting UG use wrong ID (PkgID)
[Solution] Setting UG use TizenID
[SCMRequest] N/A

Change-Id: Idefc7fe93b1eb0f59f3fd92f107482284e208c81

11 years agoChange the number of Display language
leerang song [Wed, 6 Feb 2013 04:11:50 +0000 (13:11 +0900)]
Change the number of Display language

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove po files and file name in CMakelist.txt
[SCMRequest] N/A

Change-Id: Idac246ae100c49e6520fd5ef97126788915124c8

11 years agoPrevent issues fixes
Lukasz Marek [Mon, 4 Feb 2013 18:23:50 +0000 (19:23 +0100)]
Prevent issues fixes

[Issue#] N/A
[Problem] Prevent issued some warnings.
[Cause] N/A
[Solution] Fixed.

Change-Id: I593f111aaad7faf084d7266184399158bd2efd47

11 years agoLicense name change tizenopensource to floralicense
leerang song [Thu, 17 Jan 2013 08:25:02 +0000 (17:25 +0900)]
License name change tizenopensource to floralicense

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] License name change tizenopensource to floralicense
[SCMRequest] N/A

Change-Id: I8fad8ab721a455d9c77534340d3671383e86accb

11 years ago[Release] wrt-setting_0.0.28
Jihoon Chung [Tue, 15 Jan 2013 06:05:06 +0000 (15:05 +0900)]
[Release] wrt-setting_0.0.28

Change-Id: Ib09e0c3a5a871096d0cf871bb57736d8db4159d1

11 years agoOpen Domain setting menu
Jihoon Chung [Sat, 12 Jan 2013 06:23:34 +0000 (15:23 +0900)]
Open Domain setting menu

[Issue#] JIRA (#TDIS-2210)
[Problem] Have no method check the security information
[Cause] Temporarily block domain menu for prevent the crash issue
[Solution] Open domain display menu
Also fixed crash issue in the license menu
[SCMRequest] N/A

Change-Id: I3d308b81c4764050f9e3e23767e5bd253cc3e7f7

11 years agoFix of license display in wrong language
Tomasz Iwanek [Mon, 7 Jan 2013 07:21:46 +0000 (08:21 +0100)]
Fix of license display in wrong language

[Issue#] JIRA(#TDIS-1567)
[Bug] Failing to display license text correctly
[Cause] N/A
[Solution] N/A
[Verification] check if application license in correctly displayed in settings -> manage applications -> more detail -> license information.
To do that, install co.wgt widget of w3c tests. Value of license shouldbe 'PASSED'.

Change-Id: Ied447e3905dad68cb5c6d66bb581b72a341580bf

11 years ago[Release] wrt-setting_0.0.27
lke01.lee [Tue, 8 Jan 2013 04:53:38 +0000 (13:53 +0900)]
[Release] wrt-setting_0.0.27

Change-Id: Ifacadb66cf65528bce3d98e420a259844e268049

11 years agoPrevent Issue
lke01.lee [Tue, 8 Jan 2013 02:24:57 +0000 (11:24 +0900)]
Prevent Issue

[Issue#] 35100, 29696, 28548, 23973
[Problem]
[Cause] N/A
[Solution] 1. strdup dereference issue : 35100, 29696, 23979
2. wrong value issue : 28548

Change-Id: I3d936290221dda1d0b1d97561188ec73e87e6f1d

11 years ago[Release] wrt-setting_0.0.26
Jihoon Chung [Wed, 2 Jan 2013 05:54:50 +0000 (14:54 +0900)]
[Release] wrt-setting_0.0.26

Change-Id: Ie828cf7af9487f76b80926c679fd59a3fa31db35

11 years agoAdd developer options menu
Jihoon Chung [Wed, 2 Jan 2013 01:29:13 +0000 (10:29 +0900)]
Add developer options menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add developer options menu
Current menu has "Memory saving mode"
[SCMRequest] must be imported with wrt-commons

Change-Id: Iba95c5e9cdefe861b67a609ffc5e78eb8880fc69

11 years agoApply vconf key path builder
Jihoon Chung [Sat, 29 Dec 2012 04:05:56 +0000 (13:05 +0900)]
Apply vconf key path builder

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Replace local define to using common inline function
[SCMRequest] must be imported with wrt-commons
https://tizendev.org/gerrit/#/c/25043/

Change-Id: I435c5223db2dbbe0a3310ddd8f25aa84bd00bc4c

11 years ago[Release] wrt-setting_0.0.25
Jihoon Chung [Fri, 28 Dec 2012 08:32:21 +0000 (17:32 +0900)]
[Release] wrt-setting_0.0.25

Change-Id: Iaa4b1e093ac076a555f32a2b0cf614273770f90a

11 years agoOpen advanced setting menu
Jihoon Chung [Thu, 27 Dec 2012 23:11:54 +0000 (08:11 +0900)]
Open advanced setting menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Open advacned setting menu
Also, source code for security settings is changed to use
vconf
[SCMRequest] N/A

Change-Id: I3190df3a16538a0e8af0f76d5c3d5a626bc7bff3

11 years ago[release] wrt-setting_0.0.24
leerang song [Wed, 26 Dec 2012 04:19:45 +0000 (13:19 +0900)]
[release] wrt-setting_0.0.24

Change-Id: I5162a1d52d4e4d78c27266588ddefeb586300cd5

11 years agoTemporarily block "advanced settings"
Jihoon Chung [Wed, 26 Dec 2012 05:25:09 +0000 (14:25 +0900)]
Temporarily block "advanced settings"

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Temporarily block "advanced settings" menu
[SCMRequest] N/A

Change-Id: Ie7c04953833dcd0cf99498c8c98fdc5cc828b4bf

11 years agoFixed JIRA issues
Jihoon Chung [Wed, 26 Dec 2012 02:53:44 +0000 (11:53 +0900)]
Fixed JIRA issues

[Issue#] JIRA (N_SE-17623)
[Problem] Title spell is wrong
[Cause] Spell is missed
[Solution] fixed spell
[SCMRequest] N/A

Change-Id: I3302defd41d65281595fc554dd2bd54b5ae4d415

11 years agoModify popup type name
Jihoon Chung [Fri, 21 Dec 2012 07:02:21 +0000 (16:02 +0900)]
Modify popup type name

[Issue#] N/A
[Problem] Popup isn't closed after select button in the popup
[Cause] Text for widget type is changed
[Solution] Change widget type to "elm_popup"
[SCMRequest] N/A

Change-Id: If2ea0187a98e5010f916ad6cb0fcca92857a77f2

11 years agoAdvanced Setting menu style Change box to genlist
leerang song [Thu, 20 Dec 2012 05:03:06 +0000 (14:03 +0900)]
Advanced Setting menu style Change box to genlist

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] style Change box to genlist
[SCMRequest] N/A

Change-Id: Ifda68ad3e1e2c63e7b6f507079c2945918234a22

11 years ago[Release] wrt-setting_0.0.23
leerang song [Tue, 18 Dec 2012 08:06:48 +0000 (17:06 +0900)]
[Release] wrt-setting_0.0.23

Change-Id: Id49bc4f8526e0d35f3322a187d956c3390aa08fd

11 years agoChange string to STMS
leerang song [Tue, 18 Dec 2012 07:32:55 +0000 (16:32 +0900)]
Change string to STMS

[Issue#] N_SE-13460
[Problem] N/A
[Cause] N/A
[Solution] Change string to STMS
[SCMRequest] N/A

Change-Id: I2280207c0ca29708b1d728df4f5d7bfc3a87fbdf

11 years agoMore detail menu style Change box to genlist
leerang song [Tue, 18 Dec 2012 06:07:59 +0000 (15:07 +0900)]
More detail menu style Change box to genlist

[Issue#] N_SE-13109
[Problem] N/A
[Cause] N/A
[Solution] style Change box to genlist
[SCMRequest] N/A

11 years agoRemove es_US.po and add es_MX.po
leerang song [Fri, 14 Dec 2012 01:47:24 +0000 (10:47 +0900)]
Remove es_US.po and add es_MX.po

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove es_US.po and add es_MX.po
[SCMRequest] N/A

Change-Id: I6d759779e7d3106818845c069a0dab502071874f

11 years ago[Release] wrt-setting_0.0.22
Jihoon Chung [Mon, 10 Dec 2012 04:48:24 +0000 (13:48 +0900)]
[Release] wrt-setting_0.0.22

Change-Id: If7dd5d18eb4edbbf4ea8c6211504ada19a35c48f

11 years agoFixed build break
Jihoon Chung [Mon, 10 Dec 2012 04:41:48 +0000 (13:41 +0900)]
Fixed build break

[Issue#] N/A
[Problem] Build break is occurred in the headers which are using
DPL:ScopedPtr
[Cause] Missed header
[Solution] Add header, dpl/scoped_ptr.h
[SCMRequest] N/A

Change-Id: Ia9d9cb1a976d2bf71dc3b8d7b62dc8128b1c0b9e

11 years agoDelete auto save ID/password menu in More detail
leerang song [Tue, 4 Dec 2012 05:39:28 +0000 (14:39 +0900)]
Delete auto save ID/password menu in More detail

[Issue#] N_SE-12146
[Problem] N/A
[Cause] N/A
[Solution] Delete auto save ID/password menu in More detail
[SCMRequest] N/A

Change-Id: Ia9683350f25430907ea758792928daa05382500d

11 years ago[Release] wrt-setting_0.0.21
lke01.lee [Mon, 26 Nov 2012 12:14:06 +0000 (21:14 +0900)]
[Release] wrt-setting_0.0.21

11 years agoTwo Indicator Issue
lke01.lee [Mon, 26 Nov 2012 08:48:26 +0000 (17:48 +0900)]
Two Indicator Issue

[Issue#] There are two indicator
[Problem]
[Cause] There must be one conformant in one window, based on new window structure policy.
[Solution] One of Two conformant elementry has been deleted.
[SCMRequest] N/A

Change-Id: I9df41db5fdf1e64244fb300983d6141988b353d8

11 years ago[Release] wrt-setting_0.0.20
Jihoon Chung [Fri, 23 Nov 2012 01:45:16 +0000 (10:45 +0900)]
[Release] wrt-setting_0.0.20

Change-Id: I33c2be3462b7f5f7656473276174f168cbb0fb45

11 years agoImplement Security Settings menu
Jihoon Chung [Wed, 14 Nov 2012 01:10:35 +0000 (10:10 +0900)]
Implement Security Settings menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Implement Security Settings menu
 - turn on/off setting values for security warning popup
 - menu for removing user data for security origin
[SCMRequest] N/A

Change-Id: I822c4b634635e095d447038790f36b325dd0652a

11 years ago[Release] wrt-setting_0.0.19
lke01.lee [Thu, 22 Nov 2012 10:29:02 +0000 (19:29 +0900)]
[Release] wrt-setting_0.0.19

11 years agopopup for cookie sharing menu
lke01.lee [Sat, 17 Nov 2012 10:52:28 +0000 (19:52 +0900)]
popup for cookie sharing menu

[Issue#] When on/off button state is changed by user slection, it's unnecessary to show popup.
[Problem]
[Cause]
[Solution] Popup for cookie sharing menu has not been supported anymore.
[SCMRequest] N/A

Change-Id: I2fe53b106fbe246c9e74dfcf158f5608f6bcc6e2

11 years agoUpdate wrt-setting_0.0.18
leerang song [Mon, 19 Nov 2012 00:22:17 +0000 (09:22 +0900)]
Update wrt-setting_0.0.18

11 years agoUpdate wrt-setting_0.0.15
Soyoung Kim [Thu, 25 Oct 2012 15:04:42 +0000 (00:04 +0900)]
Update wrt-setting_0.0.15

11 years agoUpdate wrt-setting_0.0.10 2.0alpha master 2.0_alpha submit/master/20120920.150956
jihoon.chung [Wed, 22 Aug 2012 14:39:18 +0000 (23:39 +0900)]
Update wrt-setting_0.0.10

12 years agoapply FSL(Flora Software License)
Kim Kibum [Fri, 8 Jun 2012 05:54:22 +0000 (14:54 +0900)]
apply FSL(Flora Software License)

12 years agoInitial empty repository 2.0_release
Hyesook Choi [Thu, 7 Jun 2012 23:57:12 +0000 (08:57 +0900)]
Initial empty repository