Si Yong Kim
74a5c6e745
Add hyperlink to Transifex on translator list
...
Closes #12609
4 years ago
Si Yong Kim
cfafe90fe0
Remove Hungarian translator email
4 years ago
dyumin
12d396ffc5
Treat errored torrents as finished
4 years ago
Mike Tzou
dc39b9e643
Merge pull request #14274 from Chocobo1/updater
...
Improve behavior when using ProgramUpdater class
4 years ago
Chocobo1
e6a8c02745
Prolong checking interval for program updates
4 years ago
Chocobo1
88d695f7af
Improve behavior when using ProgramUpdater class
...
This is mainly to avoid involving of `sender()` function.
4 years ago
Vladimir Golovnev (Glassez)
b673e0c219
CI: Use custom vcpkg libtorrent port
4 years ago
Chocobo1
5c819f7242
Revise version comparison
4 years ago
Chocobo1
40bd2039d4
Clean up coding style
4 years ago
Mike Tzou
53f29613c2
Merge pull request #14292 from jagannatharjun/fix-double-click
...
Disable expand on double click in TorrentContentTreeView
4 years ago
jagannatharjun
3371709472
Disable expand on double click in TorrentContentTreeView
...
We hook our own actions on double click. Fixes #14269
4 years ago
Vladimir Golovnev
50c009265e
Merge pull request #14275 from glassez/webapi-version
...
Bump WebAPI version
4 years ago
Alex
e169c0ce5e
Update Portuguese BR NSIS translation ( #12376 )
4 years ago
slrslr
f04d4b10e4
Translating new phrases ( #12318 )
...
* Update Czech NSIS translation
Co-authored-by: slrslr <czautohits@gmail.com>
4 years ago
jagannatharjun
f3e4338efc
Add a 3-Hour graph
4 years ago
jagannatharjun
c8979a6a49
Make SpeedPlotView averager time aware
...
Previously SpeedPlotView assumed speed is updated per second but the
default value was 1500ms and that can be further changed by the
user, this caused a lot of duplicate data in the calculation of the
graph points. Now Averager averages based on the target duration, resolution
and also takes into account when actually data has arrived.
Also improved resolution of 6-hour graph, previously it was same as 12-hour graph
4 years ago
Vladimir Golovnev (Glassez)
5b495e2f51
Bump WebAPI version
4 years ago
Mike Tzou
42637a642b
Merge pull request #14256 from Chocobo1/tr
...
Don't let "program update" dialog steal focus
4 years ago
Vladimir Golovnev
2375e7c100
Merge pull request #14257 from an0n666/Validate-HTTPS-Tracker
...
Validate HTTPS Tracker Certificate by default
4 years ago
Chocobo1
ae1b852821
Enlarge "speed limit" icon slightly
4 years ago
Chocobo1
44e4dd3700
Don't let "program update" dialog steal focus
...
And also avoid creating an unnecessary event loop.
Closes #14250 .
4 years ago
an0n666
24d7d599f1
Validate HTTPS Tracker Certificate by default
4 years ago
Chocobo1
d85a41ad75
Disable translation of program name
4 years ago
Mike Tzou
478ddfe102
Merge pull request #14242 from xavier2k6/Change-qBittorrent-Updater-window-title
...
Change title of "version update" dialog box
4 years ago
Mike Tzou
198f832c3d
Merge pull request #14237 from crackwitz/master
...
Allow tab to escape the text box in "Edit trackers" dialog
4 years ago
Mike Tzou
f0b78ffc04
Merge pull request #14233 from Chocobo1/menu
...
Add ability to prioritize selected items by shown file order
4 years ago
Vladimir Golovnev
a445311705
Merge pull request #14240 from glassez/drop-ext
...
Drop extension from generated content folder name
4 years ago
Christoph Rackwitz
1fe1fa9eac
Allow tab to escape the text box in "Edit trackers" dialog
4 years ago
Chocobo1
6258652c7b
Remove redundant variable declarations
4 years ago
Chocobo1
28d31b9d5b
Add ability to prioritize selected items by shown file order
...
Closes #2834 .
4 years ago
xavier2k6
75426cc498
Change qBittorrent Updater window title
4 years ago
Vladimir Golovnev (Glassez)
ae29e8bbab
Drop extension from generated content folder name
...
Try to detect whether generated content folder name contains extension
and drop it to avoid possible conflicts between file/folder names.
4 years ago
Mike Tzou
2b9c7e04a4
Merge pull request #14229 from Chocobo1/ext
...
Improve detection of file extension string
4 years ago
sledgehammer999
d1aba56096
Sync translations from Transifex and run lupdate
4 years ago
Chocobo1
3985d58d3c
Move menu actions out of .ui files
...
This is to move related code together.
4 years ago
Chocobo1
1479b61214
Simplify code for checking free disk space
...
`QStorageInfo::bytesAvailable()` is guaranteed to return `-1` for an
invalid path.
https://doc.qt.io/qt-5/qstorageinfo.html#bytesAvailable
4 years ago
Chocobo1
15a249eb54
Improve detection of file extension string
4 years ago
Vladimir Golovnev
08b3d6bbb0
Merge pull request #14210 from glassez/fix-webui
...
WebUI: Correctly represent torrent content structure
4 years ago
Vladimir Golovnev (Glassez)
710c5e2c31
WebUI: Correctly represent torrent content structure
4 years ago
Mike Tzou
17fa615bd3
Merge pull request #14198 from Chocobo1/search
...
Add README.md to searchengine folder
4 years ago
Chocobo1
6bfed97710
Add README.md to searchengine folder
4 years ago
Vladimir Golovnev (Glassez)
f9e286123f
Raise minimum libtorrent version to 1.2.12
4 years ago
sledgehammer999
613fd1bcf0
Merge pull request #14162 from Chocobo1/flags
...
Disable compiler flags
4 years ago
Chocobo1
52ce52d466
Unify "github actions" artifacts naming scheme
4 years ago
Chocobo1
cede5ac9d2
Migrate away from deprecated Qt functions
...
`QString QDateTime::toString(Qt::DateFormat format = Qt::TextDate)` will
be removed in Qt6.
4 years ago
Chocobo1
89559eae2b
Disable clang "range loop analysis" compiler warning
...
See: https://github.com/qbittorrent/qBittorrent/pull/13915#issuecomment-739449084
4 years ago
Mike Tzou
d7fb2e6403
Merge pull request #14176 from Chocobo1/pack_src_2
...
Add script for generating project tarball
4 years ago
Vladimir Golovnev
e3119b457c
Merge pull request #14179 from lbilli/patch-1
...
On Linux use legacy 'data' directory only as a fallback
4 years ago
sledgehammer999
ae27a5b7b7
Merge pull request #14171 from sledgehammer999/copyright_attribution
...
Correct copyright attribution
4 years ago
Chocobo1
302cb27e98
Add script for generating project tarball
4 years ago