29 Commits

Author SHA1 Message Date
jpattWPC
de3ab9ea68 Enhance auto-refresh logic 2023-02-03 15:47:10 -06:00
jpattWPC
57ffa48257 Add VM list refresh
- Add ability to query new VMs every 10 seconds, and redraw the window if a different list is found.
- Remove vestigial DPI checking code.
2023-02-03 15:13:27 -06:00
jpattWPC
696b8c7cd2 Remove PySimpleGuiQT support
- Remove PySimpleGUIQt support, as it requires breaking changes for Python 3.11
- Build MSI based off Python 3.11 (significantly smaller due to removing Qt requirement)
- Bump version to 1.1.0
2023-02-01 11:06:05 -06:00
Alex Cater
26c6ca6bc8
check if template key exists 2022-10-23 22:09:04 -08:00
aacater
09a8d11c96 option to filter guest types 2022-09-09 17:45:51 -08:00
aacater
d643cf85f4 skip templates 2022-09-09 17:44:28 -08:00
jpattWPC
f9be014ea2 API Token Login
Add full support for passwordless token-only login.
2022-08-19 22:16:08 -05:00
jpattWPC
b11817a997 Custom parameter support
Add support for custom remote-viewer paramters: https://www.mankier.com/1/remote-viewer
2022-08-19 21:12:03 -05:00
jpattWPC
44b0bfae59 Work around http redireect issue 2022-07-19 10:37:26 -05:00
jpattWPC
5db945dced Add fullscreen toggle 2022-07-11 14:07:32 -05:00
jpattWPC
34b4d010f5 Add last ditch config read 2022-07-11 13:54:10 -05:00
jpattWPC
78f90a61b7 Work around MS inconsistency 2022-07-11 13:44:43 -05:00
incoggnito
1df4f4dd13
handle uppercase hostname 2022-05-13 15:50:18 +02:00
jpattWPC
fe11d33359 Update vdiclient.py
Fix TKinter integer requirement
2022-04-21 11:27:23 -05:00
jpattWPC
2368e7c4a5 Update vdiclient.py
Fallback to Tkinter if QT not available.
2022-04-20 08:56:30 -05:00
domfi
fc312a095c
fix loading configfile from ~/.config/ 2022-04-15 16:11:21 +02:00
Richard C Gingras Jr
163c83d3b2 Moved theme set location 2022-03-17 22:37:58 -04:00
jpattWPC
e29796bba5 DPI Scaling Issue Fix
Fixed DPI scaling issue that was causing the window to have text cut off. A known limitation is the scaling is based off the first monitor, and does not dynamically rescale (that I'm aware of).
2022-03-14 21:24:36 -05:00
jpattWPC
fc60d99a65 Add support for INI debug
In order to troubleshoot spice connection issues, add ini debug option
2022-03-10 16:58:24 -06:00
joshpatten
d3df0c4df6
Fix command reference 2022-03-09 22:41:56 -06:00
jpattWPC
b8a1be7a51 Minor UI bugfix 2022-03-09 21:48:50 -06:00
jpattWPC
6065985159 Add scrolling after 5 VMs 2022-03-09 21:46:52 -06:00
completion
c3a5233b87 remove list length hack 2022-03-09 16:29:00 -09:00
completion
ce137819ab default fill blank user instead 2022-03-09 16:20:42 -09:00
completion
cf3f8e2cc2 only fill if user is defined 2022-03-09 16:14:47 -09:00
completion
8ff5002579 fill user from config 2022-03-09 15:31:52 -09:00
completion
f048505000 add ability to use API tokens 2022-03-09 15:14:16 -09:00
completion
f161129b9d typo? G.cmd -> G.vvcmd 2022-03-09 15:11:26 -09:00
jpattWPC
3d4fbc7ba7 Initial Commit 2022-03-07 16:56:54 -06:00