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

{On hold} v1.4.2_rdo7 to v1.9.1_rdo #11

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

JeanChristopheMorinRodeoFX
Copy link

@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX commented Jan 12, 2016

As discussed with Julien, I merged our changes into shotgun changes to be able to send them our version.

First 8 commits have been cherry-picked from master_rdo. My commits are for the publishes search which needed a little cleanup and merged some stuff to avoid code duplication.

I still need to add one or two line to make the zoom slider (when in thumb view) disappear when we switch in list view.


This change is Reviewable

Julien Dubuisson and others added 4 commits January 11, 2016 12:18
…e publish name

We allow multiple tasks to produce the same output so we just want
to display one stream of publishes for a given name. Our publish system
being name based two different publishes can't share the same name.
They may be from different departments (cmm or layout cameras) but
then they are just two different versions of the same output.
I tweaked the _on_before_paint method to allow easy customization of the
delegate through inheritance.
Subclasses just have to override the get_name_string and get_details_string
methods to change what's painted in the item.
@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX changed the title [Update] Clean branch to for shotgun [Update] Clean branch for shotgun Jan 12, 2016
@JeanChristopheMorinRodeoFX
Copy link
Author

I need to rename everything named with rdo

@@ -143,3 +143,4 @@ requires_engine_version:
frameworks:
- {"name": "tk-framework-shotgunutils", "version": "v4.x.x"}
- {"name": "tk-framework-qtwidgets", "version": "v2.x.x"}
- {"name": "tk-framework-rdo", 'version': "v0.0.x"}

Choose a reason for hiding this comment

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

Do we want to share our framework? It is used only for the icons right?

Choose a reason for hiding this comment

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

From Julien (in git colony):

It's used for the icons and for the custom widget we use for the load options. We won't share it

@JeanChristopheMorinRodeoFX
Copy link
Author

If we want to share that with Shotgun, we might want to make the status filter update faster. When we open the loader, it takes a lot of time to get the number of items for each status, which is quite annoying.

@@ -0,0 +1,80 @@
# Copyright (c) 2013 Shotgun Software Inc.

Choose a reason for hiding this comment

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

Test notes

Choose a reason for hiding this comment

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

!fix

Choose a reason for hiding this comment

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

!resolved

@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX changed the title [Update] Clean branch for shotgun [FRI] Clean branch for shotgun Mar 11, 2016
@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX changed the title [FRI] Clean branch for shotgun [FRI] v1.4.2_rdo7 to v1.9.1_rdo (RP-246) Mar 11, 2016
@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX changed the title [FRI] v1.4.2_rdo7 to v1.9.1_rdo (RP-246) [FRI] v1.4.2_rdo7 to v1.9.1_rdo (RP-243) Mar 11, 2016
@JeanChristopheMorinRodeoFX
Copy link
Author

Initial PR was #10 but shotgunsoftware#111 has a better version, nicely integrated with new changes, with sme changes made by me. Nothing major, just changes the search widget to avoid code duplication and a little UI bug in XSI.

@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX changed the title [FRI] v1.4.2_rdo7 to v1.9.1_rdo (RP-243) [FRI] v1.4.2_rdo7 to v1.9.1_rdo (RP-246) (RP-243) Mar 15, 2016
@@ -276,6 +272,18 @@ def __init__(self, action_manager, parent=None):
show_details = self._settings_manager.retrieve("show_details", False)
self._set_details_pane_visiblity(show_details)

# Add rdo custom UI
hlayout = QtGui.QHBoxLayout()
spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
Copy link

Choose a reason for hiding this comment

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

🐫Case

@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX changed the title [FRI] v1.4.2_rdo7 to v1.9.1_rdo (RP-246) (RP-243) [FRI] v1.4.2_rdo7 to v1.9.1_rdo Mar 16, 2016
@JeanChristopheMorinRodeoFX JeanChristopheMorinRodeoFX changed the title [FRI] v1.4.2_rdo7 to v1.9.1_rdo {On hold} v1.4.2_rdo7 to v1.9.1_rdo Jun 20, 2016
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.

4 participants