]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/GTK2.TODO
Better not forget to make sure GTK1 doesn't break.
[PuTTY.git] / unix / GTK2.TODO
index be34c96b969d5059c9ae981d22fff1a0fbf79d75..f3caf82f70f9567fad55e2f1be46c06cdff29fdf 100644 (file)
@@ -1,7 +1,7 @@
 TODO for PuTTY GTK2 port before merging back into main trunk code
 -----------------------------------------------------------------
 
-Items from Colin's original mail:
+Things to do before deciding a merge is feasible:
 
  - Font handling is the biggie. Current problems with it:
     * The GTK2 font selection dialog only mentions client-side
@@ -38,16 +38,13 @@ Items from Colin's original mail:
  - Uses of GtkList should be replaced with the non-deprecated
    GtkTreeView.
 
-Other items:
+ - Investigate the shortcut mechanism in GTK2's GtkLabel, and see if
+   it's worth switching to it from the current ad-hockery.
 
- - The host key security alert dialog box is coming up the right
-   size but totally blank! Find out why and fix it.
+Things to do once GTK2 development is complete:
 
- - Since Colin's patch was originally prepared I committed r7117
-   (fold up treeview branches at depth 2 or greater), and this is
-   not currently replicated in the GTK2 version of the treeview
-   code. It should be.
+ - Make sure we haven't broken GTK1.
 
-At point of merge:
+Things to do at point of actual merge:
 
  - Mention Colin in the website's licence page.