Mike Tzou
1c3112e402
Merge pull request #9710 from Piccirello/webui-autotmm-context-bug
...
Fix WebUI Auto TMM context menu bug
6 years ago
Thomas Piccirello
bab18036aa
Fix WebUI Auto TMM context menu bug
...
When multiple torrents are selected with different Auto TMM values, the Auto TMM context menu option is hidden. This option is never unhidden, requiring a refresh of the page.
6 years ago
Thomas Piccirello
ae374f6903
Catch invalid values
6 years ago
Eugene Shalygin
5ccd4b3611
Merge pull request #9691 from zeule/cmake
...
cmake: restore out-of-source build
6 years ago
Eugene Shalygin
e590fff2fe
cmake: restore out-of-source build
...
Qt translations have to be compiled in a shared library or executable,
and since we use static libraries for the components, webui translation
files have to be compiled into the main executable.
6 years ago
Mike Tzou
18a64f109d
Merge pull request #9683 from Chocobo1/win_fs
...
Add isNetworkFileSystem() detection on Windows
6 years ago
Vladimir Golovnev
7befc79081
Merge pull request #9600 from dzmat/averager
...
Rewrite averaging code and reduce horizontal graphs resolution
6 years ago
dzmat
23d924643f
Reduce horizontal graphs resolution
...
Rewrite averaging code and reduce horizontal graphs resolution for
30 minutes and 6 hours graphs to decrease CPU usage.
6 years ago
Vladimir Golovnev
ff72be9c2d
Merge pull request #9481 from mj-p/master
...
Don't recheck just checked torrent. Closes #8743 , #9370
6 years ago
Vladimir Golovnev
5d2e35d14d
Merge pull request #9026 from glassez/www-translate
...
Use independent translation for WebUI
6 years ago
Vladimir Golovnev
3e8f3d61fb
Merge pull request #9586 from Piccirello/webui-categories
...
Add categories WebAPI
6 years ago
Vladimir Golovnev
72e148e0f1
Merge pull request #9590 from dzmat/disable_graphs_collection
...
Implement option for disabling speed graphs
6 years ago
Chocobo1
acdf5363b2
Simplify #if conditions
6 years ago
Chocobo1
cff5af2e76
Add isNetworkFileSystem() detection on Windows
...
This allows network mounts to be monitored correctly by polling timer.
6 years ago
Mike Tzou
fb8fad3fa1
Merge pull request #9673 from Chocobo1/fs_watch
...
Add SMB2 magic number
6 years ago
Vladimir Golovnev
305c1fc851
Merge pull request #8980 from silverqx/clear-on-esc
...
Clear LineEdit on ESC
6 years ago
Chocobo1
9b552c463f
Add FileSystemWatcher log messages
6 years ago
Chocobo1
25a0147f61
Add SMB2 magic number
...
Closes #9671 .
6 years ago
Vladimir Golovnev (Glassez)
c1a4ef1377
Use independent translation for WebUI
6 years ago
Vladimir Golovnev (Glassez)
becb002d87
Create WebUI translation update tool
6 years ago
Vladimir Golovnev
85d49e2540
Merge pull request #9595 from elFarto/master
...
Allow to disable downloading REPACK/PROPER matches
6 years ago
Stephen Dawkins
d8054f9cb3
Allow to disable downloading REPACK/PROPER matches
6 years ago
dzmat
2d0f0cb372
Allow to disable speed graphs
6 years ago
Thomas Piccirello
6d619e9491
Add categories WebAPI
...
Closes #5330 .
6 years ago
silverqx
ea404445f6
Clear LineEdit on ESC
6 years ago
sledgehammer999
b09e32ebc0
Merge pull request #9635 from sledgehammer999/tune_alert_mask
...
Use a more detailed alert mask where possible
6 years ago
Mike Tzou
5aaa51881e
Merge pull request #9614 from Piccirello/js-defects
...
Fix minor JavaScript defects
6 years ago
sledgehammer999
2f1a0ffe5c
Use a more detailed alert mask where possible
...
Closes #9547
6 years ago
Vladimir Golovnev
1de7c385d5
Merge pull request #9585 from Piccirello/webui-translate-status
...
Translate WebUI torrents Status column
6 years ago
Vladimir Golovnev
3236f65533
Merge pull request #9606 from dzmat/patch-1
...
Update uncrustify.cfg
6 years ago
Thomas Piccirello
0b6ae68801
Add WebUI search API controller
...
Closes #2495 .
6 years ago
dzmat
998545512a
Update uncrustify.cfg
...
Suddenly uncrustify does not append spaces after comma in function's argument lists. I found only one option which looks fit for it.
6 years ago
Administrator account
f6ed605414
Don't recheck just checked torrent
...
Closes #8743 .
Closes #9370 .
6 years ago
Mike Tzou
649798c989
Merge pull request #9611 from Chocobo1/fixes
...
Fix minor defects
6 years ago
Thomas Piccirello
1e6942e967
Fix minor JavaScript defects
6 years ago
Chocobo1
43fbf8ab3b
Remove default parameter in derived function
...
When derived function have different default value than base, it might cause
unnecessary confusion, see: https://stackoverflow.com/q/3533589
6 years ago
Chocobo1
b8d87f641f
Avoid variable shadowing
6 years ago
Chocobo1
66ffb01629
Add include guard to headers
6 years ago
Mike Tzou
08df3277df
Merge pull request #9575 from Chocobo1/python
...
Fix asking to install Python
6 years ago
Chocobo1
f26a5c3581
Update Python URLs
6 years ago
Chocobo1
7d808cfc99
Fix asking to install Python
...
The dialog asking users to install python is borked since the last refactor, this
commit fixes it.
6 years ago
Chocobo1
60ecc4fe8f
Move python related functions
...
Also the functions are slightly changed to return full path of the found
python executable.
6 years ago
Thomas Piccirello
65934a4c69
Add locale to js file path
...
This reduces the likelihood of a cached file being used after the locale is changed.
6 years ago
Thomas Piccirello
7b85473d2b
Translate WebUI torrents Status column
...
Closes #9554 .
6 years ago
sledgehammer999
6c0af1b078
Merge pull request #9553 from sledgehammer999/misc_fixes
...
Misc fixes
6 years ago
sledgehammer999
76f186f395
Merge pull request #9564 from dzmat/littlfix
...
Replace magic number with system define.
6 years ago
sledgehammer999
06c8142826
Make strings actually translatable
6 years ago
sledgehammer999
e8213b2c6a
Remove unused variable
6 years ago
dzmat
fc93f2eb78
Replace magic number with system define
6 years ago
Eugene Shalygin
9b7a884d2b
Merge pull request #9330 from zeule/cmake
...
Reword the CMake warning message
6 years ago