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:
more namespace work
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- entice.c 3 Apr 2004 01:59:57 -0000 1.41
+++ entice.c 3 Apr 2004 02:23:22 -0000 1.42
@@ -263,7 +263,7 @@
if ((o = (Evas_Object *) evas_hash_find(entice->thumb.hash, file)))
{
entice_thumb_load_ethumb(edje_object_part_swallow_get
- (o, "EnticeThumb"));
+ (o, "entice.thumb"));
return (1);
}
}
@@ -439,16 +439,16 @@
else
{
fprintf(stderr,
- "Broken Theme!!! You didn't define an"
- "EnticeThumb part\n");
+ "Broken Theme!!! You didn't define an "
+ "entice.thumb part\n");
result = 1;
}
}
else
{
fprintf(stderr,
- "Broken Theme!!! You didn't define an"
- "EnticeThumb group\n");
+ "Broken Theme!!! You didn't define an "
+ "entice.thumb group\n");
evas_object_del(edje);
evas_object_del(o);
result = 1;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/signals_image.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- signals_image.c 3 Apr 2004 01:59:57 -0000 1.9
+++ signals_image.c 3 Apr 2004 02:23:23 -0000 1.10
@@ -19,7 +19,7 @@
#include "signals_image.h"
#include "entice.h"
-#define DEBUG 1
+#define DEBUG 0
/**
* Delete the current image in entice from the disk
@@ -180,7 +180,7 @@
* name, "ImageZoomInRequest";
* signal, "";
* source, "";
- * action, SIGNAL_EMIT "entice,imageZoomIn" "";
+ * action, SIGNAL_EMIT "entice,image,current,zoom,in" "";
* }
* @endcode
*
@@ -215,7 +215,7 @@
* name, "ImageZoomInRequest";
* signal, "";
* source, "";
- * action, SIGNAL_EMIT "entice,imageZoomOut" "";
+ * action, SIGNAL_EMIT "entice,image,current,zoom,out" "";
* }
* @endcode
*
@@ -250,7 +250,7 @@
* name, "ImageZoomDefaultRequest";
* signal, "";
* source, "";
- * action, SIGNAL_EMIT "entice,imageZoomDefault" "";
+ * action, SIGNAL_EMIT "entice,image,current,zoom,reset" "";
* }
* @endcode
*
@@ -321,7 +321,7 @@
source = NULL;
}
-/* entice,imageRotateLeft */
+/* entice,image,current,rotate,left */
void
_entice_rotate_left(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -334,7 +334,7 @@
source = NULL;
}
-/* entice,imageRotateRight */
+/* entice,image,current,rotate,right */
void
_entice_rotate_right(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -347,7 +347,7 @@
source = NULL;
}
-/* entice,imageFlipH */
+/* entice,image,current,flip,horizontal */
void
_entice_flip_horizontal(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -360,7 +360,7 @@
source = NULL;
}
-/* entice,imageFlipV */
+/* entice,image,current,flip,vertical */
void
_entice_flip_vertical(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -373,7 +373,7 @@
source = NULL;
}
-/* EnticeFullScreen */
+/* entice,window,fullscreen */
void
_entice_fullscreen(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -386,7 +386,7 @@
source = NULL;
}
-/* EnticeThumbScrollNextStart */
+/* entice,thumbnail,scroll,start,next */
void
_entice_thumbs_scroll_next_start(void *data, Evas_Object * o,
const char *emission, const char *source)
@@ -399,7 +399,7 @@
source = NULL;
}
-/* EnticeThumbScrollPrevStart */
+/* entice,thumbnail,scroll,start,prev */
void
_entice_thumbs_scroll_prev_start(void *data, Evas_Object * o,
const char *emission, const char *source)
@@ -412,7 +412,7 @@
source = NULL;
}
-/* EnticeThumbScrollStop */
+/* entice,thumbnail,scroll,stop */
void
_entice_thumbs_scroll_stop(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -502,7 +502,7 @@
source = NULL;
}
-/* EnticeQuit */
+/* entice,quit */
void
_entice_quit(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -515,7 +515,7 @@
source = NULL;
}
-/* entice,imageModified */
+/* entice,image,modified */
void
_entice_image_modified(void *data, Evas_Object * o, const char *emission,
const char *source)
@@ -530,7 +530,7 @@
source = NULL;
}
-/* entice,imageSave */
+/* entice,image,current,save */
void
_entice_image_save(void *data, Evas_Object * o, const char *emission,
const char *source)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs