Commit Graph

32 Commits

Author SHA1 Message Date
xgui4
c2b15ff2d2 update news, noelegacy and add direct downlaod support 2026-06-24 11:40:26 -04:00
xgui4
0d6657e57c add website, fix typo in readme and fix minor bug in instance_manager and update neolegacy to archive version and updaes instances names 2026-06-05 14:26:47 -04:00
xgui4
e8202a42b1 begin to fix workflow + uodated neolegacy version default 2026-06-01 16:44:30 -04:00
xgui4
48870ecbbd Refactor instance UI and update version to 0.0.20b7 and worksflow fixes
- Renamed QComboBox in instance.ui to versionsComboBox for clarity.
- Updated fallback version in __init__.py to 0.0.20b7.
- Improved docstrings and comments in app.py and other files for better readability.
- Added path expansion functionality in app_context.py to handle user           python -m pyproject-appimage
preferences.
- Refactored user preference methods in pref.py to use camelCase for consistency.
- Enhanced instance management and downloader logic in instance_manager.py and downloader.py.
- Fixed various formatting issues across multiple files for better code style adherence.
- Updated the lock file to reflect the new version 0.0.20a7.
- Fixed multiples workflows
2026-06-01 15:40:55 -04:00
Xgui4 Studio
7dcbd0978f Refactor display manager and downloader with improved docstrings and error handling
- Enhanced DisplayManager class with detailed docstrings for displayInfo, displayWarn, and displayError methods.
- Updated downloader.py with clearer docstrings and removed unnecessary exception handling.
- Improved instance_manager.py by clarifying the install_instance method and removing redundant try-except blocks.
- Refined mod_manager.py with better docstrings and marked extraction functions for async implementation.
- Updated steam_manager.py with clearer docstrings for add_instance_to_steam function.
- Cleaned up system_manager.py by removing deprecated methods and unnecessary imports.
- Enhanced app_data.py with clearer docstrings and improved instance loading logic.
- Updated content_installer_dialog.py and launcher.py with clearer variable annotations and removed TODOs.
- Modified settingDialog.ui and system_info.ui to improve UI elements and accessibility.
- Updated version numbers in uv.lock for dependencies and ensured compatibility with the latest packages.
2026-05-29 01:07:47 -04:00
xgui4
a42d4f2c3f cleaned the code witj ruff, remove instance type , and some minors typo fixed on docs and other minors changes 2026-05-25 15:09:32 -04:00
xgui4
07c3c4ecf0 update app version to 0.0.20a1, update the lce_inst link , update default setting and fix packages scripts amd little schema update 2026-05-25 00:38:04 -04:00
xgui4
6a9b751027 fix bsd os error and disabled unused git feature since it did not work anyway for now 2026-05-24 15:22:38 -04:00
xgui4
501149af02 remove old instanc,e better docs ,disabled automatc installer in nightly temporaliry due to some issue and fix revelations and disabled mclce until the launcher support remote git source 2026-05-24 14:17:05 -04:00
xgui4
adef70919f re-enables revelations 2026-05-20 01:12:32 -04:00
xgui4
3cf9b66d80 update version and neolegacy version 2026-05-20 00:13:50 -04:00
xgui4
1a8d41a412 Refactor application :
Refactor application  structure by removing BuildInfo class and integrating its attributes directly into the application context. Update features and views to utilize new string constants for application metadata. Replace UserPref class with a new implementation in pref.py, streamlining user preference management. Enhance instance manager and launcher views to accommodate these changes, ensuring consistent access to application information. Remove deprecated preferences module and adjust related functionality across the codebase.
2026-05-18 00:34:25 -04:00
xgui4
9f133c963f updates default instances and ui with mores images 2026-05-17 11:48:59 -04:00
xgui4
d575ab7fd8 updated readme, worflow, installer , port and packages, and begin the fix for flatpak and added and updated the ui for the change of the default instance and that mcle is now source backup only for now 2026-05-16 12:28:08 -04:00
xgui4
8ef77b488b refactor: remove deprecated username field and update instance configurations 2026-05-15 17:47:54 -04:00
xgui4
1d9659492f disabled nightly and instance manager and default instance updated 2026-05-15 14:07:11 -04:00
xgui4
9971a3bbf0 update neolegacy version and instances 2026-05-15 01:22:31 -04:00
xgui4
6125b9a2eb disabled dcma versions , jump to early apha version to fix the laucher, and updaes versions 2026-05-14 23:50:38 -04:00
Xgui4 Studio
3076fd16e7 fix the linux build and update uv.lock and fixes minors bug 2026-05-13 01:52:44 -04:00
Xgui4 Studio
4818b8d94d update to 2026.05.12, removed old code and depency requests, minirs changes to file and start of a better display handler for popuup message box in futue release 2026-05-13 00:51:28 -04:00
xgui4
fd9eea660f updated neolegacy and removed older legacy evolved (replaced by neolegacy) 2026-05-08 18:36:32 -04:00
xgui4
2ce0ca066c add start of steam launch 2026-05-04 18:31:13 -04:00
xgui4
cf3e18fca0 update to 26.4.4b, fix the important bug with symlink, fix the neolegacy instance, and update the schema 2026-05-04 12:18:47 -04:00
xgui4
c46cf726f0 added start of stea managers 2026-05-03 00:47:10 -04:00
xgui4
cb10af1280 update version, and add asether version as default 2026-05-03 00:12:33 -04:00
xgui4
b2be47fb52 Add support for new instances, update UI components, and enhance resource management, update readme and add instance Managers, add Marketplace ,new icon 2026-05-01 01:55:08 -04:00
Xgui4 Studio
5a8611d7b0 updateminors bug fiz + stable versions for niightly build 2026-04-25 20:39:40 -04:00
Xgui4 Studio
033b43a29d new assets and data plus updated pkgbuild 2026-04-24 16:15:44 -04:00
xgui4
b62f02da73 fix build system for Arch 2026-04-20 19:13:52 -04:00
xgui4
5213f5a46e big update + update for the defaults instances 2026-04-14 18:03:09 -04:00
xgui4
166f57f28f feat: Enhance instance loading and UI updates
- Updated `load_instance` function to handle FileNotFoundError gracefully.
- Improved `Launcher` class to update UI elements with instance details after loading.
- Added new properties `image` and `news_feed` to the `Instance` class.
- Introduced JSON schema for instance configuration with new properties.
- Created default instance configuration for "LCE-Hub neoLegacy".
- Added scripts for downloading images and preparing packages.
- Implemented new image handling class for better image management.
- Updated versioning in `main.py` and `uv.lock` for release 0.26.4.11.
2026-04-11 00:22:16 -04:00
xgui4
adad7bea3b Add initial project files and clean-up script
- Created a PowerShell script `clean.ps1` to remove build artifacts and temporary files.
- Added default instance configurations for "Default" and "Legacy Evolved" in JSON format.
- Introduced a guide in JSONC format detailing instance setup and configuration.
- Added an About dialog UI in XML format for the application.
- Included a license string for the GNU General Public License v3 in `license_str.py`.
2026-04-10 02:08:49 -04:00