sledgehammer999
daaac6fd10
Merge pull request #2852 from pmzqla/qvarianthash
...
WebUI: Use QVariantMap instead of QVariantHash
10 years ago
Gabriele
d49c79d032
WebUI: Use QVariantMap instead of QVariantHash
...
Currently QJsonDocument::fromVariant() does not support QVariantHash,
so use QVariantMap instead.
Closes #2849 .
10 years ago
David Christenson
307ae459f2
Fix variable names
...
Change undeclared identifiers `running_` and `paramsQueue_` to their
proper names.
10 years ago
sledgehammer999
7af4928b18
Merge pull request #2826 from pmzqla/webui-queueing
...
WebUI: Check if torrent queueing is enabled before changing torrent priorities
10 years ago
sledgehammer999
970e7440c6
Merge pull request #2840 from pmzqla/numfiles
...
Use out of range value when the number of files can't be determined
10 years ago
Gabriele
52c8a570e1
Use out of range value when the number of files can't be determined
...
Trying to get the number of files of a torrent with no metadata causes
a crash. Prevent this by first checking if the metadata is available.
If the number of files can't be determined, -1 will be returned.
Closes #2522 .
10 years ago
sledgehammer999
0cab34aa11
Merge pull request #2833 from pmzqla/osx-trayicon
...
Don't use HTML in tray icon pop-up on OSX
10 years ago
sledgehammer999
28eeef93f6
Merge pull request #2816 from pmzqla/sortdates
...
Put torrents with invalid "Last Activity" value or no "Ratio Limit" at the bottom of the list
10 years ago
Gabriele
f02db79c52
Put torrents with no ratio limit at the bottom
10 years ago
Gabriele
0a51b57a54
Put torrents with invalid "Last Activity" value at the bottom of the list
...
Closes #2809 .
10 years ago
Gabriele
98350bae5d
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
dcc73afd73
Save widget states under different paths when using Qt5. Closes #2340 .
10 years ago
sledgehammer999
4612abb41e
Make qmake regenerate recursively all makefiles in subdirectories when reconfiguring. Closes #2111 .
10 years ago
sledgehammer999
8a2a719227
Update .travis.yml
10 years ago
sledgehammer999
72f03b4002
Make libtorrent-rasterbar 0.16.x usage explicit.
10 years ago
sledgehammer999
86f9cc1b8c
Make Qt4 usage explicit.
10 years ago
sledgehammer999
de5912b3b5
Install appdata xml file along with the other files.
10 years ago
sledgehammer999
4627776165
Move appdata xml to dist.
10 years ago
sledgehammer999
39b59974ad
Merge pull request #2147 from alxpl/patch-1
...
Create qBittorrent.appdata.xml
10 years ago
sledgehammer999
6b3555bd90
Add systemd configure option. Closes #921 .
10 years ago
sledgehammer999
26404e2cc4
Add systemd service file.
...
Thanks to leigh123linux and pmzqla.
10 years ago
sledgehammer999
66bb7ce52c
Drop pkg-config version requirement to 0.23. Closes #2645 .
10 years ago
Gabriele
a582f2e5ed
Don't use HTML in tray icon pop-up on OSX
...
Closes #2830 .
10 years ago
Gabriele
027a08c92e
Update matching RSS articles while editing rules
...
Save the rules as soon as they are edited so that the matching
articles tree is immediately updated.
Closes #2829 .
10 years ago
Gabriele
6e91a108bd
WebUI: Check if torrent queueing is enabled before changing torrent priorities
10 years ago
sledgehammer999
d2ffbc44f1
Merge pull request #2721 from Chocobo1/dev7
...
Initialize class members
10 years ago
sledgehammer999
3294d895a1
Merge pull request #2652 from pmzqla/content-table
...
WebUI: changes to torrent file list
10 years ago
Chocobo1
ab6ccd9f5b
Initialize member `m_apstate`
10 years ago
sledgehammer999
954214c364
Merge pull request #2730 from LazyBui/master
...
Implementing support for session-based download and upload statistics
10 years ago
sledgehammer999
02df947ce7
Merge pull request #2784 from ngosang/torrentz_trackers
...
[search engine] Update Torrentz trackers list
10 years ago
ngosang
e0b399e2a1
[search engine] Update Torrentz trackers list
10 years ago
sledgehammer999
2e9593b797
Merge pull request #2812 from schnurlos/patch-3
...
Update about_imp.h
10 years ago
sledgehammer999
4c2b072ae2
Fix 'Resumed' filter counter.
10 years ago
schnurlos
2c9667e144
Update about_imp.h
...
Added schnurlos as 2nd german translator
10 years ago
sledgehammer999
ec61907ea1
Merge pull request #2806 from ngosang/translators
...
Update translators
10 years ago
ngosang
7172b48d9b
Update translators
10 years ago
sledgehammer999
c6bfcd0d02
Bump version status.
10 years ago
sledgehammer999
8c671fa0c1
Update Changelog.
10 years ago
sledgehammer999
25afb8a338
New translation: Hindi(India).
10 years ago
sledgehammer999
4929085a5d
Sync translations from Transifex and run lupdate.
10 years ago
sledgehammer999
276ca0ab84
Change the color scheme used(mostly for light backgrounds).
10 years ago
sledgehammer999
74fc92137a
Merge pull request #2800 from pmzqla/icons-leftpanel
...
Set icon size to 16x16 in the left panel
10 years ago
Gabriele
ad271bb549
Set icon size to 16x16 in the left panel
10 years ago
sledgehammer999
75e1101321
Merge pull request #2797 from pmzqla/completed-status
...
WebUI: Implement a 'Completed' status
10 years ago
Gabriele
e3a5ba09c4
WebUI: Implement a 'Completed' status
10 years ago
sledgehammer999
f9e7345776
Implement a 'Completed' status. Closes #2326 #2483 #939 .
10 years ago
sledgehammer999
8420559e05
Implement 'Error' and 'Warning' views in the tracker list. Closes #1077 . Partially implements #33 .
10 years ago
sledgehammer999
9b0ea3a055
Allow the user to disable filters from the side panel.
10 years ago
sledgehammer999
ff1aaa8733
Refactor side panel code. Encapsulate each widget's logic in their own subclass.
10 years ago
sledgehammer999
1bb968f9fd
Remove unused code from the side panel filters.
10 years ago