Commit graph

19 commits

Author SHA1 Message Date
jmc
18847c22c0 Touch stamp-h after modifying config.h to avoid
spurious rebuilds (and lossage of additions) on config.h
2003-05-12 04:49:11 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
9916b74ce8 Add a MASTER_SITE. 2003-01-28 13:31:18 +00:00
wiz
b418b65f27 Now that AUTOMAKE_OVERRIDE works again, just depend on gmake and be done
with it.
2003-01-17 14:21:01 +00:00
jmmv
d75e07f354 Touch several files before manually modifying config.h, so that the Makefile
does not try to rebuild config.h at build time. Should fix build problems
shown in Hubert's last bulk build.
2003-01-17 12:34:05 +00:00
cjep
5b8c845234 USE_PKGLOCALEDIR=yes 2003-01-10 07:39:46 +00:00
wiz
1be0244c47 Included in 0.66. 2002-12-17 19:14:59 +00:00
wiz
572ce946e5 Update to 0.66:
- 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
2002-12-17 19:14:42 +00:00
jmmv
fe874b6a1a Do not remove %D/share/pixmaps when deinstalling, as it is now part of the
standard directory tree.
2002-12-09 21:53:52 +00:00
wiz
36d8e71df8 Update to 0.65. Changes:
- 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.
2002-11-11 14:01:32 +00:00
hubertf
e72a0e09ed elaborate 2002-11-06 16:55:06 +00:00
wiz
ff6d4b18a4 Update to 0.63. Changes:
- 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.
2002-11-03 21:32:24 +00:00
wiz
a7741e1c4b Update to 0.63. Two patches have been integrated.
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-21 01:36:59 +00:00
wiz
7d2784806e Add configure.in patch for the configure patch. 2002-10-03 12:16:55 +00:00
wiz
2488a94eee Remove another unneeded hunk. 2002-10-03 11:48:42 +00:00
wiz
6273b5c413 Simplify a bit by properly using CPPFLAGS and BUILDLINK_PREFIX.db4. 2002-10-03 11:44:39 +00:00
wiz
2f82e6ac22 Update to 0.62.
- 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-30 16:35:18 +00:00
wiz
764cfa2177 Update to 0.61:
- 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-23 11:48:29 +00:00
wiz
963cdd4291 Initial import of dctc (Direct Connect Text Client) and its GUI, dc_gui
(Direct Connect GUI). Requested by reed some months ago ;)
DC is another file sharing protocol.
2002-09-11 20:47:14 +00:00