This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch reproducible-widget-previews
in repository efl.

View the commit online.

commit 194add0094d7ca36dcc82bcd7fffb527b4129431
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Mar 29 12:07:08 2026 +0100

    Revert "feat: add hover tooltip to ConnMan gadget theme"
    
    This reverts commit 8cc42a52d2c05df887e2f64eb14cc4e3594149d0.
    
    looks like you have an improved separate patch that adds more that
    includes this. so revert
---
 data/elementary/themes/edc/connman.edc | 70 ----------------------------------
 1 file changed, 70 deletions(-)

diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index 61ac638bcd..d8604c001d 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -240,7 +240,6 @@ group { name: "e/modules/connman/main";
       }
 ///////////////////////
       part { name: "clip_exclam"; type: RECT;
-         clip_to: "icon_dim";
          description { state: "default" 0.0;
             visible: 1;
          }
@@ -257,16 +256,7 @@ group { name: "e/modules/connman/main";
             visible: 0;
          }
       }
-      part { name: "icon_dim"; type: RECT; mouse_events: 0;
-         description { state: "default" 0.0;
-            color: 255 255 255 255; // no cc
-         }
-         description { state: "visible" 0.0;
-            color: 255 255 255 64; // no cc
-         }
-      }
       part { name: "clip_wifi"; type: RECT;
-         clip_to: "icon_dim";
          description { state: "default" 0.0;
             visible: 0;
          }
@@ -284,7 +274,6 @@ group { name: "e/modules/connman/main";
          }
       }
       part { name: "clip_eth"; type: RECT;
-         clip_to: "icon_dim";
          description { state: "default" 0.0;
             visible: 0;
          }
@@ -302,7 +291,6 @@ group { name: "e/modules/connman/main";
          }
       }
       part { name: "clip_bt"; type: RECT;
-         clip_to: "icon_dim";
          description { state: "default" 0.0;
             visible: 0;
          }
@@ -320,7 +308,6 @@ group { name: "e/modules/connman/main";
          }
       }
       part { name: "clip_cell"; type: RECT;
-         clip_to: "icon_dim";
          description { state: "default" 0.0;
             visible: 0;
          }
@@ -337,37 +324,6 @@ group { name: "e/modules/connman/main";
             visible: 1;
          }
       }
-      part { name: "label_clip"; type: RECT; mouse_events: 0;
-         description { state: "default" 0.0;
-            color: 255 255 255 0; // no cc
-         }
-         description { state: "visible" 0.0;
-            color: 255 255 255 255; // no cc
-         }
-      }
-      part { name: "e.text.label"; type: TEXT; mouse_events: 0;
-         scale: 1;
-         clip_to: "label_clip";
-         description { state: "default" 0.0;
-            color_class: "/fg/selected/gadgets/connman/text";
-            color: 255 255 255 255; // no cc
-            rel1.relative: 0.0 0.5;
-            rel2.relative: 1.0 0.5;
-            text { font: FN; size: 8;
-               min: 1 1;
-               text_class: "module_small";
-            }
-            fixed: 1 1;
-         }
-         description { state: "scroll_left" 0.0;
-            inherit: "default" 0.0;
-            align: 1.0 0.5;
-         }
-         description { state: "scroll_right" 0.0;
-            inherit: "default" 0.0;
-            align: 0.0 0.5;
-         }
-      }
       part { name: "event"; type: RECT;
          description { state: "default" 0.0;
             color: 0 0 0 0; // no cc
@@ -554,32 +510,6 @@ else { \
          target: "clip_bt";
          target: "clip_cell";
       }
-      program { name: "label_show"; signal: "mouse,in"; source: "event";
-         action: STATE_SET "visible" 0.0;
-         transition: DECELERATE 0.25;
-         target: "label_clip";
-         target: "icon_dim";
-         after: "scroll_l";
-      }
-      program { name: "scroll_l";
-         action: STATE_SET "scroll_left" 0.0;
-         transition: LINEAR 3.0;
-         target: "e.text.label";
-         after: "scroll_r";
-      }
-      program { name: "scroll_r";
-         action: STATE_SET "scroll_right" 0.0;
-         transition: LINEAR 3.0;
-         target: "e.text.label";
-         after: "scroll_l";
-      }
-      program { name: "label_hide"; signal: "mouse,out"; source: "event";
-         action: STATE_SET "default" 0.0;
-         transition: DECELERATE 1.0;
-         target: "label_clip";
-         target: "icon_dim";
-         target: "e.text.label";
-      }
    }
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to