Chocobo1
b5a24fd877
Merge pull request #14794 from zhuangzi926/pr-dyndns-register-url
...
Update dyndns register url
4 years ago
Vladimir Golovnev
e1ed5b73d0
Merge pull request #14795 from glassez/file-action
...
Allow to specify file indexes in `torrents/files` API
4 years ago
FozzeY
3e47d26e44
Show priority menu at top level if there is no other
4 years ago
Vladimir Golovnev
e0d17e496a
Merge pull request #14783 from glassez/macutils
...
Don't use "Qt Mac Extras" module
4 years ago
Vladimir Golovnev (Glassez)
6cf99cd0f2
Allow to specify file indexes in torrents/files API
4 years ago
Chocobo1
31d84100cd
Merge pull request #14792 from Chocobo1/qnotify
...
Fix D-Bus Notification `desktop-entry` field
4 years ago
Chocobo1
0eb39aa9e3
Perform installation step on Github Actions CI
4 years ago
Chocobo1
f457069881
Install vector program icon on Linux
...
The icon is copied from icons/qbittorrent-tray.svg as there is no way to
install a file and rename it in qmake.
4 years ago
Vladimir Golovnev
47eef78365
Merge pull request #14796 from iDolmatov/patch-1
...
Update russian.nsi
4 years ago
Долматов Алексей
eaaadf40c9
Update russian.nsi
...
Update uninstall strings.
4 years ago
zhuangzi926
c9e2da5f53
Update dyndns register url
4 years ago
Chocobo1
53b7956968
Clean up code
...
and remove unused parameters/variables.
4 years ago
Chocobo1
d13be829c3
Fix D-Bus Notification `desktop-entry` field
4 years ago
Chocobo1
e18b2ab437
Regenerate D-Bus notifications related code
4 years ago
Chocobo1
6777a615d4
Merge pull request #14786 from PriitUring/patch-1
...
Update estonian.nsi
4 years ago
Chocobo1
41f2375053
Merge pull request #14750 from kevtechXx/master
...
Add "Notification timeout" option
4 years ago
Felipe
f385bd2236
Update portugueseBR.nsi
...
An updated/fixed version of the installer language file.
4 years ago
Vladimir Golovnev (Glassez)
35032d7eed
Don't use "Qt Mac Extras" module
...
"Qt Mac Extras" module is removed in Qt6.
4 years ago
PriitUring
bfd48f187a
Update estonian.nsi
...
Changing translation of word "Uninstall" to more common local word "Desinstall".
4 years ago
Vladimir Golovnev
7662da52e6
Merge pull request #14758 from FliessendWasser/patch-2
...
Update german.nsi
4 years ago
kevtechxx
7722916fad
Add "Notification timeout" option
4 years ago
Chocobo1
d82a1d7198
Merge pull request #14717 from Chocobo1/ncmp
...
Simplify natural sort classes interface
4 years ago
Henry Water
45925efe32
Update german.nsi
...
Line 32
Changing "zumindest" to "mindestens".
I even would go further to change the line into "[...] Windows 7 oder höher." ("[...] Windows 7 or higher."), as this seems to make more sense and we wouldn't have the hassle of discussing whether "zumindest" or "mindestens" fits better.
If you insist on a comment:
It is quite a cosmetic change, and a personal opinion as well. Imo "mindestens" fits more to the theme of general use - "zumindest" can be used in special places, as it isn't that common in e.g. regular conversations. What comes to my mind is "Best before", which is "Mindestens haltbar bis". It would be unusual to use "Zumindest haltbar bis". 😄
Finally it is up to you what to change.
CC: @schnurlos
Additionally I fixed line 10, where no need of a double-"mit" was.
Plus line 34, as requested!
4 years ago
Chocobo1
a64bb1a990
Simplify natural sort classes interface
...
Now the comparison function/class should be constructed before usage.
This change also make it easier to plug in into various containers which
will require a compare function type (such as std::set).
4 years ago
Chocobo1
650bf15db8
Merge pull request #14734 from Chocobo1/boost_system
...
Remove checking for Boost.System
4 years ago
Chocobo1
2b8e50b296
Merge pull request #14737 from jagannatharjun/revert
...
Revert "Change clamping of update interval of SpeedPlotView::Averager"
4 years ago
Chocobo1
2731eb1c05
Merge pull request #14738 from Chocobo1/nsis
...
Add new translatable string to all available languages
4 years ago
Vladimir Golovnev
f97aa05bdb
Merge pull request #14736 from glassez/string-compare
...
Enclose strings in QLatin1String
4 years ago
Vladimir Golovnev (Glassez)
4a68df084e
Enclose strings in QLatin1String
4 years ago
Chocobo1
83530b7adb
Add new translatable string to all available languages
...
Also provide translation for Traditional Chinese.
Fix up a2ef09466f
.
4 years ago
bovirus
a2ef09466f
Enable translation for uninstaller link ( #14660 )
4 years ago
Chocobo1
7c9488105e
Remove checking for Boost.System
...
Checking for Boost.System library is libtorrent responsibility as qbt
doesn't use it directly, i.e. it is not a direct dependency for qbt.
4 years ago
jagannatharjun
3f32b040dc
Revert "Change clamping of update interval of SpeedPlotView::Averager"
...
This reverts commit 435bb34435
.
To achieve what the reverted commit wants, the timing
would need to be taken iteratively rather that cumulatively
fixes #14735
4 years ago
sledgehammer999
21b3c61162
Merge pull request #14575 from sledgehammer999/license_clarification
...
Clarify that the license is GPLv2+
4 years ago
Chocobo1
5045fa6dcd
Merge pull request #14652 from jagannatharjun/speed-plot-view-minor
...
Minor updates to Speed plot view
4 years ago
Chocobo1
c4a3d70500
Merge pull request #14703 from brvphoenix/fix-url
...
WebUI: Fix magnet url from the browser
4 years ago
jagannatharjun
435bb34435
Change clamping of update interval of SpeedPlotView::Averager
...
Don't clamp elapsed time of SpeedPlotView::Averager on resolution. Since
it may cause minor discrepencies across different Averagers with
different resolution for same speed update.
4 years ago
brvphoenix
bb9ca7f418
WebUI: Fix magnet url from the browser
4 years ago
Chocobo1
2e30ed17bd
Merge pull request #14686 from Chocobo1/actions_master
...
Enable Github Actions CI for all branches by default
4 years ago
Chocobo1
0b3d088782
Merge pull request #14676 from Chocobo1/watcher
...
Revise folder monitoring functions in WebUI
4 years ago
Vladimir Golovnev
6514eaf565
Merge pull request #14688 from glassez/file-prio
...
Correctly forward declare file_prio_alert
4 years ago
Vladimir Golovnev (Glassez)
f8e7602d96
Correctly forward declare file_prio_alert
4 years ago
Vladimir Golovnev
565aef9637
Merge pull request #14630 from glassez/save-resume
...
Improve ResumeDataStorage
4 years ago
Chocobo1
82efb83c43
Enable Github Actions CI for all branches by default
4 years ago
Vladimir Golovnev
f29ff67585
Merge pull request #14673 from glassez/lt-version
...
Raise minimum libtorrent version to 1.2.13 (2.0.3)
4 years ago
Vladimir Golovnev
825bf8d61e
Merge pull request #14657 from glassez/file-prio
...
Save "resume data" once file priority is changed
4 years ago
Vladimir Golovnev (Glassez)
1344b31535
Improve ResumeDataStorage
4 years ago
Chocobo1
9b8bddf7b2
Revise folder monitoring functions in WebUI
...
Closes #14241 .
4 years ago
Chocobo1
8a087a876e
Clean up code
4 years ago
Chocobo1
f8067aa592
Merge pull request #14645 from Chocobo1/links
...
Remove unnecessary URL encoding
4 years ago