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

Minor code clean-up and QML warning and error fixes #2226

Merged
merged 13 commits into from
Nov 6, 2023

Conversation

cbentejac
Copy link
Contributor

@cbentejac cbentejac commented Oct 17, 2023

Description

This PR does the following:

  • Fix some QML errors and warnings:
    • Some binding loop warnings in the Graph Editor, and more specifically, in the AttributeItemDelegate, which appeared whenever a ListAttribute was being expanded;
    • Some <Unknown File>: Can't assign to existing role 'value' of different type [VariantMap -> String] error which occurred whenever the metadata view was enabled if at least one of the metadata keys had an empty value;
    • Some Unable to assign [undefined] to QString error which occurred whenever the search bar was cleared;
    • A TypeError: Cannot read property '' of null error which occurred when loading a new project file while the Feature Viewer was enabled.
  • Harmonize the code syntax across all the QML files;
  • Harmonize the syntax for the nodes' descriptions across all the files.

The content of the nodes' description itself is not improved and is not part of the scope of this PR.

@fabiencastan fabiencastan merged commit 0b8c286 into develop Nov 6, 2023
2 checks passed
@fabiencastan fabiencastan deleted the dev/minorCleanUp branch November 6, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants