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

Cuesubmit jobs from config file with dynamic widgets #1425

Merged
merged 36 commits into from
Jul 24, 2024

Conversation

lithorus
Copy link
Contributor

@lithorus lithorus commented Jul 18, 2024

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

KernAttila and others added 30 commits March 27, 2023 19:58
…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.
# Conflicts:
#	cuesubmit/cuesubmit/Constants.py
#	cuesubmit/cuesubmit/ui/Widgets.py
# Conflicts:
#	cuesubmit/cuesubmit/ui/Style.py
lithorus and others added 5 commits July 18, 2024 00:43
# 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 lithorus changed the title Cuesubmit jobs from config file and dynamic widgets Cuesubmit jobs from config file with dynamic widgets Jul 18, 2024
@DiegoTavares DiegoTavares merged commit e17163a into AcademySoftwareFoundation:master Jul 24, 2024
13 checks passed
@lithorus lithorus deleted the pr/1281 branch July 24, 2024 20:49
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants