platform/core/uifw/efl-config.git
4 years agoefl-config: update extension_font_overlay list for wearable profile accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/20201030.114142 accepted/tizen/6.0/unified/hotfix/20201103.002354 accepted/tizen/6.5/unified/20211028.115441 accepted/tizen/7.0/unified/20221110.063719 accepted/tizen/7.0/unified/hotfix/20221116.110033 accepted/tizen/8.0/unified/20231005.094110 accepted/tizen/unified/20200409.083720 submit/tizen/20200405.220557 submit/tizen/20200406.235844 submit/tizen/20200407.212858 submit/tizen/20200408.212617 submit/tizen_6.0/20201029.205105 submit/tizen_6.0_hotfix/20201102.192505 submit/tizen_6.0_hotfix/20201103.114805 submit/tizen_6.5/20211028.163101 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
Seungwan Woo [Tue, 24 Mar 2020 07:04:44 +0000 (16:04 +0900)]
efl-config: update extension_font_overlay list for wearable profile

 when system font is changed, extension_font_overlay of wearable profile also should be changed.
 regarding font_size, only scalable fonts will be changed.

Change-Id: I0678694ca7c92c1b43323de3444e00792ca80f98
Signed-off-by: Seungwan Woo <s-w.woo@samsung.com>
4 years agoefl-config: Fix calculation scale for wearable-circle (MPR-1371). There is a need... accepted/tizen/unified/20200120.133121 submit/tizen/20200111.071320 submit/tizen/20200112.211134 submit/tizen/20200114.214303 submit/tizen/20200115.213910 submit/tizen/20200116.005149 submit/tizen/20200116.043425 submit/tizen/20200116.051036 submit/tizen/20200119.222040
Seungwan Woo [Thu, 12 Dec 2019 13:43:13 +0000 (19:13 +0530)]
efl-config: Fix calculation scale for wearable-circle (MPR-1371). There is a need to change the scale formula to match the wearable-circle.

scale = floor((double)w * profile_factor / 360 * 10 + 0.5) / 10;

* Requires discussion on using printf() instead of EINA_LOG_INFO for boot time logging.

Change-Id: I9a77c21040fa351faf046d1060a7eb268807ea74
Signed-off-by: Kunal Sinha <kunal.sinha@samsung.com>
4 years agoRevert "tizen: Add additional unit for "unified" user session" 09/212309/2 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.020908 accepted/tizen/5.5/unified/mobile/hotfix/20201027.080444 accepted/tizen/unified/20190905.232237 submit/tizen/20190828.061756 submit/tizen/20190829.043227 submit/tizen/20190829.094028 submit/tizen/20190830.023608 submit/tizen/20190830.034707 submit/tizen/20190905.064609 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
Yunmi Ha [Tue, 20 Aug 2019 07:33:42 +0000 (07:33 +0000)]
Revert "tizen: Add additional unit for "unified" user session"

This reverts commit 6969613dc8659c1ae60b5841bb3b40bc77605d8f.

We've optimized systemd-user without unified system/session.
So, we revert the patch for unified system/session.

Change-Id: I953cc79bd1cdddb600692f5fd19960043716e7e9

4 years agosystemd: change systemd user session dependency 09/210909/1 accepted/tizen/unified/20190808.223037 submit/tizen/20190726.021836 submit/tizen/20190805.083058 submit/tizen/20190806.020207 submit/tizen/20190808.015309
Wonki Kim [Fri, 26 Jul 2019 01:54:11 +0000 (10:54 +0900)]
systemd: change systemd user session dependency

To minimize booting up speed
unnecessary services on botting up sequences are moved under another dependency

that's what this patch does

Change-Id: Ice8326f93a00d3bf9f3dee3a7c464353074fe1ab

4 years agoRemove unnecessary setting 85/209085/1 accepted/tizen/unified/20190705.110814 submit/tizen/20190703.012845
INSUN PYO [Tue, 2 Jul 2019 06:59:19 +0000 (15:59 +0900)]
Remove unnecessary setting

Change-Id: Id0d43eaa1e94661f7c3d10ab610b7955bdfa8777

4 years agoRemove unnecessary setting 98/208998/2
INSUN PYO [Tue, 2 Jul 2019 01:18:22 +0000 (10:18 +0900)]
Remove unnecessary setting

Change-Id: I062a3765119bfb9daa91688936459b234e1b9061

5 years agotizen: Add additional unit for "unified" user session 33/204133/1 accepted/tizen/unified/20190508.111204 submit/tizen/20190508.045622
Mateusz Moscicki [Fri, 19 Apr 2019 11:28:34 +0000 (13:28 +0200)]
tizen: Add additional unit for "unified" user session

The unified user session is about moving user session units, managed by
systemd --user, to main systemd, where it's managed as part of newly
created user@.target.

user@.target will contain same units as previously available in user/,
with same UID and environment setup.  systemd instance is used for unit
to be able to specify UID (inherited from user@.target).

The rationale behind this work is following:

* VD requirement to remove user session support
* boot time optimization requirements, due to:

   + 'systemd --user' taking 1s its own startup that could be used for
     unit startup
   + ability to better rearrange units if these managed by one systemd
     instance

