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
Vladimir Golovnev (Glassez)
9565b695ef
Unify custom exceptions
4 years ago
Vladimir Golovnev (Glassez)
89cedd411e
Allow add torrents with relative save path
...
The relative save path will be resoloved against the default one.
4 years ago
Anton
a51742b47c
Add context menu for tabs in search widget ( #14926 )
...
In searchwidget you can close all opened tabs or selected tab using menu. Closes #5628 .
4 years ago
An0n
ea3b897d5d
Bump file pool size ( #14966 )
4 years ago
PriitUring
e432d67b3b
Fix typo "Highlited" ( #14956 )
4 years ago
nonew-star
bd7dc8b5e7
NSIS: Update Swedish translation ( #14950 )
...
Remove redundant spaces.
4 years ago
nonew-star
a7ac700fe1
NSIS: Update Swedish translation ( #14933 )
...
Added a word.
4 years ago
Chocobo1
ff87958188
Merge pull request #14928 from Chocobo1/atomic
...
Fix potential data race
4 years ago
sledgehammer999
f308cd392b
Merge pull request #14936 from sledgehammer999/bump_grunt_dependency
...
Update grunt dependency
4 years ago
sledgehammer999
e4bea17fb8
Update grunt dependency
...
This fixes CVE-2020-7729
4 years ago
sledgehammer999
2c47cfbe25
Add new languages
...
* Mongolian
* Persian
* Thai
4 years ago
sledgehammer999
b0685541d9
Add Turkish Qt translation
4 years ago
sledgehammer999
f097c15c61
Update Qt translations
...
Based on Qt 5.15.2
4 years ago
Vladimir Golovnev
511fa37c84
Merge pull request #14927 from thalieht/webui_translate
...
Make some strings in WebUI translatable
4 years ago
Chocobo1
a82ca6adb2
Fix potential data race
...
This case could be considered benign however it could still be an
undefined behavior to the compiler, so remove it.
Ref:
https://hacks.mozilla.org/2021/04/eliminating-data-races-in-firefox-a-technical-report/
4 years ago
Chocobo1
05e3e46f5a
Throw the exact (same) exception
4 years ago
Chocobo1
6d399f0303
Fix typo
4 years ago
Chocobo1
ecebfc34fa
Move initial values to header
4 years ago