jpattWPC
f407057fcb
Add Multi-Cluster Support
...
Please review changes to the INI file. Legacy format is still supported, but format must be changed if you wish to use multiple clusters.
2023-10-15 19:04:22 -05:00
jpattWPC
2d20f1a414
Bugfix: URL required
...
If --config_type is http and url is not passed in --config_location, show error and exit
2023-10-15 12:10:25 -05:00
jpattWPC
07ea02d246
Add HTTP config download option
2023-10-15 11:39:54 -05:00
jpattWPC
9d7540248b
Add ability to disable remote-viewer kiosk mode
2023-10-13 16:04:19 -05:00
jpattWPC
cd83be7680
Add ability to auto-connect VMID
2023-10-13 14:22:08 -05:00
jpattWPC
2bac614194
Add password reset command
2023-10-13 13:42:33 -05:00
joshpatten
ed2b8220f1
Fully quality env path
2023-10-07 15:36:42 -05:00
BrickMyPhone
ff44f186c2
Update vdiclient.py
...
#Fixed Window sizing problem when having more than 5 VMs
2023-09-22 11:31:03 +02:00
joshpatten
fb981b8a51
Merge pull request #63 from hsrzq/main
...
Change the python3 env path
2023-09-21 13:24:58 -05:00
jpattWPC
b32d38338b
Add requests checking
2023-09-21 13:21:10 -05:00
jpattWPC
e848a938df
Add window sizing option
2023-09-14 20:35:27 -05:00
jpattWPC
e8d936b297
Version Upgrade
...
- Add current VM state to VM list
- Add option for reset button to be enabled in INI file
- Disable Connect button when VM is in a transition state
2023-09-07 15:52:18 -05:00
TechQI
8dff999823
Change the python3 env path
2023-06-25 10:27:47 +08:00
jpattWPC
b382d69126
Fix #51
2023-03-10 09:22:10 -06:00
Hessel Bekema
9942361877
only list vms for nodes that are online; prevents KeyError crashes
2023-02-15 23:12:51 +11:00
Hessel Bekema
7148fc85ed
bind enter to the log in button
2023-02-15 23:10:09 +11:00
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