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
skvenders
2b837381f3
Remove contributor
...
Remove contributor as requested: https://github.com/qbittorrent/qBittorrent/pull/14637#issuecomment-808894421
4 years ago
Vladimir Golovnev (Glassez)
cd6959b712
Save "resume data" once file priority is changed
4 years ago
Vladimir Golovnev (glassez)
3e5f8c64d4
Raise minimum libtorrent version to 1.2.13 (2.0.3)
4 years ago
Vladimir Golovnev
2d1c34d8e0
Merge pull request #14593 from glassez/qt6-compat
...
Make current codebase more compatible with Qt6
4 years ago
Chocobo1
48d532777a
Merge pull request #14647 from Chocobo1/cursor
...
Move cursor to the next line of end of text
4 years ago
sledgehammer999
f6336a6056
Clarify that the license is GPLv2+
...
Regarding this license clarification there are 3 commits of interest
(commits A, B, C). Before commit A the COPYING file contained only the
text of the GPLv2 license, while all source files had a license block
at the top saying that they are under the terms of "GPLv2 or later". With
commit A there was a temporary change to GPLv3. The COPYING file contained
only the text of the GPLv3 license, while all source files had a license
block at the top saying that they are under the terms of "GPLv3 or later".
Then with commit B the COPYING file and the license block of the source
files was reverted to their state before commit A. Afterwards, with
commit C a license summary(or clarification) block was put at the top of
the COPYING file. This block indicated that the license was GPLv2 without
having the "or later" clause and it also included the OpenSSL exception.
However, the license block of each source file continued to contain the
"or later" clause which was not removed. The same license block continues
to exist in all current source files. Thus it is concluded that the ommision
of the "or later" clause with commit C in the COPYING file was accidental.
OR ALTERNATIVELY (OR IN ADDITION)
At the time commit C was made Christophe Dumez was not the sole contributor.
There is no record that the other contributors agreed with the supposed
GPLv2 only change or that there was a Contributor License Agreement,
transfering their rights to him. Thus making his license change decision
invalid/void/illegal.
Commit A: 54f9375b32
Commit B: 8df61db644
Commit C: 9835af4962
4 years ago
Vladimir Golovnev (Glassez)
cd7bdc8998
Use qsizetype instead of int where required by Qt6
4 years ago
Chocobo1
2b7b3c65cc
Move cursor to the next line of end of text
...
Closes #13908 .
4 years ago
Chocobo1
98e02a8fed
Remove unnecessary URL encoding
...
Fix #14635 .
4 years ago
Vladimir Golovnev (Glassez)
a93391e247
Drop QNetworkConfigurationManager usage
4 years ago
Vladimir Golovnev (Glassez)
102cc684dd
Replace Qt Windows Extras features with native ones
4 years ago
Vladimir Golovnev (Glassez)
a230228441
Don't compare bool with int
...
In Qt6 QHash::remove() returns bool to indicate operation status.
4 years ago
Vladimir Golovnev (Glassez)
135cad576c
Don't use removed QApplication attribute
4 years ago
Vladimir Golovnev (Glassez)
561fbf2cca
Don't use removed QTextStream::setCodec()
...
QTextStream encodes as UTF-8 by default.
4 years ago
Vladimir Golovnev (Glassez)
a8127d6102
Use valid event type in QWidget::enterEvent()
4 years ago
Mike Tzou
2f28d3c7b6
Merge pull request #14624 from crackwitz/trackers-dialog-tab-fix
...
Fix tabChangesFocus attribute in "Edit trackers" dialog
4 years ago
Mike Tzou
e59c735331
Merge pull request #14590 from Chocobo1/npm
...
Add WebUI checking to CI
4 years ago
Mike Tzou
221014a2e3
Merge pull request #14619 from Chocobo1/sort
...
Sort invalid QDateTime values after valid values
4 years ago
Christoph Rackwitz
e2dbfa9ace
Fix tabChangesFocus attribute in "Edit trackers" dialog
4 years ago
Chocobo1
121ff2b7be
Apply code formatting
4 years ago
Chocobo1
45465e994e
Add WebUI checking to CI
4 years ago
Chocobo1
af85a8a340
Add necessary curly brackets
4 years ago
Chocobo1
5fe0e9395f
Don't use Object.prototypes builtins directly
...
See: https://eslint.org/docs/rules/no-prototype-builtins
4 years ago
Chocobo1
1f1cabd144
Remove unnecessary escape character
4 years ago
Chocobo1
c3bab70434
Remove extra semicolon
4 years ago
Chocobo1
1d6af22813
Add tools for js code formatting and linting
...
Due to eslint couldn't correctly resolve the context for the variables,
two eslint rules are disabled for now.
4 years ago
Chocobo1
a50798c78f
Sort invalid QDateTime values after valid values
...
Closes #14607 .
4 years ago
Vladimir Golovnev
379d41b6fb
Merge pull request #14581 from glassez/save-resume
...
Implement BencodeResumeDataStorage class
4 years ago
Vladimir Golovnev (Glassez)
09da6828b8
Use complete types in container declarations
...
Qt 6 disallows to use incomplete types in container declarations
in some cases, e.g. in parameters of signals/slots.
4 years ago
Vladimir Golovnev
9f386afe9c
Merge pull request #14586 from glassez/varhash
...
Don't cause QHash relayout while using reference to its node
4 years ago
Vladimir Golovnev (Glassez)
35dedd3d83
Implement BencodeResumeDataStorage class
...
Implement ResumeDataStorage class as base for all "resume data" storages.
Implement BencodeResumeDataStorage class and put all existing logic of
"resume data" loading/saving there.
4 years ago
Mike Tzou
45c0d5a823
Merge pull request #14587 from Chocobo1/monitor
...
Remove wrong parentheses in WebUI
4 years ago
Vladimir Golovnev
7bc5bfa140
Merge pull request #14583 from glassez/progress
...
Correctly draw progress bar in Qt 6
4 years ago
sledgehammer999
fda6def384
Sync translations from Transifex and run lupdate
4 years ago
Mike Tzou
4bf4d45389
Merge pull request #14504 from treysis/ipv6-outgoing-interfaces
...
Fix bad IPv6 address format for outgoingInterfaces
4 years ago
Mike Tzou
4e8eb2c996
Merge pull request #14570 from brvphoenix/decode
...
WebUI: Avoid decoding strings repeatedly
4 years ago
Chocobo1
e43a9de2f3
Make global functions immutable
4 years ago
Vladimir Golovnev (Glassez)
1a9e97ee3b
Don't cause QHash relayout while using reference to its node
4 years ago