* Initial commit for new UI
* Initial commit for new UI
* WIP
* Status bar updates and has an icon for online / offline
* Add log_viewer.py
* Use JSON for delete_engine_download API
* Fix class issue with Downloaders
* Move Config class to new ui
* Add engine_browser.py
* Add a close event handler to the main window
* Fix issue with engine manager not deleting engines properly
* Rearrange all the files
* Add icons and resources
* Cache system info in RenderServerProxy
* Toolbar polish
* Fix resource path in status bar
* Add config_dir to misc_helper.py
* Add try block to zeroconf setup
* Add add_job.py
* Add raw args to add_job.py
* Add pubsub to render_queue and base_worker
* Refactor: Convert ZeroconfServer to Singleton with Class Methods
* New API for subjob servers to notify parent job servers of status changes
* Refactor: Move all subjob related methods to distributed_job_manager.py
* Rewrite for wait_for_subjobs
* Fix: DistributedJobManager.find_available_servers() takes 1 positional argument but 3 were given
* DistributedJobManager should now notify / be notified abotu background job changes
* Fix the make_ready api. Change children keyname to be id@hostname so it can be unique
* Fixes
* Image sequence to movie needs to find the actual start frame
* Fix: subjob_status_change did not return a valid response
* Fix client renderer selection
* Small fix for subjob status checking
* Fix issue with divide_frames_equally
* Fix issue where downloads were not occurring
* Fix issue where old status was being reported
* Add docstrings and code cleanup