commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnuef TODO src/UIwxpython.py


From: James Thompson
Subject: gnue/gnuef TODO src/UIwxpython.py
Date: Tue, 30 Jan 2001 20:21:51 -0800

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/01/30 20:21:51

Modified files:
        gnuef          : TODO 
        gnuef/src      : UIwxpython.py 

Log message:
        More alterations for win32 support

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/TODO.diff?r1=1.40&r2=1.41
http://subversions.gnu.org/cgi-bin/cvsweb/gnue/gnuef/src/UIwxpython.py.diff?r1=1.56&r2=1.57

Patches:
Index: gnue/gnuef/TODO
diff -u gnue/gnuef/TODO:1.40 gnue/gnuef/TODO:1.41
--- gnue/gnuef/TODO:1.40        Thu Jan 18 05:26:37 2001
+++ gnue/gnuef/TODO     Tue Jan 30 20:21:51 2001
@@ -1,8 +1,9 @@
 A name inside of [] means that person has taken that task
 
-**MUST HAVES for 0.0.5
-**  windows support (ODBC?) [jade]
+**MUST HAVES for 0.0.6 
+**  windows support right now widget navigation is broken
 **  win32 install instructions
+**  completed DBError support
 
    Bugs 
     I've broken msgboxs in triggers
@@ -30,10 +31,6 @@
 
   Data source related
     Make modification of data lock the record in the backend (if supported)
-
-    Transaction support (begin and end wrapping block commits)
-
-    Database error handling
 
   Master/Detail
     
Index: gnue/gnuef/src/UIwxpython.py
diff -u gnue/gnuef/src/UIwxpython.py:1.56 gnue/gnuef/src/UIwxpython.py:1.57
--- gnue/gnuef/src/UIwxpython.py:1.56   Mon Jan 29 19:31:00 2001
+++ gnue/gnuef/src/UIwxpython.py        Tue Jan 30 20:21:51 2001
@@ -61,6 +61,7 @@
                                 
wxSize(int(object.width)*int(self.widgetWidth)-(int(self.widgetWidth)/2),
                                        
int(object.height)*int(self.widgetHeight)-(int(self.widgetHeight)/2)))"""
                               }
+#                                
wxSize(int(object.width)*int(self.widgetWidth),int(object.height)*int(self.widgetHeight)))"""
     
     self.keyEvents = {WXK_PRIOR:  GFEvent('requestPREVBLOCK'),
                       WXK_NEXT:   GFEvent('requestNEXTBLOCK'),
@@ -642,7 +643,7 @@
                                  wxPoint(int(object.x)*int(self.widgetWidth),
                                          
(int(object.y)+spacer)*int(self.widgetHeight)),
                                  wxSize(int(object.width)*int(self.textWidth),
-                                        
int(object.height)*int(self.textHeight)))
+                                        
int(object.height)*int(self.textHeight)),wxTE_PROCESS_TAB)
           
 
           EVT_CHAR(newWidget, self.uiEventTrap)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]