Enlightenment CVS committal Author : davemds Project : e17 Module : proto/edje_editor
Dir : e17/proto/edje_editor Modified Files: AUTHORS COPYING TODO configure.in Log Message: * Better save routines not yet finished, have to fix engrave_edc_output() to return correct values. the same on engrave_load_edc()) * Remove unused play_dialog functions =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/AUTHORS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- AUTHORS 30 Dec 2006 09:50:54 -0000 1.1 +++ AUTHORS 11 Aug 2007 19:33:15 -0000 1.2 @@ -1 +1 @@ -Dave <[EMAIL PROTECTED]> +DaveMDS <[EMAIL PROTECTED]> =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/COPYING,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- COPYING 30 Dec 2006 09:50:54 -0000 1.1 +++ COPYING 11 Aug 2007 19:33:15 -0000 1.2 @@ -1,4 +1,4 @@ -Copyright (C) 2005 Hisham Mardam Bey and various contributors (see AUTHORS) +Copyright (C) 2007 Davide Andreoli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- TODO 15 Jul 2007 05:01:04 -0000 1.7 +++ TODO 11 Aug 2007 19:33:15 -0000 1.8 @@ -1,7 +1,9 @@ TODO edje_editor (not a complete list...only the first in my mind) ======================================= -* Better save routines +* make better file dialogs + +* If save failed the original file is deleted (bad engrave !) * Tooltips EVERYWERE :) @@ -10,8 +12,6 @@ * A new object add must be take a progressive (and unique) number (newrect1, newrect2...etc) -* Text object: GLOW? GLOW2? FAR? ... does edje suport this? - * 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 @@ -26,4 +26,4 @@ * Use a value in the edje data field to store the editor version If no version information found alert the user -* In the Add/Remove menus disable 'not in context' choice \ No newline at end of file +* In the Add/Remove menus disable 'not in context' choice =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- configure.in 13 Jul 2007 17:39:25 -0000 1.5 +++ configure.in 11 Aug 2007 19:33:15 -0000 1.6 @@ -85,11 +85,11 @@ packagesrcdir=`cd $srcdir && pwd` AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source Code Directory]) -PKG_CHECK_MODULES(ECORE, [ecore >= 0.9.9.037]) -PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0]) +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]) -PKG_CHECK_MODULES(ETK, [etk >= 0.1.0.002]) +PKG_CHECK_MODULES(EVAS, [evas >= 0.9.9.040]) +PKG_CHECK_MODULES(ETK, [etk >= 0.1.0.005]) AC_SUBST(packagesrcdir) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs