55 Commits

Author SHA1 Message Date
Marcos Pinto
9113744c40 add 'add peer' and create gtkui common 2008-10-18 01:53:13 +00:00
Andrew Resch
85ea737b0d Changed max half-open connections default limit to 8 on XP/2000 and 4 on
Vista
2008-10-07 08:54:19 +00:00
Marcos Pinto
cf6266e545 remove fsize 2008-09-21 20:09:34 +00:00
Marcos Pinto
0712da0fd0 clean up free space 2008-09-21 19:52:47 +00:00
Marcos Pinto
6465c8eede add free space of default save_path 2008-09-21 19:27:26 +00:00
Andrew Resch
aec7f35a71 Add 'get_path_size' core method 2008-09-20 02:27:29 +00:00
Andrew Resch
ee9a5a19c1 Added support for adding torrents by infohash
Fixes to magnet uri stuff
2008-09-12 08:47:33 +00:00
Andrew Resch
0c203b0a96 Fix various issues when not using English 2008-08-31 20:20:16 +00:00
Marcos Pinto
0f1f5529ba fix open folder/file in windows 2008-08-17 22:40:59 +00:00
Andrew Resch
8c6a7a86c1 Fix size units to be more accurate 2008-08-17 17:51:31 +00:00
Martijn Voncken
1170a1cf31 remove trailing space 2008-08-15 19:38:14 +00:00
Marcos Pinto
6fa31d1dc0 change copyright notices to gpl3 2008-08-08 05:59:07 +00:00
Andrew Resch
9fedc86172 lt sync 2588 2008-08-04 23:32:18 +00:00
Marcos Pinto
aaad0651e2 move from os.popen and os.popen2 to subproces.Popen for 2.6 compatibility as they've been deprecated 2008-07-15 22:29:35 +00:00
Marcos Pinto
cf54a107a4 fix typo in last 2008-07-04 23:57:15 +00:00
Marcos Pinto
18d7026db7 fix path of config in windows 2008-07-04 23:14:05 +00:00
Andrew Resch
3ac9af0486 State fixes. 2008-04-13 06:07:19 +00:00
Andrew Resch
36e21935f4 Show proper file priorities now.
Added file tab context menu and can now set priorities for individual files.
2008-04-08 03:05:34 +00:00
Andrew Resch
4c867264f9 Add '-c, --config' options to set config directory. 2008-04-05 22:40:35 +00:00
Marcos Pinto
7990de2a31 windows support in open_file 2008-04-01 22:23:41 +00:00
Marcos Pinto
157bcca244 remove debug print 2008-04-01 05:02:02 +00:00
Marcos Pinto
dc2ea3a220 fix for paths with spaces 2008-04-01 05:00:01 +00:00
Marcos Pinto
1a85622137 use threading again for launching browser so it doesnt lock up in python2.4 2008-03-28 00:22:22 +00:00
Andrew Resch
58e4e1b2f4 Update some copyright years. 2008-03-10 06:12:51 +00:00
Andrew Resch
74cd111513 Add pop-up menus to the statusbar items. 2008-03-09 05:38:07 +00:00
Andrew Resch
87a59662e4 Modify common.TORRENT_STATE to be a list instead of a dictionary. The
state is now sent as a string instead of an int.  This will break UIs.
2008-03-03 02:41:44 +00:00
Andrew Resch
9469610aca Use new torrent states instead of using libtorrent's. 2008-02-02 01:30:18 +00:00
Andrew Resch
38f0d9f71c Fix exception due to common not importing log. 2008-01-26 06:45:23 +00:00
Andrew Resch
b950d28781 Handle setting the revision in a different way. 2008-01-21 09:25:21 +00:00
Andrew Resch
f16092400d Change get_version() to only return version number, not revision.
Added get_revision() to get svn revision number of build.
2008-01-21 05:56:45 +00:00
Andrew Resch
7477a0f159 Improve performance of some common functions. 2008-01-03 02:35:37 +00:00
Andrew Resch
473110b7fe Fix up calls to open_url_in_browser() because it's been moved to
deluge.common.
2007-12-18 00:03:34 +00:00
Andrew Resch
4d6e4b1a06 Create a specialized decorator for caching get_torrent_status(). 2007-12-17 23:55:42 +00:00
Andrew Resch
02fe961a8a Fix deluge.common. 2007-12-16 10:40:25 +00:00
Marcos Pinto
f133704905 home env doesnt exist in windows, so work around that 2007-12-14 03:48:16 +00:00
Andrew Resch
78b78ce8b3 Use deluge.component for core components. 2007-12-10 10:49:42 +00:00
Andrew Resch
e32f603103 UI tweaks. 2007-11-30 06:20:47 +00:00
Andrew Resch
fcd70cbb44 Registering a signal receiver with the core is done with the clients ip
address.
Minor UI fix-ups.
Hook up autoadd folder options in Preferences.
2007-11-25 09:58:12 +00:00
Andrew Resch
8f6029219d Fix adding torrents with a unicode save_path. 2007-10-06 04:35:15 +00:00
Andrew Resch
9a66035f0d Add 'paused' to TorrentState.
Move some alert handlers around.
2007-10-01 22:29:05 +00:00
Andrew Resch
007f8c8dc3 Show paused state correctly in TorrentView. 2007-09-21 23:30:03 +00:00
Andrew Resch
4ca7ced757 Add status icons to torrentview. 2007-09-21 00:08:12 +00:00
Andrew Resch
943a62f62c Have all core config use set functions to apply the configuration to the
session.
2007-09-20 22:10:03 +00:00
Andrew Resch
c5156df280 Add torrent from URL implemented. This is Marcos patch plus some more
error checking and some modifications to make it work properly with 
TorrentManager.
2007-09-17 11:07:58 +00:00
Andrew Resch
379eff9767 Updates to last patch and updates to the preferences dialog. 2007-09-16 04:26:32 +00:00
Marcos Pinto
bc88fb3d11 icons and internal pixmap 2007-09-16 03:46:50 +00:00
Andrew Resch
be5855dcd6 Added TorrentDetails component to GtkUI, but it is currently not
optimized.
Added more status fields to Torrent.
2007-09-02 14:15:41 +00:00
Andrew Resch
6a525530ee Big code clean-up and some refactoring. Added docstrings but more are
needed.
2007-08-26 14:34:50 +00:00
Andrew Resch
895f7e2761 Add missing files.
Start of plugin support in gtkui.
2007-08-11 06:46:41 +00:00
Andrew Resch
7ca17a3922 Changed the way adding torrents is done.
The core is now sent the torrent file data and saves it's own copy of 
the torrent file.
Start of receiving signals in the UI.
2007-07-22 03:01:38 +00:00