Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice


Modified Files:
        README.theme 


Log Message:
Namespace cleanup was necessary, plus new parts/signals


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/README.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- README.theme        14 Oct 2003 16:45:00 -0000      1.3
+++ README.theme        18 Oct 2003 21:02:54 -0000      1.4
@@ -17,57 +17,75 @@
 EnticeThumbPreview             ""              Send thumb to the previewer
 EnticeThumbLoad                        ""              Load this thumbnail as the 
                                                current image.
+EnticeThumbDelete              ""              Delete the thumbnail
+                                               from entice and off disk
+EnticeThumbRemove              ""              Remove the thumbnail
+                                               from entice
 /*========================================================================*/
 
 Entice:
-parts(states)                  type
-EnticeFileName(default)                TEXT
-EnticeFileSize(default)                TEXT
-EnticeImageDimensions(default)         TEXT            maybe one each for width and 
height
+parts                          type
+-----                          ----
+EnticeFileName                 TEXT            full path to image
+EnticeFileShortName            TEXT            only filename
+EnticeFileSize                 TEXT            filesize in KB or MB
+EnticeImageDimensions          TEXT            widthxheight
+EnticeImageHeight              TEXT            just height in pixels
+EnticeImageWidth               TEXT            just width in pixels
 EnticeImage                    swallowed       the main image display
-EnticeImageScroller            swallowed       the bottom-right corner
+EnticeImageScroller            swallowed       area visible relative to
+                                               screen size, high level
+                                               magnifying glass
+                                               (NEEDS WORK)
 EnticeImagePreview             swallowed       Preview an image before
                                                loading
 EnticeThumbnailArea            swallowed       Thumbnail container
 
 signals emitted by entice:
+signal                 source  description
+------                 ------  -----------
 EnticeImageDisplay     ""      when a new image is displayed
+EnticeImageModified    ""      When the image in memory is no longer
+                               is consistent with the disk image
+EnticeImagePreviewPrep ""      Emitted before, preview show
+                               attempts loading
+EnticeImagePreviewShow ""      when we have previewed a new
+                               image
 
 signals understood by entice:
 signal                 source  description
-EnticeDeleteCurrent      ""    deletes the current image from the disk
-EnticeRemoveCurrent      ""    removes the current image from the image list
-EnticeSaveCurrent        ""    save the image to disk
+------                 ------  -----------
+/* Things you can do to the image */
+EnticeImageDelete        ""    deletes the current image from the disk
+EnticeImageRemove        ""    removes the current image from the image list
+EnticeImageSave                  ""    save the image to disk
 EnticeImageNext                  ""    shows the next image in the list
 EnticeImagePrev                  ""    shows the previous image in the list
-EnticeZoomDefault      ""      zooms 1:1
-EnticeZoomFit            ""    zooms so the image fits the screen
-EnticeZoomIn             ""    zooms in
-EnticeZoomOut            ""    zooms out
-EnticeZoomInFocused    ""      zooms in focused on the current mouse x,y
-EnticeZoomOutFocused   ""      zooms out focused on the current mouse x,y
-EnticeFitWindow                  ""    resizes the window to fit the image
-EnticeRotateRight        ""    rotates the image 90deg clockwise
-EnticeRotateLeft         ""    I'm sure you can guess this one
-EnticeFlipH              ""    flips left <-> right
-EnticeFlipV              ""    flips top <-> bottom
-EnticeFullScreen         ""    switches to/from fullscreen mode
-EnticeQuit               ""    exits entice
+EnticeImageZoomDefault   ""    zooms 1:1
+EnticeImageZoomFit       ""    zooms so the image fits the screen
+EnticeImageZoomIn        ""    zooms in
+EnticeImageZoomOut       ""    zooms out
+EnticeImageZoomInFocused  ""   zooms in focused on the current mouse x,y
+EnticeImageZoomOutFocused ""   zooms out focused on the current mouse x,y
+EnticeImageFitWindow     ""    resizes the window to fit the image
+EnticeImageRotateRight   ""    rotates the image 90deg clockwise
+EnticeImageRotateLeft    ""    I'm sure you can guess this one
+EnticeImageFlipH                 ""    flips left <-> right
+EnticeImageFlipV                 ""    flips top <-> bottom
 
+/* For Panning across the image */
 EnticeImageScrollEastStart     ""      start scrolling the image right 
 EnticeImageScrollSouthStart    ""      start scrolling the image down
 EnticeImageScrollWestStart     ""      start scrolling the image left
 EnticeImageScrollNorthStart    ""      start scrolling the image upwards 
-EnticeImageScrollStop  ""      stop image directional scrolling
+EnticeImageScrollStop                  ""      stop image directional scrolling
 
+/* For Scrolling the thumbnail area */
 EnticeThumbsScrollNextStart    ""      start scrolling down the thumbnailer
 EnticeThumbsScrollPrevStart    ""      start scrolling up the thumbnailer
 EnticeThumbsScrollStop         ""      stop scrolling in either direction
 
-EnticeImageModified            ""      When the image in memory is no longer
-                                       is consistent with the disk image
-EnticeImagePreviewPrep         ""      Emitted before, preview show
-                                       attempts loading
-EnticeImagePreviewShow         ""      when we have previewed a new
-                                       image
+EnticeFullScreen         ""    switches to/from fullscreen mode
+EnticeQuit               ""    exits entice
+
 /*========================================================================*/




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to