sledgehammer999
665ab34f25
Sync translations from Transifex and run lupdate
3 years ago
Vladimir Golovnev
37f227ae74
Provide v1 and v2 infohashes in UI ( #15097 )
3 years ago
Biswapriyo Nath
f6eb29d800
Add windows-clang support ( #15115 )
...
This allows to build with clang targeting x86_64-w64-windows-gnu.
3 years ago
HiFiPhile
f5315d9ba7
Add WebUI reverse proxy source IP resolution ( #15047 )
...
Co-authored-by: qix67
Co-authored-by: HiFiPhile <admin@hifiphile.com>
3 years ago
Vladimir Golovnev (Glassez)
124cc9621d
Delete LoadTorrentParams when load torrent failed
3 years ago
Vladimir Golovnev (Glassez)
3faa7226e7
Handle exception when torrent file cannot be exported
...
Both `lt::create_torrent` constructor and `lt::create_torrent::generate()`
can throw an exception so we need to handle it to prevent the app from crashing.
3 years ago
Vladimir Golovnev (Glassez)
6070b41c9b
Properly add torrent with new tags
...
First, an attempt is made to add new tags to the Session.
Closes #15105 .
3 years ago
Vladimir Golovnev (Glassez)
50ddfea617
Remove lockfile only when last app instance is destroyed
3 years ago
tgregerson
e74ad86f14
Don't close tags menu when toggling items ( #15098 )
...
The issue was resolved by using QAction::toggled signal instead of
QAction::triggered. In QT 5.15+ the latter signal causes a QMenu
to close, whereas the former does not. Closes #13492 .
3 years ago
Vladimir Golovnev (Glassez)
2bd2490539
Disable functions deprecated in Qt 5.14 and earlier
3 years ago
Vladimir Golovnev
5c0378a684
Merge pull request #15029 from glassez/qt-5.14
...
Raise minimum Qt version to 5.14
3 years ago
Dmitry Khlestkov
2bd5aca3a4
Keep sub-sorting order ( #15074 )
...
Fixes #15073
3 years ago
Kacper Michajłow
ccb59fbad3
Suppress C4267 conversion warnings ( #13307 )
...
- warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
Caused by mismatch between size_type of std and Qt containers. It is safe to cast to int as all of those containers hold low number of objects.
3 years ago
Vladimir Golovnev (Glassez)
6c66d02aff
Declare AbstractFileStorage destructor virtual
3 years ago
Vladimir Golovnev
9f03598259
Merge pull request #12574 from FranciscoPombal/contrib-it
...
Revise GitHub templates
3 years ago
FranciscoPombal
8191246c19
CI: Use Qt 5.14.2 from third-party PPA on Linux
3 years ago
FranciscoPombal
437769ac0b
Revise GitHub templates
...
- Separate templates into bug report and feature request
- Add a checklist and guidance comments
- Add a PR template
- Add SUPPORT.md
3 years ago
sledgehammer999
f97a1103b1
TravisCI: Raise minimum Qt version to 5.14.2
3 years ago
Vladimir Golovnev (Glassez)
9b0c9be7dd
AppVeyor: Update CI configuration
...
Build as 64-bit.
Use Qt 5.14.2.
Use libtorrent 2.0.3.
3 years ago
Vladimir Golovnev (Glassez)
97c7f3bc67
Raise minimum Qt version to 5.14
3 years ago
Chocobo1
2503271a45
Fix main window turns blank after restoring from tray ( #15031 )
...
When restoring from tray icon, although the window manager shows qbt
window but qbt itself didn't handle the event correctly, i.e. the
`show()` was missing and thus qbt did nothing and the window is blank.
Note that at this point the `visible` property is `false`.
After invoking `show()` qbt will start showing the contents and also
fire another showEvent where `visible` property is `true` and here is where
qbt should handle preparations for the window.
Fix #9510 .
4 years ago
LoneDev
d335f263f3
Fix comment typo in algorithm.h ( #15030 )
4 years ago
Vladimir Golovnev
1c34635016
Merge pull request #14993 from glassez/file-error
...
Provide correct error description in "upload mode"
4 years ago
Vladimir Golovnev (Glassez)
b6a35e9477
Don't log any error when "queue" file doesn't exist
4 years ago
Vladimir Golovnev (Glassez)
6aa8251b98
Provide correct error description in "upload mode"
4 years ago
Chocobo1
3b4bf90a13
Merge pull request #15017 from Chocobo1/css_formatting
...
Format and lint CSS code
4 years ago
Francisco Pombal
0c71756009
CMake: fix MSVC __cplusplus ( #13934 )
4 years ago
FranciscoPombal
2f6abb8aa1
CMake: fix compiler identification checks
4 years ago
Chocobo1
42582e21f7
Merge pull request #15016 from Chocobo1/pr_13756
...
Update Mac icons for Big Sur
4 years ago
Chocobo1
af49a4dd5a
Sort CSS properties
4 years ago
Chocobo1
b2081faf87
Remove redundant empty line
4 years ago
Chocobo1
f960934eb9
Merge same selector
4 years ago
Chocobo1
5522725f5d
Remove duplicate property
4 years ago
Chocobo1
9f3d36bab0
Remove useless property
...
The `padding` will override the former `padding-top`.
4 years ago
Chocobo1
87e7085c22
Remove empty block
4 years ago
Chocobo1
d8eac56f5e
Use stylelint for CSS linting
4 years ago
Chocobo1
c20557f690
Use cleaned icons
...
By running svgcleaner over qbittorrent_mac.svg.
4 years ago
Chocobo1
65bdc4cf43
Format CSS code with prettier
4 years ago
Chocobo1
ee79c196df
Use prettier for formatting CSS code
4 years ago
17jiangz1
41682bfcbb
Update Mac icons for Big Sur
...
Add Mac icon vector source.
4 years ago
sledgehammer999
34be8c9213
Merge pull request #14934 from sledgehammer999/translations
...
Update Qt translations and add new qbt translations
4 years ago
brvphoenix
aebb9f89d1
Remove the lockfile on exit ( #14997 )
4 years ago
Chocobo1
40f6201509
Merge pull request #14976 from Chocobo1/options
...
Add `connection_speed` to advanced settings
4 years ago
zhuangzi926
2e8e2b04a1
Announce to all trackers if IP changed ( #15001 )
...
Closes #14545 .
4 years ago
Vladimir Golovnev
015780fc72
Merge pull request #14882 from glassez/fswatcher
...
Improve "Watched folders" feature
4 years ago
Chocobo1
c64e433a69
Remove unused parameter
4 years ago
Chocobo1
e21f46d824
Avoid data duplication
4 years ago
Chocobo1
ef79546508
Add `connection_speed` to advanced settings
...
Now we follow libtorrent current default value 30.
Closes #6973 .
Also bump WebAPI version.
4 years ago
Vladimir Golovnev (Glassez)
2993fdb169
Improve "Watched folders" feature
...
Make "file system watcher" an application core component
and separate it from its presentation model.
4 years ago
xavier2k6
365b1c6299
Update AppVeyor CI image to Visual Studio 2019 ( #14983 )
...
Update AppVeyor CI image to Visual Studio 2019
4 years ago