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
jpattWPC
3762af5d8c
Bump Release
2023-10-10 09:49:20 -05:00
joshpatten
ed2b8220f1
Fully quality env path
2023-10-07 15:36:42 -05:00
jpattWPC
4a4f8df5f6
Merge pull request #72 from BrickMyPhone/main
...
Update vdiclient.py
2023-09-30 08:03:41 -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
e8bdbdf67c
Merge pull request #54 from cinderblockgames/main
...
Fixing link to virt-manager.
2023-09-21 13:26:18 -05:00
joshpatten
c2fe33eda5
Merge branch 'main' into main
2023-09-21 13:26:08 -05: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
joshpatten
a80805d69a
Fixed virt-manager link
2023-04-19 17:12:16 -05:00
cinderblockgames
48c1e6f9d3
Fixing link to virt-manager.
2023-03-22 23:44:40 -04:00
jpattWPC
b382d69126
Fix #51
2023-03-10 09:22:10 -06:00
jpattWPC
715dfef72d
Add python3-tk to apt install
2023-03-08 09:14:43 -06:00
jpattWPC
fbe00ec782
Bump release version
2023-02-15 08:54:29 -06:00
joshpatten
7bc5966cd6
Merge pull request #47 from bekema/main
...
Prevent exceptions when a node is offline
2023-02-15 08:50:14 -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
c2221da4c2
Fix typo
2023-02-03 15:57:12 -06:00
jpattWPC
de4088773b
Update install instructions
2023-02-03 15:54:49 -06: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
a7f15ac8b9
Require 64 bit support
2023-02-01 11:10:50 -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
jpattWPC
ef95a822c5
Merge pull request #36 from aacater/main
...
check if template key exists
2022-10-24 10:40:51 -05:00
Alex Cater
26c6ca6bc8
check if template key exists
2022-10-23 22:09:04 -08:00
jpattWPC
9518f65c05
Fix build environment, version bump
2022-10-19 11:32:23 -05:00
jpattWPC
02df87523d
Merge pull request #30 from aacater/main
...
Option to filter guests by type
2022-10-19 11:19:58 -05: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
ad31d37364
Update MSI version
2022-08-19 21:28:27 -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
3f3323710e
Merge pull request #27 from rayksland/patch-1
...
Update vdiclient.ini.example
2022-08-16 11:57:13 -05:00
rayksland
e2f0b26e40
Update vdiclient.ini.example
...
grammatical edit. 'it's' is a contraction of 'it is' whereas 'its' is the possessive form of 'it.'
2022-08-15 12:06:42 -07:00
jpattWPC
c78ef81994
Update release number
2022-07-19 10:39:58 -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
dc2d476202
Update vdiclient.json
...
Update release version
2022-07-11 13:47:03 -05:00
jpattWPC
78f90a61b7
Work around MS inconsistency
2022-07-11 13:44:43 -05:00
jpattWPC
ab792f2a2a
Add requests requirement
2022-06-30 11:42:46 -05:00
joshpatten
d4d6809527
Merge pull request #16 from incoggnito/main
...
Uppercase hostname and proxy documentation
2022-05-13 10:26:26 -05:00
incoggnito
2efe5cd0e3
More documentation on proxy
2022-05-13 15:53:37 +02:00
incoggnito
1df4f4dd13
handle uppercase hostname
2022-05-13 15:50:18 +02:00
jpattWPC
ec1edfbebc
Add fallback to PySimpleGUI
2022-04-28 09:15:38 -05:00
jpattWPC
fe11d33359
Update vdiclient.py
...
Fix TKinter integer requirement
2022-04-21 11:27:23 -05:00