Mercurial > gftp.yaz
comparison ChangeLog @ 511:c3ff4479a92d
2004-7-25 Brian Masney <masneyb@gftp.org>
* src/gtk/transfer.c - when spawning a thread to get the
subdirectories, don't refresh the local directory listing. Also added
custom connect/disconnect functions so that timeouts can be handled
properly.
* src/gtk/delete_dialog.c - make sure that 2 connections to the server
don't get established
* src/uicommon/gftpui.c src/uicommon/gftpui.h - added dont_refresh
variable to gftpui_callback_data structure. If this is true, then it
will not run gftpui_refresh() after the thread terminates
author | masneyb |
---|---|
date | Sun, 25 Jul 2004 14:15:00 +0000 |
parents | e0585b062a75 |
children | 2c8a42a63a31 |
comparison
equal
deleted
inserted
replaced
510:e0585b062a75 | 511:c3ff4479a92d |
---|---|
1 2004-7-25 Brian Masney <masneyb@gftp.org> | |
2 * src/gtk/transfer.c - when spawning a thread to get the | |
3 subdirectories, don't refresh the local directory listing. Also added | |
4 custom connect/disconnect functions so that timeouts can be handled | |
5 properly. | |
6 | |
7 * src/gtk/delete_dialog.c - make sure that 2 connections to the server | |
8 don't get established | |
9 | |
10 * src/uicommon/gftpui.c src/uicommon/gftpui.h - added dont_refresh | |
11 variable to gftpui_callback_data structure. If this is true, then it | |
12 will not run gftpui_refresh() after the thread terminates | |
13 | |
1 2004-7-24 Brian Masney <masneyb@gftp.org> | 14 2004-7-24 Brian Masney <masneyb@gftp.org> |
2 * src/uicommon/gftpui.c src/uicommon/gftpui.h - added support for | 15 * src/uicommon/gftpui.c src/uicommon/gftpui.h - added support for |
3 a custom connect and disconnect function in the thread callback | 16 a custom connect and disconnect function in the thread callback |
4 | 17 |
5 * lib/local.c (local_connect) - don't step on request->directory if | 18 * lib/local.c (local_connect) - don't step on request->directory if |
2603 | 2616 |
2604 * configure.in - link in gthread | 2617 * configure.in - link in gthread |
2605 | 2618 |
2606 * cvsclean - added this script | 2619 * cvsclean - added this script |
2607 | 2620 |
2608 * *.[ch] - added $Id: ChangeLog,v 1.288 2004/07/24 12:43:03 masneyb Exp $ tags | 2621 * *.[ch] - added $Id: ChangeLog,v 1.289 2004/07/25 14:15:00 masneyb Exp $ tags |
2609 | 2622 |
2610 * debian/* - updated files from Debian maintainer | 2623 * debian/* - updated files from Debian maintainer |
2611 | 2624 |
2612 2002-10-03 Brian Masney <masneyb@gftp.org> | 2625 2002-10-03 Brian Masney <masneyb@gftp.org> |
2613 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 2626 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |