aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authoroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-02 16:22:31 +0000
committeroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-02 16:22:31 +0000
commitb3e96ff0f12253faff61700bb59018befb3deebc (patch)
tree889dbdb4b2672bf7ba5a26be2e3da5379fbddeff /gtk2
parent40227b9f5960eed991a82d8d30fdd8829fe96c57 (diff)
New file describing the status of the GTK+ 2.0 port.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6168 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/STATUS31
1 files changed, 31 insertions, 0 deletions
diff --git a/gtk2/STATUS b/gtk2/STATUS
new file mode 100644
index 0000000000..736bc09841
--- /dev/null
+++ b/gtk2/STATUS
@@ -0,0 +1,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
+- 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.