Enlightenment CVS committal Author : codewarrior Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default.edc default_fileman.edc Added Files: default_label.edc Log Message: - Add label widget (futur work: ability to tie its focus to another widget) - Redo properties dialog in EFM to show more info and file permissions. (needs more work so it can do and apply things, and load permissions) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v retrieving revision 1.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- default.edc 11 Oct 2005 16:25:00 -0000 1.49 +++ default.edc 12 Oct 2005 22:21:49 -0000 1.50 @@ -53,5 +53,6 @@ #include "default_radio.edc" #include "default_frame.edc" #include "default_button.edc" +#include "default_label.edc" } =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- default_fileman.edc 12 Oct 2005 17:01:27 -0000 1.6 +++ default_fileman.edc 12 Oct 2005 22:21:49 -0000 1.7 @@ -117,11 +117,7 @@ image: "e17_menu_bg_border.png" COMP; image: "e17_button2.png" COMP; image: "e17_button.png" COMP; - image: "e17_dialog_watermark.png" COMP; - image: "e17_ibar_bg_v.png" COMP; image: "e17_logo.png" COMP; - image: "e17_menu_bg.png" COMP; - image: "e17_ibar_over_v.png" COMP; } styles @@ -358,174 +354,6 @@ } } - -group { - name: "fileman/properties"; - parts { - part { - name: "base"; - mouse_events: 0; - type: RECT; - description { - state: "default" 0.0; - rel1 { - relative: 0.0 0.0; - offset: 1 1; - } - rel2 { - relative: 1.0 1.0; - offset: -2 -2; - } - color: 221 221 221 255; - } - } - part { - name: "conf_bg"; - mouse_events: 0; - description { - state: "default" 0.0; - rel1 { - to: "conf"; - offset: -7 -7; - } - rel2 { - to: "conf"; - offset: 6 6; - } - image { - normal: "e17_ibar_bg_v.png"; - border: 7 7 7 7; - } - } - } - part { - name: "base3"; - mouse_events: 0; - description { - state: "default" 0.0; - image { - normal: "e17_menu_bg_border.png"; - border: 1 1 1 1; - middle: 0; - } - fill { - smooth: 0; - } - } - } - part { - name: "conf"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; -// max: 1000 1000; - min: 200 100; - rel1 { - to_y: "title"; - relative: 0.0 1.0; - offset: 8 8; - } - rel2 { - relative: 1.0 1.0; - offset: -9 -9; - } - } - } - part { - name: "watermark"; - mouse_events: 0; - description { - state: "default" 0.0; - min: 200 138; - max: 200 138; - align: 1.0 1.0; - fixed: 1 1; - rel1 { - relative: 1.0 1.0; - offset: 29 9; - } - rel2 { - relative: 1.0 1.0; - offset: 29 9; - } - image { - normal: "e17_dialog_watermark.png"; - } - } - } - part { - name: "conf_over"; - mouse_events: 0; - description { - state: "default" 0.0; - rel1 { - to: "conf_bg"; - } - rel2 { - to: "conf_bg"; - } - image { - normal: "e17_ibar_over_v.png"; - border: 13 13 13 13; - } - } - } - part { - name: "title"; - type: TEXT; - effect: SOFT_SHADOW; - mouse_events: 0; - description { - state: "default" 0.0; - fixed: 0 1; - align: 0.5 0.0; - rel1 { - //to_y: "logo"; - relative: 0.0 0.0; - offset: 6 6; - } - rel2 { - //to_y: "logo"; - relative: 1.0 0.0; - offset: -7 6; - } - color: 255 255 255 255; - color3: 0 0 0 32; - text { - text: "Title Text"; - font: "Edje-Vera-Bold"; - size: 14; - min: 0 1; - align: 0.5 0.5; - } - } - } - part { - name: "content_swallow"; - type: SWALLOW; - description { - state: "default" 0.0; - align: 0.0 0.5; - color: 0 0 0 0; - rel1 { - to_y: "title"; - relative: 0.0 0.0; - offset: 11 11; - to: "conf_bg"; - } - rel2 { - relative: 1.0 1.0; - offset: -12 -12; - to: "conf_bg"; - } - } - } - } - programs { - } -} - group { name: "fileman/rubberband"; parts { ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs