Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor


Modified Files:
        README TODO configure.in 


Log Message:
 * Make the groups combobox searchable !
 * Add spectra preview in the tree. I have done a tree model for gradients :)
 * Add spectra preview in the spectra combobox
 * Add alpha slider for gradients
 * Add gradient type images in gradient type combobox
 * Changed the image for gradient parts
 * Remove unused images
 * Add 1 default font to all the file created
 * invert fill points
 * don't use edje_edit_state_gradient_spectra_id_get as it don't exist enymore 
:P
 * tons of bug fixed

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- README      21 Jun 2008 21:40:27 -0000      1.10
+++ README      15 Jul 2008 00:55:42 -0000      1.11
@@ -30,7 +30,7 @@
 sudo make install
 
 
-Running 
+Running
 =======================================
 Usage: 
    edje_editor [EDJ]
@@ -40,13 +40,17 @@
    edje_editor default.edj    #Open the given edje file
 
 Testing Edje file:
- edje_editor -t file.edj "group_name"
+   edje_editor -t file.edj group_name  #In this mode just a simple window is
+                                          created and the group "group_name" 
is 
+                                          loaded from "file.edj"
 
-Shortcuts 
+
+Shortcuts
 =======================================
 Ctrl-F      Fullscreen
 Ctrl-S      Save
 Ctrl-Q      Quit
+
 
 Troubleshooting
 =======================================
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- TODO        21 Jun 2008 21:40:27 -0000      1.11
+++ TODO        15 Jul 2008 00:55:42 -0000      1.12
@@ -7,7 +7,6 @@
 * Embryo scripting
 * Use a value in the edje data field to store the editor version
   If no version information found alert the user
-* Edje gradient
 * Edje draggies
 
 EDITOR:
@@ -17,6 +16,5 @@
 * Duplicate objects (copy/cut/paste??)
 * Fix strange alpha premul on text with effect
 * Add CheckBox(radio) in Options Menu
-* Make groups combobox searchable (using a Combo_Entry)
-* gradient
+* The spectra window can grow in size but then you can't 'resmall' it.
 * draggies
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in        12 Jul 2008 13:05:16 -0000      1.10
+++ configure.in        15 Jul 2008 00:55:42 -0000      1.11
@@ -9,7 +9,7 @@
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(edje_editor, 0.3.1)
+AM_INIT_AUTOMAKE(edje_editor, 0.3.2)
 
 AC_PREREQ(2.52)
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to