File: TODO.txt

package info (click to toggle)
enthought-traits-ui 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,204 kB
  • ctags: 9,623
  • sloc: python: 45,547; sh: 32; makefile: 19
file content (17 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* Look into moving the various extras to be parts of their respective packages
    instead of extras of this package.  Those packages probably already depend
    on traits, so it makes more sense for them to provide the specific
    functionality.

* Move rgba_color_editor.py to enable as it is the only reason we depend on
    enable.  If we move this to enable / enable2, then the following NEW
    dependencies are created:
        enthought.numerical_modeling --> enthought.enable{2}
    DMP: Ok, this looks like it can be done in branches.
    DMP: Done in branches, needs to be done in the trunk too.

* We should decide if Traits requires Pyface, or Pyface requires Traits, or
    whether they really should be mutually dependent like they are now.  The
    current mutual dependencies seems like the worst of all possible worlds.