Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor


Modified Files:
        README 


Log Message:
* Removed engrave version (too much #ifdefine to menage)
  NOW YOU MUST PATCH EDJE TO COMPILE
  
  * the edje_edit.patch is now included in cvs (no more need of
bugzilla)
* add/remove/rename of groups
* add/remove/rename of parts
* add/remove/rename of states
* add fonts
* add blank.edc (the template for every new edje)
* reenable fakewin movement
* some indentation to fit 80 col
* some indentation to be more efl style
* some general cleanups
* comment out all of inout.c (don't need anymore)

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- README      15 Jul 2007 05:01:04 -0000      1.6
+++ README      15 Feb 2008 21:41:20 -0000      1.7
@@ -7,12 +7,14 @@
 
 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
 
 
 Dependencies
 =======================================
 
  - Evas
+ - Edje
  - Etk
  - Engrave
  - Ecore
@@ -20,6 +22,7 @@
 
 Building and Installing
 =======================================
+apply edje_edit.patch to the edje source
 
 ./autogen
 make
@@ -29,19 +32,14 @@
 Running 
 =======================================
 Usage: 
-   edje_editor [EDC | EDJ] [IMAGE_DIR] [FONT_DIR]
+   edje_editor [EDJ]
 
 Example:
    edje_editor                #Open an empty file
    edje_editor default.edj    #Open the given EDJ
-   edje_editor default.edc    #Open the given EDC
 
 Testing Edje file:
  edje_editor -t file.edj "group_name"
-
-Note on open an EDC:
-   To open an EDC file you must pass the IMAGE_DIR and FONT_DIR
-   parameters. If not given the EDC directory is assumed.
 
 
 Troubleshooting



-------------------------------------------------------------------------
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