Vladimir Golovnev (Glassez)
|
3a2bd3c9b1
|
Fix loading corrupted .fastresume file
|
9 years ago |
Vladimir Golovnev (qlassez)
|
245f424014
|
Optimize Session::startupTorrents()
Reduce queue size by starting up initial items (torrents) when they are detected
|
9 years ago |
Vladimir Golovnev (qlassez)
|
a5780dd66c
|
Switch to using previous fastresume file names
|
9 years ago |
Vladimir Golovnev (qlassez)
|
4f01660591
|
Perform fastresume data saving in separate thread
Closes #4315
|
9 years ago |
buinsky
|
e8789dcd02
|
WebUI: Remember last opened tab
|
9 years ago |
Vladimir Golovnev (Glassez)
|
a35cbdc4a9
|
Fix unchecked dynamic_cast
Replace some unnecessary (and slow) dynamic_cast with static_cast.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
a203246e85
|
Fix unitialized pointer field
|
9 years ago |
Vladimir Golovnev (Glassez)
|
ea8acf3bbd
|
Fix unitialized scalar field bugs
|
9 years ago |
Vladimir Golovnev (Glassez)
|
9bdd26de43
|
Simplify Log::Msg and Log::Peer
Also fixes some unitialized scalar field bugs.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
c6ca877b72
|
Fix unitialized scalar fields
|
9 years ago |
Vladimir Golovnev (Glassez)
|
4965704b10
|
Fix NetworkCookieJar::deleteCookie() behavior to match Qt5 one
|
9 years ago |
Vladimir Golovnev (Glassez)
|
cf25ed3d80
|
Fix reconfigure additional trackers
Replace wrong QList::empty() call with QList::clear()
|
9 years ago |
Gabriele
|
9e91cd70ee
|
WebUI: Allow to remove the label assigned to a torrent
Empty strings are not valid label names, but they are used to remove
torrent labels, so allow them.
|
9 years ago |
sledgehammer999
|
21f587cc45
|
Sync translations from Transifex and run lupdate.
|
9 years ago |
buinsky
|
00e6e00e71
|
Edit speed limits and upload ratio icons
|
9 years ago |
buinsky
|
165ab473df
|
WebUI: Fix torrent table context menu
Don't show "Limit download speed" menu item for downloaded torrents.
|
9 years ago |
buinsky
|
a5e6cd256c
|
WebUI: Fix deleting torrents
Fix possible showing "qBittorrent client is not reachable" message on
deleting torrents.
|
9 years ago |
Chocobo1
|
6ff1722dbf
|
Replace names with camelCase style
|
9 years ago |
Chocobo1
|
829012ae3c
|
Use C++11 initializer list
|
9 years ago |
Chocobo1
|
e330a91921
|
Follow project coding style. Issue #2192.
|
9 years ago |
buinsky
|
f961fd6a7c
|
WebUI: Repair translation
|
9 years ago |
Chocobo1
|
9b031d2fae
|
Rename column header
|
9 years ago |
buinsky
|
486b65487f
|
Move some styles into css
|
9 years ago |
ngosang
|
1e8299f842
|
[search engine] Update PirateBay URL. Closes #4470
|
9 years ago |
ngosang
|
b8c4a86348
|
[search engine] Fix PirateBay plugin implementation for Python 3
|
9 years ago |
sledgehammer999
|
abcdd105e3
|
Don't require GUI libs for qt4 nox build. Closes #4404.
|
9 years ago |
Boris Nagaev
|
4706733846
|
convert includes like <Windows.h> to lowercase
There is header file windows.h, not Windows.h.
MinGW on Linux build machine is filename case-sensitive.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
6662081044
|
Improve RSS parsing logic.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
28ed981082
|
Redesign RSS base classes.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
6f7ae728eb
|
Move base RSS names to Rss namespace.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
67758cb092
|
Fix coding style (Issue #2192).
|
9 years ago |
Vladimir Golovnev (qlassez)
|
881108057d
|
Use DownloadManager by DNSUpdater
|
9 years ago |
Vladimir Golovnev (qlassez)
|
e378a65508
|
Use DownloadManager by ProgramUpdater
Closes #2023
|
9 years ago |
Vladimir Golovnev (qlassez)
|
12c151eb69
|
Save RSS cookies to common cookie storage
Closes #4305
|
9 years ago |
Naikel Aparicio
|
fa34f0efcc
|
Implemented WebUI interface for the new Watched Folders feature
|
9 years ago |
sledgehammer999
|
06be9edfe1
|
Remove watch folders permanently only if the user accepts the Preferences dialog.
|
9 years ago |
sledgehammer999
|
9c88959651
|
Make it scroll horizontally when necessary.
|
9 years ago |
sledgehammer999
|
ecc19ff23e
|
Fix translated string.
|
9 years ago |
sledgehammer999
|
429a1ba78a
|
Method to update the watch path parameters.
|
9 years ago |
sledgehammer999
|
990e33a4b1
|
Don't add the watch folder before the user closes the Preferences window.
|
9 years ago |
sledgehammer999
|
56ca80eb78
|
Support loading multiple magnets/hashes/urls per .magnet file in the watched folder(one per line). Closes #217.
|
9 years ago |
Vladimir Golovnev (qlassez)
|
ed7fb20758
|
Fix setting custom download location for watched folder
|
9 years ago |
sledgehammer999
|
bc92f156c1
|
Improve the "Watch folders" UI. Closes #4300.
|
9 years ago |
sledgehammer999
|
e9547f7a1c
|
Indicate to the user that he's going to download the new version.
Indicate from the installer that the old version was detected and no settings will be deleted.
Closes #4320.
|
9 years ago |
sledgehammer999
|
c700b8c5c5
|
Move the 'qBittorrent-resume' file even when no magnets were recovered. Also make sure to rename it with a unique name. Closes #4334.
|
9 years ago |
sledgehammer999
|
15652025d3
|
Update native names for Chinese locales. Closes #4381.
|
9 years ago |
Dmitry Victorov
|
a564b96ccf
|
Set qBittorrent as default torrent app in Mac OS
|
9 years ago |
buinsky
|
2691bb1540
|
Fix paused, active and inactive filters
|
9 years ago |
Naikel Aparicio
|
c9293dd2d1
|
Fixed bug when uploading several files and only the last one was considered.
|
9 years ago |
filipporig8
|
d3b47f45ab
|
Update webui run program parameters
|
9 years ago |