Enlightenment CVS committal

Author  : boykot
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/data/themes/artifakt


Modified Files:
        README artifakt.edc images.edc 


Log Message:
Was hoping for a small update, this is getting out of hand.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- README      11 Apr 2004 22:39:35 -0000      1.1
+++ README      4 May 2004 11:36:09 -0000       1.2
@@ -1,25 +1,4 @@
-// Artifakt/Edje for Entice
+Artifakt/Edje for Entice
 
 Notes/Description
 
-The start of an Edje for Entice.
-
-Using the scrollbutton inside the entice.image part will zoom/in/out
-You can drag the entice.image part aroud. You can resize the entice
-window. min, 400 298; max, 9999 9999;
- 
-The button_parts on the bottom_left will load previous/next image
-Using "mouse,in" just above the bottom border will call the ToolPanel
-
-There you can: Reset the current Image zoom value. In other words,
-scale to 1:1 ratio ?
-
-Next button: scale image to fit screen ?? /fix me
-
-The next two buttons don't need a description. Zoom In/Zoom Out
-
-Bringing the Mouse over to the left hand side of the screen will call the
-Thumbnail panel. There you can use the scrollbutton to scroll/load/previous
-next image. Clicking on any image will cause it to display the image. 
-
-There still tons of stuff left to fix and draw.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/artifakt.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- artifakt.edc        27 Apr 2004 10:28:59 -0000      1.3
+++ artifakt.edc        4 May 2004 11:36:09 -0000       1.4
@@ -1,9 +1,4 @@
 
-// Currently:
-// Sun Mar 14 2004
-// Sat Apr 11 2004
-// Sat Apr 24 2004 
-
 // artifakt Edje
 // Author: [EMAIL PROTECTED]
 
@@ -15,19 +10,19 @@
 #include "images.edc"
 }
 
-//
+#include "macros/macros.edc"
+
 data { item, "container_layout" "entice"; }
-//
 
 collections { 
 
 group { name, "entice"; data { item, "entice.window.type" "shaped";
        item, "entice.window.dragable" "true";  } min, 400 298; max, 9999 9999;
 
-#define BG "bg" // <--- be very afraid of the Macro !
+#include "embryo/globals.edc"
 
 parts {
-#include "include.edc"
+
 #include "parts/panel.edc"
 #include "parts/bg.edc"
 #include "parts/image.edc"
@@ -38,10 +33,16 @@
 }
 
 programs {
+
+program { name, "artifakt_loaded"; signal, "load"; source, ""; 
+       script { set_int(panel_is_visible, 0); } 
+}
+
 #include "programs/panel.edc"
 #include "programs/mouse_wheel.edc"
 #include "programs/icons.edc"
 #include "programs/tool_panel.edc"
+#include "programs/enticethumbnail_area.edc"
 #include "programs/buttons.edc"
        }
 }
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/images.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- images.edc  27 Apr 2004 10:28:59 -0000      1.2
+++ images.edc  4 May 2004 11:36:09 -0000       1.3
@@ -26,6 +26,14 @@
        image, "icon_FullScreen_an1.png" RAW;
    image, "icon_FullScreen_dormant.png" RAW;
 
+   image, "icon_RotL_active.png" RAW;
+       image, "icon_RotL_an1.png" RAW;
+   image, "icon_RotL_dormant.png" RAW;
+
+   image, "icon_RotR_active.png" RAW;
+       image, "icon_RotR_an1.png" RAW;
+   image, "icon_RotR_dormant.png" RAW;
+
    image, "button_prev_normal.png" RAW;
    image, "button_prev_clicked.png" RAW;
    image, "button_prev_hilited.png" RAW;




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to