-
Notifications
You must be signed in to change notification settings - Fork 163
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
qtFRED variables editor #6150
Open
JohnAFernandez
wants to merge
154
commits into
scp-fs2open:master
Choose a base branch
from
JohnAFernandez:qtFRED-variables-editor
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
qtFRED variables editor #6150
JohnAFernandez
wants to merge
154
commits into
scp-fs2open:master
from
JohnAFernandez:qtFRED-variables-editor
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not building yet. Some sort of linking error
Also, add a few declarations for List and Map contents editing.
And add stubs for other model functions we'll need
and a few other functions
And container functions
Add it to the editor menu (with shortcut), and fix it showing up when started
Edits were previously done on a machine that could not build or use a linter.
And correct the Apply function some.
And clean up dialog model slightly
And other things
Instead of name.
This helps prevent name collisions
JohnAFernandez
added
qtfred
A feature or issue related to qtFred.
required feature
A PR that provides required functionality for an app in development. (not fix or enhancement)
labels
May 16, 2024
JohnAFernandez
force-pushed
the
qtFRED-variables-editor
branch
from
May 16, 2024 19:31
6458258
to
1945a09
Compare
JohnAFernandez
force-pushed
the
qtFRED-variables-editor
branch
from
May 16, 2024 19:41
1945a09
to
87367d6
Compare
While I still have to do a last run of tests on the last two features I added, this is now basically done and ready for review. |
Implements container contents reading, as well
Goober5000
added
the
Waiting for Stable
Marks a pull request that is to be merged after the next stable release, due to a release cycle
label
Aug 27, 2024
Goober5000
removed
the
Waiting for Stable
Marks a pull request that is to be merged after the next stable release, due to a release cycle
label
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
qtfred
A feature or issue related to qtFred.
required feature
A PR that provides required functionality for an app in development. (not fix or enhancement)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft because there are a couple more issues to iron out with character limits of list and map items and applying the changes to the mission, but it's close enough to being done that people can start taking a look. The basic functionality is pretty well tested, but I think we'll need some real-world testing once it's in.
Note: This allows duplicate keys until the dialog is accepted, at which point it checks for duplicate keys, warns the user and prevents saving, listing the exact items that are problematic. This allows users to make edits without qtFRED erasing user inputs if they happen to be duplicates. But that means that keys are not really keys until saved to the mission.
There's some new features as well, like value-key switching. Variable and container copying, etc.