aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2/STATUS
blob: 6fae7392340d3194cdef9b2b8bda5518854f0eac (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
28
29
30
31
Status of the GTK+ 2.0 port :
---------------------------

GtkList and GtkCList ==> GtkTreeView conversion :
- color_dlg.c
- column_prefs.c
- decode_as_dlg.c : done
- dfilter_expr_dialog.c
- filter_prefs.c : done
- main.c
- plugins_dlg.c : done

GtkCTree ==> GtkTreeView  conversion : done

GtkText ==> GtkTextView conversion : done

Remaining problems :

- gtk_font_selection_dialog_set_filter doesn't exist anymore (but hasn't
  been removed from the documentation). I don't know how to filter the
  font selection dialog to get only fixed width fonts ;

- we have to remove GUI prefs which are not usefule anymore : tree line
  style and tree expander style ;

- double click on item in protocol tree doesn't expand or collapse its
  subtree ;

- the spacing between lines in the tree view is too big ;

- merge gtk and gtk2 directories. Create a gtk12 directory if necessary.