Unit installed by this commit will not be used till user login mechanism
will be changed in systemd package (via changing pam_systemd to start
user@.target, rather than user@.service).

Change-Id: I26e2fb649b1cb509c8d067899e5c55be53b36d74

5 years agoAdd RemainAfterExit=yes to efl-config.service 31/186831/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.023650 accepted/tizen/unified/20180817.061833 submit/tizen/20180816.084103 submit/tizen_5.0/20181101.000005
INSUN PYO [Thu, 16 Aug 2018 01:08:59 +0000 (10:08 +0900)]
Add RemainAfterExit=yes to efl-config.service

Because efl-config.service belongs to basic.target.wants,
this service runs whenever any other service in the user session is run on-demand.
(The logs show that at-spi-dbus-bus.service runs on-demand.)

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Ib16d8aaa94a08d366ae7aab46dd8c6913c4f4256

5 years agoconfig: change the location of socket file 24/181724/1 accepted/tizen/unified/20180622.122613 submit/tizen/20180620.082602 submit/tizen/20180621.073811
Jongmin Lee [Mon, 18 Jun 2018 01:59:48 +0000 (10:59 +0900)]
config: change the location of socket file

Change-Id: Idba92155898df31a17cb46d532d6465c570d7c2f

6 years agoFix booting performance issue 57/174557/2 accepted/tizen/unified/20180405.005245 submit/tizen/20180403.101617 submit/tizen/20180404.045219 submit/tizen/20180404.084838
Shinwoo Kim [Tue, 3 Apr 2018 04:07:12 +0000 (13:07 +0900)]
Fix booting performance issue

The efl_config is setting device scale information in booting time.
After EFL 1.20 migration, the booting time became longer than before.
It is because The Efl.Ui.Win uses a frame object which is NOT used on Tizen.
Please refer to following stack. The evas_font_load needs around 3 seconds.

  evas_font_load
  _evas_text_font_reload
  efl_text_properties_font_set
  efl_gfx_scale_set
  _edje_text_recalc_apply
  _edje_part_recalc_single_text
  _edje_part_recalc_single
  _edje_part_recalc
  _edje_recalc_do
  _edje_program_run
  _edje_program_run
  _edje_program_run
  _edje_emit_handle
  _edje_message_process
  _edje_object_message_signal_process_do
  _efl_canvas_layout_efl_layout_signal_signal_process
  efl_layout_signal_process
  edje_object_message_signal_process
  _elm_win_frame_style_update
  _elm_win_frame_add
  _efl_win_finalize_internal
  _efl_ui_win_efl_object_finalize
  efl_finalize
  _efl_add_end
  main ()

Setting device scale information does not need to use the frame object.
Moreover Tizen does not use the frame object. So we was about to use Efl.Ui.Win
without the frame object by checking _elm_config->win_no_border.

BUT, we might use Efl.Ui.Win frame object some day.
This patch set is making Efl.Ui.Win keep creating the frame object by checking
ecore_wl2 only (without Efl.Ui.Win).

Change-Id: Ib46fb752e195d41aa0a42169e24e0b5b85b27aa6

6 years agoChange socket path which is synced with "efl_extension_config.c" 72/172472/2 accepted/tizen/unified/20180404.141015 submit/tizen/20180326.073708 submit/tizen/20180328.075226 submit/tizen/20180329.001034
Youngbok Shin [Wed, 14 Mar 2018 05:56:29 +0000 (14:56 +0900)]
Change socket path which is synced with "efl_extension_config.c"

We recieved a request to change socket path.
In addition, the opposite side of the socket in system_setting is moved to
efl-ext package. So, the path has to be synced with efl-ext.

Change-Id: I3250bc1b7c1b589ffb207fe1bf72291c0fff8de9

6 years agoModify to support ecore_wl2 44/172944/2 accepted/tizen/unified/20180328.010203 submit/tizen/20180319.053649
Wonki Kim [Mon, 19 Mar 2018 04:52:15 +0000 (13:52 +0900)]
Modify to support ecore_wl2

this patch replaces ecore_wayland by ecore_wl2 for efl 1.20 upgrade.

Change-Id: I847cf9dfb9ebc79912e1259f89db4ea5b33bf4f6
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
6 years agoremove build warning 51/148551/1 accepted/tizen/unified/20170921.072305 submit/tizen/20170915.074959 submit/tizen/20170920.082902
Youngjae Shin [Fri, 8 Sep 2017 06:17:42 +0000 (15:17 +0900)]
remove build warning

Change-Id: Ia77e5a7dfa3b1f8ba42dfb8df369ee7d3e00fb38

6 years agoUnify mobile/wearable/tv/ivi/common profiles. 00/131900/2 accepted/tizen/4.0/unified/20170829.020447 accepted/tizen/unified/20170821.051059 submit/tizen/20170816.060215 submit/tizen_4.0/20170828.100004
Bowon Ryu [Wed, 31 May 2017 06:30:40 +0000 (15:30 +0900)]
Unify mobile/wearable/tv/ivi/common profiles.

Change-Id: Ied0664d78a3a75d99313023fe045229571c09c97
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
7 years agoInitial empty repository master
Tizen Infrastructure [Thu, 20 Apr 2017 03:19:29 +0000 (20:19 -0700)]
Initial empty repository