Commit graph

5896 commits

Author SHA1 Message Date
Andrew Resch
c1710ca0f4 Add the ability to set file priorities for torrents in the core.
The Add Torrent dialog now sets proper file priorities based on user 
input.
2008-01-25 02:55:48 +00:00
Andrew Resch
073b62408f Show revision number in version if available. 2008-01-25 02:28:34 +00:00
Andrew Resch
4e42c2744d Remove another window.update(). 2008-01-25 00:31:19 +00:00
Andrew Resch
d5ab09e11f Remove main window update() attempts in SystemTray.
Force the add_torrent call to happen right away.
2008-01-25 00:28:07 +00:00
Marcos Pinto
7406b1cd7d up version for fix release and update chnagelog 2008-01-24 23:19:28 +00:00
Marcos Pinto
34b1726178 lt sync 1959 2008-01-24 23:17:49 +00:00
Marcos Pinto
ec21e02cb2 launchpad lang sync 2008-01-24 23:16:50 +00:00
Andrew Resch
b22a40de9b BlocklistImport: Option to download new blocklist after certain numbers
of days has past.  Patch from Mark Stahler.
2008-01-24 08:46:17 +00:00
Andrew Resch
3ccfb4e03e Fix get_selected_torrents() when removing multiple torrents. 2008-01-24 03:51:15 +00:00
Andrew Resch
5ab95814e7 Adjust Preferences dialog height a bit. 2008-01-24 01:59:36 +00:00
Andrew Resch
10cced15a3 Fix GtkWarning in StatusBar when disconnecting from daemon. 2008-01-24 01:56:25 +00:00
Andrew Resch
9d5e60c42f Modify the Downloads tab of Preferences to include changes associated
with the new Add Torrent dialog.
2008-01-24 01:33:37 +00:00
Andrew Resch
468e51c72b Fix deregistering signal receivers in the core. 2008-01-24 01:31:48 +00:00
Andrew Resch
50e6b343c3 Fix removing torrents options in WebUI. They were reversed. 2008-01-23 01:53:20 +00:00
Marcos Pinto
e231621e12 oops 2008-01-22 21:01:35 +00:00
Marcos Pinto
e439b69252 tweak last 2008-01-22 21:01:10 +00:00
Marcos Pinto
a1ead133df fix searching for bad url in edit trackers 2008-01-22 20:59:30 +00:00
Martijn Voncken
22c07f8e10 use async api for torrent_list(index-page) 2008-01-22 18:19:30 +00:00
Martijn Voncken
9236e9bff2 fix eta 2008-01-22 18:03:48 +00:00
Andrew Resch
bbe31367d4 Use os.popen2() instead of os.fork() to daemonize. 2008-01-22 11:45:56 +00:00
Andrew Resch
4ba32dc4bf Select a torrent in the list if none are selected on torrent add. 2008-01-22 11:43:58 +00:00
Marcos Pinto
4036ff4310 remove torrent file by default 2008-01-22 07:30:35 +00:00
Marcos Pinto
a4e7e9c41a fix webui fuck up 2008-01-22 06:42:50 +00:00
Andrew Resch
93e631d893 Add hack to determine svn revision on Gentoo with svn ebuild. 2008-01-22 05:20:20 +00:00
Andrew Resch
b64393d096 Get some error output when trying to get svn revision. 2008-01-22 04:27:33 +00:00
Andrew Resch
e092619d64 Remove hack to set revision to "". 2008-01-22 04:11:29 +00:00
Andrew Resch
3a47731483 Default to Random Ports. 2008-01-22 03:57:46 +00:00
Andrew Resch
a3fc292dd6 Tweak Network tab. 2008-01-22 03:54:29 +00:00
Andrew Resch
e7ecead473 Tweak Downloads tab. 2008-01-22 03:40:44 +00:00
Andrew Resch
c747e4e125 Revert last. 2008-01-22 03:31:50 +00:00
Marcos Pinto
9a36ef3c26 fix alignment ugliness in preferences 2008-01-22 03:20:08 +00:00
Marcos Pinto
20d13f8ddc tweak unicode from tracker 2008-01-22 02:09:27 +00:00
Andrew Resch
7ed0821143 Tweak EditTrackersDialog async call. 2008-01-22 01:26:31 +00:00
Marcos Pinto
3946b03b83 remove extra stats as its causing too many errors 2008-01-22 00:53:20 +00:00
Marcos Pinto
6438cb0121 fix edit trackers to be async 2008-01-22 00:41:05 +00:00
Marcos Pinto
74a1f60e42 try to catch unicode error 2008-01-21 23:51:41 +00:00
Marcos Pinto
3aca2fa33c use get_default_download_dir() for move torrent pref 2008-01-21 22:53:24 +00:00
Andrew Resch
10d7f86f6f Reset revision file to "" after build and install. 2008-01-21 22:39:10 +00:00
Marcos Pinto
6cb3b2b9e0 add move torrent 2008-01-21 22:38:58 +00:00
Andrew Resch
1a0718b4ac Update 'save_path' on storage_moved_alert. 2008-01-21 22:24:31 +00:00
Andrew Resch
db97daeeeb Remove update() call as it is no longer necessary. 2008-01-21 22:13:39 +00:00
Martijn Voncken
83cc479898 split torrent_status for future async 2008-01-21 19:51:55 +00:00
Martijn Voncken
3807b372ff async status-bar + pause/resume 2008-01-21 19:31:36 +00:00
Martijn Voncken
c9a5caa3ec test perf improvement of multicall 2008-01-21 18:28:09 +00:00
Martijn Voncken
217d7eaa90 sync-wrapper for new async client 2008-01-21 17:57:38 +00:00
Andrew Resch
762f8a52af Fix preferences when not connected to daemon. 2008-01-21 10:02:30 +00:00
Andrew Resch
a461074da2 Catch signals and KeyboardInterrupt and shutdown properly in GtkUI. 2008-01-21 09:54:03 +00:00
Andrew Resch
b950d28781 Handle setting the revision in a different way. 2008-01-21 09:25:21 +00:00
Andrew Resch
0b807e8945 Fix errors on quit. 2008-01-21 09:13:36 +00:00
Marcos Pinto
72ea2d0632 catch index error 2008-01-21 07:58:16 +00:00