* ayon workfiles tool initial commit
* separated models into smaller files
* workfile can be listed and opened
* added browse logic
* added TODO for helper functions
* modified abstract controller
* implemented required methods
* base of save dialog
* added project settings to controller
* set context of side panel on init
* implemented save as dialog
* cleanup expected selection
* unify controller variable name
* base of published workfiles
* working published workfile copy
* added more missing features from workfiles tool
* Changed size policy of buttons to fill space vertically
* added overlay messages
* moved objects to abstraction
* moved 'window.py' to widgets
* small modifications in widgets
* get_workfile_info returns object
* filled docstrings in abstractions
* finishing touches
* backwards compatible work with host
* close window on successfull open
* remove indentation completelly
* added style for overlay label
* added handling of invalid host in controller
* added overlay with message if host is not valid
* added missing feature of disabled save
* use ayon_workfiles in ayon mode
* cleanup
* hound fixes
* use asset doc for 'change_current_context'
* added duplication action
* removed unused attributes and methods
* refresh workarea view on save as finished
* support host integrations without 'HostBase'
* fix 'filepath' fill
* reset item cache on save
* do not handle filepath in prepare workfile
* rename '_create_workfile_doc' > '_create_workfile_info_entity'
* fill comment before formatting
* fix column count by not calling 'clear'
* more explicit name of method
* use 'setHeaderData' to define header labels
* mimic changes from workarea widget in published widget
* renamed 'validations_widget.py' to 'report_page.py'
* Implemented base logic and widgets for logs
* make one report page
* added missing imports
* added missing constants
* move and rename 'VerticallScrollArea' to 'VerticalScrollArea'
* Validation erro item have id
* use 'ReportPageWidget' in window
* change 'bg-button-hover' key to 'bg-buttons-hover' in style colors
* move publish actions widgets
* Refactored how validation error title is showed
* remove item id from validation error item but add id to group items
* remove margins from actions widget
* shrink publish frame on finished publishing
* fix dash line draw
* add missing styles
* fix dash line in thumbnail widget
* added crash widget and changed layout a little
* added infor overlay message
* export and copy report happens in main window
* fix docstrings
* added per plugin filtering for validation errors
* added implementation of 'FlowLayout'
* actions buttons are in flow layout
* fix actions order
* implemented expanding text edit widget
* expand button has some signals and properties
* description and details are separated widgets
* fix typo
* added constans to '__all__'
* parse icon def is a function
* change layout of widgets
* fix log filtering
* added state icon to instances
* fix pyside6 issues
* implemented 'ClassicExpandBtnLabel' with arrow images
* modified details separator
* added some spacing to layouts
* fix syle of description inputs and progress color
* removed unused import
* add 'is_validation_error' to errored result
* validation error has different icon in logs view
* added plugin name to ValueError if happens
* spacer before detail inputs moved out of detals widget
* fix actions visible in craash report
* ignore pyblish base classes
* filter base plugins in discovery
* use 'is' comparison instead of '__eq__'
* fix action error handling
* Fix handling of 'None' values in comparison
* formatting fix
* Report instance card have same margins as in create mode
* publish instances are grouped by family
* log messages are rstripped
* border hover has color without alpha
* changed border radius to 0.2em
* removed border from scroll area
* variant hint button has 0.5em width
* inputs in attribute definitions have smaller padding
* label is shown only to value inputs and added tooltips
* change spacing for attribute befinitions
* align labels to right
* implemented 'ComboBox' which ignores wheel events and has styled delegate
* PixmalLabel has minimum sizeHint
* cards are smaller
* renamed 'Options' to 'Context'
* implemented active state changes in card view
* set object name of main window to "PublishWindow"
* plugin don't have to pass 'title' to an error
* fix PySide6 support for custom keysequences
* check for exact match for all bindings
* added validation of exact match for save shortcut