* Added new SiteSync model
Used to get information from SiteSync module to enhance Loader UI.
* Added new SiteSync method to controller
Other models will be using these to get information pertaining SiteSync
* Added missed commit
* Implemented collection of SiteSync info
* Added AvailabilityDelegate
Shows how many representations are present locally and remotely in Loader summary page.
* Added fields to store progress info
* Fix HiddenAttr to carry value
* Refactored to internal variable
Changes made after discussion
* Implemented ActionItems for upload/download/remove
Replaced old Launcher approach, now it is not necessary after refactor of Ayon launcher.
* Update openpype/tools/ayon_loader/abstract.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Hound
* Refactor better retrieval of icon
* Refactor better readability
* Refactor renamed delegate
* Refactor better retrieval of icons
* Refactor better readability
* Refactor removed unneeded explicit refresh
* Hound
* Hound
* Hound
* Fix used wrong type
* Update openpype/tools/ayon_loader/ui/products_delegates.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Refactor renamed variable name
* Refactor formatting
* Added progress for representations
* cache version availability
* cache representations sync status
* changed representations count logic and moved it to products model
* site sync enabled is cached
* active and remote site names are cached
* small tweaks in site sync model
* change methods called by controller
* hide site sync columns if site sync not enabled
* use string conversion before iteration
* smal formatting changes
* updated abstract class with abstract methods
* renamed site sync model variable
* fixed method name
* fix used method name
* rename '_sitesync_addon' to '_site_sync_addon'
* fix remote site name cache
* small formatting changes in delegate
* modify site sync delegate to be more dynamic
* fix delegate painting
* do not handle repre progress in products model
* Add comma back
* simplify delegate code
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
* moved universal 'TreeView' to utils
* use 'TreeView' in folders widget
* propagate 'set_deselectable' in 'FoldersWidget'
* propagate more public functionality of 'FoldersWidget'
* fix 'set_name_filer' typo
* rename 'get_current_project_name' to 'get_selected_project_name'
* added signals to task and project widgets
* implemented more helper methods in hierarchy model
* added more information to 'FolderItem'
* add empty line after docstring
* fix expected selection of folders in loader
* keep only 'double_clicked' signal
* pass full mouse event to signal
* initial commitof ayon loader
* tweaks in ayon utils
* implemented product type filtering
* products have icons and proper style
* fix refresh of products
* added enable grouping checkbox
* added icons and sorting of grouped items
* fix version delegate
* add splitter between context and product type filtering
* fix products filtering by name
* implemented 'filter_repre_contexts_by_loader'
* implemented base of action items
* implemented folder underline colors
* changed version items to dictionary
* use 'product_id' instead of 'subset_id'
* base implementation of info widget
* require less to trigger action
* set selection of version ids in controller
* added representation widget and related logic changes
* implemented actions in representations widget
* handle load error
* use versions for subset loader
* fix representations widget
* implemente "in scene" logic properly
* use ayon loader in host tools
* fix used function to get tasks
* show actions per representation name
* center window
* add window flag to loader window
* added 'ThumbnailPainterWidget' to tool utils
* implemented thumbnails model
* implement thumbnail widget
* fix FolderItem args docstring
* bypass bug in ayon_api
* fix sorting of folders
* added refresh button
* added expected selection and go to current context
* added information if project item is library project
* added more filtering options to projects widget
* added missing information abou is library to model items
* remove select project item on selection change
* filter out non library projects
* set current context project to project combobox
* change window title
* fix hero version queries
* move current project to the top
* fix reset
* change icon for library projects
* added libraries separator to project widget
* show libraries separator in loader
* ise single line expression
* library loader tool is loader tool in AYON mode
* fixes in grouping model
* implemented grouping logic
* use loader in tray action
* better initial sizes
* moved 'ActionItem' to abstract
* filter loaders by tool name based on current context project
* formatting fixes
* separate abstract classes into frontend and backend abstractions
* added docstrings to abstractions
* implemented 'to_data' and 'from_data' for action item options
* added more docstrings
* first filter representation contexts and then create action items
* implemented 'refresh' method
* do not reset controller in '_on_first_show'
Method '_on_show_timer' will take about the reset.
* 'ThumbnailPainterWidget' have more options of bg painting
* do not use checkerboard in loader thumbnail
* fix condition
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>