Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/iconbar

Dir     : e17/apps/iconbar/src


Modified Files:
        Makefile.am icon.c iconbar.c main.c 


Log Message:


disable editing for now.
i need to move the iconbar to use e17 style app icons.
then we can use a generic engrave based app icon editor.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 8 May 2004 15:04:19 -0000       1.4
+++ Makefile.am 24 Oct 2004 22:06:13 -0000      1.5
@@ -5,8 +5,7 @@
 @evas_cflags@ \
 @edje_cflags@ \
 @ecore_cflags@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ 
[EMAIL PROTECTED]@ 
 
 bin_PROGRAMS = iconbar
 
@@ -16,7 +15,6 @@
 icon.c icon.h \
 util.c util.h \
 prefs.c prefs.h \
-icon_editor.c icon_editor.h \
 main.c
 
 iconbar_LDADD = \
@@ -25,9 +23,7 @@
 @edje_libs@ \
 @ecore_libs@ \
 @esmart_libs@ \
[EMAIL PROTECTED]@ \
 -lesmart_container \
--lesmart_trans_x11 \
--ledje_edit
+-lesmart_trans_x11 
 
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/icon.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- icon.c      20 Feb 2004 03:23:49 -0000      1.1
+++ icon.c      24 Oct 2004 22:06:13 -0000      1.2
@@ -1,6 +1,6 @@
 #include "icon.h"
 #include "util.h"
-#include "icon_editor.h"
+/* #include "icon_editor.h" */
 
 static void cb_icon(void *data, Evas_Object *o, const char *sig, const char *src);
 static void cb_edit(void *data, Evas_Object *o, const char *sig, const char *src);
@@ -70,9 +70,10 @@
 static void
 cb_edit(void *data, Evas_Object *o, const char *sig, const char *src)
 {
-
+/*
   Icon *icon = evas_object_data_get(o, "Icon");
   icon_editor_icon_set(icon);
   icon_editor_show();
+*/
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/iconbar.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- iconbar.c   22 Apr 2004 16:45:31 -0000      1.16
+++ iconbar.c   24 Oct 2004 22:06:13 -0000      1.17
@@ -4,7 +4,7 @@
 #include <math.h>
 #include <time.h>
 #include "prefs.h"
-#include "icon_editor.h"
+/* #include "icon_editor.h" */
 
 void iconbar_icon_move(Icon *icon);
 void iconbar_icons_fix(Iconbar *ib);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- main.c      15 Aug 2004 03:43:33 -0000      1.30
+++ main.c      24 Oct 2004 22:06:13 -0000      1.31
@@ -9,7 +9,7 @@
 #include "util.h"
 #include "config.h"
 #include "prefs.h"
-#include "icon_editor.h"
+/*#include "icon_editor.h" */
 
 static void window_resize(Ecore_Evas *ee);
 static void window_leave(Ecore_Evas *ee);
@@ -45,7 +45,7 @@
   edje_frametime_set(1.0/30.0); 
   iconbar_config_init();
   iconbar_config_geometry_get(&x, &y, &w, &h);
-  icon_editor_init(&argc, argv);
+/*  icon_editor_init(&argc, argv); */
 
   ee = ecore_evas_software_x11_new(NULL, 0, x, y, w, h);
   win = ecore_evas_software_x11_window_get(ee);




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to