Chocobo1
|
b17307f283
|
Move signal/slot connections out of .ui files
This unify the place (.cpp file) where we handle signal/slot connections.
|
2023-07-13 00:34:33 +08:00 |
|
sledgehammer999
|
e739d38061
|
Sync translations from Transifex and run lupdate
|
2023-07-12 01:50:01 +03:00 |
|
Chocobo1
|
20f4d0c4e3
|
Merge pull request #19292 from Chocobo1/head
Fix response for HTTP HEAD method
|
2023-07-11 11:24:28 +08:00 |
|
Chocobo1
|
4f6038c350
|
Merge pull request #19291 from Chocobo1/limits
Expose 'bdecode limits' settings
|
2023-07-11 11:24:09 +08:00 |
|
Fabricio Silva
|
f08556be30
|
WebUI: Preserve the network interfaces when down
PR #19286.
|
2023-07-11 11:23:37 +08:00 |
|
Chocobo1
|
543745b3f2
|
Avoid stuffing the log via junk requests
|
2023-07-09 21:23:09 +08:00 |
|
Chocobo1
|
cb0c09769f
|
Response proper error status for invalid request methods
|
2023-07-09 21:23:09 +08:00 |
|
Chocobo1
|
e8f5a3b44e
|
Fix response for HTTP HEAD method
Closes #19288.
|
2023-07-09 21:23:08 +08:00 |
|
Chocobo1
|
5a660fc8a9
|
Expose 'bdecode limits' settings
This includes:
* Bdecode depth limit
* Bdecode token limit
|
2023-07-09 15:36:13 +08:00 |
|
stalkerok
|
488464731d
|
Change some default settings
* Reduce default file pool size to 100
* Reduce default stop tracker timeout to 2 seconds
PR #19171.
|
2023-07-06 14:25:53 +03:00 |
|
xavier2k6
|
fb68604ee7
|
Display correct Minimum Python requirement
PR #19281.
|
2023-07-06 10:43:35 +03:00 |
|
Vladimir Golovnev
|
4ef9a6444a
|
Add options to adjust behavior of merging trackers to existing torrent
PR #19278.
Closes #19251.
|
2023-07-06 07:55:59 +03:00 |
|
Chocobo1
|
66dfe8545d
|
Expose 'max torrent file size' setting
|
2023-07-06 12:45:09 +08:00 |
|
Chocobo1
|
fff7b1dcbd
|
Merge pull request #19277 from Chocobo1/ctor
Don't update settings when it hasn't changed
|
2023-07-06 12:41:45 +08:00 |
|
Burak Yavuz
|
b5b1f51cee
|
NSIS: Update Turkish translation
Corrected and updated some strings
PR #19242.
|
2023-07-05 09:49:00 +03:00 |
|
Chocobo1
|
33875aa70a
|
Mark singleton class as final
|
2023-07-05 03:32:54 +08:00 |
|
Chocobo1
|
9d7dad4a61
|
Don't unnecessarily restart Web server
When related settings hasn't changed.
|
2023-07-05 03:32:53 +08:00 |
|
Chocobo1
|
213b6e316c
|
Don't emit superfluous signal
`Preferences::apply()` might emit superfluous changed signal even when the settings hasn't
changed (e.g. not dirty), this commit fixes it.
|
2023-07-05 03:32:53 +08:00 |
|
Chocobo1
|
ffc3d8d345
|
Don't update settings when it hasn't changed
So when a setting is the same as the default, it won't write an entry to config file on disk.
|
2023-07-05 03:32:53 +08:00 |
|
Vladimir Golovnev
|
7ec80263e1
|
Allow to globally disable the use of proxy
PR #19273.
Closes #19141.
|
2023-07-04 09:27:46 +03:00 |
|
Chocobo1
|
66e533f505
|
Avoid redundant buffer copying
PR #19272.
|
2023-07-04 14:04:41 +08:00 |
|
Chocobo1
|
045b4f0a06
|
GHA CI: retry flaky steps automatically
PR #19270.
|
2023-07-03 21:19:01 +08:00 |
|
Vladimir Golovnev
|
80c637bf99
|
Always use the same limits when parse bencoded data
PR #19263.
|
2023-07-02 11:37:37 +03:00 |
|
gdim47
|
48d5e3326b
|
Improve performance when scrolling large torrents
PR #19255.
|
2023-07-02 11:36:42 +03:00 |
|
Chocobo1
|
80791e328d
|
Fix wrong behavior when reading text
Also add another 'file read error' status.
Closes #19254.
PR #19262.
|
2023-07-02 13:23:20 +08:00 |
|
Chocobo1
|
08a771468d
|
Merge pull request #19260 from Chocobo1/func
Fix code defects
|
2023-07-02 12:57:15 +08:00 |
|
Chocobo1
|
c3fc96dfe6
|
Visually validate input path in torrent creator dialog
PR #19245.
|
2023-07-02 12:56:41 +08:00 |
|
Chocobo1
|
715a4f3eb6
|
Use move construct for large data
|
2023-07-01 16:28:15 +08:00 |
|
Chocobo1
|
8655e48336
|
Use move construct for shared pointers
|
2023-07-01 16:28:13 +08:00 |
|
Chocobo1
|
3c139ca333
|
Fix potential use-after-move
The evaluation order for function parameters is unspecified in C++.
https://stackoverflow.com/questions/2934904/order-of-evaluation-in-c-function-parameters
Fix up 1b2ff0f6f8 .
|
2023-07-01 14:38:50 +08:00 |
|
Ignat Loskutov
|
f4deb1050f
|
Disable symlink resolving in Torrent creator
PR #19199.
|
2023-06-28 14:27:24 +03:00 |
|
Chocobo1
|
889ed5bce9
|
Merge pull request #19238 from Chocobo1/spelling
GHA CI: add spelling check
|
2023-06-27 12:26:10 +08:00 |
|
Chocobo1
|
6680fdda18
|
Fix typos
|
2023-06-26 16:45:44 +08:00 |
|
Chocobo1
|
88bd4f270f
|
GHA CI: add spelling check (typos)
|
2023-06-26 16:45:41 +08:00 |
|
Chocobo1
|
86a5ad3241
|
GHA CI: add spelling check (codespell)
|
2023-06-26 13:44:01 +08:00 |
|
Vladimir Golovnev
|
1c654d8f47
|
Immediately update torrent status on moving files
PR #19220.
|
2023-06-25 12:45:58 +03:00 |
|
Vladimir Golovnev
|
c90863f217
|
Don't miss to enable Apply button
PR #19221.
Closes #19082.
|
2023-06-25 12:44:33 +03:00 |
|
luzpaz
|
deec2ae1b1
|
Fix various typos
PR #19213.
|
2023-06-24 16:04:04 +03:00 |
|
sledgehammer999
|
f37fff31ae
|
NSIS: Fix missing slash in Qt translations script
PR #19196.
|
2023-06-24 13:10:00 +08:00 |
|
Chocobo1
|
dffb93a6aa
|
Merge pull request #19208 from Chocobo1/buffer
Avoid unnecessary memory allocation/relocation
|
2023-06-24 13:03:00 +08:00 |
|
Vladimir Golovnev
|
3b948b0130
|
Drop I2P support with libtorrent 1.2
PR #19207.
Closes #19152.
|
2023-06-23 16:24:34 +03:00 |
|
Chocobo1
|
b3d2ba7d07
|
Initialize regex only once
This code path is commonly used so let it initialize only once.
|
2023-06-23 14:49:22 +08:00 |
|
Chocobo1
|
03d3552ee0
|
Avoid unnecessary memory allocation/relocation
|
2023-06-23 14:49:22 +08:00 |
|
Luka Čelebić
|
379b0dbe40
|
Add alternative shortcut CTRL+E for CTRL+F
PR #19190.
|
2023-06-20 11:52:09 +03:00 |
|
thalieht
|
f213f81727
|
Fix transfer list tab hotkey
PR #19200.
|
2023-06-20 07:45:17 +03:00 |
|
Chocobo1
|
1f2a6455b6
|
Merge pull request #19188 from Chocobo1/literalOperator
Rename literal operator
|
2023-06-19 12:45:20 +08:00 |
|
sledgehammer999
|
fc8c74989b
|
Bump to 4.6.0beta2
|
2023-06-18 21:27:12 +03:00 |
|
Chocobo1
|
b01a48879a
|
Add missing header
|
2023-06-18 13:51:19 +08:00 |
|
Chocobo1
|
e780b3a9b7
|
Add unit test for string literal helper
|
2023-06-18 13:51:19 +08:00 |
|
sledgehammer999
|
2bbfd317ce
|
Sync translations from Transifex and run lupdate
|
2023-06-18 01:37:12 +03:00 |
|