Chocobo1
f66ec4430d
Merge pull request #17858 from Chocobo1/infohash
...
Show N/A when there is no hash
2 years ago
Vladimir Golovnev
67357e9964
Allow to set torrent stop condition
...
PR #17814 .
Closes #17792 .
Closes #929 .
(Actually it should close all issues about lack of ability to stop torrent after metadata downloaded or after files are initially checked.)
Also makes explicit the temporary start of the torrent in the case when recheck of the stopped torrent is performed.
2 years ago
Chocobo1
7eb97348de
GHA CI: add missing Qt module
2 years ago
Chocobo1
0279b80b46
Don't use hardcoded URL scheme list
...
This is to avoid the list being outdated.
2 years ago
Chocobo1
d3936c07c7
Capitalize header title
...
This is the only one not properly capitalized.
2 years ago
Chocobo1
aa022400f7
Use Path internal representation for internal value in model
...
The internal value is used for sorting comparisons and not displayed
to the user, so make a shortcut.
2 years ago
Chocobo1
66795d533a
Show 'N/A' when there is no hash
...
This is to follow 'General' tab which show 'N/A' when there is no hash.
2 years ago
Chocobo1
ce7d8dee28
Merge pull request #17829 from Chocobo1/focus
...
Set proper focus on widget
2 years ago
Chocobo1
1f799689ed
Support 'file exists' situation
...
The lt::status_t::file_exist is returned when lt::move_flags_t::fail_if_exist is used, which means the whole move operation failed. So hanlde this condition correctly (even if the fail_if_exist isn't used in the code base currently).
PR #17853 .
2 years ago
sledgehammer999
3463442631
Merge pull request #17835 from RockyTDR/patch-1
...
NSIS: Update Dutch translation
2 years ago
sledgehammer999
c35ca52b00
Merge pull request #17834 from maboroshin/master
...
NSIS: Update Japanese translation
2 years ago
sledgehammer999
6d501c2e6e
Merge pull request #17828 from PriitUring/NSIS-Estonian
...
NSIS: Update Estonian translation
2 years ago
tristanleboss
a71d7e6557
Add infohash and download path columns
...
PR #17799 .
2 years ago
Chocobo1
30c2f9d9f3
Merge pull request #17830 from Chocobo1/trackers
...
Fix wrong 'tracker error' count
2 years ago
Andrei Stepanov
544f9675c6
NSIS: Update Russian translation
...
PR #17827 .
2 years ago
Thomas De Rocker
0c76321a6a
Update dutch.nsi
...
Translate new strings and polish existing strings
2 years ago
maboroshin
10349b84d6
Update japanese.nsi
2 years ago
Chocobo1
6fa4305aba
Fix wrong 'tracker error' count
...
This happens when a torrent contains some tracker URLs that share the same domain.
Closes #17808 .
2 years ago
Chocobo1
d9af207a11
GHA CI: add missing cmake flag for Qt6
2 years ago
vlakoff
ad59eb4dfc
Revert "Consider brackets within wildcard as regular characters"
...
The implementation appeared to be broken.
This reverts #16965 .
PR #17820 .
2 years ago
Priit Uring
874b015b20
NSIS: Update Estonian translation
2 years ago
Chocobo1
21aabfdcb5
Clean up code
2 years ago
Vladimir Golovnev
e7370d1a0f
Don't pollute move queue by torrents w/o metadata
...
There's really nothing to move if the torrent still doesn't have metadata.
Additionally, such torrents in the queue can lead to unexpected behavior
when reloading the torrent after metadata is received.
PR #17823 .
2 years ago
Chocobo1
855f727451
Set proper focus on widget
...
And also allow keyboard tabbing to the Browse button.
Fix up 6ab35512da
.
2 years ago
Chocobo1
3b0ac0962e
Merge pull request #17817 from Chocobo1/modules
...
GHA CI: only install required Qt components
2 years ago
sledgehammer999
617dedc464
Merge pull request #17812 from sledgehammer999/nsis_refactor
...
NSIS refactoring
2 years ago
Chocobo1
8b4a0da235
GHA CI: bump Qt version to 6.4.0
2 years ago
Chocobo1
dcc5206e3d
GHA CI: only install required Qt components
...
So it won't waste time download/install unused Qt components.
2 years ago
Chocobo1
9a81cbf4c0
Improve column updates granularity
...
PR #17806 .
2 years ago
xavier2k6
d96ed5f4a4
GHA CI: Bump Windows/macOS `Qt6` version to `6.4.0`
...
Suppressed gnu-zero-variadic-macro-arguments warning on macOS (Qt6 only).
PR #17801 .
2 years ago
sledgehammer999
102b6c32eb
NSIS: Refactor configuration to ease installer creation via scripting
2 years ago
sledgehammer999
2af1e1874e
NSIS: Require Windows 10 1809 for Qt6 builds
...
Also refactor the config.nsi with more defines that control the build.
Closes #17783
2 years ago
sledgehammer999
680455a21b
NSIS: Drop hardcoded qt's translation filenames
2 years ago
Vladimir Golovnev
b568cdb1aa
Correctly load state of use download folder
...
PR #17807 .
Closes #17793 .
2 years ago
Chocobo1
bc0d906adc
Merge pull request #17786 from Chocobo1/selection
...
Fix torrent content checkboxes not updated properly
2 years ago
Chocobo1
2b385e5f92
WebUI: don't disable combobox for file priority
...
Closes #17794 .
PR #17797 .
2 years ago
Vladimir Golovnev
616057a433
Improve session statistics handling
...
PR #17779 .
2 years ago
Chocobo1
9a20aa51de
Fix torrent content checkboxes not updated properly
...
And reduce emitting redundant 'data updated' signals.
Closes #17144 , #17764 .
2 years ago
Chocobo1
6c8b31420c
Remove unused functions
2 years ago
Chocobo1
0514cb304d
Fix coding style
2 years ago
Vladimir Golovnev
0a4ee60ea0
Avoid blocking call when save resume data
...
PR #17755 .
2 years ago
Chocobo1
caa30e41d8
Merge pull request #17765 from Chocobo1/filterbar
...
Fix 'Filter Sidebar' size restored incorrectly
2 years ago
Chocobo1
dc76a175ad
WebUI: allow string to be translated
...
Closes #17759 .
2 years ago
Chocobo1
92768c36aa
Fix 'Filter Sidebar' size restored incorrectly
...
And with a bit of code clean up.
Closes #17756 .
2 years ago
Chocobo1
2a3a4bff70
Merge pull request #17737 from Chocobo1/logview
...
Use proper color for highlighted text in log widget
2 years ago
Andrew
cacfe4f3ca
Fix "Open destination folder" delay on Windows
...
Replaced QDesktopServices by native Windows function
to open destination folder due to QDesktopServices issues on Windows.
The issues are described in #17482 and even more detailed in #17025 .
Closes #17482 .
PR #17723 .
2 years ago
Chocobo1
37150520e1
Use proper color for highlighted text in log widget
...
The color is either from qbt theme pack or desktop environment.
Note that Windows default theme do not use highlighted text color.
Other themes (either OS default or qbt themes) are closer to native
look when highlighted text color is in action.
2 years ago
Chocobo1
3aadb63d80
Simplify code
...
Don't use replacement placeholder and use string append which is faster.
2 years ago
Chocobo1
0e0b8d1027
Revive dark theme detection
...
The code was removed in 199d770e15
and now revived.
2 years ago
sledgehammer999
5e4a94e6b6
Bump to 4.5.0beta1
2 years ago