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

Fix: Correctly Set Working Directory in GUI #1829

Merged
merged 14 commits into from
Apr 2, 2024
Merged

Fix: Correctly Set Working Directory in GUI #1829

merged 14 commits into from
Apr 2, 2024

Conversation

rhinoella
Copy link
Contributor

@rhinoella rhinoella commented Apr 2, 2024

Currently dissolve does not set the working directory to the input file directory when you start from new, causing the exports to spew out in the GUI binary directory.

This PR fixes that, implementing a new function setInputFilename in the GUI class.

@rhinoella rhinoella requested a review from trisyoungs April 2, 2024 09:15
Copy link
Member

@trisyoungs trisyoungs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

src/gui/gui.h Outdated Show resolved Hide resolved
src/gui/menu_file.cpp Outdated Show resolved Hide resolved
rprospero and others added 10 commits April 2, 2024 15:04
Co-authored-by: Adam Washington <[email protected]>
Co-authored-by: Jared Swift <[email protected]>
Co-authored-by: Tristan Youngs <[email protected]>
Co-authored-by: Adam Washington <[email protected]>
Co-authored-by: Danbr4d <[email protected]>
Co-authored-by: Jared Swift <[email protected]>
Co-authored-by: Adam Washington <[email protected]>

Rewrite the Data Manager dialog to use QML.
This enables immediate search in the Data Manager Dialog (and other tables as QML support expands).  This also officially adds support for regular expression search in these tables.
@rhinoella rhinoella changed the base branch from develop to release/0.9.0 April 2, 2024 14:06
@rhinoella rhinoella changed the base branch from release/0.9.0 to develop April 2, 2024 14:06
@rhinoella rhinoella added Type: Bug General bug / issue Scope: GUI Related to the GUI labels Apr 2, 2024
@rhinoella rhinoella merged commit 5e9cc8e into develop Apr 2, 2024
10 checks passed
@rhinoella rhinoella deleted the fix-exports branch April 2, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: GUI Related to the GUI Type: Bug General bug / issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants