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
xkrstudio
59b53f3db4
NSIS: Update Hungarian translation ( #14906 )
...
Add hungarian translation.
4 years ago
thalieht
e86916a7f9
Make some strings in WebUI translatable
...
Closes #14920
4 years ago
Vladimir Golovnev
11ae073c12
Merge pull request #14909 from FranciscoPombal/update_vcpkg
...
GitHub Actions CI: update workflow
4 years ago
Chocobo1
aec53b2849
Merge pull request #14905 from BouRock/patch-4
...
NSIS: Update Turkish translation
4 years ago
Chocobo1
0f42ab230e
Merge pull request #14895 from maboroshin/patch-1
...
NSIS: Update Japanese translation
4 years ago
FranciscoPombal
211c92c387
GitHub Actions CI: update workflow
...
- update vcpkg to latest commit (includes updated libtorrent port)
- drop custom libtorrent port
- restore AppleClang workaround in the workflow file
- include install_manifest.txt in uploaded artifacts
- update actions to latest versions
- fix typos
4 years ago
Vladimir Golovnev
2f1ec09aef
Merge pull request #14714 from FozzeY/no-parent-priority-menu-on-add
...
Show priority menu at top level if there is no other
4 years ago
Burak Yavuz
4561d844e4
NSIS: Update Turkish translation
...
Uninstall string added
4 years ago
maboroshin
3caa57358f
NSIS: Update Japanese translation
4 years ago
sledgehammer999
94195d5339
Sync translations from Transifex and run lupdate
4 years ago
Chocobo1
c9a552c89c
Merge pull request #14861 from Chocobo1/warnings
...
Initialize struct members by default
4 years ago
Vladimir Golovnev
6b123921a4
Merge pull request #14726 from glassez/save-resume
...
Allow to store "resume data" in SQLite database file
4 years ago
Vladimir Golovnev (Glassez)
383eaf44ac
Implement DBResumeDataStorage class
4 years ago
Chocobo1
223d15802e
Merge pull request #14693 from Chocobo1/tags
...
Revise tag related implementations
4 years ago
Chocobo1
bdf2f6c3e1
Initialize struct members by default
...
This is to suppress the following compilation warnings:
base/bittorrent/magneturi.cpp: In constructor ‘BitTorrent::MagnetUri::MagnetUri(const QString&)’:
base/bittorrent/magneturi.cpp:87:60: warning: missing initializer for member ‘BitTorrent::TrackerEntry::message’ [-Wmissing-field-initializers]
87 | m_trackers.append({QString::fromStdString(tracker)});
4 years ago
Chocobo1
fdc186c92f
Revise tag related implementations
...
Fix #12690 .
4 years ago
Chocobo1
ab6141edb7
Merge pull request #14813 from Kolcha/cmake_mac
...
Set correct minimum macOS version with CMake
4 years ago
Chocobo1
d0dcf53575
Merge pull request #14840 from jagannatharjun/pfix
...
Correctly draw progress background with stylesheet
4 years ago
jagannatharjun
ab906f17de
Correctly draw progress background with stylesheet
...
fixes #14731
4 years ago
Nick Korotysh
28ef33b0a0
Improve Info.plist generation with CMake
...
- drop configure_file() and file(GENERATE) calls
- fill missed MACOSX_DEPLOYMENT_TARGET variable
4 years ago
Vladimir Golovnev
376dedebb1
Merge pull request #14816 from glassez/tracker-entry
...
Improve "tracker entries" handling
4 years ago
Vladimir Golovnev
137c6458f7
Merge pull request #14825 from glassez/upload-mode
...
Correctly handle "no enough disk space" error
4 years ago
Vladimir Golovnev (Glassez)
75e0990eb3
Provide tracker peers count via TrackerEntry
...
Don't expose additional accessor in Torrent interface.
4 years ago
Vladimir Golovnev (Glassez)
62a6c725d6
Don't overwrite tracker message
...
Use one of the tracker endpoint messages.
4 years ago
Vladimir Golovnev (Glassez)
d4554c2e5c
Correctly handle "no enough disk space" error
...
If torrent failed to write, it stops downloading and goes to
"upload mode" instead of errored state so it just keeps seeding.
Now qBittorrent indicates this state as "errored" and allows
the user to manually bring the torrent out of this state.
4 years ago
Chocobo1
d6a398cf2c
Merge pull request #14811 from Kolcha/bundle_name
...
Don't use executable name as CFBundleName value
4 years ago
Chocobo1
68e3bcbcda
Merge pull request #14815 from Chocobo1/activity
...
Show "last activity" value under all circumstances
4 years ago
Chocobo1
6864e13e6f
Show "last activity" value under all circumstances
4 years ago
Chocobo1
942fad1d6f
Merge pull request #14788 from Felipefpl/patch-1
...
Update portugueseBR.nsi
4 years ago
Nick Korotysh
29e6b229ac
Don't use executable name as CFBundleName value
4 years ago
Chocobo1
a4ce5d1687
Merge pull request #14810 from Chocobo1/info
...
Capitalize "peer flags" descriptions
4 years ago
Chocobo1
cb8d6a0939
Reorder peer flags
...
Now we group related flags nearby.
4 years ago
Chocobo1
e38128119c
Capitalize "peer flags" descriptions
...
And use a helper function to build the descriptions.
4 years ago
Chocobo1
c7c7924d37
Merge pull request #14759 from Chocobo1/icons
...
Install vector program icon on Linux
4 years ago