Display speed for uploads as well.
[doldaconnect.git] / clients / gtk2 / mainwnd.desc
index 5cfbfe3..5261074 100644 (file)
@@ -7,9 +7,11 @@
 ;hasrenderers: y
 :menu name: srpopup var: y
        $menuitem name: srhash label: "Search for this hash" sig: activate var: y
+       $menuitem name: srcopy label: "Copy this hash to clipboard" sig: activate var: y
 end
 :menu name: trpopup var: y
        $menuitem name: trhash label: "Search for this hash" sig: activate var: y
+       $menuitem name: trcopy label: "Copy this hash to clipboard" sig: activate var: y
        $menuitem name: trcancel label: "Cancel transfer" sig: activate
 end
 :wnd name: wnd title: "Dolda Connect" var: y sig(delete_event):initdeath
@@ -27,6 +29,7 @@ end
                        :menuitem label: Op_tions
                                :menu
                                        $smenuitem name: prefmenu stock: PREFERENCES sig: activate
+                                       $menuitem name: lsres label: "_List resumable files" sig: activate
                                end
                        end
                end
@@ -148,6 +151,9 @@ end
 #endif
                                                                $textrend func: transnicebytefunc funcdata: "(gpointer)7"
                                                        end
+                                                       :tvcol title: "Speed"
+                                                               $textrend func: transspeedinfo
+                                                       end
                                                        :tvcol title: "Error"
                                                                $textrend func: transerrorinfo
                                                        end
@@ -175,6 +181,9 @@ end
 #endif
                                                                $textrend func: transnicebytefunc funcdata: "(gpointer)7"
                                                        end
+                                                       :tvcol title: "Speed"
+                                                               $textrend func: transspeedinfo
+                                                       end
                                                end
                                        end
                                end