1197 Commits

Author SHA1 Message Date
Marcos Pinto
8b4d40664e add web url to our bindings and core 2007-08-14 18:46:57 +00:00
Alex Dedul
912eb0e14c Tweaks to wording in a comment from prev commit. 2007-08-13 20:38:13 +00:00
Alex Dedul
6207033b36 More queue fixes. Now store torrent_info instance in the queue instead of
unique_id as there is no sense to store unique_ids in the persistent queue
while uqique_ids is changed on each restart. In the core self.state.torrents
now a dict with torrent_info -> unique_id. Needs testing.
2007-08-13 20:33:08 +00:00
Alex Dedul
72fa2a44a5 Refactored the way dbus is imported. 2007-08-13 11:10:15 +00:00
Alex Dedul
3edd3280ae Properly restore queue order on restart. 2007-08-13 09:09:15 +00:00
Marcos Pinto
aea7be5aa5 fix typo 2007-08-13 08:45:31 +00:00
Marcos Pinto
77a88d9797 add license to about dialog 2007-08-13 08:42:37 +00:00
Marcos Pinto
19c75c10c8 use payload for session total downloaded and total uploaded 2007-08-13 05:40:48 +00:00
Marcos Pinto
4af848ef49 we should've been using payload for transfer speeds from the get-go 2007-08-13 05:29:24 +00:00
Alex Dedul
ed9a306cf5 Removed some unused interface code. 2007-08-11 03:06:56 +00:00
Alex Dedul
ef81832120 Tweaks to tray code. 2007-08-11 01:24:51 +00:00
Alex Dedul
1372b3fc67 Replaced --tray command option with "Start in tray" preference. 2007-08-11 01:18:50 +00:00
Alex Dedul
9ae50f72d9 Tweaks to plugins tray messages. 2007-08-11 00:20:21 +00:00
Alex Dedul
db4ef67cff Get not cached torrent state in core.apply_queue(). 2007-08-10 22:42:53 +00:00
Alex Dedul
bcb03beffd Tweaks to allocation and file manager prefs. 2007-08-10 21:32:20 +00:00
Marcos Pinto
c29a303dd4 fix switch 2007-08-10 21:21:58 +00:00
Marcos Pinto
8bb4ea33aa update for new prefs 2007-08-10 21:18:59 +00:00
Marcos Pinto
a349e5e6b9 compact/full and manager prefs tweak 2007-08-10 21:17:32 +00:00
Marcos Pinto
ee074874fa fix typo 2007-08-10 21:02:05 +00:00
Alex Dedul
33718d5e03 Show warning when external commands not found. 2007-08-10 20:58:44 +00:00
Marcos Pinto
2a09f50ecb add full allocation to preferences so users arent confused thinking that we dont support it 2007-08-10 20:55:08 +00:00
Marcos Pinto
a8024bad30 version number bump for release 2007-08-10 19:58:35 +00:00
Alex Dedul
d51a674490 Tweaks to default file manager. 2007-08-10 19:28:46 +00:00
Alex Dedul
a011e939c9 Try 2 to fix per torrent preferences after resume. Do it in deluge's core for
now, not in libtorrent.
2007-08-10 15:51:31 +00:00
Marcos Pinto
2c7463f9c3 remove debug print 2007-08-10 09:21:58 +00:00
Marcos Pinto
ec579fe2d9 xdg-open is default for file manager 2007-08-10 08:16:37 +00:00
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