Vladimir Golovnev (Glassez)
98ca274169
Rename RSS properties to follow other names
7 years ago
Vladimir Golovnev (Glassez)
2a0b104e5e
Properly set RSS settings via API
...
Closes #8925 .
7 years ago
sledgehammer999
e3ce9b2645
Merge pull request #8903 from sledgehammer999/fix_upgrade_artifacts
...
Delete non-commited fastresume files
7 years ago
Vladimir Golovnev
7afbc346d5
Merge pull request #8906 from glassez/fix-webui
...
Fix WebUI bugs
7 years ago
sledgehammer999
35eee0b590
Don't migrate torrents that have newer fastresumes
7 years ago
sledgehammer999
7626ebe7a6
Delete non-commited fastresume files
...
Old v3.3.x format had a number at the end indicating the queue position.
The naming scheme was '<infohash>.fastresume.<queueposition>'.
However, QSaveFile, which uses QTemporaryFile internally, might leave
non-commited files behind eg after a crash. These files have the
naming scheme '<infohash>.fastresume.XXXXXX' where each X is a random
character. We try to detect the latter and remove it without "migrating"
the fastresume to the new saving system.
7 years ago
sledgehammer999
bde736c18a
Merge pull request #8900 from sledgehammer999/fix_delete_logs
...
Fix deletion of old logs
7 years ago
Vladimir Golovnev
8906c47798
Merge pull request #8782 from mj-p/filterByHashes
...
Filter torrent info endpoint by hashes
7 years ago
sledgehammer999
8a99e29122
Merge pull request #8716 from sledgehammer999/move_progress
...
Move and recheck progress
7 years ago
sledgehammer999
375b15727d
Show rechecking progress
...
When having big torrents, the rechecking might take a while to
complete. Users need some sort of feedback that progress is being made.
Also, I changed the float to qreal since that's the return type.
7 years ago
sledgehammer999
7484889836
Fix deletion of old logs
7 years ago
Mike Tzou
2230d96705
Merge pull request #8808 from Chocobo1/save
...
Improve SettingsStorage behavior
7 years ago
Mike Tzou
1000b1a6fc
Merge pull request #8893 from Chocobo1/warning
...
Enable more compiler warnings on linux
7 years ago
sledgehammer999
e5c73cee4a
Log successful torrent move
7 years ago
sledgehammer999
565ffa7d1e
Add 'Moving' state for torrents being relocated/moved
...
This is another indication to the user that something is happening
behind the scenes.
Uses the same icon/color as "Checking" status.
Torrents in the `Moving` state are considered as "Active". This should
prevent accidental program exit from the user and inhibit system sleep.
7 years ago
Vladimir Golovnev (Glassez)
88f2a66aac
Fix params handling for some legacy API methods
...
Closes #8880 .
7 years ago
Vladimir Golovnev (Glassez)
0fda49c060
Improve legacy API params handling
7 years ago
Vladimir Golovnev (Glassez)
afcf232bd8
Fix invalid API calls in WebUI
...
Closes #8899 .
7 years ago
Vladimir Golovnev
29ec830e5c
Merge pull request #8904 from glassez/fix-mingw
...
Fix compilation with MinGW
7 years ago
Vladimir Golovnev (Glassez)
32e2791f56
Fix compilation with MinGW
7 years ago
sledgehammer999
0d35527035
Merge pull request #8881 from thalieht/qt5signalslot
...
Use qt5 syntax for a few remaining SLOT()
7 years ago
Chocobo1
4e42f97c8f
Enable more compiler warnings on linux
7 years ago
thalieht
4cfa163bbd
Use qt5 syntax for a few remaining SLOT()
7 years ago
Vladimir Golovnev
768262ae64
Merge pull request #8747 from thalieht/codingstyle
...
Fix coding style
7 years ago
thalieht
fb2bcb57bb
Clarify guidelines and fix some typos
7 years ago
thalieht
20ca90800d
Fix coding style
7 years ago
Vladimir Golovnev
6c6e23910d
Merge pull request #8760 from thalieht/connectqt5
...
Use qt5 connect() syntax
7 years ago
thalieht
586e1a0830
Move some connect() from propertieswidget to their corresponding widget
7 years ago
thalieht
6b4455e13d
Use qt5 connect() syntax
7 years ago
Mike Tzou
7af83ab704
Merge pull request #8807 from Chocobo1/tracker_msg
...
Fix displayed tracker message
7 years ago
Mike Tzou
0f8127a897
Merge pull request #8834 from Chocobo1/cmake
...
Improve cmake script
7 years ago
Mike Tzou
99a1343b9d
Merge pull request #8862 from Chocobo1/cleanup
...
Code cleanups
7 years ago
Vladimir Golovnev
eab5dad32d
Merge pull request #8860 from Kolcha/mac_warning
...
Add missing "override"
7 years ago
Vladimir Golovnev
3a0e5e51df
Merge pull request #8761 from thalieht/nullptr
...
Replace the zeroing of pointers with nullptr
7 years ago
Nick Korotysh
0b8c620fd3
Add missing "override"
7 years ago
Chocobo1
c0df292567
Remove debug messages
7 years ago
Chocobo1
defba23d61
Refactor code
...
Remove forward declarations of Qt types.
Fix header include order.
7 years ago
Vladimir Golovnev
48bdd5fa86
Merge pull request #8855 from glassez/fix-prio-api
...
Fix wrong API method names. Closes #8828
7 years ago
Mike Tzou
7242d68c4b
Merge pull request #8854 from Chocobo1/gcc8
...
Fix compile warnings on gcc 8
7 years ago
Vladimir Golovnev (Glassez)
85dd446198
Fix wrong API method names
...
Closes #8828 .
7 years ago
Chocobo1
6d923f703a
Fix displayed tracker messages
...
Before this change, we were displaying debug messages constructed by
libtorrent, now we show messages returned by trackers.
Closes #8739 .
7 years ago
Chocobo1
90f42e6737
Refactor functions
...
Add const to variables
Remove debug messages
7 years ago
Chocobo1
58861c35b0
Fix compile warnings on gcc 8
...
The warning was:
warning: catching polymorphic type ‘class std::exception’ by value
[-Wcatch-value=]
7 years ago
Chocobo1
051ba4fa48
Comment out Werror flag in cmake script
...
Werror flag should be only enabled on developer's machine, not for
users using the product.
Also fix formatting.
7 years ago
Mike Tzou
7aa18dbb22
Merge pull request #8832 from Chocobo1/tr
...
Fix translations
7 years ago
Chocobo1
203bafc4c3
Revert commit
...
Apparently the translations were working in previous state, but affected by
lupdate issue:
https://github.com/qbittorrent/qBittorrent/issues/8220#issuecomment-385712673
The reverts commit fb698896c9
.
Closes #8831 .
7 years ago
Chocobo1
9f809114f0
Really fix translation in fspathedit
...
QT_TRANSLATE_NOOP3 is a macro, so we cannot use a runtime string for the context
argument.
Fix up 1d778676cd
.
7 years ago
Chocobo1
d20f40184f
Fix translation strings not found
...
The translation context doesn't exist, so the translations were not found, fixed
now.
Closes #8829 .
7 years ago
Chocobo1
239352ad88
Print warning about cmake support status
7 years ago
Mike Tzou
d8c14ffe97
Merge pull request #8814 from Chocobo1/tr_fix
...
Fix tr() related issues
7 years ago