summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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>
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>
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
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
INSUN PYO [Tue, 2 Jul 2019 06:59:19 +0000 (15:59 +0900)]
Remove unnecessary setting
Change-Id: Id0d43eaa1e94661f7c3d10ab610b7955bdfa8777
INSUN PYO [Tue, 2 Jul 2019 01:18:22 +0000 (10:18 +0900)]
Remove unnecessary setting
Change-Id: I062a3765119bfb9daa91688936459b234e1b9061
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
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
Jongmin Lee [Mon, 18 Jun 2018 01:59:48 +0000 (10:59 +0900)]
config: change the location of socket file
Change-Id: Idba92155898df31a17cb46d532d6465c570d7c2f
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
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
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>
Youngjae Shin [Fri, 8 Sep 2017 06:17:42 +0000 (15:17 +0900)]
remove build warning
Change-Id: Ia77e5a7dfa3b1f8ba42dfb8df369ee7d3e00fb38
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>
Tizen Infrastructure [Thu, 20 Apr 2017 03:19:29 +0000 (20:19 -0700)]
Initial empty repository