From cafda5928f9bf8116564219dc03d12c3a6e131b3 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Fri, 11 Dec 2015 15:49:27 +0900 Subject: Entry: Context Menu is now configurable Summary: Added a config variable Context_Menu_Disabled to make the appearance of the context menu configurable. @feature Signed-off-by: Vaibhav Gupta Reviewers: Hermet, SanghyeonLee, raster, singh.amitesh Subscribers: stefan_schmidt, alok25, cedric, thiepha, sachin.dev Differential Revision: https://phab.enlightenment.org/D2463 --- config/default/base.src.in | 1 + config/mobile/base.src.in | 1 + config/standard/base.src.in | 1 + 3 files changed, 3 insertions(+) (limited to 'config') diff --git a/config/default/base.src.in b/config/default/base.src.in index 188f41ffb..7bf77132b 100644 --- a/config/default/base.src.in +++ b/config/default/base.src.in @@ -54,6 +54,7 @@ group "Elm_Config" struct { value "longpress_timeout" double: 1.0; value "effect_enable" uchar: 1; value "desktop_entry" uchar: 0; + value "context_menu_disabled" uchar: 0; value "password_show_last" uchar: 0; value "password_show_last_timeout" double: 2.0; value "glayer_zoom_finger_enable" uchar: 1; diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in index aea7ae250..44bfd6739 100644 --- a/config/mobile/base.src.in +++ b/config/mobile/base.src.in @@ -54,6 +54,7 @@ group "Elm_Config" struct { value "longpress_timeout" double: 1.0; value "effect_enable" uchar: 1; value "desktop_entry" uchar: 0; + value "context_menu_disabled" uchar: 0; value "password_show_last" uchar: 1; value "password_show_last_timeout" double: 2.0; value "glayer_zoom_finger_enable" uchar: 1; diff --git a/config/standard/base.src.in b/config/standard/base.src.in index 2d8788407..fd60d6a9c 100644 --- a/config/standard/base.src.in +++ b/config/standard/base.src.in @@ -55,6 +55,7 @@ group "Elm_Config" struct { value "longpress_timeout" double: 1.0; value "effect_enable" uchar: 1; value "desktop_entry" uchar: 1; + value "context_menu_disabled" uchar: 1; value "password_show_last" uchar: 0; value "password_show_last_timeout" double: 2.0; value "glayer_zoom_finger_enable" uchar: 1; -- cgit v1.2.1