Chris Hirst
91aad83cad
Add "Copy name" option in right-click menu of torrent list
...
Implementation of feature request #2452
https://github.com/qbittorrent/qBittorrent/issues/2452
Adds a new option in the right-click menu of the torrent list to copy
the name(s) of selected torrent(s) to the clipboard. This is similar to
the existing option to copy the magnet links to the clipboard.
This patch was originally authored by Chris Hirst (ciaobaby). I changed
the item name from "Copy caption" to "Copy name" (the torrent list
column header says "Name"), and I added the missing line in the header
file.
Note: Translations are not updated for the English menu item "Copy
name".
Signed-off-by: ADTC <send2adtc@gmail.com>
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago
John Sebastian Peterson
5cab5bd129
saving torrent list view when changed
...
bc its otherwise forgotten by an unclean exit
10 years ago
buinsky
6644791458
Follow project coding style. Issue #2192 .
10 years ago
Ivan Sorokin
976982ba09
Now user-created labels "all" and "none" works as regular labels
10 years ago
Ivan Sorokin
f235c0ae6c
Merge label filter into TransferListSortModel
...
This also fixes a bug that when label filter contains special symbols
from regex, the label filter may match torrents with multiple different
labels.
10 years ago
Ivan Sorokin
8bafc5e216
Merge StatusSortFilterProxyModel into TransferListSortModel
...
I thought merging all 3 sort-filter proxy models into one should
speedup dataChanged() signal. As turned out this is not the case. The
time difference is within inaccuracy range, so this doesn't affect
performance.
But I still think it is good to merge them into one proxy model as it
simplifies code.
10 years ago
sledgehammer999
f9aee5e3ab
Forward declare classes where possible in 'TransferListWidget'.
10 years ago
sledgehammer999
baf9d21072
Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."
10 years ago
sledgehammer999
d8d95d2195
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
10 years ago
Nick Tiskov
bd9dcf1247
Hack around QDesktopServices::openUrl to support network shares
11 years ago
Nick Tiskov
107906928a
Enable delete hotkey in web seed and tracker list.
...
Make delete hotkey in transfer list non-global.
12 years ago
Nick Tiskov
7adf012f9c
Enable edit/rename via F2 or double click in various places
12 years ago
Nick Tiskov
2fa0f86df4
Use number-aware sort in transfer list
12 years ago
Christophe Dumez
06c8e658aa
Correctly escape transfer list filter value typed by user
12 years ago
Christophe Dumez
7854911d2f
Fix possible warnings related to toggleSelectedTorrentsSuperSeeding()
14 years ago
Christophe Dumez
e3a9194010
Fix column hiding/showing in transfer list
14 years ago
Christophe Dumez
82e41f36ee
FEATURE: Added per-torrent ratio limiting (Christian Kandeler)
14 years ago
Christophe Dumez
c2e5ecaaa0
BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)
14 years ago
Christophe Dumez
62503fb663
Code clean up
14 years ago
Christophe Dumez
19db0d471f
Signal / slot fixes
14 years ago
Christophe Dumez
5cd376d2c3
Code clean up
14 years ago
Christophe Dumez
d76877b1a2
Brand new torrent model for the transfer list
14 years ago
Christophe Dumez
126e2e7c75
Code clean up
14 years ago
Christophe Dumez
080a36de5f
Correctly update the total number of torrents when a torrent is automatically removed
14 years ago
Christophe Dumez
290932e128
Big code clean up
14 years ago
Christophe Dumez
63ee1c36e8
FEATURE: Added torrent filtering by name
14 years ago
Christophe Dumez
e24ce87946
FEATURE: Added label-level Pause/Resume/Delete actions
15 years ago
Christophe Dumez
66d4cc2ab8
FEATURE: Added actions to "Move to top/bottom" of priority queue
15 years ago
Christophe Dumez
5f23cbc470
Use libtorrent version.hpp instead of our own DEFINE
15 years ago
Christophe Dumez
607bba4625
FEATURE: Added filter for paused/error torrents
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
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
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
52dd1476db
- Fix addInPause setting in torrent addition dialog
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
7bac95c9ad
- Torrents can be renamed in transfer list
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
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
90207020f2
- Fix for media file preview
15 years ago
Christophe Dumez
aeb2c06e0f
- Disabled file prioritizing for seeding torrents
...
- Added file prioritizing to Web UI
15 years ago
Christophe Dumez
70c62f6294
- Refresh torrent properties and transfer list only when they are visible in order to save CPU :)
15 years ago
Christophe Dumez
d6e1dc9020
- Make torrent status filters behave as in µTorrent
15 years ago
Christophe Dumez
62604e32c0
FEATURE: Added option to download first and last piece of a torrent first (for preview)
15 years ago