1132 Commits

Author SHA1 Message Date
Andrew Resch
587d5afda0 Update upload_memory prior to saving state on shutdown. 2008-02-10 05:57:54 +00:00
Marcos Pinto
994fbd571d keyboard interrupt call shutdown, not core.quit 2008-02-10 00:33:54 +00:00
Marcos Pinto
187b4c423d update stats file due to our new ftp osuosl server 2008-02-07 06:46:21 +00:00
Andrew Resch
784a25aec1 Fix desired ratio to default value when adding torrents. 2008-02-03 06:37:14 +00:00
Andrew Resch
4b18f49ec1 Only draw the advanced progress bar if 'num_pieces' is greater than 0. 2008-02-01 21:18:58 +00:00
Andrew Resch
9541f02fb4 Remove some Anonymous browser cruft in open_url_in_browser(). 2008-01-31 07:25:13 +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
Marcos Pinto
a7eb6ae0f7 update version numbers for release 2008-01-28 07:04:37 +00:00
Andrew Resch
8604de25d8 Fix queue order on state load. 2008-01-28 06:41:13 +00:00
Committer
6dd304ee63 another unicode tracker fix 2008-01-28 02:51:38 +00:00
Marcos Pinto
7406b1cd7d up version for fix release and update chnagelog 2008-01-24 23:19:28 +00:00
Marcos Pinto
20d13f8ddc tweak unicode from tracker 2008-01-22 02:09:27 +00:00
Marcos Pinto
74a1f60e42 try to catch unicode error 2008-01-21 23:51:41 +00:00
Marcos Pinto
452781a78c fix column width saving 2008-01-20 03:59:48 +00:00
Marcos Pinto
fe01d8c55f version updates and todo/changelog update 2008-01-19 04:54:09 +00:00
Marcos Pinto
263387c6c9 fix saving fast resume on checking torrents 2008-01-19 04:53:36 +00:00
Andrew Resch
d2f6a99778 Catch all exceptions during interactive_add_torrent. 2008-01-18 04:46:39 +00:00
Andrew Resch
4a7e0a578b Try catching more exceptions in the core. 2008-01-18 04:37:33 +00:00
Andrew Resch
8fadfb8254 Prevent the use of an invalid unique_id from throwing an exception
during get_torrent_state().
2008-01-18 03:40:38 +00:00
Marcos Pinto
1c3c5b76b0 fast resume oops2 2008-01-17 12:22:27 +00:00
Marcos Pinto
ac80dd4d59 fast resume oops 2008-01-17 12:18:11 +00:00
Marcos Pinto
d1eb4bc8d6 use pieces wanted instead of total pieces to draw adv progress bar 2008-01-16 02:19:15 +00:00
Andrew Resch
cc81e1073d Catch 'address already in use' error when trying to use a port that is
in use by another program.  We now try to use a range of 40000-60000 
when this error occurs.
2008-01-14 08:04:28 +00:00
Andrew Resch
642663604f Fix possible issue if pref 'choose_directory_dialog_path' is None. 2008-01-14 05:13:21 +00:00
Andrew Resch
6b68ac9ad7 Attempt to fix issue where all the columns start very small. 2008-01-13 10:58:52 +00:00
Andrew Resch
1de14a1ce0 Fix issue with removing items while iterating through the self.state
dictionary.
2008-01-13 08:32:46 +00:00
Andrew Resch
0d793e7f89 Attempt to load the state in a safe manner. 2008-01-13 08:10:35 +00:00
Marcos Pinto
dc60e26c59 use die instead of save_yourself and add arg to shutdown func 2008-01-13 05:00:04 +00:00
Andrew Resch
49c09bf297 Catch exception in calc_free_space(). 2008-01-10 12:12:30 +00:00
Marcos Pinto
ee4d054582 fix pausing of checking torrents 2008-01-09 21:16:13 +00:00
Marcos Pinto
cb64ecb282 update, then present, not the other way around 2008-01-09 18:05:24 +00:00
Marcos Pinto
fcfdcd6b06 tweak new release pref 2008-01-09 08:18:35 +00:00
Marcos Pinto
dcefa152c0 sync rest 2008-01-07 01:36:35 +00:00
Marcos Pinto
d76ed8cfba remove old files 2008-01-06 20:08:36 +00:00
Marcos Pinto
3997c235be 2008-01-06 20:00:13 +00:00
Marcos Pinto
b31fa3a6df 2008-01-06 19:57:16 +00:00
Marcos Pinto
0e82847ae0 fix cast oops, add youtorrent to search, catch fastresume error 2008-01-05 00:13:50 +00:00
Marcos Pinto
d497a971db fix cast oops 2008-01-04 23:59:54 +00:00
Marcos Pinto
3baecc13d3 save fastresume every minute 2008-01-04 23:30:25 +00:00
Marcos Pinto
76e9cb3e76 remove needless casts for performance 2008-01-03 02:43:54 +00:00
Andrew Resch
c7fcbd40e3 Remove some needless 'casts' in common.py to slightly improve
performance.
2008-01-03 02:30:40 +00:00
Marcos Pinto
ff0ade61b0 tweak vista shutdown 2008-01-01 02:36:06 +00:00
Marcos Pinto
42f4d55db2 tweak version 2007-12-31 10:43:37 +00:00
Marcos Pinto
4d4b30700a sort by seeds in piratebay search 2007-12-30 22:02:05 +00:00
Marcos Pinto
736afd6a19 add /seeds to mininova search 2007-12-30 22:00:08 +00:00
Marcos Pinto
91fa4df798 fix new release 2007-12-30 02:58:47 +00:00
Marcos Pinto
d1a5490e6b handle events before apply_queue 2007-12-29 18:40:01 +00:00
Andrew Resch
7ac3421e31 Remove pointless '+0.5' from update timer. 2007-12-29 05:37:21 +00:00
Marcos Pinto
3b2d205866 alter signal handling shutdown 2007-12-29 05:04:35 +00:00
Marcos Pinto
c067cbe4bd tweak import of gnome.ui 2007-12-29 04:52:14 +00:00