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

wip: oop-ify app #151

Closed
wants to merge 5 commits into from
Closed

wip: oop-ify app #151

wants to merge 5 commits into from

Conversation

GeopJr
Copy link
Owner

@GeopJr GeopJr commented Feb 21, 2023

The way Collision is currently built, it only has 1 window instance and all logic handles that instance's widgets.

This PR changes that, allowing us to create multiple windows / open multiple files at the same time.

Collision

  • Move from ui files to creating the widgets in code
  • "New Window" menu item
  • Remove welcomer file chooser (use the main one instead)
  • Organize views, widgets, functions

nautilus extension

  • Handle multiple files

This is not done, there's still invalid memory issue when opening way too many files at the same time (wip) and specs need to be re-written.

fix: #104

@GeopJr GeopJr mentioned this pull request Sep 23, 2023
@GeopJr GeopJr closed this in #164 Sep 23, 2023
@GeopJr GeopJr deleted the wip/oop-everything branch December 26, 2023 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow launching multiple instances
1 participant