Christophe Dumez
781d33b869
FEATURE: Added error state for torrents (error is displayed in a tooltip)
15 years ago
Christophe Dumez
defd77b94c
COSMETIC: Display number of torrents in transfers tab label
15 years ago
Christophe Dumez
c09294df2f
FEATURE: Several torrents can be moved at once
15 years ago
Christophe Dumez
cc97ee86df
FEATURE: Added "No action" setting for double-click action
15 years ago
Christophe Dumez
29e79dc54d
Fix sorting of ETA column when having infinite values ( closes #583347 )
15 years ago
Christophe Dumez
982390f074
Make sure seeding torrents ETA stays 0 under all circumstances
15 years ago
Christophe Dumez
963d73af4e
ETA for finished torrent is now 0 instead of Infinite ( closes #583704 )
...
Fix unicode issue in start seeding after torrent creation code
15 years ago
Christophe Dumez
bf73c47bc5
Sort labels in right click menu
15 years ago
Christophe Dumez
48585bb049
Fix crash when adding a new label
15 years ago
Christophe Dumez
3b3a452df6
Display the correct ratio for paused torrents
15 years ago
Christophe Dumez
a468404ab5
Make use of Fast concatenation feature in Qt 4.6
15 years ago
Christophe Dumez
aec99ed14f
More code cleanup
15 years ago
Christophe Dumez
bea3c33a46
Fix several signals/slots bindings
...
Drop backward compatiblity functions for qBT <= 1.4.0
Clean up torrent loading code (Use priority queue instead of insertion sort)
15 years ago
Christophe Dumez
28a6afeb02
Clean up and optimize transferlist class
15 years ago
Christophe Dumez
c8d0f5a104
Folder scanning settings are now properly saved
15 years ago
Christophe Dumez
7d0581a7a5
Started code clean up and optimization
15 years ago
Christophe Dumez
9b372b3cce
Important fix regarding actions on selected torrents. With filters enabled, it could happen that non-selected torrents are affected.
15 years ago
Christophe Dumez
240c3508fe
Fix possible crash when changing torrents label
15 years ago
Christophe Dumez
22d0c4a241
- Fix possible crash when removing a torrent
15 years ago
Christophe Dumez
adb727d282
Make sure seeding torrents display a progress of 100%
15 years ago
Christophe Dumez
a03ad3de23
FEATURE: Torrent files can be exported to a given directory
...
BUGFIX: Fix crash when double-clicking on a torrent that has no metadata to open its save path
15 years ago
Christophe Dumez
5656fe9a9b
FEATURE: Added "Upload/Download limit" columns to transfer list
15 years ago
Christophe Dumez
fb79146ae6
FEATURE: Added "Added/Completed On" columns to transfer list
15 years ago
Christophe Dumez
c4ce2a2549
Improved user friendlyness of size units (Use 1KiB/s instead of 1024B/s)
...
Optimized transfer list repainting
15 years ago
Christophe Dumez
41650da297
- I should not have to call repaint() manually
15 years ago
Christophe Dumez
62d872984b
Make sure invalid torrent are removed from the transfer list
15 years ago
Christophe Dumez
1dd11dd8f8
Fix possible issue where torrents would not be displayed in the transfer list
15 years ago
Christophe Dumez
8ed0e58d63
- "Open destination folder" now opens torrent root folder (if it contains one) instead of the parent folder
15 years ago
Christophe Dumez
c35ef9ad15
- Fix opening on torrent folder in explorer when path contains special characters or spaces
15 years ago
Christophe Dumez
1840d1c49f
- Paused torrents can now be rechecked
15 years ago
Christophe Dumez
3c4906bb4d
- Patch in last commit was wrong
15 years ago
Christophe Dumez
da796c80c3
- Forgot to move the torrent data when its label is deleted
15 years ago
Christophe Dumez
037e57b687
- Validate label names to make sure there is no character forbidden by the file system
15 years ago
Christophe Dumez
719b32ba36
- Fix bugs with torrent labeling (Problems when adding a torrent when a filter was selected)
15 years ago
Christophe Dumez
8f4bf93f02
- Fix defining a new label from torrent addition dialog
...
- Stop catching SIGABRT, SIGSEGV once one is received to avoid possible infinite loop
15 years ago
Christophe Dumez
a1dd724220
- Fix issue with torrent label not being remembered on startup under certain circumstances
15 years ago
Christophe Dumez
78ba99778a
- Fix crash when deleting a label
15 years ago
Christophe Dumez
7bac95c9ad
- Torrents can be renamed in transfer list
15 years ago
Christophe Dumez
132b1f7ffe
- Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs
15 years ago
Christophe Dumez
8306d7931b
- Updated French translation
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
09ef3073a1
- Forgot to make "Label" string translatable
15 years ago
Christophe Dumez
6dd3833e0f
- Added icons for label actions in context menu
15 years ago
Christophe Dumez
18bd3b855c
- Added drag'n Drop from torrent list to labels (for torrent labeling)
...
- Fix label counters update in some cases
15 years ago
Christophe Dumez
edb6857de0
- Label counters are now properly updated (and labeling seems to work fine)
15 years ago
Christophe Dumez
ed803fb994
- Initiated work on torrent labeling/categorization (functional but not perfect yet
15 years ago
Christophe Dumez
094d979ce6
- Fix "Object::connect: No such slot TransferListWidget::toggleSelectedTorrentsSuperSeeding()" warning when using libtorrent v0.14
15 years ago
Christophe Dumez
18d0283463
- Fix column hiding behavior when queueing system is disabled
15 years ago
Christophe Dumez
df5f5a943b
- Fix other possible crashes with MAGNET URIs
...
- Fix "download first last piece first" feature for torrents containing more than one file
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