Commit graph

1751 commits

Author SHA1 Message Date
Christophe Dumez
d1646c169d - Fix folder size update in TorrentFilesModel 2009-11-20 07:18:40 +00:00
Christophe Dumez
c6a9ec7c6f - Added a few more country flags to Geoip 2009-11-19 19:38:37 +00:00
Christophe Dumez
ff2fef0dc1 - Fix little problem in evenmanager causing this output: "no status, should not happen!!!" 2009-11-19 18:28:30 +00:00
Christophe Dumez
b35cc2c9e4 - Support up to 99999 peers (for display). It used to be 9999 but this was not enough for some torrents. 2009-11-19 17:13:53 +00:00
Christophe Dumez
98223e54e8 - Updated tracker behavior, it works better now (more µTorrent like) 2009-11-19 15:50:57 +00:00
Christophe Dumez
e36e500045 - Added DHT to trackers list 2009-11-19 15:43:00 +00:00
Christophe Dumez
e2b8aeafa6 - FEATURE: Display the number of peers returned by each tracker 2009-11-19 15:04:43 +00:00
Christophe Dumez
484a75ad64 FEATURE: Global upload/download speeds can be capped from status bar (µTorrent behavior) 2009-11-19 13:25:00 +00:00
Christophe Dumez
5a88c1ad46 - Fix double fix in tracker list when switching torrent 2009-11-19 12:54:53 +00:00
Christophe Dumez
e8fba3e630 - Moved "download in sequential order" from Torrent properties to right click menu in transfer list (it makes more sense this way)
- Do not save sequential mode status to hard disk because libtorrent is already taking care of this
2009-11-19 12:45:11 +00:00
Christophe Dumez
81412584e1 - Remember tracker list column width on restart 2009-11-19 12:27:52 +00:00
Christophe Dumez
1b82dd315b - Fix and improved torrent comment display
- Made links linkable in torrent comments
2009-11-19 12:17:51 +00:00
Christophe Dumez
ccdb2a82c3 - New tracker list (displays tracker status and error/warning messages) 2009-11-19 11:09:03 +00:00
Christophe Dumez
8ada8d33c8 FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior) 2009-11-19 08:43:18 +00:00
Christophe Dumez
ac279979fb - Fix errors in tracker messages saving code 2009-11-19 08:36:03 +00:00
Christophe Dumez
d5e2905ead - Clean up of bittorrent class 2009-11-19 08:14:04 +00:00
Christophe Dumez
1b0d2a7d55 - Clean up GUI includes 2009-11-19 07:28:52 +00:00
Christophe Dumez
da080a8979 - delete socket client explicitely (although Qt should take care of it) 2009-11-19 07:24:14 +00:00
Christophe Dumez
41e18fd245 - Removed useless class property in GUI class 2009-11-19 07:21:55 +00:00
Christophe Dumez
10c40c6485 - Cleanup systray code 2009-11-18 18:45:06 +00:00
Christophe Dumez
e93fab40fe - Removed some too verbose debug
- Suppress a Qt warning about the layout in status bar
2009-11-18 18:07:31 +00:00
Christophe Dumez
b64919234a - Suppress another valgrind warning 2009-11-18 18:00:17 +00:00
Christophe Dumez
fb4700907d - Removed unused keyboard shortcut (and remove valgrind warning) 2009-11-18 17:51:50 +00:00
Christophe Dumez
d3c59f0814 - Move Web UI code to Bittorrent class 2009-11-18 17:46:59 +00:00
Christophe Dumez
cedc87a703 - Fix completed torrent counting
- Make sure the status bar is displayed before showing the GUI
2009-11-18 17:32:54 +00:00
Christophe Dumez
54f2e66464 - Updated language files 2009-11-18 16:04:26 +00:00
Christophe Dumez
8160449964 - Improved status bar spacing 2009-11-18 15:56:40 +00:00
Christophe Dumez
e467fd8fab - Improved separators style in status bar 2009-11-18 15:24:48 +00:00
Christophe Dumez
5da2e6a9ee - Started to improved the status bar style 2009-11-18 14:54:33 +00:00
Christophe Dumez
0cb5993f66 - Display total amount transferred in status bar 2009-11-18 13:34:03 +00:00
Christophe Dumez
54d7c6dc54 - Moved status bar code from the GUI to its own class for make GUI more readable
- Fix "Display current speed in title" feature
- Fix Up/Down speed labels update in status bar
2009-11-18 13:18:55 +00:00
Christophe Dumez
c30ec7bb6e - Fix keyboard shortcuts for tab switching 2009-11-18 12:40:13 +00:00
Christophe Dumez
0bc2e9aeeb - Removed regular tracker scrape code since it is done automatically by libtorrent (it should not have been in GUI class anyway...)
- Moved bittorrent specific code from GUI class to bittorrent class
2009-11-18 12:35:55 +00:00
Christophe Dumez
95469756d1 - Bump to beta3 2009-11-18 12:25:28 +00:00
Christophe Dumez
aa65cf9547 - Moved priority Up/Down buttons to the left of preferences button (top toolbar) 2009-11-18 12:24:19 +00:00
Christophe Dumez
623933e2aa - COSMETIC: New deletion confirmation dialog (Merged delete/delete permanently actions)
- Delete useless properties button in top tool bar
- Set Alt+P keyboard shortcut to toggle torrent properties visibility
2009-11-18 12:11:15 +00:00
Christophe Dumez
db92ffaf92 - Added back the super seeding feature which got lost during transfer lists merging (It is untested yet, I'll do that later). 2009-11-18 11:04:19 +00:00
Christophe Dumez
79e139268a - Refresh list and torrent numbers on torrent addition 2009-11-18 10:39:56 +00:00
Christophe Dumez
6c796ff302 - Improve the previous fix to search engine deletion 2009-11-18 10:34:57 +00:00
Christophe Dumez
4ca2d060ea - Make everything compile back with libtorrent v0.14
- Fix crash in search engine destructor if downloads are running
2009-11-18 10:29:20 +00:00
Christophe Dumez
b9387cf4c4 - Display the number of torrents in earch status filter 2009-11-18 08:51:36 +00:00
Christophe Dumez
ff5524475f - Commented -Wl --asneeded lflags 2009-11-18 08:02:12 +00:00
Christophe Dumez
31374d8d30 - Remove useless code since it is handled on libtorrent side 2009-11-17 18:21:46 +00:00
Christophe Dumez
2b5522e165 - Dropped dependency on libzzip 2009-11-17 17:20:25 +00:00
Christophe Dumez
3987d0b5ef - Enable peer country resolution as a default 2009-11-17 16:07:15 +00:00
Christophe Dumez
7c84551150 - Support peer manual ban (from peer list) 2009-11-17 16:02:35 +00:00
Christophe Dumez
47fc4679d4 - Support per-peer rate limiting 2009-11-17 14:19:50 +00:00
Christophe Dumez
bf6d7534d5 - upload speed limiting now works for seeding torrents 2009-11-17 13:16:25 +00:00
Christophe Dumez
5ffcf5a9dc - Fixed per torrent speed limiting
- A lot of cleanup in speed limiting dialog
2009-11-17 13:11:32 +00:00
Christophe Dumez
490ef19e64 - Made peer addition more robust by catching exceptions 2009-11-17 11:47:48 +00:00