Vladimir Golovnev
a0e41a11de
Display error message when unrecoverable error occurred
...
PR #19462 .
1 year ago
Vladimir Golovnev
cab5edb721
Add more precondition checks when handle async operation result
...
PR #19460 .
1 year ago
Vladimir Golovnev
7a9a102b6f
Check returned Bundle ID for NULL
...
PR #19463 .
1 year ago
Omar Abdul Azeez
6ba561dea2
Fix overwriting feeds.json with an incomplete load of it
...
PR #19444 .
Closes #19439 .
---------
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
1 year ago
Vladimir Golovnev
56ba5e5182
Correctly load colors from custom themes
...
PR #19448 .
Closes #19447 .
1 year ago
Chocobo1
69d60b5f1c
Specify interface requirements as an C++ concept
...
PR #19440 .
1 year ago
Victor Chernyakin
850da9dd83
Replace Q_UNLIKELY with [[unlikely]] attribute
...
PR #19445 .
1 year ago
Chocobo1
502b3d3228
Merge pull request #19427 from Chocobo1/cleanup
...
Remove unused include
1 year ago
Victor Chernyakin
c25d14b1d0
Specify charset and end_of_line in .editorconfig
...
Additionally, changes the link to the EditorConfig website
from http to https.
PR #19437 .
1 year ago
Chocobo1
31fe327763
Move to separate headers
...
Hopefully this can speed up compilation times.
https://doc.qt.io/qt-6/qtglobal.html#details
PR #19430 .
1 year ago
Chocobo1
870bcc7a19
Switch to QHash
1 year ago
Chocobo1
44f0a63354
Remove unused include
1 year ago
Chocobo1
9fa48a375d
Merge pull request #19428 from Chocobo1/boost
...
Bump boost requirement to 1.76
1 year ago
Victor Chernyakin
f2b4aa6570
Remove unused parameter in `Utils::Gui::scaledPixmap()`
...
PR #19426 .
1 year ago
Chocobo1
5c06d0aa75
Replace template conditionals with C++20 `requires` clause
...
Related: https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-constraints.html
PR #19424 .
1 year ago
Chocobo1
4d98761e99
GHA CI: remove redundant conditionals
1 year ago
Chocobo1
180e708f3c
Bump boost requirement to 1.76
...
std::hash specialisations for boost::asio structures is required.
1 year ago
Chocobo1
da4f2c2439
GHA CI: install boost from upstream
1 year ago
Vladimir Golovnev
33d767b765
Disable using Qt functions deprecated up to Qt 6.5
...
* Disable using Qt functions deprecated up to Qt 6.5
* Utilize QSet::removeIf()
PR #19419 .
1 year ago
Vladimir Golovnev
06581636a1
Utilize QByteArrayView
...
PR #19417 .
1 year ago
Vladimir Golovnev
a0fa1709d5
Raise minimum supported Qt version to 6.5
...
PR #19394 .
1 year ago
Chocobo1
699dc1689a
Remove column span
...
The property widget already has scroll bars and thus we don't need this span.
Closes #15000 .
PR #19404 .
1 year ago
Chocobo1
a427b9228d
Ensure file name is valid when exporting torrents
...
Closes #19275 .
Closes #19329 .
PR #19403 .
1 year ago
Jimmy Axenhus
c4ed40b82f
Set property instead of set attribute
...
This commit resolves an issue with Safari not properly selecting an `<option>`.
Closes #17866 .
PR #19024 .
1 year ago
Chocobo1
e68cf87f05
Merge pull request #19396 from Chocobo1/ci
...
GHA CI: specify a category for CodeQL analysis
1 year ago
Vladimir Golovnev
fccdeb4e78
Don't use variable after it is moved
...
PR #19397 .
1 year ago
Chocobo1
431860482c
GHA CI: specify a category for CodeQL analysis
1 year ago
Chocobo1
d554db4f4e
Revise wording
1 year ago
Chocobo1
6c16a09385
Guard against potential negative number
1 year ago
Chocobo1
b35c2bca5d
Merge pull request #19390 from Chocobo1/openssl
...
Remove unused conditional
1 year ago
Chocobo1
852927bf50
Use `qreal` type whenever feasible
...
The idea is follow Qt and use `qreal` instead of `double` for generic code.
1 year ago
Chocobo1
a5a4ea9ba0
Remove unused conditional
1 year ago
MarcDrieu
45ca5d31c9
NSIS: Update French translation
...
PR #19284 .
1 year ago
rusu-afanasie
b14740aeac
NSIS: Add Romanian translation
...
PR #19377 .
1 year ago
xavier2k6
5b0706df65
GHA CI: Bump Qt version to 6.5.2
...
PR #19378 .
1 year ago
Vladimir Golovnev
11efd26acc
Fix crash on application exit (Qt 6.5)
...
PR #19169 .
1 year ago
Vladimir Golovnev
006ad23d0d
Map selected indexes to source before modify the data
...
Changing the data may affect the layout of the sort/filter model, which in turn may invalidate the indexes previously obtained from selection model before we process them all. Therefore, we must map all the selected indexes to source before start processing them.
PR #19372 .
Closes #19359 .
1 year ago
Peter Dave Hello
9975230dea
Update Transifex link in TRANSLATION_INSTRUCTIONS
...
PR #19366 .
1 year ago
Chocobo1
e31c3376bd
Use library provided `erase_if()`
...
`Algorithm::removeIf()` is still valuable as `QHash::removeIf()` predicate require an
iterator or a `std::pair`, which both require more code to unpack the variable and therefore
cumbersome to use.
PR #19353 .
1 year ago
Chocobo1
9898901236
Merge pull request #19349 from Chocobo1/c++20
...
Use default operators generated/synthesized by compiler
1 year ago
Chocobo1
56c52af124
Mark `override` for virtual destructors
...
PR #19348 .
1 year ago
Chocobo1
c20a77aa77
Merge pull request #19346 from Chocobo1/powerMgt
...
Avoid excessive power management updates
1 year ago
Chocobo1
d6adebe4c0
Switch to efficient algorithm
1 year ago
Chocobo1
c58aa58cba
Use C++20 designated initializers
1 year ago
Chocobo1
7612d5d0ef
Use default operators generated/synthesized by compiler
1 year ago
Chocobo1
1874fd7f93
Fix incorrect state
...
Fix up f3f9cfe44e
.
1 year ago
Chocobo1
0bcc1cf4a0
Fix indentation
1 year ago
Chocobo1
cffcf5783f
Avoid excessive power management updates
1 year ago
Vladimir Golovnev
10ee1ab7a2
Switch to C++20
...
PR #19336 .
1 year ago
Vladimir Golovnev
f27f2c20e0
Add unified class to represent parsed torrent metadata
...
* Add unified class to represent parsed torrent metadata
* Unify startup logic of "Add new torrent dialog"
PR #19301 .
1 year ago