remove configs for illume modules

these have been out of the tree for years but I forgot to remove the
corresponding configs, leading to error messages when the mobile profile
attempts to load them
This commit is contained in:
Mike Blumenkrantz 2016-01-14 10:41:08 -05:00
parent 19b87070f5
commit b2138ad5ae
7 changed files with 0 additions and 178 deletions

View File

@ -4,11 +4,6 @@ config/mobile/enlightenment-mobile.png \
config/mobile/e.src \
config/mobile/e_bindings.src \
config/mobile/module.battery.src \
config/mobile/module.illume-home.src \
config/mobile/module.illume-keyboard.src \
config/mobile/module.illume-indicator.src \
config/mobile/module.illume-softkey.src \
config/mobile/module.illume2.src \
config/mobile/module.conf.src
configmobilefilesdir = $(datadir)/enlightenment/data/config/mobile
@ -18,9 +13,4 @@ config/mobile/enlightenment-mobile.png \
config/mobile/e.cfg \
config/mobile/e_bindings.cfg \
config/mobile/module.battery.cfg \
config/mobile/module.illume-home.cfg \
config/mobile/module.illume-keyboard.cfg \
config/mobile/module.illume-indicator.cfg \
config/mobile/module.illume-softkey.cfg \
config/mobile/module.illume2.cfg \
config/mobile/module.conf.cfg

View File

@ -266,54 +266,6 @@ group "E_Config" struct {
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "illume2";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: -100;
}
group "E_Config_Module" struct {
value "name" string: "illume-indicator";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 90;
}
group "E_Config_Module" struct {
value "name" string: "illume-softkey";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 85;
}
group "E_Config_Module" struct {
value "name" string: "illume-keyboard";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "illume-home";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "illume-home-toggle";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "illume-kbd-toggle";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "illume-mode-toggle";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: 0;
}
group "E_Config_Module" struct {
value "name" string: "battery";
value "enabled" uchar: 1;
@ -430,57 +382,6 @@ group "E_Config" struct {
value "autoscroll" uchar: 0;
value "resizable" uchar: 0;
}
group "E_Config_Gadcon_Client" struct {
value "name" string: "illume-home-toggle";
value "id" string: "illume-home-toggle.0";
value "geom.pos" int: 82;
value "geom.size" int: 41;
value "geom.res" int: 474;
value "geom.pos_x" double: 0.0000000000000000000000000;
value "geom.pos_y" double: 0.0000000000000000000000000;
value "geom.size_w" double: 0.0000000000000000000000000;
value "geom.size_h" double: 0.0000000000000000000000000;
value "state_info.seq" int: 3;
value "state_info.flags" int: 3;
value "style" string: "plain";
value "orient" int: 0;
value "autoscroll" uchar: 0;
value "resizable" uchar: 0;
}
group "E_Config_Gadcon_Client" struct {
value "name" string: "illume-mode-toggle";
value "id" string: "illume-mode-toggle.0";
value "geom.pos" int: 123;
value "geom.size" int: 41;
value "geom.res" int: 474;
value "geom.pos_x" double: 0.0000000000000000000000000;
value "geom.pos_y" double: 0.0000000000000000000000000;
value "geom.size_w" double: 0.0000000000000000000000000;
value "geom.size_h" double: 0.0000000000000000000000000;
value "state_info.seq" int: 4;
value "state_info.flags" int: 3;
value "style" string: "plain";
value "orient" int: 0;
value "autoscroll" uchar: 0;
value "resizable" uchar: 0;
}
group "E_Config_Gadcon_Client" struct {
value "name" string: "illume-kbd-toggle";
value "id" string: "illume-kbd-toggle.0";
value "geom.pos" int: 164;
value "geom.size" int: 41;
value "geom.res" int: 474;
value "geom.pos_x" double: 0.0000000000000000000000000;
value "geom.pos_y" double: 0.0000000000000000000000000;
value "geom.size_w" double: 0.0000000000000000000000000;
value "geom.size_h" double: 0.0000000000000000000000000;
value "state_info.seq" int: 5;
value "state_info.flags" int: 3;
value "style" string: "plain";
value "orient" int: 0;
value "autoscroll" uchar: 0;
value "resizable" uchar: 0;
}
group "E_Config_Gadcon_Client" struct {
value "name" string: "configuration";
value "id" string: "configuration";

View File

@ -1,6 +0,0 @@
group "Illume-Home_Cfg" struct {
value "version" int: 0;
value "icon_size" int: 120;
value "single_click" int: 1;
value "single_click_delay" int: 250;
}

View File

@ -1,4 +0,0 @@
group "Illume-Indicator_Cfg" struct {
value "version" int: 0;
value "height" int: 32;
}

View File

@ -1,5 +0,0 @@
group "Illume_Kbd_Cfg" struct {
value "version" int: 0;
value "use_internal" int: 1;
value "dict" string: "English_(US).dic";
}

View File

@ -1,4 +0,0 @@
group "Illume-Softkey_Cfg" struct {
value "version" int: 0;
value "height" int: 32;
}

View File

@ -1,50 +0,0 @@
group "Illume_Config" struct {
group "policy.zones" list {
group "Illume_Config_Zone" struct {
value "id" int: 0;
value "mode.dual" int: 0;
value "mode.side" int: 1;
}
group "Illume_Config_Zone" struct {
value "id" int: 1;
value "mode.dual" int: 0;
value "mode.side" int: 1;
}
}
value "version" int: 1;
value "animation.vkbd.duration" int: 1000;
value "animation.quickpanel.duration" int: 1000;
value "policy.name" string: "illume";
value "policy.vkbd.class" string: "Virtual-Keyboard";
value "policy.vkbd.name" string: "Virtual-Keyboard";
value "policy.vkbd.title" string: "Virtual Keyboard";
value "policy.vkbd.type" int: 7;
value "policy.vkbd.match.class" int: 0;
value "policy.vkbd.match.name" int: 1;
value "policy.vkbd.match.title" int: 1;
value "policy.vkbd.match.type" int: 0;
value "policy.indicator.class" string: "Illume-Indicator";
value "policy.indicator.name" string: "Illume-Indicator";
value "policy.indicator.title" string: "Illume Indicator";
value "policy.indicator.type" int: 1;
value "policy.indicator.match.class" int: 0;
value "policy.indicator.match.name" int: 1;
value "policy.indicator.match.title" int: 1;
value "policy.indicator.match.type" int: 0;
value "policy.softkey.class" string: "Illume-Softkey";
value "policy.softkey.name" string: "Illume-Softkey";
value "policy.softkey.title" string: "Illume Softkey";
value "policy.softkey.type" int: 1;
value "policy.softkey.match.class" int: 0;
value "policy.softkey.match.name" int: 1;
value "policy.softkey.match.title" int: 1;
value "policy.softkey.match.type" int: 0;
value "policy.home.class" string: "Illume-Home";
value "policy.home.name" string: "Illume-Home";
value "policy.home.title" string: "Illume Home";
value "policy.home.type" int: 7;
value "policy.home.match.class" int: 0;
value "policy.home.match.name" int: 1;
value "policy.home.match.title" int: 1;
value "policy.home.match.type" int: 0;
}