-
Notifications
You must be signed in to change notification settings - Fork 202
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
Cuesubmit jobs from config file with dynamic widgets #1425
Merged
DiegoTavares
merged 36 commits into
AcademySoftwareFoundation:master
from
lithorus:pr/1281
Jul 24, 2024
Merged
Cuesubmit jobs from config file with dynamic widgets #1425
DiegoTavares
merged 36 commits into
AcademySoftwareFoundation:master
from
lithorus:pr/1281
Jul 24, 2024
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
…esult on the calling widget
…that feeds the lineEdit widget with browse result.
…d them to the UI before they are fully valid.
…the java code replacing it with the proper value.
…FeedbackCommand()` function
# Conflicts: # cuesubmit/cuesubmit/Constants.py # cuesubmit/cuesubmit/ui/Widgets.py
# Conflicts: # cuesubmit/cuesubmit/ui/Style.py
# Conflicts: # cuesubmit/cuesubmit/ui/SettingsWidgets.py
# Conflicts: # cuesubmit/cuesubmit/Constants.py # cuesubmit/cuesubmit/Submission.py # cuesubmit/cuesubmit/ui/Style.py
# Conflicts: # cuesubmit/cuesubmit/ui/SettingsWidgets.py # cuesubmit/cuesubmit/ui/Style.py
lithorus
requested review from
bcipriano,
DiegoTavares and
ramonfigueiredo
as code owners
July 18, 2024 20:22
DiegoTavares
approved these changes
Jul 18, 2024
lithorus
changed the title
Cuesubmit jobs from config file and dynamic widgets
Cuesubmit jobs from config file with dynamic widgets
Jul 18, 2024
DiegoTavares
merged commit Jul 24, 2024
e17163a
into
AcademySoftwareFoundation:master
13 checks passed
This was referenced Jul 25, 2024
Closed
n-jay
pushed a commit
to n-jay/OpenCue
that referenced
this pull request
Jul 26, 2024
…Foundation#1425) * feat: add a `Browse` button, not visible by default * feat: add 2 functions `getFolder` and `getFile` (with optional file filter) * feat: add wrappers to `getFile` and `getFolder` to set the returned result on the calling widget * feat: add functions to display the browse button and attach wrappers that feeds the lineEdit widget with browse result. * feat: Make `BaseMayaSettings` and `InMayaSettings` browsable with file filter * feat: Make `BaseNukeSettings` and `InNukeSettings` browsable with file filter * feat: Make `BaseBlenderSettings` browsable with file filter * feat!: Group all job specific widgets in a groupBox with title * feat: moved job specific widget group below job setup widgets * feat: add styling for QGroupBox * feat: add `greyOut()` function to `CueLabelLineEdit` * feat: add styling for disabled `CueLabelLineEdit` * fix: make maya command use start and end frames instead of fixed single frame. * feat!: add `silent` argument to `build*Cmd()` functions so we can feed them to the UI before they are fully valid. * fix!: remove redundant functions and use the new `silent` argument * feat: add constants `FRAME_START` and `FRAME_END` * fix!: FRAME_TOKEN must not be configurable as it is not forwarded to the java code replacing it with the proper value. * feat: add commandFeedback widget in `CueSubmitWidget` and its `updateFeedbackCommand()` function * fix: revert 2 deleted lines * fix: update blender command when changing output format * fix: update layout var * clean: move line up with sibling * fix: change expected maya command test result * feat: add Constants `MAYA_FILE_FILTERS`, `NUKE_FILE_FILTERS`, `BLENDER_FILE_FILTERS` * fix: use Constants `MAYA_FILE_FILTERS`, `NUKE_FILE_FILTERS`, `BLENDER_FILE_FILTERS` * Added missing CueLabelLineEdit.setter and fixed some linting issues --------- Co-authored-by: Kern Attila Germain <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Link the Issue(s) this Pull Request is related to.
This is a merge of #1281 #1282 #1283 #1284 and a few adaptions to current code base