- add a missing locale display format in upload list. Previously, the upload
list size are displayed alternatively with locale format and without it.
- fix bug in code detecting if C library can handle locale format in printf.
- in public hub list, a hub existing in both neo-modus and dc++ list is not
displayed twice.
- The "connect" and the "public" labels blink when the hublist is received.
The "connect" label no more blinks if the connect tab is the current tab.
- Add support of the search time delay flag (DCTC 0.83.9).
- Download tab is now after the Done tab, GDL tab becomes the first tab.
- In find result and user list tab, when multiple rows are selected and have
the same size, only the GDL with the same size are displayed at the first
level of the popup menu.
- fix incorrect charset in fr.po and sv.po
- Dutch translation of the GUI updated by Myckel Habets.
- fix the compilation problem with Berkeley DB4. (open function of db4.0 has the
same prototype as DB3 one but db4.1 does not).
- fix erroneous tooltip of virtual share entry.
- In find popup menu and user share list popup menu, only GDL having the same
size as the selected rows are displayed in the first level of the menu.
- In find popup menu and user share list popup menu, GDL entries were modified.
GDL ID is not displayed and GDL size is displayed using locale format.
- file size and upload position of the upload list is now displayed using locale
format.
- Support of new flag added: IGNORE_PUBMSG.
- it is now possible to flag user from the public chat by selecting a line (or
part of a line) containing a nickname. It is even possible to flag virtual
user like Hub-Security.
- Dutch translation of the GUI updated by Myckel Habets.
- Download date of share list added to cached share list.
- Cached share lists can now be sorted by size and by date.
- Add capability to generate automatically autoscan pattern for selected GDL.
- fix compilation problem with Berkeley DB 4 (open function has a different
prototype).
- French translation of the GUI updated by Nicolas Le Gaillart.
- GDL renaming part now works properly.
- GDL end program support added.
- fix the missing translation files problem in the RPM file.
- find result list modified. The local filename column is gone and is replaced
by a column with the connection speed of the user having the file. Currently,
only speed of users on the same hub is displayed.
- user list partially rewritten and is now displayed faster when reconnecting
to a client.
- button added to close all private chats in one click.
- dc_gui does not hang anymore when it retrieves the hublist. The "connect"
label will blink when the hublist is received.
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.
- 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.
- 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.