821 Commits

Author SHA1 Message Date
Alex Dedul
51376bd2be Ask user to set his file manager in case he didn't set it yet when trying to
open folder. Based on the patch from eternalswd, thanks.
2007-08-10 03:38:08 +00:00
Alex Dedul
ff08e28470 Revert last, needs more thought. 2007-08-10 03:23:45 +00:00
Alex Dedul
b7c3fddf0e Include uploaded_memory in pickle_state(). 2007-08-10 03:18:25 +00:00
Alex Dedul
cc20a34906 Replaced All time stats plugin with Extra stats. Patch is from eternalswd,
thanks.
2007-08-10 01:38:33 +00:00
Alex Dedul
c4d1415f40 Tweaks to pause all and resume all features. 2007-08-10 00:15:38 +00:00
Alex Dedul
55e637eda4 Spacing. 2007-08-09 23:35:19 +00:00
Alex Dedul
ff64068c6d Refactored the way external commands are called. 2007-08-09 23:33:16 +00:00
Alex Dedul
efe6ffec1c Tweaks to prev commit. 2007-08-09 19:52:40 +00:00
Alex Dedul
5dafdc95df Tweaks to process open code. 2007-08-09 19:44:38 +00:00
Alex Dedul
12f28e33ae Tweaks to Desktop File Manager prefs. 2007-08-09 16:56:49 +00:00
Alex Dedul
259e43b29a Tweaks to per torrent preferences. 2007-08-09 15:24:54 +00:00
Alex Dedul
e85a521c43 Removed Open File menu item in the files selection dialog as it's not
applicable there.
2007-08-09 14:57:12 +00:00
Alex Dedul
4f663d0229 Gracefully handle no network connection in update.py. 2007-08-09 14:32:04 +00:00
Marcos Pinto
971aa69860 remove extra blank line 2007-08-09 06:16:52 +00:00
Marcos Pinto
4a82620833 remove debug print 2007-08-09 05:59:38 +00:00
Marcos Pinto
62bdd6a12e load blocklist plugin last 2007-08-09 05:58:31 +00:00
Marcos Pinto
e9d8e1b290 fix last commit 2007-08-09 05:49:02 +00:00
Marcos Pinto
245b29f698 all time stats plugin - micah 2007-08-09 05:35:37 +00:00
Marcos Pinto
edc7574a60 make blocklist plugin loading not lock up the UI when the client is just starting 2007-08-09 03:55:56 +00:00
Alex Dedul
aad2c464e4 Set per torrent prefences on torrent add. 2007-08-09 03:50:32 +00:00
Marcos Pinto
2d952aaa48 add open file to file_menu 2007-08-09 01:26:33 +00:00
Alex Dedul
b89120aaa5 Tweaks to core.queue_* functions. 2007-08-09 00:36:22 +00:00
Alex Dedul
4caa29fddc Pickle state in core.queue_* methods. Idea by eternalswd, thanks. 2007-08-09 00:29:33 +00:00
Alex Dedul
c2bd8b7ac3 Tweaks to open folder feature. 2007-08-09 00:16:03 +00:00
Marcos Pinto
0053ae4f59 pickle instead of sync in set_user_pause 2007-08-08 23:56:42 +00:00
Marcos Pinto
95d5e33301 add custom option for file manager 2007-08-08 23:03:44 +00:00
Marcos Pinto
fa505b6750 let system env find location 2007-08-08 22:17:27 +00:00
Marcos Pinto
86ce83edb1 fix for multiple selected torrents and open containing folder 2007-08-08 22:11:38 +00:00
Marcos Pinto
4e22511d5a finish revert i hope 2007-08-08 22:06:13 +00:00
Marcos Pinto
b5e898721d fix last 2007-08-08 22:00:23 +00:00
Marcos Pinto
a111d8e648 revert tray tooltip lifetime 2007-08-08 21:58:43 +00:00
Marcos Pinto
2cebfca612 add try to capture possible error 2007-08-08 21:46:47 +00:00
Marcos Pinto
8bd900d189 add "open containing folder" by me and lifetime totals in tray tooltip by micah 2007-08-08 21:45:18 +00:00
Alex Dedul
b8aafa3448 Changed Availability column name to Avail. so it use a bit less space. 2007-08-08 20:08:15 +00:00
Alex Dedul
758b5d8851 Added per torrent max connections and max upload slots preferences. 2007-08-08 19:59:46 +00:00
Alex Dedul
b9a5b1c7a3 Tweaked update.py to properly call gettext function. 2007-08-08 16:56:52 +00:00
Alex Dedul
c5705b2136 Fixed #485 - Properly set proxy settings. 2007-08-08 14:55:36 +00:00
Marcos Pinto
2fa11dc18f pieces rewrite - micah 2007-08-08 06:32:41 +00:00
Marcos Pinto
f0b3293dad need to go back to spawning for python 2.4 compatibilitiy 2007-08-08 06:14:04 +00:00
Marcos Pinto
6c168a3e56 removing the init in common made it stop working, so readding 2007-08-08 03:36:51 +00:00
Marcos Pinto
df744c4658 ident 2007-08-08 03:33:08 +00:00
Marcos Pinto
e039de8406 indent fix 2007-08-08 03:31:04 +00:00
Marcos Pinto
9f1efa8802 more gobject tweaks 2007-08-08 03:21:43 +00:00
Marcos Pinto
658282d09d remove no longer used spawn files 2007-08-08 03:16:52 +00:00
Marcos Pinto
2e1e6901da remove spawning 2007-08-08 03:15:23 +00:00
Marcos Pinto
17f71c916e remove old, unused code 2007-08-08 02:30:09 +00:00
Alex Dedul
a1c252dbbe Made more buttons to use clicked signal. 2007-08-08 02:03:28 +00:00
Marcos Pinto
174ff4ee70 fix button pressed issue 2007-08-08 01:21:39 +00:00
Marcos Pinto
fc5b6e525a add print for set_[up|down]load_rate_limit 2007-08-08 01:11:59 +00:00
Alex Dedul
58d4c6381e Tweaks to move_storage. 2007-08-08 01:10:28 +00:00