Commit Graph
5 Commits
Author SHA1 Message Date
akira 2f40a36420 feat: Add support for default local socket in connection settings
Introduces a checkbox to toggle the use of the default local Unix socket
for XML-RPC connections. Updates UI layout and enables dynamic state
handling for related fields, such as address and port, based on socket
usage. Ensures proper state synchronization and settings persistence.

Signed-off-by: Sven Sager <akira@narux.de>
2026-08-06 10:00:14 +02:00
Eva-Maria Zanger 6504fe962b refactor: Improve GUI text and translations
Signed-off-by: Sven Sager <s.sager@kunbus.com>
2026-07-22 11:29:11 +02:00
akira 15058feb7e Connection list with add folder button and removed naming bug
The creation of folders was not clear and a bug could rename wrong
elements, which the user does not select.
Now connections and folders are handled in separat ways and the user can
add a new folder by pressing a button.
2023-01-14 16:33:02 +01:00
akira 0c7192e1d4 Configure and start ssh tunneled connections 2023-01-07 10:36:53 +01:00
akira 3f2f3e0478 Switch project so src layout
This will make it possible to build pip packages.
Add a make file to compile UI files and build mac and win applications.
2023-01-04 18:12:59 +01:00