Mercurial > gftp.yaz
view docs/sample.gftp/connect.xpm @ 367:d5409bf03ff1
2003-1-18 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (gftp_parse_url) - if the URL is the local filesystem, skip over the whitespace at the beginning.
* lib/rfc959.c (rfc959_syst) - allow the string MVS and OS/MVS for the
MVS directory listings.
* src/gtk/gtkui_transfer.c src/gtk/transfer.c src/gtk/gftpui.c -
started to move the transfer functionality into the uicommon directory.
Added the text and GTK+ UI specific transfer functions.
* src/gtk/Makefile.am po/POTFILES.in - added gtkui_transfer.c
* src/gtk/dnd.c src/gtk/gtkui_transfer.c src/gtk/view_dialog.c -
s/add_file_transfer/gtkui_common_add_file_transfer/
* src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed transfer_mutex
* src/gtk/gtkui.c src/text/textui.c - added
gftpui_add_file_to_transfer()
* src/uicommon/gftpui_callbacks.c src/uicommon/gftpui.c - in all of the
thread callback functions, don't alter the return value in the function. Return it as is.
author | masneyb |
---|---|
date | Sun, 18 Jan 2004 20:09:28 +0000 |
parents | 8b1883341c6f |
children | e999754d6106 |
line wrap: on
line source
/* XPM */ /* This was drawn by Sean Finkel <alarion@worldspy.net> */ static char * connect_xpm[] = { "32 32 10 1", " c None", ". c #000000", "+ c #C0C0C0", "@ c #A0A0A4", "# c #FFFFFF", "$ c #808080", "% c #00C000", "& c #008080", "* c #585858", "= c #00FF00", " .. ", " .+@.. ", " .++++@.. ", " .. .+++++++@.. ", " .+@.. .++++++++++@.. ", " .++++@.. .+++++++++++++@.. ", " .+++++++@.#+++++++++++++++@..", " .+++++++++.+##++++++++++++++$.", " .++++++++++.+++##+++++++++++$$.", ".#++++++++++.+..@+##++++++++$$$.", ".+##++++++++.+.%..@+##+++++$$$$.", ".+++##++++++.+.%%%..@+##++$$$$$.", ".+..@+##++++.+.%%%%%..@+#$$$$$$.", ".+.&..@+##++.+.%%%%%%%.$+$$$$$$.", ".+.&&&..@+##.+.%%%%%%%%#+$$$$$$.", ".+.&&&&&..@+.+.%%%%%%%%#+$$$$$$.", ".+.&&&&&&&.$.+##%%%%%%%#+$$$$$$.", ".+.&&&&&&&&#+.@+##%%%%%#+$$$$$*.", ".+.&&&&&&&&#.@..@+##%%%#+$$$$*. ", ".+##&&&&&&&#.++@..@+##%#+$$$*.$.", " .@+##&&&&&#.+=++@..@+##+$$*.$$.", ".@..@+##&&&#.++++++@..@++$*.$$$.", ".++@..@+##&#..@+++**@@..@*.$$$*.", ".+=++@..@+##+$..@+##**@@..$$$*. ", ".++++++@..@++$*...@@##**@$$$*. ", "..@+++**@@..@*.$$$..@@##+$$*. ", " ..@+##**@@..$$$*. ..@++$*. ", " ..@@##**@$$$*. ..@*. ", " ..@@##+$$*. .. ", " ..@++$*. ", " ..@*. ", " .. "};