summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michal Szczecinski [Tue, 18 Mar 2025 21:52:07 +0000 (22:52 +0100)]
Dbus: replaced DBUS_ERROR by ERROR if possible
Change-Id: Ia4c17b5daddbbb863e4ae7693eddae4fb98a3467
Michal Szczecinski [Wed, 5 Mar 2025 07:04:12 +0000 (08:04 +0100)]
Dbus: added exception handlers in destructors.
To avoid std::terminate() in case of exception in destructor, this patch
adds exception handlers. Now instead of terminating application, an
error will be printed.
Change-Id: Ia5db61559b649df8eb1803ef730c518e96e9f283
Shinwoo Kim [Tue, 13 Jul 2021 01:16:49 +0000 (10:16 +0900)]
Fix use of v variable after it was freed
The v is freed by eldbus_service_interface_unregister()
Change-Id: I035a976a2f3d851ac0c3292a2b8975855b57e9f1
Artur Świgoń [Thu, 11 Mar 2021 14:12:17 +0000 (15:12 +0100)]
Use absolute path in shell script
This change prevents running another (possibly malicious) command with
the same name by modifying the PATH.
Change-Id: I002a0260e2c385dd9da533a7587bf9056fcab549
Lukasz Oleksak [Tue, 22 Dec 2020 09:10:47 +0000 (10:10 +0100)]
fixes license file location
Change-Id: Ide9ebb912f39baac35d68c8bf99e6e4c5f46409b
Artur Świgoń [Fri, 18 Dec 2020 18:02:12 +0000 (19:02 +0100)]
Invoke onSpeedChange() callback function manually in setSpeed()
This is a (temporary) workaround because notifications registered with
tts_setting_set_speed_changed_cb() are not delivered to the process.
Change-Id: I76ad2512653650220f2bf85d43d7bbb16829fa92
Lukasz Oleksak [Fri, 18 Dec 2020 17:10:41 +0000 (18:10 +0100)]
fix for unintented clearing of speech rate listeners
Change-Id: I73adad3fae4fa1fd8dd02db4049ed3ffe9744967
Bartlomiej Grzelewski [Thu, 13 Aug 2020 13:09:16 +0000 (15:09 +0200)]
New style for Genlist
This commit should change style of Genlist.
Each element of genlist should have additional spaces at right
and left side. Also this commit should make verticles round.
Change-Id: I1c58f5fecc70db97c9586472dde099cd248479fc
Bartlomiej Grzelewski [Tue, 18 Aug 2020 11:10:51 +0000 (13:10 +0200)]
Allow to pass event_info to callback
In original implmentation callback on c++ level does not have
a way to access event_info parameter. Usually it's not required
as it keeps only event name. Unfortunately in some cases there is
a pointer that must be accessed in lambda callback.
Change-Id: Id391f9b9dd25be554205c20834a4fb7cefd768a6
Lukasz Oleksak [Mon, 20 Jul 2020 12:58:12 +0000 (12:58 +0000)]
Merge "utils: delete developers script setVconfKeys.sh" into tizen
Artur Świgoń [Thu, 14 May 2020 14:40:25 +0000 (16:40 +0200)]
Remove Universal Switch from settings
Change-Id: Iaada0a4e53812d8d7555b54a6a0cde80b1f526a2
Artur Świgoń [Thu, 14 May 2020 13:37:22 +0000 (15:37 +0200)]
Remove Accessibility Launcher from settings
Change-Id: Ifcbd8d79e2b690f7c6226cb6ed821be4397caa4b
Artur Świgoń [Tue, 12 May 2020 12:39:13 +0000 (14:39 +0200)]
Modify style names to match updates in efl-theme-tizen-common
Related commits in profile/common/platform/core/uifw/efl-theme-tizen-common:
004956d7d3c1954f70572d24657fbfc43536a7c0
genlist: update genlist style for common profile
22afae191552857cf9f03dd9a58fbe349c7bb869
genlist: add multinline style for temporary use
Change-Id: If8b9b23a4c3a4421690c3e82df2b9bbe1c1be21e
Kamil Konieczny [Mon, 11 May 2020 10:05:40 +0000 (12:05 +0200)]
utils: delete developers script setVconfKeys.sh
This script is for setting keys on platform and is not needed
after vconf keys got into image.
Change-Id: I684cf190e561091708b1253cccd307f7842422e0
Kamil Konieczny [Thu, 7 May 2020 10:09:50 +0000 (12:09 +0200)]
XML: Append profile_common to exec name
Append to exec name -profile_common to allow app_launcher run it.
Change-Id: Iee1e4f222d234f58426f82ce20e6049c2c131290
JunsuChoi [Tue, 17 Mar 2020 08:49:42 +0000 (09:49 +0100)]
test: Prevent memory leak
Change-Id: Ic036f97a92eefcc5c0883d20087ff9a64b04da5a
Lukasz Oleksak [Thu, 20 Feb 2020 15:17:12 +0000 (16:17 +0100)]
Package name changed to org.tizen.accessibility-setting-profile_common
[Issue]
Mobile profile image happened to use mobile accessibility-setting
and got a crash because the package name is same.
[Solution]
Change package name to org.tizen.accessibility-setting-profile_common
from org.tizen.accessibility-setting to distinguish package name.
Change-Id: I26bc2f0d66173f4311d7ab38f43a1660f9195a2f
YoungGun Chun [Fri, 17 Jan 2020 07:52:16 +0000 (16:52 +0900)]
Initial version of common profile accessibility-setting
[Migration Information]
(1) Repository: /profile/mobile/apps/native/accessibility-setting
(2) Commit:
89b7463 Fix memory leaks and potential crash of application
Change-Id: I80d51fa406087e863b5caf20894c4bc2d519409e
Tizen Infrastructure [Thu, 16 Jan 2020 07:54:53 +0000 (07:54 +0000)]
Initial empty repository