Commit graph

90 commits

Author SHA1 Message Date
jpattWPC f714f794b9 Set PySimpleGUI version
As PySimpleGUI will be licensed starting at version 5.0.0, I am capping the version to prevent this. Alternate UI libraries will need to be implemented.
2024-02-12 18:22:24 -06:00
jpattWPC e9a653ae98 Update build_vdiclient.bat 2024-01-15 10:20:58 -06:00
jpattWPC 6d250faed5 Fix inidebug window 2023-11-24 17:44:44 -06:00
joshpatten 4966609e45
Merge pull request #75 from dariomolinari/patch-1
Update README.md
2023-10-17 16:00:35 -05:00
Dario Molinari b7491f9a97
Update README.md
Added a paragraph for Fedora/CentOS/RHEL
2023-10-17 16:26:13 +01:00
jpattWPC 3e69e77044 Update README.md
Change python version
2023-10-15 20:01:41 -05:00
jpattWPC d95c96cf25 Update README.md 2023-10-15 19:17:27 -05:00
jpattWPC 865496bf79 Update README 2023-10-15 19:15:47 -05:00
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 59f11ffdeb Update README.md 2023-10-15 12:02:49 -05:00
jpattWPC bc30fcb4c6 Update README.md 2023-10-15 12:01:41 -05:00
jpattWPC 07ea02d246 Add HTTP config download option 2023-10-15 11:39:54 -05:00
jpattWPC 2476778fe6 Update README.md 2023-10-13 21:01:01 -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
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