Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.2 alpha #15

Merged
merged 32 commits into from
Jul 29, 2024
Merged

0.4.2 alpha #15

merged 32 commits into from
Jul 29, 2024

Conversation

TheHeadmaster
Copy link
Owner

@TheHeadmaster TheHeadmaster commented Jul 26, 2024

Major changes:

  • Closes Implement project creation functionality #12 - New Project dialog implemented. Doesn't do much, but the dialog does create a directory with a project file in it, so that part of the functionality is complete.
  • Closes Create splash page #13 - A splash page shows on application startup.
  • Closes Implement logging #14 - Logging implemented. You can now look at the log file to see error output.
  • Menu items now have hotkey glyphs that show, which are associated with their bindings.
  • Application now starts maximized by default.

@TheHeadmaster TheHeadmaster added the enhancement New feature or request label Jul 26, 2024
@TheHeadmaster TheHeadmaster self-assigned this Jul 26, 2024
@TheHeadmaster TheHeadmaster linked an issue Jul 26, 2024 that may be closed by this pull request
…s functionality. Removed App StartupUri in xaml.

#13
Moved LoadingSplash and Workspace to Controls folder.
…for Workspace. Removed title from workspace as this will be defined in another place. Window now starts up at center screen. Font family changed to Cascadia Mono. Added background to Workspace. Changed Workspace dimensions.

#12
…er for hotkey bindings). Added SystemHelper and NativeUtilities. Added RECT struct. Added BorderlessWindow and BorderlessReactiveWindow base classes. Added Animations, Brushes, Controls, and Converters resource dictionaries. Added WindowDefinition. Changed Workspace to BorderlessReactiveWindow. Added design instance of viewmodel to Workspace.

#12
…png files. Added KeyBindingGlyph and KeyBindingVisuals, as well as related view models. Replaced "Deus" with "Horizon" in copied over image references, as the code came from a separate project and some replaces were missed. Cleaned up window definition visuals and made it neater. Changed Workspace background to resource brush.

#12
…d-coded "Horizon" title with a template binding. Fixed a design time issue where glyph resources would not be loaded in a data template for KeyBindingVisuals.

#12
…the main menu, shortcuts, and toolbar. Removed unused namespaces from WorkspaceViewModel.

#12
…ojectWindowValidator. Fixed an issue where the directory being created was the file path (with name) instead of the containing directory. Fleshed out the entirety of the New Project dialog functionality and hookup. Added ListBoxDefinition and ListBoxItemDefinition. Added ProjectTemplate.

#12
@TheHeadmaster TheHeadmaster linked an issue Jul 29, 2024 that may be closed by this pull request
@TheHeadmaster
Copy link
Owner Author

All checks have passed, acceptance criteria has been met.

@TheHeadmaster TheHeadmaster merged commit 551d14f into master Jul 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement logging Create splash page Implement project creation functionality
1 participant