Commit graph

3920 commits

Author SHA1 Message Date
Andrew Resch
f8adeb9c69 Statusbar DHT touch-up 2008-01-29 09:01:02 +00:00
Marcos Pinto
5e66a28e88 check dht status in start() and dont get dht nodes when dht is off 2008-01-29 08:51:46 +00:00
Marcos Pinto
c3061576f3 check dht value on start() and dont get_dht_nodes() when dht is off 2008-01-29 08:12:44 +00:00
Marcos Pinto
8806704043 fix dht value change 2008-01-29 07:29:14 +00:00
Marcos Pinto
50fa1ff1a9 add dht to config_value_changed 2008-01-29 07:17:19 +00:00
Marcos Pinto
c97175a51e add add_dht_router to libtorrent bindings 2008-01-29 07:16:20 +00:00
Marcos Pinto
f757593146 add dht nodes to status bar 2008-01-29 06:58:23 +00:00
Andrew Resch
b29583024d Set the multicall to None if disconnected from the daemon. 2008-01-29 02:44:25 +00:00
Andrew Resch
70f82f947f Fix the new release check from informing user of an update when they are
unable to download the version file.
2008-01-28 08:26:31 +00:00
Andrew Resch
f4e97eae22 Fix various spelling mistakes in ChangeLog. 2008-01-28 08:13:16 +00:00
Andrew Resch
0f8a55c66c Update ChangeLog 2008-01-28 08:07:35 +00:00
Andrew Resch
2a72d56055 Fix loading of BlocklistImport if the config key 'load_after_days' is
not found.
2008-01-28 07:09:33 +00:00
Marcos Pinto
a7eb6ae0f7 update version numbers for release 2008-01-28 07:04:37 +00:00
Marcos Pinto
8e58ead77c update changelog 2008-01-28 07:02:45 +00:00
Andrew Resch
8604de25d8 Fix queue order on state load. 2008-01-28 06:41:13 +00:00
Marcos Pinto
94f36c72a1 lt sync - cpu spike fix 2008-01-28 03:19:21 +00:00
Marcos Pinto
67dfd74bdc lt update which fixes cpu spikes in 0.5.8.2 2008-01-28 03:17:29 +00:00
Committer
6dd304ee63 another unicode tracker fix 2008-01-28 02:51:38 +00:00
Committer
cd49b329f6 works yay 2008-01-27 09:58:10 +00:00
Committer
66458da847 test 2008-01-27 09:57:53 +00:00
Andrew Resch
d1677a855f Fix debug message. 2008-01-26 13:24:42 +00:00
Andrew Resch
a55dcc8099 Catch RuntimeErrors in load_torrent(). These are likely due to bad
torrent files.
2008-01-26 07:10:39 +00:00
Andrew Resch
38f0d9f71c Fix exception due to common not importing log. 2008-01-26 06:45:23 +00:00
Andrew Resch
a242566099 Update TODO. 2008-01-25 03:11:05 +00:00
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