Commit Graph

18 Commits

Author SHA1 Message Date
xgui4
b2e46f9fbd fix the app plus better code 2026-03-31 21:07:19 -04:00
xgui4
ee027e91b2 update the app 2026-03-31 17:58:45 -04:00
xgui4
16b5033176 try to fix the program 2026-03-31 00:34:39 -04:00
xgui4
87a03db525 minor upgrade and modified the version scheme 2026-03-30 23:25:23 -04:00
xgui4
52fd85e911 update to alpha 1 and minors update 2026-03-27 22:27:05 -04:00
xgui4
472ca6f7d8 more updates 2026-03-25 22:35:51 -04:00
xgui4
36d705772c fixed action and pyproject file 2026-03-24 17:47:27 -04:00
xgui4
1f79179c2e fix nighly, better structure , update package and project configuration and theme 2026-03-24 17:30:52 -04:00
xgui4
fc9e216b9a Refactor CI workflow and build scripts; enable fail-fast, update Nuitka settings, and streamline build process for Windows and Linux. 2026-03-22 18:34:05 -04:00
Xgui4-Dev
2f79802dde fix feature request issue template
Removed type field from feature request template.
2026-03-19 00:44:51 -04:00
xgui4
83efb85dd0 update the github config 2026-03-19 00:35:33 -04:00
xgui4
3a610d30b8 Add new assets and implement theme settings
- Added a new pointer image to the assets directory.
- Created dark and light stylesheet files for UI theming.
- Implemented a settings dialog with placeholder text.
- Defined a Theme enumeration to manage different UI themes.
-  and more
2026-03-18 20:51:31 -04:00
Xgui4-Dev
7df73bc31c Enable blank issues in issue template configuration 2026-03-18 00:30:06 -04:00
xgui4
b0e65d1c3f fix the nighly build 2026-03-18 00:23:55 -04:00
xgui4
1ada97c6fe feat: Update README with warning and feature list; improve software requirements
fix: Change version type to nightly and add version number in build_info.py

refactor: Update form.ui layout and improve widget organization

feat: Enhance instance management with save/load functionality and default save path

feat: Implement browser dialog for external links in launcher.py

feat: Add issue templates for bug reports and feature requests in GitHub

chore: Create browser_dialog.py for handling web views in dialogs
2026-03-17 23:29:32 -04:00
xgui4
d8fb70e46c fix the nightly build action 2026-03-12 20:36:34 -04:00
xgui4
bc337fcb39 fix nightly build 2026-03-12 19:30:30 -04:00
xgui4
b8f728f4ee Add initial implementation of Minecraft LCE QT Launcher
- Added assets including Minecraft icon and styles for the UI.
- Created a Code of Conduct to promote inclusivity and respect within the community.
- Implemented app configuration management with `app_config.py` and `config.py`.
- Developed instance management functionality in `instance_manager.py`.
- Introduced a downloader class for handling client downloads in `downloader.py`.
- Designed the main UI layout using Qt Designer in `form.ui`.
- Established the main application logic in `launcher.py`, including command-line argument handling.
- Added system management capabilities to detect the operating system in `system_manager.py`.
2026-03-12 19:13:03 -04:00