summaryrefslogtreecommitdiff
path: root/net/dc_gui
AgeCommit message (Collapse)AuthorFilesLines
2002-10-21Update to 0.63. Two patches have been integrated.wiz4-98/+6
Changes: A Berkeley DB detection problem on NetBSD was fixed, a command to set the range of ports to use for autoscan was added, and search capabilites were added to the user file list tab. In the GUI, nickname sort can now be case sensitive or insensitive.
2002-10-03Add configure.in patch for the configure patch.wiz3-32/+91
2002-10-03Remove another unneeded hunk.wiz2-12/+3
2002-10-03Simplify a bit by properly using CPPFLAGS and BUILDLINK_PREFIX.db4.wiz5-33/+14
2002-09-30Update to 0.62.wiz4-8/+67
- fix a bug in GDL ctree which crashs dc_gui. Bug fixed by Raphael Scott. - new button added to start a dummy client (requires DCTC 0.83.5). - command line option added: -s. This command temporarily disables the autostart of clients which can be useful when an invalid hub has this flag set. - command line option added: -h. This flag requires a parameter, a hub address and port. When this option is given, the GUI will automatically start a new DCTC connected to the given hub address. When this option is given, you must also give the option -p (see below). - command line option added: -u. This flag requires a parameter, a dchub:// URL When this option is given, the GUI will automatically start a new DCTC connected to the given hub address. When this option is given, you must also give the option -p (see below). - command line option added: -p. This flag requires a parameter, the name of an existing profile to use. This option is needed for both -h and -u. - command line option added: -e. When this flag is specified, the program ends immediatly before displaying any window. This flag is useful with both -h and -u to avoid to have as many GUI as DCTC client. Also, de-internationalize a bit more.
2002-09-23Update to 0.61:wiz4-29/+38
- GDL handling has been totally rewritten and is now more clean. - It is now possible to destroy GDL "rename at end" entry like any other one. - In the GDL list, sizes are now displayed using locale format. - search result handling has been partially rewritten and is now more clean. - The search result size is now displayed using locale format. - old style user list is no more supported, only new one is (the one using list cache). - user share lists handling has been partially rewritten and is now more clean. - The user share lists are now displayed using locale format.
2002-09-11Initial import of dctc (Direct Connect Text Client) and its GUI, dc_guiwiz11-0/+312
(Direct Connect GUI). Requested by reed some months ago ;) DC is another file sharing protocol.