X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2Fmainwnd.desc;h=f1022a8dab899e36d056083f94356511422e2509;hb=6d3c4a866cf944fbeb76f15bccd672ea1d298429;hp=9111d4fb2eb9d9b58ffbc64b4e0952ce210e8250;hpb=e5fc6b8cff14b7afe47072f7ccfb0798bd893a51;p=doldaconnect.git diff --git a/clients/gtk2/mainwnd.desc b/clients/gtk2/mainwnd.desc index 9111d4f..f1022a8 100644 --- a/clients/gtk2/mainwnd.desc +++ b/clients/gtk2/mainwnd.desc @@ -12,6 +12,7 @@ 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: trreset label: "Reset transfer" sig: activate $menuitem name: trcancel label: "Cancel transfer" sig: activate end :wnd name: wnd title: "Dolda Connect" var: y sig(delete_event):initdeath @@ -58,6 +59,10 @@ end $tvcol title: "Description" text: 2 sortcol: 2 resizable: TRUE end end + :hbox name: pubhubbarbox var: y noshow: y + $pbar name: pubhubbar var: y expand: TRUE fill: TRUE + $sbtn stock: CANCEL name: pubhubabort sig: clicked + end :table rows: 2 cols: 3 fill: TRUE $mlbl label: "_Filter:" tx: 0 ty: 0 mwidget: pubhubfilter $text name: pubhubfilter var: y expand: y fill: y sig: activate tx: 1 ty: 0 @@ -135,29 +140,24 @@ end $mlbl label: "_List of downloads:" mwidget: downloads :sw fill: TRUE expand: TRUE :treeview name: downloads var: y sig(key-press-event): cb_main_trlist_keypress sig(popup-menu): cb_main_trpopup sig(button-release-event): cb_main_trpopup - :tvcol title: "User Name" + :tvcol title: "User Name" resizable: TRUE $pixbufrend stock_id: 8 $textrend text: 4 end - $tvcol title: "File Name" text: 5 - :tvcol title: "Size" + $tvcol title: "File Name" text: 5 resizable: TRUE + :tvcol title: "Size" resizable: TRUE $textrend func: transnicebytefunc funcdata: "GINT_TO_POINTER(6)" end - :tvcol title: "Position" -#ifdef ENABLE_GTK2PBAR - $custrend newfunc: custom_cell_renderer_progress_new attr(percentage): 9 -#else - $textrend func: percentagefunc funcdata: "GINT_TO_POINTER(9)" expand: FALSE -#endif - $textrend func: transnicebytefunc funcdata: "GINT_TO_POINTER(7)" + :tvcol title: "Position" resizable: TRUE + $progrend func: progressfunc funcdata: "GINT_TO_POINTER((6 << 8) | 7)" expand: TRUE end - :tvcol title: "Speed" + :tvcol title: "Speed" resizable: TRUE $textrend func: transspeedinfo end - :tvcol title: "Error" + :tvcol title: "Error" resizable: TRUE $textrend func: transerrorinfo end - $tvcol title: "Hash" text: 12 + $tvcol title: "Hash" resizable: TRUE text: 12 end end end @@ -174,12 +174,7 @@ end $textrend func: transnicebytefunc funcdata: "GINT_TO_POINTER(6)" end :tvcol title: "Position" -#ifdef ENABLE_GTK2PBAR - $custrend newfunc: custom_cell_renderer_progress_new attr(percentage): 9 -#else - $textrend func: percentagefunc funcdata: "GINT_TO_POINTER(9)" expand: FALSE -#endif - $textrend func: transnicebytefunc funcdata: "GINT_TO_POINTER(7)" + $progrend func: progressfunc funcdata: "GINT_TO_POINTER((6 << 8) | 7)" expand: TRUE end :tvcol title: "Speed" $textrend func: transspeedinfo