Nick Tiskov
997b16a24a
Implement open & select file in file manager [Windows only]
10 years ago
Ivan Sorokin
6780791d60
Set placeholder text to torrent content filter.
...
In commit afb03725ad
it was implemented
for torrent list filter. Now it is here for files filter.
10 years ago
Nick Tiskov
60c4306502
Fix missing icon for open action in file list
10 years ago
Ivan Sorokin
16eb407453
Split src/torrentpersistentdata into .h and .cpp
10 years ago
sledgehammer999
9b71e4ffc9
Use the correct character encoding for exceptions coming from libtorrent.
10 years ago
Ivan Sorokin
5ea1a4c3cc
Remove inclusion of <QThread> from misc.h
10 years ago
Ivan Sorokin
ddd2025968
Fix heap-buffer-overrun in PropertiesWidget::displayFilesListMenu
10 years ago
sledgehammer999
94fc2f9c3d
Don't display the context menu in 'Content' and 'HTTP Sources' buttons when no torrent is selected. It prevents crashes. Closes #1906 , #1900 .
10 years ago
sledgehammer999
3e734ab4f6
Add 'Open' and 'Open Containing Folder' entries in the content's right-click menu. Closes #1143 .
10 years ago
sledgehammer999
d8d95d2195
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
10 years ago
sledgehammer999
08e14cdc26
Fix possible crashes. Closes #1814 .
11 years ago
sledgehammer999
273725d9dc
Fix file renaming.
11 years ago
sledgehammer999
a6fa27467f
Fix previous commits.
11 years ago
Ivan Sorokin
329b754197
cache torrent_status
11 years ago
Ivan Sorokin
bbc4080a5d
fewer calls to hash()
11 years ago
sledgehammer999
c0b3ad7ee3
Fix crash when the selected torrent disappears from the transfer list. Closes #1661
11 years ago
Ivan Sorokin
765253234c
Don't show availability bar for magnet links
...
This commit fixes an exception in PropertiesWidget:
"Caught exception in PropertiesWidget::loadDynamicData(): invalid
torrent handle used"
This exception occurs when an user clicks on a torrent that doesn't have
a metadata (when a magnet link is not resolved yet). One should not call
torrent_handle::get_torrent_info when torrent doesn't have a metadata.
11 years ago
Vladimir Golovnev (Glassez)
ce3aac5f9d
Fix functions and macros using to support both Qt4 and Qt5.
11 years ago
sledgehammer999
be097048fd
Fix share ratio text.
11 years ago
Nick Tiskov
bd9dcf1247
Hack around QDesktopServices::openUrl to support network shares
11 years ago
Nick Tiskov
4390530cbe
Update Main UI
11 years ago
sledgehammer999
441d1d08ba
Convert more accurately decimal numbers to text.
11 years ago
arvidn
c1c824bcf7
don't use deprecated libtorrent functions
11 years ago
sledgehammer999
60a1937bf9
Expand folders when filtering files. Closes #1076 .
11 years ago
sledgehammer999
b4dca951b2
Drop libtorrent 0.15.x support.
11 years ago
sledgehammer999
0f298397b3
Simplify various if-else and QString::number.
11 years ago
sledgehammer999
d09b0d5f72
Fixed rounding bugs with floating numbers.
11 years ago
Nick Tiskov
fd8a2e05a4
Use AutoExpandableDialog instead of QInputDialog wherever possible
11 years ago
Nick Tiskov
107906928a
Enable delete hotkey in web seed and tracker list.
...
Make delete hotkey in transfer list non-global.
11 years ago
Nick Tiskov
7adf012f9c
Enable edit/rename via F2 or double click in various places
11 years ago
Nick Tiskov
8e7ef66011
Translations fixes
...
Do not translate strings, which should not be translated
Remove unnecessary/unused strings.
12 years ago
sledgehammer999
22e2bafa7a
Fix compilation with libtorrent 1.x.x v2
12 years ago
sledgehammer999
94b58ca229
Fix compilation with libtorrent 1.x.x.
12 years ago
John Peterson
d1c3a07ba6
Adding "Save path" column
...
because it's useful when moving files
It's the same path as in properties because that's consistent
12 years ago
Nick Tiskov
b64caf2cb8
Remove add/remove buttons in web seed list, since context menu is now implemented.
12 years ago
Nick Tiskov
b286bead09
Add context menu for web seeds: add, remove, copy, edit.
12 years ago
Christophe Dumez
da3406b811
Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default
12 years ago
sledgehammer999
a2e4e2ad37
Remove leading and trailing whitespace when choosing filenames. Fixes issue #401 .
12 years ago
Christophe Dumez
00945e5749
Stop updating file priorities regularly in torrent content panel
...
Performance improvement to address issue #24 .
12 years ago
Christophe Dumez
0fdacf4d54
Use polymorphism to distinguish folder / file items in torrent content model
...
Step to address issue #24 .
12 years ago
Christophe Dumez
30be83d445
Optimizations to TorrentContentModel
...
First step to address issue #24 .
12 years ago
Christophe Dumez
8104c41332
Fix possible crash when adding a tracker to a magnet torrent without metadata ( Closes #1034254 )
12 years ago
Christophe Dumez
b095a1e3fe
Make sure the root folder is expanded in Torrent content panel
13 years ago
Christophe Dumez
cfb4ded943
Remove button to change save path from lower panel
13 years ago
Christophe Dumez
50ee44a1cf
Never disable the properties panel
13 years ago
Christophe Dumez
0f291629cc
Move FileSystem utility functions out of misc.h
...
Use new fs_utils.h instead.
13 years ago
Christophe Dumez
c502edf9e1
Brand new torrent addition dialog
13 years ago
Christophe Dumez
a940917144
Add more vector length checks
13 years ago
Christophe Dumez
a5452d04ae
Clean up and refactor torrent content model code
13 years ago
Christophe Dumez
f3448125c3
Coding style clean up
13 years ago