Prince Gupta
8267a4fef9
Incorporate GuiIconProvider inside UIThemeManager
5 years ago
Mike Tzou
7071c5bda0
Merge pull request #10927 from Piccirello/webui-right-click
...
Move WebUI copy actions under a submenu
5 years ago
Mike Tzou
a887e1c295
Merge pull request #10926 from Piccirello/webui-protocol-handler
...
Move registering WebUI magnet handler behind toolbar option
5 years ago
Vladimir Golovnev
17541b0d34
Merge pull request #10921 from glassez/ignore-actions
...
Ignore some actions on uninitialized torrents
5 years ago
Thomas Piccirello
ba40719d76
Move WebUI copy actions under a submenu
5 years ago
Mike Tzou
e1d073bc6d
Merge pull request #10877 from jerrymakesjelly/advanced-preferences
...
Add advanced options in WebUI
5 years ago
Mike Tzou
94e2c44840
Merge pull request #10918 from Chocobo1/trackers
...
Various code clean up
5 years ago
Thomas Piccirello
1c3c81db99
Fix missing parenthesis
...
Introduced in #9995 .
5 years ago
Thomas Piccirello
324d20d42c
Move registering WebUI magnet handler behind toolbar option
...
Alert the user if the operation fails due to lack of browser support
5 years ago
Vladimir Golovnev (Glassez)
87d98403f4
Don't break torrent checking
5 years ago
Vladimir Golovnev (Glassez)
9462685c78
Ignore some actions on uninitialized torrents
...
Some actions can lead to an inconsistent state if applied
to an uninitialized torrent, so we just ignore them.
5 years ago
Vladimir Golovnev
b9da9ebfdf
Merge pull request #10910 from glassez/fix-add-torrent
...
Avoid race conditions when adding torrent
5 years ago
Mike Tzou
75a2274b66
Merge pull request #9995 from thalieht/rename-queue
...
Rename priority to queue in the context of torrents
5 years ago
Chocobo1
7b568b07e6
Clean up CMakeLists.txt
5 years ago
Chocobo1
032883e278
Move LineEdit files out of subfolder
5 years ago
Chocobo1
23ebb3134b
Move QLabels out of class
5 years ago
Chocobo1
cc663746eb
Forward declare some classes
5 years ago
thalieht
e917c371d9
Use camelCase for a few WebUI vars
5 years ago
thalieht
7b31868e3c
Rename priority to queue in the context of torrents
5 years ago
Vladimir Golovnev (Glassez)
644dc9792d
Avoid race conditions when adding torrent
5 years ago
Zhaoyu Gan
07649f713e
Add advanced options in WebUI
5 years ago
Chocobo1
599bfc0735
Use Qt object ownership to handle QShortcut deletions
5 years ago
Chocobo1
662e1e6134
Clean up code in TrackerListWidget class
5 years ago
Mike Tzou
afa73d4e89
Merge pull request #10916 from Chocobo1/automanaged
...
Implement tri-state checkbox action in menu
5 years ago
Chocobo1
b55c6a360a
Implement tri-state checkbox action in menu
...
The new TriStateAction class is an improvement of the old one in the
sense that:
1. Have public method to set states.
2. Can connect to the usual Qt slots.
3. Draws checkbox at the correct offset (where QAction draws) in menu
and better handling of mouse clicking and keyboard navigating.
5 years ago
Mike Tzou
0aa6f39db0
Merge pull request #10867 from airium/master
...
Avoid word wrap in webui footer
5 years ago
Mike Tzou
24932f6cb6
Merge pull request #10895 from Chocobo1/tracker
...
Add dialog to mass edit torrent's tracker
5 years ago
Chocobo1
8eabaf5eb2
Replace QList by QVector
5 years ago
Chocobo1
9e7f50517e
Add "Tracker entries" dialog
5 years ago
Mike Tzou
51fa98aa0b
Merge pull request #10702 from jagannatharjun/qss-styling
...
Allow Styling through QSS
5 years ago
Vladimir Golovnev
7d67cc5de7
Merge pull request #10871 from glassez/fix-torrent-checking
...
Fix torrent checking issues
5 years ago
Prince Gupta
a24925c858
Allow styling with QSS stylesheets
5 years ago
Vladimir Golovnev (Glassez)
9399b876eb
Fix torrent checking issues
...
Start all torrents auto-managed to prevent simultaneous checking
of multiple torrents.
Handle checking state of paused torrent to prevent it from being
resumed when qBittorrent is closed until checking isn't complete.
5 years ago
Mike Tzou
91742d4a53
Merge pull request #10870 from Chocobo1/libt
...
Use newer libtorrent API (part 5)
5 years ago
Chocobo1
b9094ff8a5
Use proper log message when there are no error
5 years ago
Chocobo1
664cfe7d69
Fix torrent properties not saved for paused torrents
5 years ago
Chocobo1
c4dbe84832
Use newer libtorrent API
5 years ago
Mike Tzou
33b225ac6d
Merge pull request #10879 from Chocobo1/listen
...
Add more libtorrent options to Advanced Settings
5 years ago
Chocobo1
ed2199b91c
Add "File pool size" option
5 years ago
Chocobo1
6286bc716c
Add "Socket backlog size" option
...
The default value in libtorrent is 5 which is too small nowadays.
The new default value 30 is chosen to be in line with
QTcpServer::maxPendingConnections().
5 years ago
Chocobo1
73cf3fb68f
Use LogMsg() helper
5 years ago
Mike Tzou
4b25f87859
Merge pull request #10874 from Chocobo1/qt
...
Replace obsoleted Qt functions
5 years ago
Vladimir Golovnev
38362664ce
Merge pull request #10866 from glassez/instman
...
Incorporate QtSingleApplication logic into qBittorrent codebase
5 years ago
Chocobo1
e6c448aa4f
Replace obsoleted QProcess::finished(int)
...
It is replaced by QProcess::finished(int, QProcess::ExitStatus).
5 years ago
Chocobo1
4eff268095
Replace obsoleted QFontMetrics::width()
...
Qt 5.13 marked QFontMetrics::width() obsolete.
5 years ago
Vladimir Golovnev (Glassez)
c7f3693ad1
Implement "Application instances manager"
5 years ago
Mike Tzou
c0557c296a
Merge pull request #10865 from Chocobo1/libt
...
Use newer libtorrent API (part 4)
5 years ago
Mike Tzou
11000412d8
Merge pull request #10864 from Chocobo1/qapp
...
Tighten up qtsingleapplication
5 years ago
airium
b389650465
Avoid word wrap in webui footer
5 years ago
Chocobo1
2bc91fba3e
Use newer libtorrent API
5 years ago