Commit graph

1894 commits

Author SHA1 Message Date
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
Christophe Dumez
94f3323270 - New peers can manually be added to a torrent 2009-11-17 11:46:43 +00:00
Christophe Dumez
bb4dc84824 - Tweaked property buttons spacing on Linux 2009-11-17 10:03:07 +00:00
Christophe Dumez
660f478a70 - Fix queueing system 2009-11-17 09:59:49 +00:00
Christophe Dumez
f24749bbf8 - Fix column hidding code 2009-11-17 09:07:37 +00:00
Christophe Dumez
04a3fcb0ed - Play with Transfer list columns alignment 2009-11-17 09:04:16 +00:00
Christophe Dumez
9fdc6a2acd - Second attempt to fix buttons layout on Mac OS 2009-11-17 08:32:52 +00:00
Christophe Dumez
4e8eaafd53 - Torrents can now be rechecked from Web UI (patch by Stephanos Antaris)
- Torrents paused/resumed state is not reflected in GUI if the action was executed from Web UI
2009-11-17 08:15:26 +00:00
Christophe Dumez
e30268cf3b - Attempt to fix property buttons layout on Mac OS 2009-11-17 07:17:33 +00:00
Christophe Dumez
eab216e5a8 - Improved ETA calculation for big torrents 2009-11-16 20:28:58 +00:00
Christophe Dumez
7578e7404b FEATURE: Seeds and Peers columns are now sortable
COSMETIC: Added a "torrent status" column to transfer list
COSMETIC: Display Seeds and Peers in two separate columns
2009-11-16 18:30:59 +00:00
Christophe Dumez
7093c3576b - Added more country flags to geoip 2009-11-16 15:49:34 +00:00
Christophe Dumez
c3281a1e8f - Do not refresh properties if they are note visible 2009-11-16 15:29:44 +00:00
Christophe Dumez
561033d7eb - Fixed China recognition in geoip 2009-11-16 15:01:48 +00:00
Christophe Dumez
f588882a96 - Added more country flags to geoip 2009-11-16 07:52:10 +00:00
Christophe Dumez
6b0f855752 - Add a few more country flags to geoip database 2009-11-16 07:38:33 +00:00
Christophe Dumez
881c3be58c - Make peer list non editable 2009-11-16 07:21:54 +00:00
Christophe Dumez
78346a881c - Added GeoIP licensing 2009-11-16 07:15:12 +00:00
Christophe Dumez
b3ce32b405 - Improved usa flag quality 2009-11-15 20:39:08 +00:00
Christophe Dumez
3d790d131c - Support a lot more countries in GeoIP (flag display) 2009-11-15 20:27:36 +00:00