Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice/src/bin
Modified Files:
entice.c signals_image.c
Log Message:
Mark two things off of the todo list
Update backend to new namespace for theme parts
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- entice.c 19 Oct 2003 04:19:23 -0000 1.9
+++ entice.c 19 Oct 2003 17:20:49 -0000 1.10
@@ -36,20 +36,20 @@
const char *source);
} edje_callbacks;
- char *signals[] = { "EnticeDeleteCurrent", "EnticeRemoveCurrent",
+ char *signals[] = { "EnticeImageDelete", "EnticeImageRemove",
"EnticeImageNext", "EnticeImagePrev",
- "EnticeZoomIn", "EnticeZoomOut",
- "EnticeZoomInFocused", "EnticeZoomOutFocused",
- "EnticeZoomDefault", "EnticeZoomFit",
- "EnticeFitWindow", "EnticeRotateLeft",
- "EnticeRotateRight", "EnticeFlipH",
- "EnticeFlipV", "EnticeFullScreen",
+ "EnticeImageZoomIn", "EnticeImageZoomOut",
+ "EnticeImageZoomInFocused", "EnticeImageZoomOutFocused",
+ "EnticeImageZoomDefault", "EnticeImageZoomFit",
+ "EnticeImageFitWindow", "EnticeImageRotateLeft",
+ "EnticeImageRotateRight", "EnticeImageFlipHorizontal",
+ "EnticeImageFlipVertical", "EnticeFullScreen",
"EnticeThumbsScrollNextStart", "EnticeThumbsScrollPrevStart",
"EnticeThumbsScrollStop",
"EnticeImageScrollEastStart", "EnticeImageScrollWestStart",
"EnticeImageScrollNorthStart", "EnticeImageScrollSouthStart",
"EnticeImageScrollStop", "EnticeImageModified",
- "EnticeSaveCurrent", "EnticeQuit"
+ "EnticeImageSave", "EnticeQuit"
};
edje_callbacks funcs[] = { _entice_delete_current, _entice_remove_current,
_entice_image_next, _entice_image_prev,
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/signals_image.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- signals_image.c 18 Oct 2003 20:38:55 -0000 1.5
+++ signals_image.c 19 Oct 2003 17:20:49 -0000 1.6
@@ -5,7 +5,7 @@
#define DEBUG 0
-/* EnticeDeleteCurrent */
+/* EnticeImageDelete*/
void
_entice_delete_current(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -18,7 +18,7 @@
source = NULL;
}
-/* EnticeRemoveCurrent */
+/* EnticeImageRemove*/
void
_entice_remove_current(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -57,7 +57,7 @@
source = NULL;
}
-/* EnticeZoomIn */
+/* EnticeImageZoomIn */
void
_entice_zoom_in(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -70,7 +70,7 @@
source = NULL;
}
-/* EnticeZoomOut */
+/* EnticeImageZoomOut */
void
_entice_zoom_out(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -83,7 +83,7 @@
source = NULL;
}
-/* EnticeZoomDefault */
+/* EnticeImageZoomDefault */
void
_entice_zoom_default(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -96,7 +96,7 @@
source = NULL;
}
-/* EnticeZoomFit */
+/* EnticeImageZoomFit */
void
_entice_zoom_fit(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -109,7 +109,7 @@
source = NULL;
}
-/* EnticeZoomInFocused */
+/* EnticeImageZoomInFocused */
/* FIXME: get mouse coords from ecore, if image is under mouse center there */
void
_entice_zoom_in_focused(void *data, Evas_Object * o, const char *emission,
@@ -122,7 +122,7 @@
source = NULL;
}
-/* EnticeZoomOutFocused */
+/* EnticeImageZoomOutFocused */
/* FIXME: get mouse coords from ecore, if image is under mouse center there */
void
_entice_zoom_out_focused(void *data, Evas_Object * o, const char *emission,
@@ -136,8 +136,8 @@
}
/* FIXME: I'm not sure how to do this with edje
- * README.theme states EnticeFitWindow should resize the window to fit the
- * image, for now I"m omitting this feature.
+ * README.theme states EnticeImageFitWindow should resize the window to
+ * fit the image, for now I"m omitting this feature.
*/
void
_entice_fit_window(void *data, Evas_Object * o, const char *emission,
@@ -150,7 +150,7 @@
source = NULL;
}
-/* EnticeRotateLeft */
+/* EnticeImageRotateLeft */
void
_entice_rotate_left(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -163,7 +163,7 @@
source = NULL;
}
-/* EnticeRotateRight */
+/* EnticeImageRotateRight */
void
_entice_rotate_right(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -176,7 +176,7 @@
source = NULL;
}
-/* EnticeFlipHorizontal */
+/* EnticeImageFlipH */
void
_entice_flip_horizontal(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -189,7 +189,7 @@
source = NULL;
}
-/* EnticeFlipVertical */
+/* EnticeImageFlipV */
void
_entice_flip_vertical(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -359,7 +359,7 @@
source = NULL;
}
-/* EnticeSaveCurrent */
+/* EnticeImageSave */
void
_entice_image_save(void *data, Evas_Object * o, const char *emission,
const char *source)
-------------------------------------------------------
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