summaryrefslogtreecommitdiff
path: root/TODO
blob: 6a4b2c35d10a5cad4862dcfc68f56a1d9c498edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
For tasks outside the porting effort, we track them as bugs in
http://bugzilla.gnome.org. For the porting effort, please let
darin@bentspoon.com know what you are working on.

- Port list view to GtkTreeView and then go to eel and remove
  EelCList, EelList, and EelListColumnTitle.
- Port tree sidebar panel to GtkTreeView and then go to eel and
  remove EelCTree.

- Visit all the GNOME2_CONVERSION_COMPLETE and fix each issue
  (details forthcoming)

- Visit all the destroy and move things into finalize or dispose
  and make them callable twice as appropriate.
- Change things that use destroy handlers to use weak references
  instead.

- Figure out why we get NULL font problems in Pango when the progress
  dialog comes up.

- Split out icons and themes into a separate package?

- Replace gnome_config calls with calls to GConf for desktop-wide
  keys such as background (as long as we stay compatible with capplets).

- Add mnemonics for all preferences, so you can use the keyboard to
  drive the preferences dialog.