Commit Graph

119 Commits

Author SHA1 Message Date
Zach Tibbitts 94bdc619fc fix for smart dlg 2007-07-17 22:35:16 +00:00
Zach Tibbitts 7a93e1a0fd preliminary smart pref dialog 2007-07-17 22:29:53 +00:00
Marcos Pinto d9b1fce480 option to load new torrents above completed ones 2007-07-17 05:24:43 +00:00
Marcos Pinto 776004320e clear on max ratio - micah 2007-07-17 04:51:11 +00:00
Alex Dedul 30b69cd85a open_url_in_browser() tweaks. 2007-07-16 15:26:37 +00:00
Alex Dedul 6d42f2234e Plugins and preferences dialogs code clean up. 2007-07-16 13:59:22 +00:00
Alex Dedul 468667d068 Cleaned up files selection dialog code. 2007-07-16 13:31:30 +00:00
Alex Dedul ac81d240bd Massive clean up of loading torrents. 2007-07-16 03:23:36 +00:00
Marcos Pinto afa8f88292 connect set_priv in file selection dialog 2007-07-16 00:15:04 +00:00
Alex Dedul c93a5c57b7 Added feature select files when adding torrent. Patch is from eternalswd,
thanks :).
2007-07-15 19:24:37 +00:00
Marcos Pinto 78d8d116cc more cleaning up - removing unneeded white spaces 2007-07-14 22:22:37 +00:00
Alex Dedul 01edae6a7b Fixed Plugins dialog to properly set_sensitive() for Preferences button. 2007-07-14 08:58:30 +00:00
Alex Dedul 28133d0e07 Show plugins list sorted by name by default in Plugins dialog. 2007-07-13 07:53:16 +00:00
Marcos Pinto 4c03881aba raise gui warning on move_storage failure 2007-07-12 19:38:47 +00:00
Marcos Pinto db11bd01eb fix missing pref 2007-07-11 09:08:21 +00:00
Marcos Pinto 1e1c5ed780 move finished downloads to - eternalswd 2007-07-11 08:04:45 +00:00
Marcos Pinto d27137b4e2 fixing imports and indents to comply with python style guide - first attempt, this might break things 2007-07-11 04:22:44 +00:00
Marcos Pinto 432adbab87 make up/dl speed usage consistent - plisk 2007-07-11 02:25:19 +00:00
Marcos Pinto 3e53b24db7 cleanup - eternalswd/plisk 2007-07-09 05:38:05 +00:00
Marcos Pinto 11eecbc293 remember dir of last loaded torrent - eternalswd 2007-07-09 04:40:34 +00:00
Marcos Pinto ac483482b6 tray toggle preferences - plisk 2007-07-08 20:54:31 +00:00
Marcos Pinto 159aef9680 fix typo 2007-06-29 02:03:48 +00:00
Marcos Pinto afd563d7b7 multiple file add 2007-06-29 02:00:15 +00:00
Andrew Resch 0cd1ebb009 Fixes for translations. #383, #384 rpmfarm@free.fr
Did not include the fr.po patch because I believe it is out-of-date.
2007-06-27 22:59:45 +00:00
Andrew Resch 8d0c348598 Fixed so preferences is saving to 'max_active_torrents' and not the
invalid 'max_number_torrents'
2007-06-27 19:31:00 +00:00
Andrew Resch 94dc14b355 Only call apply_prefs() if OK is pressed in the Preferences dialog. 2007-06-22 07:21:46 +00:00
Marcos Pinto bad3ea64d2 remove web seed proxy 2007-06-22 03:21:19 +00:00
Marcos Pinto b75a3c3dda cast max torrents to float 2007-06-21 23:36:36 +00:00
Marcos Pinto fcbc3b48b4 new proxy redone 2007-06-21 23:06:06 +00:00
Andrew Resch 65f1f32771 Changed Preferences.get() to not set a type or default value.
If a default value is needed, it should be set in the DEFAULT_PREFS 
dictionary in pref.py.
2007-06-21 22:38:48 +00:00
Andrew Resch 7024caa6f3 Fix deprecation warning 2007-06-21 22:19:18 +00:00
Andrew Resch a17466f6b9 Changed status icons size.
Changed the way the download/upload speed limit is done in the system 
tray.
2007-06-20 23:34:53 +00:00
Marcos Pinto e166b066dd upload/download limit setting in tray - idefix 2007-06-20 02:07:38 +00:00
Andrew Resch 221304325a Fixes for auto end seed ratio.
Torrents will now pause and queue to bottom when ratio is hit.
2007-06-19 23:37:23 +00:00
Andrew Resch 7be4e7f9b7 Use 'max_active_torrents' instead of 'max_number_torrents'
Adjust default for 'max_connections' to 200
2007-06-19 21:21:52 +00:00
Marcos Pinto 06758b2b86 fix auto seed ratio stuff 2007-06-19 08:51:21 +00:00
Marcos Pinto e2e1828454 fix enable system tray pref 2007-06-19 03:19:02 +00:00
Marcos Pinto 829294cc80 oops, one more file 2007-06-17 21:51:03 +00:00
Marcos Pinto fa0a4813a6 for blocklist, fixes cancelling downloads and not being able to update broken configurations - tarka/steve 2007-06-17 14:02:17 +00:00
Marcos Pinto 71ed6b6f67 proxy support 2007-06-16 10:56:09 +00:00
Marcos Pinto 55e5b75e54 major lt upgrade to trunk and turn on options for upnp, natpmp and utpex 2007-06-15 21:45:53 +00:00
Zach Tibbitts e9beaa35b1 my name was misspelled, wtf? 2007-06-14 20:49:02 +00:00
Marcos Pinto 477278961b remove dht limit pref 2007-06-14 15:59:02 +00:00
Marcos Pinto 393cbafa19 actually save/load auto_end_seeding and auto_seed_ratio settings 2007-06-13 07:41:16 +00:00
Andrew Resch 43ea807a9b Reverted the preferences state saving because it was silly.
Did some touch-ups on the Preferences dialog.
2007-06-12 23:23:05 +00:00
Andrew Resch 56d61f1570 The preferences dialog state (height, width, x, y) is now saved. 2007-06-12 22:45:30 +00:00
Zach Tibbitts 442bdf1c4c license fixes 2007-06-12 16:33:32 +00:00
Marcos Pinto 20f2696bad plugins reworked as modules and ip block - tarka 2007-06-12 08:13:16 +00:00
Marcos Pinto 3b9b8beba1 revert ip block and module changes 2007-06-12 03:32:49 +00:00
Marcos Pinto 4fe3d2769d new plugin system + ip block plugin...hopefully... 2007-06-12 02:52:53 +00:00
Andrew Resch 0493996bc5 cleaned up apply_prefs() a bit in interface.py and removed some
unneccesary prefs
2007-06-11 19:05:14 +00:00
Andrew Resch 2dfdb98e53 clean up output a bit 2007-06-10 08:42:19 +00:00
Andrew Resch 2bd9c9cbf8 fixed saving of encryption level preference 2007-06-08 20:01:30 +00:00
Zach Tibbitts 5e1f70fbfb test port moved to deluge server 2007-06-08 05:28:57 +00:00
Marcos Pinto e54affdbaa testport in prefs 2007-06-08 03:13:34 +00:00
Marcos Pinto 9f5b05b4d3 prefs, especially encryption, redone by andar 2007-06-06 22:26:52 +00:00
Marcos Pinto 8ecf829d58 merge encryption 2007-05-31 01:29:09 +00:00
Marcos Pinto 8e7e46c856 pref fixes 2007-05-26 00:19:11 +00:00
Marcos Pinto 35ca1e9dcd remove upnp prefs from dialogs and interfaces 2007-05-26 00:03:53 +00:00
Marcos Pinto 9c57852f89 passwd lock for real this time 2007-05-25 08:17:22 +00:00
Marcos Pinto 6425b94d7a remove passwd lock 2007-05-25 07:31:31 +00:00
Marcos Pinto 163a6ad771 passwd lock systray 2007-05-25 07:10:22 +00:00
Marcos Pinto e1d1aca7a3 removing pex preference 2007-05-24 23:55:27 +00:00
Zach Tibbitts c9d4c59249 . 2007-05-23 00:26:03 +00:00
Marcos Pinto edfcf9355d updating authors 2007-05-19 00:35:05 +00:00
Marcos Pinto db2a67c413 remove website url from glade file and put it in dialogs.py 2007-05-17 19:01:29 +00:00
Zach Tibbitts 4f027326be - 2007-03-26 21:09:39 +00:00
Zach Tibbitts 1f352559ad fixed plugins preferences 2007-03-26 02:11:19 +00:00
Zach Tibbitts c59a92d0d6 dialogs 2007-03-26 01:03:00 +00:00