Edit history

Edit: -1 of 1
Time: 2007-01-20 21:33:45
Note: /dabosite/wiki/FeaturesThatNeedWork/reparent

changed:
-
Framework

  - Create a system for extracting all i18n strings into a database, generating the required gettext .po files, and adding them to the repository. 

  - Add a dApp setting that will allow users to switch localization on the fly.

----

**Designer**

 - Address some performance issues. The Designer is working well, but bogs down in many places.
 
 - Begin the creation of the IDE. This should tie together the following items:
 
     1 Project Management
     
     2 Code editing
     
     3 Visual designers
     
     4 Visual debuggers
     
     5 Generation of installable packages for each platform.

----

**Database**

  - Implement the following database systems:

    - MicrosoftSQLServer
    
    - Oracle

    - Berkeley DB

    - Generic ODBC
    
    - Visual FoxPro

    - Others?

----

**UI**  

  - Complete the wrapping of the most useful [wxPython] controls.
  
  - Optimize the performance of the event model

  - (Post 1.0) Begin to explore other UIs: 

    - TkInter 

    - Qt

    - Curses

----