Update to 0.4.6, provided by Mario Kemper in pkg/12309.
Changes: * New dialog box to add a list of files to be downloaded differing only in a sequence number (code contributed by Matthew Tuck <matty@chariot.net.au>). * Fixed lot of error messages showing when network was down (thanks to Gianluca Montecchi <gianluca@pluto.linux.it> for the patch) * Scroll the file list to make the file just started visible (automatically or manually started) * Applet properly resizes to different panel sizes * Fixed incorrect CORBA communication error messages reported to the user * Applet transparency problems solved. Now the applet properly sets its background with different GTK themes and panel backgrounds * GTM and GTM applet now set their icons (looks cool when iconized) * Fixed wget timeout bad argument * Added ability to drag files from GTM, also the new file dialogs now accept drag data.
This commit is contained in:
parent
54dfcb04c3
commit
a84b08bc7e
3 changed files with 17 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.5 2001/02/17 18:18:57 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2001/03/13 16:33:42 wiz Exp $
|
||||
|
||||
DISTNAME= gtm-0.4.5
|
||||
DISTNAME= gtm-0.4.6
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/}
|
||||
|
||||
MAINTAINER= magick@bundy.lip.owl.de
|
||||
MAINTAINER= magick@zhadum.de
|
||||
HOMEPAGE= http://gtm.sourceforge.net/
|
||||
COMMENT= Gnome Transfer Manager
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/07/28 06:27:14 tron Exp $
|
||||
$NetBSD: md5,v 1.2 2001/03/13 16:33:42 wiz Exp $
|
||||
|
||||
MD5 (gtm-0.4.5.tar.gz) = d894e7e408027d134f8275ac0a9f35eb
|
||||
SHA1 (gtm-0.4.6.tar.gz) = 0f600cbebcc401b70d965419badd0fdf65e4f546
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2000/09/17 21:48:23 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2001/03/13 16:33:42 wiz Exp $
|
||||
bin/gtm_applet
|
||||
bin/gtm
|
||||
etc/sound/events/gtm.soundlist
|
||||
|
@ -16,6 +16,17 @@ share/locale/da/LC_MESSAGES/gtm.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/gtm.mo
|
||||
share/locale/uk/LC_MESSAGES/gtm.mo
|
||||
share/locale/tr/LC_MESSAGES/gtm.mo
|
||||
share/locale/ca/LC_MESSAGES/gtm.mo
|
||||
share/locale/el/LC_MESSAGES/gtm.mo
|
||||
share/locale/et/LC_MESSAGES/gtm.mo
|
||||
share/locale/fi/LC_MESSAGES/gtm.mo
|
||||
share/locale/gl/LC_MESSAGES/gtm.mo
|
||||
share/locale/hu/LC_MESSAGES/gtm.mo
|
||||
share/locale/ja/LC_MESSAGES/gtm.mo
|
||||
share/locale/ro/LC_MESSAGES/gtm.mo
|
||||
share/locale/sk/LC_MESSAGES/gtm.mo
|
||||
share/locale/sl/LC_MESSAGES/gtm.mo
|
||||
share/locale/sv/LC_MESSAGES/gtm.mo
|
||||
share/pixmaps/gtm.png
|
||||
share/idl/Gtm.idl
|
||||
share/gnome/help/gtm/C/index.html
|
||||
|
|
Loading…
Reference in a new issue