commit-gnue
[Top][All Lists]
Advanced

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

gnue common/TODO designer/TODO forms/BUGS forms...


From: Jason Cater
Subject: gnue common/TODO designer/TODO forms/BUGS forms...
Date: Sun, 29 Sep 2002 20:27:45 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/09/29 20:27:45

Modified files:
        common         : TODO 
        designer       : TODO 
        forms          : BUGS TODO 
        integrator     : TODO 
        navigator      : TODO 

Log message:
        TODO fixes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/TODO.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/TODO.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/BUGS.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/TODO.diff?cvsroot=OldCVS&tr1=1.64&tr2=1.65&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/integrator/TODO.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/TODO.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/common/TODO
diff -c gnue/common/TODO:1.8 gnue/common/TODO:1.9
*** gnue/common/TODO:1.8        Mon Apr  8 14:10:51 2002
--- gnue/common/TODO    Sun Sep 29 20:27:44 2002
***************
*** 29,35 ****
  
  0.1.x
     finish GEAS driver
!    implement instrospection in specific dbdrivers
  
  0.3.0
    Implement trigger support (python based)
--- 29,35 ----
  
  0.1.x
     finish GEAS driver
!    implement introspection in specific dbdrivers
  
  0.3.0
    Implement trigger support (python based)
Index: gnue/designer/TODO
diff -c gnue/designer/TODO:1.9 gnue/designer/TODO:1.10
*** gnue/designer/TODO:1.9      Mon Jul 22 00:09:40 2002
--- gnue/designer/TODO  Sun Sep 29 20:27:44 2002
***************
*** 8,20 ****
   * Implement clipboard support (copying, cutting, pasting form elements
     both within the current form and between forms)
  
-  * Implement a better code/text editing system (preferably by adding
-    support for BOA Constructor, a really nifty python based development
-    environment.
- 
   * Generalize Designer's code to so we can add other modules (such
     as Reports, GEAS, Integrator) [in progress]
  
   * Implement "Project" functionality.
      * Create new project
      * Pack project for distributing
--- 8,18 ----
   * Implement clipboard support (copying, cutting, pasting form elements
     both within the current form and between forms)
  
   * Generalize Designer's code to so we can add other modules (such
     as Reports, GEAS, Integrator) [in progress]
  
+  * Implement hot-keys
+ 
   * Implement "Project" functionality.
      * Create new project
      * Pack project for distributing
***************
*** 22,28 ****
   * Improve Wizards:
      * Implement tab-navigation in wizards (currently is mouse only)
      * Dynamically figure the needed size for a wizard dialog AND/OR
!       dynamically wrap text messages. 
  
  ==================================================================
  NOTE:
--- 20,28 ----
   * Improve Wizards:
      * Implement tab-navigation in wizards (currently is mouse only)
      * Dynamically figure the needed size for a wizard dialog AND/OR
!       dynamically wrap text messages. [mostly done]
! 
!  * Move from a handle-based system to an events or message-based one
  
  ==================================================================
  NOTE:
Index: gnue/forms/BUGS
diff -c gnue/forms/BUGS:1.5 gnue/forms/BUGS:1.6
*** gnue/forms/BUGS:1.5 Sat May  4 12:45:08 2002
--- gnue/forms/BUGS     Sun Sep 29 20:27:44 2002
***************
*** 1,21 ****
- *major* forms locks on exit ALOT
- 
  select text with mouse and cut doesn't work
  
  clicking in other block doesn't adjust focus properly
  
- multiline text boxes are not allowing enter key in them
-   once you can put enter in them the click to specific character 
-   will most likely not work as it's based upon location in widget
- 
  dropdowns may be wierd
    if empty and i click in and start typing
    it lets me enter bad data instead of autofinding the first field
    wxpython dropdowns don't allow you to go to next|prev record via up and 
down arrows
  
- jump to infinite loop bug
- 
  on some installations gnuef segfaults when the splashscreen timeout expires
  
! tab key presses in dropdowns on Win32 are not correct
  
--- 1,13 ----
  select text with mouse and cut doesn't work
  
  clicking in other block doesn't adjust focus properly
  
  dropdowns may be wierd
    if empty and i click in and start typing
    it lets me enter bad data instead of autofinding the first field
    wxpython dropdowns don't allow you to go to next|prev record via up and 
down arrows
  
  on some installations gnuef segfaults when the splashscreen timeout expires
  
! tab key presses in dropdowns on Win32 are not correct (wx issue)
  
Index: gnue/forms/TODO
diff -c gnue/forms/TODO:1.64 gnue/forms/TODO:1.65
*** gnue/forms/TODO:1.64        Thu May 30 11:14:34 2002
--- gnue/forms/TODO     Sun Sep 29 20:27:44 2002
***************
*** 4,31 ****
      clean up code  [everyone working on the code]
        restore proper encapsulation in system
  
!     internationalization support [ra3vat,arturas]
! 
!     Implement new <entry> attributes: 
        required:       Is this field required?
        no_ltrim:       Do not left trim this field
        no_rtrim:       Do not right trim this field
        ignoreCaseOnQuery: When querying, ignore case on this field
  
!     Implement new <block> attributes: 
!       tabWrapToNextRecord (blech) - flag to cause <tab> on last field in 
record to 
                                      go to first field of next record in 
blocks with
                                      rows > 1
  
-     Make buttons navigable (tabstops, et al). 
- 
  * UI Enhancements
!  
      Dynamic menus/toolbars
        user extensible menus
!       menus should disable options not available via events 
! 
!     taborder support
  
      Add layout manager support
  
--- 4,25 ----
      clean up code  [everyone working on the code]
        restore proper encapsulation in system
  
!     Implement new <entry> attributes:
        required:       Is this field required?
        no_ltrim:       Do not left trim this field
        no_rtrim:       Do not right trim this field
        ignoreCaseOnQuery: When querying, ignore case on this field
  
!     Implement new <block> attributes:
!       tabWrapToNextRecord (blech) - flag to cause <tab> on last field in 
record to
                                      go to first field of next record in 
blocks with
                                      rows > 1
  
  * UI Enhancements
! 
      Dynamic menus/toolbars
        user extensible menus
!       menus should disable options not available via events
  
      Add layout manager support
  
***************
*** 52,55 ****
--- 46,50 ----
  ?.?.?
    Security System
    Migrate to common trigger system
+   Input masks
  
Index: gnue/integrator/TODO
diff -c gnue/integrator/TODO:1.1 gnue/integrator/TODO:1.2
*** gnue/integrator/TODO:1.1    Wed Sep 18 20:17:34 2002
--- gnue/integrator/TODO        Sun Sep 29 20:27:44 2002
***************
*** 0 ****
--- 1 ----
+ The whole darn thing
\ No newline at end of file
Index: gnue/navigator/TODO
diff -c gnue/navigator/TODO:1.1 gnue/navigator/TODO:1.2
*** gnue/navigator/TODO:1.1     Sun Jun 30 20:26:56 2002
--- gnue/navigator/TODO Sun Sep 29 20:27:45 2002
***************
*** 0 ****
--- 1,5 ----
+ * Better support for multiple forms
+ * Support for passed parameters to forms/reports
+ * A parameter screen to prompt user for report options
+ * Stability fixes
+ * Better Curses support
\ No newline at end of file




reply via email to

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