Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui


Modified Files:
        AUTHORS TODO configure.in 


Log Message:
Killed some more todo items. Moving towards general consumption.

- We can now list (and select) backgrounds from multiple locations, currently:
        - PREFIX/share/enlightenment/data/backgrounds/
        - ~/.e/e/backgrounds
        I'm thinking there should be another entrance specific location, so you 
can still have a list
        if you're not using E. Probably:
        ~/.entrance/backgrounds ? thoughts?

- Cleaned up egui_graphics_dialog subsystem. 
- TODO --


===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- AUTHORS     1 Oct 2006 17:35:27 -0000       1.2
+++ AUTHORS     6 Nov 2006 15:14:24 -0000       1.3
@@ -1 +1,2 @@
+Essien Ita Essien 'essiene' <[EMAIL PROTECTED]>
 Peter 'rhapsodhy' Parkanyi
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/TODO,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- TODO        6 Nov 2006 09:56:18 -0000       1.22
+++ TODO        6 Nov 2006 15:14:24 -0000       1.23
@@ -16,12 +16,10 @@
 - There's a todo above some commented code in egui_graphics_dialog.c related 
to making the preview even more awesome.
 - We should have a way to show a COMPLETE entrance preview i think in the main 
ui screen or something, that shows the greetings, etc... so when we change 
stuff, we can see how it looks like. This is different from the theme and 
background previews, which only show what the theme and background look like, 
but hey, maybe we should combine them? Dunno... not critical, just a nice to 
have feature.
 - If we click on a file in the file selector let it appear in the Preview 
object of the theme/background dialog.
-- Background selector should have different sections - E17 System backgrounds, 
Entrance System Backgrounds, Browse.
        
 ***SHOW STOPPERS - TOP PRIORITY
 ============================
 - fileselector integration into theme and background dialogs.
-- ability for theme and background dialog to read background and themes from 
multiple locations.
 - Entrance_List needs to be refactored to use as common a base as possible. 
Also, we need to select the first row by default when adding to a list.
 
 Issues that MUST go before tree relocates to entrance's tree
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/configure.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- configure.in        6 Nov 2006 09:56:18 -0000       1.13
+++ configure.in        6 Nov 2006 15:14:24 -0000       1.14
@@ -13,7 +13,7 @@
 
 AC_PREREQ(2.52)
 
-AM_CONFIG_HEADER(config.h)
+AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX
 AC_PROG_CC
@@ -23,6 +23,12 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 LIBS=""
+
+if test "x${prefix}" = "xNONE"; then
+       prefix="${ac_default_prefix}"
+fi
+
+AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", [Install prefix])
 
 if test "x${exec_prefix}" = "xNONE"; then
   if test "x${prefix}" = "xNONE"; then



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

Reply via email to