Search found 16 matches
- Thu Mar 05, 2009 9:04 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Free Pascal Compiler 2.2.2 or later and Lazarus 0.9.26 or later is required.
- Mon Feb 09, 2009 9:40 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Try to ask about that in Lazarus forum. I have no other ideas how to solve it.
- Sun Feb 08, 2009 11:42 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
What version of FPC do you use? You should use at least FPC 2.2.2.
If you used the latest svn version of Lazarus, then try to build Lazarus 0.9.26 sources.
The first step is to make Lazarus IDE to run properly. Then you can build TransGUI.
If you used the latest svn version of Lazarus, then try to build Lazarus 0.9.26 sources.
The first step is to make Lazarus IDE to run properly. Then you can build TransGUI.
- Sat Feb 07, 2009 8:23 pm
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Try to replace it by:
or
Code: Select all
pbDownloaded.Position:=Round(FTorrents[idxDone, idx]*10.0);
Code: Select all
pbDownloaded.Position:=Round(double(FTorrents[idxDone, idx])*10.0);
- Sat Feb 07, 2009 9:19 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Is FPC compiler works on your platform?
I suppose you have Linux distribution with X Window system and GTK2 libraries.
In that case you can build Lazarus from sources.
1. Install FPC compiler and make sure it works.
2. Download source code of the latest (0.9.27) Lazarus snapshot here: http://www ...
I suppose you have Linux distribution with X Window system and GTK2 libraries.
In that case you can build Lazarus from sources.
1. Install FPC compiler and make sure it works.
2. Download source code of the latest (0.9.27) Lazarus snapshot here: http://www ...
- Sun Jan 18, 2009 4:52 pm
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Version 0.94 beta released!
[+] Columns setup for torrents list.
[+] New columns to torrents list: Downloaded, Uploaded, Tracker, Tracker status, Added on, Completed on, Last active.
[+] New entries on General info page: Tracker, Added on, Completed on, Last active.
[+] Changing priority for ...
[+] Columns setup for torrents list.
[+] New columns to torrents list: Downloaded, Uploaded, Tracker, Tracker status, Added on, Completed on, Last active.
[+] New entries on General info page: Tracker, Added on, Completed on, Last active.
[+] Changing priority for ...
- Wed Dec 31, 2008 4:29 pm
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Hi! I am a newbie in linux. I would like to use this gui instead of clutch, but I do not know how to install and configure it under linux. I have tried to google the net for a how to with no success.
I plan to install it on a (headless) DNS - 323 NAS runing linux.
could someone help me please ...
I plan to install it on a (headless) DNS - 323 NAS runing linux.
could someone help me please ...
- Wed Dec 31, 2008 10:42 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
There were no such columns earlier...zxsix wrote:jusid wrote:Version 0.92 beta is available as New Year gift
0.92 beta (Dec 30, 2008)
I'm really liking the new filters by tracker, however, the columns for the timestamps when the torrent was added and completed are now gone.
I GOTTA have that!
- Tue Dec 30, 2008 6:42 pm
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Version 0.92 beta is available as New Year gift :)
0.92 beta (Dec 30, 2008)
------------------------
[+] Torrent filtering by status and by tracker.
[+] Resolving of peer's host by IP.
[+] Resolving of peer's country by IP.
[+] Displaying of peer's country flag.
[*] Store parameters for add ...
0.92 beta (Dec 30, 2008)
------------------------
[+] Torrent filtering by status and by tracker.
[+] Resolving of peer's host by IP.
[+] Resolving of peer's country by IP.
[+] Displaying of peer's country flag.
[*] Store parameters for add ...
- Tue Dec 30, 2008 2:05 pm
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Seems to build fine on Jaunty x64. v91 source (Maybe you are using some old version of the libraries).
E: ok the svn builds ok too but theres nothing showing up in the country tab.
oh and just for fun, this is how it looks on kde4.2beta system tray:P
http://xs134.xs.to/xs134/08011/snapshot1946 ...
E: ok the svn builds ok too but theres nothing showing up in the country tab.
oh and just for fun, this is how it looks on kde4.2beta system tray:P
http://xs134.xs.to/xs134/08011/snapshot1946 ...
- Mon Dec 29, 2008 9:37 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Now the next problem:
Compiling GeoIP.pas
Fatal: Can't find unit WinSock used by GeoIP
I found some files called winsock for win/os2/netware, but none for linux/unix/x86_64?
It seems GeoIP unit is Windows only ATM. Roll back to a revision before GeoIP was added. I'll fix it for Linux later. Or ...
Compiling GeoIP.pas
Fatal: Can't find unit WinSock used by GeoIP
I found some files called winsock for win/os2/netware, but none for linux/unix/x86_64?
It seems GeoIP unit is Windows only ATM. Roll back to a revision before GeoIP was added. I'll fix it for Linux later. Or ...
- Sun Dec 28, 2008 9:53 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Hm no luck, can't get this to compile. On build, Lazarus jumps to the line: "Interfaces, // this includes the LCL widgetset" but there's no message. Also is this the only way? Isn't it possible to just compile it from commandline?
There should be Messages window in Lazarus IDE. In that window you ...
There should be Messages window in Lazarus IDE. In that window you ...
- Sat Dec 27, 2008 3:33 pm
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Windows and Linux-i386 binaries are available for download.
If you want to build from sources by yourself you need to install Lazarus 0.9.26 or later. Then open project file and build it.
If you want to build from sources by yourself you need to install Lazarus 0.9.26 or later. Then open project file and build it.
- Fri Dec 26, 2008 5:28 pm
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
The new version is available.
0.91 beta (Dec 26, 2008)
------------------------
[+] Download folder and peer limit can be specified when adding new torrent.
[+] Tray icon.
[+] Balloon tooltip when torrent download is complete.
[+] Added "Start all" and "Stop all" items into "Torrent" menu ...
0.91 beta (Dec 26, 2008)
------------------------
[+] Download folder and peer limit can be specified when adding new torrent.
[+] Tray icon.
[+] Balloon tooltip when torrent download is complete.
[+] Added "Start all" and "Stop all" items into "Torrent" menu ...
- Thu Dec 25, 2008 10:19 am
- Forum: General
- Topic: Transmission Remote GUI
- Replies: 64
- Views: 154417
Re: Transmission Remote GUI
Yes, it will be fixed.Papka__ wrote:Do you plan to use unicode? I have some torrent names in Russian and GUI show me '??????'.