Chocobo1
e275c3ba52
Add helper function: Get DPI scaled icon size (device-dependent)
9 years ago
Chocobo1
3335a111e1
Use a larger spacing between filters
...
Simplify code
9 years ago
sledgehammer999
f7c8a499d5
Unload the GeoIP db when disabled.
9 years ago
sledgehammer999
ad7ad8f596
Faster GeoIP lookups.
...
QCache results in speed decrease.
See https://github.com/qbittorrent/qBittorrent/pull/3488#issuecomment-124731983
9 years ago
sledgehammer999
ef5b3b90c3
Don't save the GeoIP nodes beforehand.
...
It saves a lot of memory and isn't much faster.
9 years ago
Chocobo1
7e6dfa759c
Replace horizontal line with border
9 years ago
Chocobo1
c6a6f85a5e
Use theme color for background in PropertiesWidget
9 years ago
Chocobo1
421b45c553
Add tooltips/legend for availability bar & progress bar
9 years ago
Vladimir Golovnev (Glassez)
52db762677
Cast MaxRatioAction to int when store as JSON. Closes #3939 .
9 years ago
Chocobo1
a16de62103
Make URL in "Add Torrent File..." clickable. Closes #3928 .
9 years ago
sledgehammer999
d60f2fc7df
Fix another potential crash when memory allocation failed.
...
See commit e95fce3084
.
Related issues #3877 and #2673 .
9 years ago
sledgehammer999
cc9ffc4767
Use the actual function names for debug logging.
9 years ago
Vladimir Golovnev
a7cf8cea3f
Fix possible compilation error. Closes #3947 .
9 years ago
Vladimir Golovnev (Glassez)
986bb1a8ac
Use default save path if save path is not set.
9 years ago
Vladimir Golovnev
a7ff38d389
Register stream operators for enum classes. Closes #3921 .
9 years ago
Chocobo1
f530bb7537
Fix availability label & progress label clipped on high DPI displays, closes #3237 .
9 years ago
Chocobo1
b5adbaef78
Fix availability bar & progress bar height being too small on high DPI displays
9 years ago
Vladimir Golovnev (Glassez)
d9e51c220e
Fix compilation on Windows.
9 years ago
Vladimir Golovnev (Glassez)
d40495a4be
Simplify Session/TorrentHandle classes.
9 years ago
Vladimir Golovnev (Glassez)
b63a68c9db
Use libtorrent::torrent_status::added_time ( Closes #3764 ).
9 years ago
sledgehammer999
3eac05b229
Fix broken .desktop file icon for some locales. See #3905 .
9 years ago
sledgehammer999
e39f8fafb1
Bump WebUI API_VERSION.
9 years ago
sledgehammer999
357dfca3e0
Optimize text color for dark themes v2. Closes #3815 .
9 years ago
sledgehammer999
8f8218c515
Fix Qt5 nox build on non-Windows.
9 years ago
sledgehammer999
b9a061680d
Fix broken donation link. Closes #3771 .
9 years ago
sledgehammer999
63df3090d5
Fix python detection when the 'Anaconda' software is installed. Closes #3731 .
9 years ago
Chocobo1
8605c4d4d3
Follow project coding style. Issue #2192 .
9 years ago
Chocobo1
e95fce3084
Fix potential crash when memory allocation failed. Closes #3877 .
9 years ago
Chocobo1
cf91685f6f
Sort labels in RSS Downloader dialog, closes #3140 .
9 years ago
ngosang
6a1497de92
[searchengine] Detect new plugin URL from clipboard
9 years ago
ngosang
fc65ba4ced
[searchengine] Fix invalid plugin message
9 years ago
ngosang
73fb0a6309
Fix Konqueror detection in Plasma (KDE5)
9 years ago
ngosang
c3921ce2fe
Fix RSS crash when deleting RSS feeds. Closes #997 , #2152 , #2461 , #3718 , #3747 , #3766 , #3806 , #3814 , #3829 and #3846 .
9 years ago
Vladimir Golovnev (Glassez)
228f51fff9
Drop unused method TorrentHandle::firstFileSavePath().
9 years ago
Vladimir Golovnev (Glassez)
08ee439a47
Drop unused method TorrentHandle::savePathParsed().
9 years ago
Vladimir Golovnev (Glassez)
1a67282dd3
Fix Qt4 qmake warning (unknown QT: concurrent).
9 years ago
Vladimir Golovnev (Glassez)
d2f1216987
Fix compiler warnings ( Closes #3826 ).
9 years ago
Vladimir Golovnev (Glassez)
b519700e33
Use c++11 enum classes instead of macros.
9 years ago
Vladimir Golovnev (Glassez)
12d9898b5d
Enable c++11 support.
9 years ago
ngosang
093c5d84d2
[RSS] Removes refresh message when adding a new feed
9 years ago
ngosang
e922275c72
[Web UI] Clean up JavaScript code
9 years ago
ngosang
52ff53b0b0
[Web UI] Reorder "Super seeding mode" option in right click menu
9 years ago
Chocobo1
65d3ca8c3f
Capitalize items
9 years ago
Chocobo1
a16c264aa3
RSS Downloader dialog cleanup
9 years ago
sledgehammer999
4642a35de7
Don't limit the number of torrents that can be announced to the tracker/dht/lsd. Closes #3473 .
9 years ago
Pawel Polewicz
f108e67dcc
Call setListeningPort() when state of network interface changes ( closes qbittorrent/qBittorrent#475 , closes qbittorrent/qBittorrent#3072 )
9 years ago
Pawel Polewicz
fb22940639
Small refactor in Session::setListeningPort()
9 years ago
ngosang
9c7bb08a03
Automatically add trackers to new downloads.
9 years ago
sledgehammer999
cbf683878a
Show current label in the torrent context menu. Closes #3776 .
9 years ago
Josep Sayol
fd5d3d0a48
Allow adding torrent link from Torcache
...
Recent changes in Torcache prevent adding (or drag-and-dropping) a torrent link into qBittorrent. Modifying DownloadManager to always spoof the HTTP Referer header to the file itself being downloaded solves this.
9 years ago