~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to TODO

  • Committer: niemeyer
  • Date: 2003-02-02 17:10:39 UTC
  • Revision ID: gustavo@niemeyer.net-20030202171039-5fe39d63e4ac20f4
Importing current CVS code into trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Configure:
 
2
   - add install target for the python module
 
3
   - allways give the correct path in the synaptic.desktop file
 
4
     (currently hardcoded)
 
5
 
 
6
GUI:
 
7
   -  configure whether we want text under icons or not
 
8
   - add a button to undo all programmed changes
 
9
   - add context-menu on right-click (del/inst/upgr/show descr in own window)
 
10
 
 
11
Filter:
 
12
   - add missing functionality in rpackagefilter line 183 (Provides filter)
 
13
   - add "immutable" filters that can be configured via /etc/synaptic/filters
 
14
   - dependencies of selected package
 
15
   - dependents of selected package
 
16
   - obsolete packages (installed, but no install version available)
 
17
 
 
18
General:
 
19
   - problem if a pkglist is not available on startup (maybe rpm only?)
 
20
   - make log-file
 
21
   - current task support is broken, try to fix it
 
22
   - implement raptoptions save/restore for getFlags/setFlags 
 
23
   - add something that adds cdrom uris to the sources
 
24
 
 
25
Done:
 
26
   - implement some kind of deborphan functionality (make it a filter)
 
27
   - filter for "residual configuration" (removed, but still configuration)
 
28
   - make a extra warning if packages are deleted (via Summary Window)
 
29
   - label with short description resizes the gui (ugly)
 
30
   - add filters to menu (done)
 
31
   - make easy way to filter for description 
 
32
   - make more than one package selectable and allow "install", "keep" etc
 
33
     on this groups (done)
 
34
   - remove the update button in rgsrcwindow.cc (done)
 
35
   - add more key-shortcuts (done)
 
36
   - add repository dialog (done)
 
37
   - new packages in repository (done)
 
38
   - add cmdline argument for selecting a initial filter (done)
 
39
   - test for "swig" in configure.in (done)
 
40
   - get rid of all gtk_widget_set_usize() [mostly gone]
 
41
   - use colors to show different stuff about the package 
 
42
     (e.g. blue if upgradeable, red if broken etc) [done]
 
43
   - some online-help/mini-tutorial (partly done)
 
44
   - handle "|" case in WDepends (partly)
 
45
   - implement "Hold package" (partly)   
 
46
   - add man-page and localised man-page (done)