Difference between revisions of "Roadmap"

From GNUstepWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
== GNUstep 1.0 ==
 
== GNUstep 1.0 ==
 
* Base
 
* Base
 +
**  Improvements for Windows
 
* Make
 
* Make
 
** Improvements for Windows
 
** Improvements for Windows
 
* GUI
 
* GUI
 
** Improve printing support.
 
** Improve printing support.
** Correct any severe bugs.
+
** Correct any severe bugs.
** stable interface
+
    popup/pulldown menu operation ... sometimes (often) popup menus
 +
      seem to fail to track the mouse, so you can't select their buttons.
 +
    cursor bug?
 +
    #5871 (Cursor rect handling)
 +
    #6152 (Focus problem)
 +
    #10825
 +
    #10856
 +
** Stable interface
 
* Back
 
* Back
** Better Windows Support
+
** Better Windows Support
** focus issues
+
** Focus issues
* Development Environment:  
+
**    Reliable window manager/desktop interaction: several target WM?
** Gorm 1.0.x
+
      1. window manager interaction ... I want clicking on windows to
** ProjectCenter 0.4.x  
+
        work *reliably*, so that when I click on any GNUstep window
 +
        a. The application activates (shows its menu and panels, and raises the window clicked on).
 +
        b. The clicked window starts accepting keyboard input
 +
        c. any other GNUstep application deactivates (hides its menu and panels)
 +
* Development Environment:
 +
** Gorm 1.0.x
 +
** ProjectCenter 0.4.x
 
* User apps
 
* User apps
** GWorkspace 0.7.x
+
** GWorkspace 0.7.x
** Need more basic user apps
+
** Need more basic user apps
 +
    GNUMail, GWorkspace, Terminal, Preferences, TextEdit, others?
 +
      Contribute as subprojects for more accessibility or at least mirror?
 +
      Common data formats and DnD.
 
* Packaging
 
* Packaging
 +
**  Package name, like GNUstep 1.0 for everything...
  
 
== GNUstep 1.1 ==
 
== GNUstep 1.1 ==

Revision as of 03:24, 3 January 2006

The roadmap is a living document- if you're a maintainer, please update it with your plans.

Roadmap Introduction

The GNUstep Roadmap represents where the team sees GNUstep going in future releases. As decisions are made regarding what should go into a given release, it will be added here for that release. This will help to track what features are planned in the future and what direction GNUstep will take in the future.

GNUstep 1.0

  • Base
    • Improvements for Windows
  • Make
    • Improvements for Windows
  • GUI
    • Improve printing support.
    • Correct any severe bugs.
   popup/pulldown menu operation ... sometimes (often) popup menus 
      seem to fail to track the mouse, so you can't select their buttons.
   cursor bug?
   #5871 (Cursor rect handling) 
   #6152 (Focus problem) 
   #10825 
   #10856
    • Stable interface
  • Back
    • Better Windows Support
    • Focus issues
    • Reliable window manager/desktop interaction: several target WM?
     1. window manager interaction ... I want clicking on windows to 
        work *reliably*, so that when I click on any GNUstep window
       a. The application activates (shows its menu and panels, and raises the window clicked on).
       b. The clicked window starts accepting keyboard input
       c. any other GNUstep application deactivates (hides its menu and panels)
  • Development Environment:
    • Gorm 1.0.x
    • ProjectCenter 0.4.x
  • User apps
    • GWorkspace 0.7.x
    • Need more basic user apps
   GNUMail, GWorkspace, Terminal, Preferences, TextEdit, others?
     Contribute as subprojects for more accessibility or at least mirror?
     Common data formats and DnD.
  • Packaging
    • Package name, like GNUstep 1.0 for everything...

GNUstep 1.1

  • GUI
    • Integration of Camaelon into gui
    • Integration of WildMenus into gui
    • Nib support in gui and Gorm/Complete keyed archiving support.
  • General
    • Breakup of gui and base into component libraries
    • Make GNUstep more compliant with the FHS as an option

Some considerations for the future

  • Include distcc as part of the GNUstep developement environment, somewhat akin to XCode's distributed compilation.