907 Commits

Author SHA1 Message Date
Zach Tibbitts
83c9b2f275 0.5.2 release 2007-07-06 01:10:37 +00:00
Marcos Pinto
180c77b3f7 remove unnecessary update 2007-07-06 01:09:08 +00:00
Marcos Pinto
0f7708bcc6 change dir 2007-07-06 00:59:36 +00:00
Marcos Pinto
b3c32803de initial import and conversion to new plugin format 2007-07-06 00:57:33 +00:00
Marcos Pinto
f18ee4e1e8 2007-07-06 00:06:28 +00:00
Marcos Pinto
b77fcdf6ef shortened things up 2007-07-06 00:03:12 +00:00
Marcos Pinto
fc8791deba little touchup and uninstall 2007-07-05 23:50:05 +00:00
Marcos Pinto
2c958c6cf5 fix typo 2007-07-05 21:56:35 +00:00
Marcos Pinto
5cc4865e8a default compact allocation 2007-07-05 20:09:27 +00:00
Andrew Resch
da539f5353 Add '-NDEBUG' to EXTRA_COMPILE_ARGS for some systems that don't seem to
add it properly to CFLAGS.  Seems to effect python-2.5 systems.
2007-07-04 21:46:41 +00:00
Andrew Resch
e618d37611 Remove bogus assert() 2007-07-04 21:31:12 +00:00
Marcos Pinto
daaf215f64 i18n updates 2007-07-04 19:18:21 +00:00
Marcos Pinto
4ea66b684f activates or deactivates the queue-up/down arrows depending on which torrents are selected. It also makes it possible to move several torrents at the same time - Mattias Bengtsson 2007-07-04 08:48:20 +00:00
Andrew Resch
bdf9182bb5 DesiredRatio plugin will now reset all desired ratios in the core upon
unload().
2007-07-03 21:17:07 +00:00
Marcos Pinto
e2eab3f2c0 show tooltips on labels as well 2007-07-03 02:15:15 +00:00
Marcos Pinto
43c19d0d0b fix tooltip for max active torrents 2007-07-03 02:03:13 +00:00
Marcos Pinto
bee4a3c552 lets us not need to alter hasher.hpp to compile 2007-07-03 01:14:18 +00:00
Marcos Pinto
0a78631a6c remove bandwidth_manager.cpp 2007-07-03 00:13:49 +00:00
Marcos Pinto
31f84d1c24 libtrunk sync 1370 2007-07-03 00:12:14 +00:00
Marcos Pinto
b6b9fb4276 libtrunk sync 1369 2007-07-02 20:34:46 +00:00
Marcos Pinto
20755b32c5 2007-07-01 03:30:46 +00:00
Marcos Pinto
3c4eb6201e fix bug of dht starting before a listening port is set 2007-07-01 03:18:54 +00:00
Marcos Pinto
728107f3a8 libtorrent svn 'pi->pe_support == false' assertion 2007-06-30 08:11:47 +00:00
Marcos Pinto
aec942d243 2007-06-30 07:08:20 +00:00
Marcos Pinto
1a5500703b french/lang updates - rpmfarm 2007-06-29 07:30:49 +00:00
Andrew Resch
2f1cfd8546 Fix download/upload tray menu speed list 2007-06-29 05:09:37 +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
Marcos Pinto
f3d83f687d win remove quote 2007-06-28 23:08:20 +00:00
Marcos Pinto
72d6a0ebd5 win touchups 2007-06-28 23:00:36 +00:00
Andrew Resch
cd1de4388c Fix double values in desired ratio list 2007-06-28 18:45:34 +00:00
Marcos Pinto
7c81ee68f1 fix typo 2007-06-28 14:44:58 +00:00
Marcos Pinto
3edeea1e25 win deps again 2007-06-28 14:42:49 +00:00
Marcos Pinto
b35b08d9f7 set more windows-specific paths 2007-06-28 14:14:09 +00:00
Marcos Pinto
7b92e05326 set boost path for windows 2007-06-28 13:22:51 +00:00
Marcos Pinto
6f03bef238 more windows stupidity 2007-06-28 13:20:17 +00:00
Marcos Pinto
c681ad5299 windows is retarded. needs this '_' to compile 2007-06-28 12:59:40 +00:00
Andrew Resch
9ff9a38049 Force an update() when changing notebook tabs 2007-06-28 08:22:41 +00:00
Andrew Resch
9e5e6ddfb9 Fix remove torrent lock-up issue. 2007-06-28 08:16:12 +00:00
Andrew Resch
fa2814b498 Added a couple more forced update()'s to improve UI responsiveness 2007-06-28 07:40:15 +00:00
Zach Tibbitts
aa6b522036 blocklist doesn't config every load 2007-06-28 00:51:14 +00:00
Marcos Pinto
b0e047368c just a template update 2007-06-27 23:54:40 +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
Marcos Pinto
6658d64db0 add vertical scrollbar 2007-06-27 22:33:16 +00:00
Marcos Pinto
297b8ce65a do search on enter 2007-06-27 22:31:09 +00:00
Marcos Pinto
b375ede4d0 fix remove torrent bug 2007-06-27 21:20:37 +00:00
Marcos Pinto
c566ff7231 synch po files with launchpad 2007-06-27 20:32:37 +00:00
Andrew Resch
f2a38204d7 Call update() prior to setting the timer 2007-06-27 20:02:17 +00:00
Andrew Resch
9ac9f13044 Remove old desired ratio code 2007-06-27 19:55:35 +00:00
Andrew Resch
d64a5c0d03 Initial import of DesiredRatio plugin.
Removed desired ratio options from tray menu, but code from old method 
still exists in interface.py.
2007-06-27 19:51:31 +00:00