Enlightenment CVS committal Author : essiene Project : e17 Module : proto
Dir : e17/proto/entrance_edit_gui/data Modified Files: Makefile.am Added Files: entrance_edit_gui.desktop.in entrance_edit_gui.png Log Message: Fixed the annoying crashings and in the process restructured the gui code a lot, bottom-line - It Works (tm). We also now have a .desktop file, so you can start us from the main menu: Applications -> Settings -> Entrance (now we need a sweet icon... help! help!) For the what is left, see TODO. We have just 2 or 3 critical features/fixes left to add before we are ready to more into Entrance's main tree. [widgets] - Added ew_dialog_onclose_set(so we can explicitly declare onclose callback, especially for non-toplevel dialog windows. A couple of nasty bugs were hiding behind this one. [gui] - fixup crashings. All config dialogs work well now, and don't allow opening multiple instances. - Added a .desktop file for entrance_edit_gui, it shows up under Applications->Settings->Entrance =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/data/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 12 Aug 2006 16:21:11 -0000 1.2 +++ Makefile.am 6 Nov 2006 09:56:18 -0000 1.3 @@ -1,5 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -EXTRA_DIST = icons.edc +EXTRA_DIST = icons.edc entrance_edit_gui.desktop.in SUBDIRS = icons EDJE_CC = edje_cc EDJE_FLAGS = \ @@ -13,6 +13,12 @@ $(EDJE_CC) $(EDJE_FLAGS) \ $(top_srcdir)/data/icons.edc \ $(top_builddir)/data/icons.edj + +dotdesktopdir = $(prefix)/share/applications +dotdesktop_DATA = entrance_edit_gui.desktop + +dotdesktopiconsdir = $(prefix)/share/icons +dotdesktopicons_DATA = entrance_edit_gui.png clean-local: rm -f *.edj ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs