2003-12-17 09:14:19 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Update to 0.132
Changes:
o Fix sound support.
o Fixes, translations, remove compact mode,
move support to rdesktop 1.3.
|
2003-12-13 01:45:27 by Thomas Klausner | Files touched by this commit (160) |
Log message:
Bump PKGREVISION for atk library major bump.
|
2003-11-16 22:23:04 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Use DIST_SUBDIR to version the distfile, as they modified the contents of
the distfile without bumping the version number on it.
Differences from previous version is (the modification to the comment
is mine):
--- old/tsclient-0.124/src/support.c 2003-09-16 05:52:51.000000000 +0100
+++ new/tsclient-0.124/src/support.c 2003-10-18 19:18:47.000000000 +0100
@@ -482,7 +482,7 @@
// do this [....] for all modes
sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, \
NULL));
- buffer[strlen(buffer)-4] = '\0';
+ //buffer[strlen(buffer)-4] = '\0';
c_argv[c_argc++] = g_strdup (buffer);
} else if (rdp->protocol == 2) {
@@ -542,7 +542,7 @@
c_argv[c_argc++] = strdup(buffer);
sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, \
NULL));
- buffer[strlen(buffer)-2] = '\0';
+ //buffer[strlen(buffer)-2] = '\0';
c_argv[c_argc++] = strdup(buffer);
} else if (rdp->protocol == 3) {
|
2003-09-18 12:12:23 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Err, the Portugal locale files were renamed without any previous
notification! (pt -> pt_PT). Thanks again to Robert Elz, because I didn't
know that.
|
2003-09-18 11:26:49 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Hmm, it seems the checksum was changed without any change ... I will
try to contact with the author, reported by Robert Elz #PR pkg/22842,
thanks :)
|
2003-09-16 09:59:11 by Juan Romero Pardines | Files touched by this commit (3) |  |
Log message:
Updated to 0.124.
Changes:
This version fixes more banner problems, fixes bug in compact mode so that
it now reads computer name properly, fixes a bug in the VNC code, and
updates and adds several translations.
|
2003-08-30 23:32:56 by Juan Romero Pardines | Files touched by this commit (4) |  |
Log message:
Initial import of tsclient 0.120
Tsclient is a frontend for rdesktop
Features:
* GTK+-2.0
* GNOME panel applet to quickly launch saved rdp files
* supports most of the rdesktop-1.1.0 arguments
* reads .rdp files in the M$ Unicode format
* writes .rdp files in ascii (which can then be read by this
and the M$ client)
* looks and functions very much like the M$ client
* is written in C
* features an "rdp picker" which lists .rdp files in ~/.tsclient/
and launches rdesktop from the rdp file when selected
* VNC support as a client only (vncviewer)
|