Christophe Dumez
|
ccdb2a82c3
|
- New tracker list (displays tracker status and error/warning messages)
|
15 years ago |
Christophe Dumez
|
8ada8d33c8
|
FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior)
|
15 years ago |
Christophe Dumez
|
ac279979fb
|
- Fix errors in tracker messages saving code
|
15 years ago |
Christophe Dumez
|
d5e2905ead
|
- Clean up of bittorrent class
|
15 years ago |
Christophe Dumez
|
1b0d2a7d55
|
- Clean up GUI includes
|
15 years ago |
Christophe Dumez
|
da080a8979
|
- delete socket client explicitely (although Qt should take care of it)
|
15 years ago |
Christophe Dumez
|
41e18fd245
|
- Removed useless class property in GUI class
|
15 years ago |
Christophe Dumez
|
10c40c6485
|
- Cleanup systray code
|
15 years ago |
Christophe Dumez
|
e93fab40fe
|
- Removed some too verbose debug
- Suppress a Qt warning about the layout in status bar
|
15 years ago |
Christophe Dumez
|
b64919234a
|
- Suppress another valgrind warning
|
15 years ago |
Christophe Dumez
|
fb4700907d
|
- Removed unused keyboard shortcut (and remove valgrind warning)
|
15 years ago |
Christophe Dumez
|
d3c59f0814
|
- Move Web UI code to Bittorrent class
|
15 years ago |
Christophe Dumez
|
cedc87a703
|
- Fix completed torrent counting
- Make sure the status bar is displayed before showing the GUI
|
15 years ago |
Christophe Dumez
|
54f2e66464
|
- Updated language files
|
15 years ago |
Christophe Dumez
|
8160449964
|
- Improved status bar spacing
|
15 years ago |
Christophe Dumez
|
e467fd8fab
|
- Improved separators style in status bar
|
15 years ago |
Christophe Dumez
|
5da2e6a9ee
|
- Started to improved the status bar style
|
15 years ago |
Christophe Dumez
|
0cb5993f66
|
- Display total amount transferred in status bar
|
15 years ago |
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
|
15 years ago |
Christophe Dumez
|
c30ec7bb6e
|
- Fix keyboard shortcuts for tab switching
|
15 years ago |
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
|
15 years ago |
Christophe Dumez
|
95469756d1
|
- Bump to beta3
|
15 years ago |
Christophe Dumez
|
aa65cf9547
|
- Moved priority Up/Down buttons to the left of preferences button (top toolbar)
|
15 years ago |
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
|
15 years ago |
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).
|
15 years ago |
Christophe Dumez
|
79e139268a
|
- Refresh list and torrent numbers on torrent addition
|
15 years ago |
Christophe Dumez
|
6c796ff302
|
- Improve the previous fix to search engine deletion
|
15 years ago |
Christophe Dumez
|
4ca2d060ea
|
- Make everything compile back with libtorrent v0.14
- Fix crash in search engine destructor if downloads are running
|
15 years ago |
Christophe Dumez
|
b9387cf4c4
|
- Display the number of torrents in earch status filter
|
15 years ago |
Christophe Dumez
|
ff5524475f
|
- Commented -Wl --asneeded lflags
|
15 years ago |
Christophe Dumez
|
31374d8d30
|
- Remove useless code since it is handled on libtorrent side
|
15 years ago |
Christophe Dumez
|
2b5522e165
|
- Dropped dependency on libzzip
|
15 years ago |
Christophe Dumez
|
3987d0b5ef
|
- Enable peer country resolution as a default
|
15 years ago |
Christophe Dumez
|
7c84551150
|
- Support peer manual ban (from peer list)
|
15 years ago |
Christophe Dumez
|
47fc4679d4
|
- Support per-peer rate limiting
|
15 years ago |
Christophe Dumez
|
bf6d7534d5
|
- upload speed limiting now works for seeding torrents
|
15 years ago |
Christophe Dumez
|
5ffcf5a9dc
|
- Fixed per torrent speed limiting
- A lot of cleanup in speed limiting dialog
|
15 years ago |
Christophe Dumez
|
490ef19e64
|
- Made peer addition more robust by catching exceptions
|
15 years ago |
Christophe Dumez
|
94f3323270
|
- New peers can manually be added to a torrent
|
15 years ago |
Christophe Dumez
|
bb4dc84824
|
- Tweaked property buttons spacing on Linux
|
15 years ago |
Christophe Dumez
|
660f478a70
|
- Fix queueing system
|
15 years ago |
Christophe Dumez
|
f24749bbf8
|
- Fix column hidding code
|
15 years ago |
Christophe Dumez
|
04a3fcb0ed
|
- Play with Transfer list columns alignment
|
15 years ago |
Christophe Dumez
|
9fdc6a2acd
|
- Second attempt to fix buttons layout on Mac OS
|
15 years ago |
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
|
15 years ago |
Christophe Dumez
|
e30268cf3b
|
- Attempt to fix property buttons layout on Mac OS
|
15 years ago |
Christophe Dumez
|
eab216e5a8
|
- Improved ETA calculation for big torrents
|
15 years ago |
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
|
15 years ago |
Christophe Dumez
|
7093c3576b
|
- Added more country flags to geoip
|
15 years ago |
Christophe Dumez
|
c3281a1e8f
|
- Do not refresh properties if they are note visible
|
15 years ago |