home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / gnome-app-install / TODO < prev   
Encoding:
Text File  |  2006-07-24  |  1.7 KB  |  59 lines

  1.  
  2. DAPPER + 1:
  3. -----------
  4. * show if the application is "free", "unsupported", "commercial"
  5.   [done]
  6. * make it easy to show *only* applications of a given category
  7.   [done]
  8. * make it possible to have "Proprietary+License+section(=multiverse)",
  9.   currently we can only show licenses if the thing is in a 3rd party
  10.   channel (ie not in "multiverse")
  11.  
  12. FIXLIST:
  13. -------
  14. - DialogProprietary can't be cancelt while it downloads the license from the
  15.   net
  16. - some icons are not rendered by gtkhtml2 [done]
  17. - some apps that are not available for the given hardware plattform
  18.   (e.g. realplay on amd64) show "enable multiverse" buttons even when 
  19.   multiverse is enabled [done]
  20. - restore the stored state at startup time (?)
  21.  
  22. dependency handling:
  23. --------------------
  24.  
  25. * how to prevent meta packages from locking a lot of packages. e.g.
  26.   "ubuntu-desktop"?
  27. * how to solve package conflicts?
  28.  
  29. user interface:
  30. --------------
  31.  
  32. * store the state of the treeviews and the search 
  33. * replace the html rendering for the description with a gtktextview
  34.   [done]
  35.  
  36.  
  37. non-root-mode:
  38. --------------
  39. * problem: some operations require two root subprocess calls, e.g.
  40.            enable a channel requires to copy and then reload
  41.  
  42. cleanups:
  43. ---------
  44. - redo the mime-search [done]
  45.  
  46. 3rd party packages:
  47. -------------------
  48. - keys: how to update the channel keys when they are e.g. expired?
  49.  
  50. misc:
  51. -----
  52.  
  53. - get rid of that terrible stores and move the bits into a "application"
  54.   class so that the store only contains "name" and "application-class"
  55.   [done]
  56. - abstract the apt bits out to make it easy to port to smart
  57. - aptsources.py should go into python-apt (currently in update-manager),
  58.   that makes us get rid of the update-manager dependency
  59.