Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor


Modified Files:
        README TODO configure.in 


Log Message:
 * Add a cool "console" that show all the signal that is triggered inside the 
edje object.
* Nuked all remaining engrave dependencies

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- README      15 Feb 2008 21:41:20 -0000      1.7
+++ README      18 Feb 2008 16:44:21 -0000      1.8
@@ -6,8 +6,7 @@
 =======================================
 
 edje_editor is a visual editor for edje file.
-This is a prealpha state, don't expect nothing.
-YOU NEED TO PATCH EDJE WITH THE INCLUDED EDJE_EDIT.PATCH
+YOU NEED TO PATCH EDJE WITH THE INCLUDED edje_edit.patch FILE
 
 
 Dependencies
@@ -16,7 +15,6 @@
  - Evas
  - Edje
  - Etk
- - Engrave
  - Ecore
 
 
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- TODO        11 Aug 2007 19:33:15 -0000      1.8
+++ TODO        18 Feb 2008 16:44:21 -0000      1.9
@@ -1,25 +1,21 @@
 TODO edje_editor (not a complete list...only the first in my mind)
 =======================================
 
-* make better file dialogs
+* Tooltips EVERYWERE  :)
 
-* If save failed the original file is deleted (bad engrave  !)
+* A new object add must be take a progressive (and unique) number (newrect1, 
newrect2...etc)
 
-* Tooltips EVERYWERE  :)
+* Font and image can't be removed
 
-* Up and Down buttons must move the selected part/description up and down
-   (have to wait a way to move the rows in the etk_tree)
+* Clipping
 
-* A new object add must be take a progressive (and unique) number (newrect1, 
newrect2...etc)
+* Save back the updated edc source to the edje file
+
+* Embryo scripting
 
 * Make the visible checkbox work (should the visibility apply to the EDC also? 
not only in the editor?)
 
-* Improve programs frame (add more combo entry widget and filter source combo 
-   to only parts that accept mouse events)
-   
 * Duplicate objects (copy/cut/paste??)
-
-* Review and commit some PROTO_engrave functions
 
 * Fix strange alpha premul on text with effect
 
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in        11 Aug 2007 19:33:15 -0000      1.6
+++ configure.in        18 Feb 2008 16:44:21 -0000      1.7
@@ -9,7 +9,7 @@
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(edje_editor, 0.1.4)
+AM_INIT_AUTOMAKE(edje_editor, 0.2.0)
 
 AC_PREREQ(2.52)
 
@@ -86,10 +86,9 @@
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source Code 
Directory])
 
 PKG_CHECK_MODULES(ECORE, [ecore >= 0.9.9.039])
-PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0.040])
-PKG_CHECK_MODULES(ENGRAVE, [engrave >= 0.1.0])
-PKG_CHECK_MODULES(EVAS, [evas >= 0.9.9.040])
-PKG_CHECK_MODULES(ETK, [etk >= 0.1.0.005])
+PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0.042])
+PKG_CHECK_MODULES(EVAS, [evas >= 0.9.9.041])
+PKG_CHECK_MODULES(ETK, [etk >= 0.1.0.007])
 
 AC_SUBST(packagesrcdir)
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to