Roadmap

From GNUstepWiki
Revision as of 02:49, 23 February 2005 by Arobert (talk | contribs) (→‎Version 1.0)
Jump to navigation Jump to search

GNUstep has no roadmap...!

Anyway, here is small list of what has to be done. Refine the list, prioritize and build the roadmap. Perhaps some checklist would help...

Version 1.0

What needs to be done for GNUstep 1.0? Can someone provide a check-list?

There are many parts of GUI that are not finished, though they do not come up as often in applications as the parts that are finished. They are marked in the code by "//FIXME" usually. One example is handling of scrollbars of multiple widths. OpenStep provides for both two fixed scrollbar widths (normal and small) and a variable-width option. Neither are supported in GUI (but are not used that often).

Base is almost entirely complete, excepting some Number formatting capabilities and maybe a couple of other things listed in the bug tracker.

Version 1.1

Unsorted TODO

  • ease installation process (see GNUstep Installation Process)
    • what are potential platforms?
    • what are their possibilities of installation?
    • how can installation be combined for several platforms (one installation package for more linux distros, for example)
    • how to distribute binary packages?
    • what should be in the binary package?
    • how should be the binary package installed? where? what should be configurable during installation?
    • how to cope with more than one GNUstep environments installed?
  • make GUI work on MS windows (see Portability)
    • what is broken?
    • what needs to be done?
    • who is working on it?
  • what is the objective of GNUstep GUI/AppKit 1.0?
    • what is missing?
    • what does not work?
  • what is the objective of GNUstep core 1.0?
    • what is missing?
    • what does not work?
  • Include distcc as part of GNUstep's developement like XCode's.
    • Put distcc in LiveCD for intel, then we can have a GNUstep compilation farm easily.