Chocobo1

Results 16 issues of Chocobo1

* Provide project information to autotools * Add pkg-config file Resolves #65. The generated `libbacktrace.pc` would look like this: ``` prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: libbacktrace Description: A C library...

https://docs.microsoft.com/en-us/windows/win32/intl/using-ms-shell-dlg-and-ms-shell-dlg-2 Before: ![before](https://user-images.githubusercontent.com/9395168/144182685-af272c96-7321-4ad3-90bf-b0876829dacb.png) Previously the font was hardcoded to "Courier New". After: ![after](https://user-images.githubusercontent.com/9395168/144182676-939ba13b-daa2-497c-b4b8-df7b984bbad2.png) This is using the default font of Windows.

1. Use uppercase for `prefix` parameter `SYSTEMD_CFLAGS` is used elsewhere so `prefix` cannot be lowercase. https://autotools.info/pkgconfig/pkg_check_modules.html 2. The module name should be `libsystemd` Previously it will result in the following...

* Revive dark theme detection The code was removed in 199d770 and now revived. I reckon this function would be useful in the future despite it isn't in use currently....

GUI

It has been moved to its own repo: https://github.com/qbittorrent/docker-qbittorrent-nox

Project management

Hopefully those bundles will be runnable on users machine.

CI

This is a revise of PR #19542. The 'SSL torrent' feature is not standardized. I.e. there are no BEP (BitTorrent Enhancement Proposals) associated with it, so we do not greatly...

Core
WebAPI

This is to allow users to differentiate qbt instances when there are multiple running. Closes #17905. Screenshot: ![pic](https://github.com/qbittorrent/qBittorrent/assets/9395168/1cebc6e0-721f-46f2-bb89-58f7db9437d0) The custom suffix is set to `myInstance`

WebUI
GUI

Currently there are only 2 download site for boost. One is jfrog which is still [unavailable](https://github.com/boostorg/boost/issues/842) at the time of current writing. Another one is sourceforge which is slow and...

https://eslint.style/guide/migration

WebUI