platform/core/uifw/efl-config.git
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