DjLegolas

Results 21 issues of DjLegolas

will allow the user to control on which of the shortcuts to create: * start menu - will now show the relevant window * desktop * quick launch * pin...

I'm trying to build b2 with python3.7 support. I tried running the command `bootstrap.bat --with-python="C:\Python37-32"` but it fails. I'm using MSVC 14.1 (Visual Studio 2017 Enterprise), and there are also...

transition

Currently, there is no normal way to change the theme for both UIs (Gtk and Web). In WebUI, the only way to change the themes is by manually set a...

When changing the interface in both `GTK` and `ConsoleUI`, we call directly to `deluge.common.is_interface`, which checks the interface on the local machine and not on the daemon's machine. The `WebUI`...

When adding a new torrent, there is a problem changing the path on Windows machines, due to the difference between the way the files are being read from the torrent...

closes: https://dev.deluge-torrent.org/ticket/3538

Twisted requires a child as `bytes`, not `str` to work as expected. In addition, it adds the ability to call base in an infinite loop of calls, i.e. `hostname/base/base/base/...`. The...

In here I'll replace the `Trackers` tab to a more informative as can be found in other clients. closes: https://dev.deluge-torrent.org/ticket/1015

Used the PR from the original repo of the `stats` [plugin](https://github.com/ianmartin/Deluge-stats-plugin/pull/5). In addition, fixed some basic bugs. According to the ticket, still need to add a WebUI... Therefor: Closes partially:...

This spawns a thread in alertmanager to call wait_for_alert in a thread. This reduces latency to deluge responding to events. Based on #175.