shotgunsoftware / tk-multi-importcut

Import Cut app
Other
0 stars 0 forks source link

For #29241, ui polish, style sheet and fixes #5

Closed sgsteph closed 9 years ago

sgsteph commented 9 years ago

Squashed commit of all the child branches / tickets

Polished import dialog layout Added a css file watcher when launched from tk-shell so the app can be styled interactively.

Improved errors handling

Added progress screen with progress bar instead of inline progress bar. Added a confirmation dialog when the user hit "Reset" Added ExtendedThumbnail class with overriden paint event Display cut order numbers directly on thumbnails Added thumbnail red outline for omitted shots Do not display "None" anymore in various places. Lot of color / fonts / margins adjustments. Moved most of the styling in external style sheet file. Adjusted message in feedback QLabel Defined / moved constants definition in constants.py Moved the css file out the ui folder which should only contain generated .py files. Refactored a couple of layouts to have better screen titles Removed cards black borders and have a dark background in all scroll area. Added an "edl" icon in drop screen. Searches are now case insensitive. Fixed wrong order when exiting search. Made sort case insensitive. Added a "Select" button on sequences and cuts screens. "Close" button instead of "Quit". Added styling in style sheet so drop area looks like in other studio apps