Christophe Dumez
a5d8766a9e
Use XDG folders (.cache, .local) instead of .qbittorrent
...
old .qbittorrent is imported and moved to XDG folder by qBittorrent so that the user does not loose anything
15 years ago
Christophe Dumez
09c7c50ad3
- qBittorrent can now identify itself as KTorrent too
15 years ago
Christophe Dumez
add2475700
- Files / Folders can also be renamed directly from torrent addition dialog
15 years ago
Christophe Dumez
9d0577fa5c
- Display the correct DHT port in the console
15 years ago
Christophe Dumez
2168d5a30e
- qBittorrent no longer listens on a random port whenever it receives a listen_failed_alert (because it may correspond to another network interface)
...
- Display a "disconnected" icon in status bar whenever qBittorrent fails to listen on the selected port
15 years ago
Christophe Dumez
7ad90b1b80
- Fix Proxy type rank in enum (to be consistent with older qBittorrent versions)
...
- Added Proxy settings to Web UI
- Fix tiny bugs in proxy settings
15 years ago
Christophe Dumez
4dc26d0a77
- FEATURE: qBittorrent can identify itself as uTorrent or Vuze (Any version)
15 years ago
Christophe Dumez
d5a09674ae
FEATURE: Better proxy support and preferences remodeling
15 years ago
Christophe Dumez
907e620e9e
- Added console message for Web UI (with port)
...
- Updated language files
15 years ago
Christophe Dumez
f96ec75eec
- Improve Web UI settings so that the HTTP server is reconstructed only when necessary
15 years ago
Christophe Dumez
e885ee0d35
- Fix some other DHT port issues
15 years ago
Christophe Dumez
ff5e5d1062
- Fix some other listen port issues
15 years ago
Christophe Dumez
4f9eca78d9
- Fix to port settings
15 years ago
Christophe Dumez
e142877e10
- Fix little typo
15 years ago
Christophe Dumez
50e620daf2
- Handle paths with (~, ., ..) properly
15 years ago
Christophe Dumez
98561f9db9
- Fix "Append .!qB extension" for torrents without metadata (Magnet Links)
15 years ago
Christophe Dumez
885a7f592e
- Fix removal of !.qB extension when files get completed
15 years ago
Christophe Dumez
475d63dad8
- Fix "Append .!qB extension" feature. It appeared only for empty files (instead of incomplete ones)
15 years ago
Christophe Dumez
c1bc9886b7
- Fix "Append .!qB extension to incomplete files" feature
15 years ago
Christophe Dumez
88f8437c5a
- Fix "Append .!qB extension to incomplete files" feature for torrents added from magnet links
15 years ago
Christophe Dumez
411a1c641d
- Fix several bugs in new "Append label to save path" feature
15 years ago
Christophe Dumez
dc0ad73eca
- Fix torrent Labeling from torrent addition dialog
15 years ago
Christophe Dumez
04e008afa0
- Fix new settings not being saved
15 years ago
Christophe Dumez
c61aded388
- Initial implementation of "Append .!qB extension to incomplete files" (untested)
...
- Update torrent save path when its label is changed and "Append label to save path" setting is set
15 years ago
Christophe Dumez
1fd57b5d63
- FEATURE: Labeled torrent can be downloaded corresponding subfolders
15 years ago
Christophe Dumez
755b8dec30
- Peer Exchange can be disabled from preferences
15 years ago
Christophe Dumez
db5402385a
FEATURE: Disk cache size can be set from preferences
15 years ago
Christophe Dumez
ed803fb994
- Initiated work on torrent labeling/categorization (functional but not perfect yet
15 years ago
Christophe Dumez
8e39eef7aa
- Display console messages on Terminal
...
- Program seems to be working
15 years ago
Christophe Dumez
9fe807b6f1
- Removed useless debug
15 years ago
Christophe Dumez
84f00bf3f6
- uTorrent user agent is now spoofed correctly
15 years ago
Christophe Dumez
abbbf1e562
- Torrent Addition Dialog: File priorities were not taken into consideration (Thanks Mariusz)
15 years ago
Christophe Dumez
3ec118d59b
- When downloading a torrent from its URL in Web UI, the torrent addition dialog was not skipped and displayed on server side.
...
* Regression introduced in a recent release candidate
15 years ago
Christophe Dumez
10ab8f107c
- Tracker scrape interval is now 20 min (15 minutes min).
15 years ago
Christophe Dumez
4dc8959f67
* More exit tweaking to make shutdown faster
...
* Fixed active upload icon in Web UI
* Fixed text alignment in Web UI preferences dialog
* Fixes to ratio display in Web UI transfer list and properties panel
* Edited Queued/Paused/Checking icons so that they are the same for complete/incomplete torrents (easier to understand)
* Color torrents in UI transfer list as in qBittorrent < 2.0 (more easily understandable)
* Progress and size are now updated when files are filtered in torrent properties
15 years ago
Christophe Dumez
396427e3b6
FEATURE: Fall back to a random port if qBittorrent could not listen on the chosen port
15 years ago
Christophe Dumez
e460f1c365
- Attempt to speed up exit
15 years ago
Christophe Dumez
27aff04f11
- Catch invalid_handle exception in savefastresume data
15 years ago
Christophe Dumez
5af8b7c0e2
FEATURE: Enabled lazy bitfield as a counter-measure for ISP speed throttling
15 years ago
Christophe Dumez
3c6635cdbe
- Folder Scanning: initial import of the torrents inside is fixed
15 years ago
Christophe Dumez
ce31bef2cf
- Make sure the torrent is valid before saving fast resume data
15 years ago
Christophe Dumez
c52e0cf841
- Improve tracker status detection when using libtorrent v0.14
15 years ago
Christophe Dumez
8fe448d35f
- Fixed compilation with libtorrent v0.14
15 years ago
Christophe Dumez
c1d3f719df
- Compilation fix for libtorrent v0.14
15 years ago
Christophe Dumez
480d1b18db
- Display in tracker list the number of peers gotten from LSD/PeX/DHT
15 years ago
Christophe Dumez
62f57862e5
- Properly report paused torrents from Bittorrent session to GUI ( closes #86293 )
...
- Removed some verbose debug
15 years ago
Christophe Dumez
5d427d2acf
- Save fast resume data for paused torrents too to avoid loosing information (e.g. user trackers, ...)
15 years ago
Christophe Dumez
aa0c2e611f
- Remove useless code in torrentpersistentdata since libtorrent is saving and restoring this for us
15 years ago
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
15 years ago
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
15 years ago