File: TODO.txt

package info (click to toggle)
python-traitsgui 3.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,276 kB
  • sloc: python: 12,190; makefile: 85; sh: 5
file content (13 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
* Remove the import of enthought.resource for core functionality in
    resource_manager.py and i_image_resource.py.

* Remove the dependency on enthought.developer AND enthought.io by refactoring
    dock features modules.

* Remove the dock dependence on TraitsBackendWX by removing the direct imports
  of enthought.traits.ui.wx.

* Need to make use of drag and drop features optional in this project's code
    (see dock, grid, sheet, tree, and viewer/tree_viewer) or help make
    enthought.util's drag_and_drop module backend agnostic.  Right now, it has
    a runtime dependency that wx be installed.