#############################################################################
@RELEASE: 6.6-4
##############################################################################
@NOCHANGE: No changes in 6.6 branch for 6.6-4
##############################################################################
@RELEASE: 6.6-3
##############################################################################
==== CL 13340 ====
@FIX:Fixed issue when trying to remove jobs from ArtistView that have either not synced internally or have been removed from the supervisor.
==== CL 13306 ====
@FIX:Fixed search bug that would require you to search for nothing between two separate search terms. Now you can search one term, then search another term.
@CHANGE:Refresh clear cache is only avaiable through the View pulldown menu.
==== CL 13297 ====
@FIX:Correct font color for selected items in Windows
==== CL 13295 ====
@NEW:Support for OS X 10.10 Yosemite.
==== CL 13289 ====
@FIX:Frame and Instance timeout now correctly display in ArtistView's job modify dialog.
==== CL 13284 ====
@NEW:View EXR images in the Thumbnails tab
@NEW:Much faster preview of EXR images
@NEW:Always cache all images in Preview tab
@NEW:Preview and Thumbnails tab share image cache when necessary
@CHANGE:Removed "Cache All Images" button in Preview tab, as it is no longer necessary
@FIX:If cache is interrupted, regenerate cached images at next opportunity
@FIX:If you click on a different job while the Preview tab is caching, the previous job will stop caching
@FIX:Thumbnails plugin webpage now loads JS at the end of the page for better performance.
@CHANGE:Update the number of cached preview images to 1000 by default.
==== CL 13195 ====
@FIX:When killing a job at the job level, kill all running and pending frames rather than set them back to a pending state.
==== CL 13192 ====
@CHANGE:Removed QubeLocker from ArtistView as it is a stand-alone utility now.
==== CL 13154 ====
@FIX:Fixed issue in ArtistView that would prevent it from launching the file browser on Linux if an item in $PATH was missing.
==== CL 13116 ====
@FIX:Do not display "QB_CONVERT_PATH(...)" in output path.
==== CL 13077 ====
@FIX:Fixed crash bug when using the search function
##############################################################################
@RELEASE: 6.6-2
##############################################################################
@FIX:Add max instances field to job modify dialog
==== CL 13003 ====
@NEW:Try to use prettier font for job, frame, etc lists if one is available.
==== CL 12983 ====
@FIX:Even on light refreshes (like auto-refresh), keep track of jobs removed from other interfaces.
==== CL 12955 ====
@FIX:Include libraries for MSVC2010 against which the included qb module is compiled - this should resolve an issue launching ArtistView on some versions of Windows.
==== CL 12907 ====
@FIX:Fix lost frames/instances tab contents when switching between jobs and worker tabs.
==== CL 12886 ====
@FIX:Fixed server-side searches
##############################################################################
@RELEASE: 6.6-1
##############################################################################
==== CL 12886 ====
@FIX:Fixed server-side searches
==== CL 12882 ====
@FIX:Fixed submission from ArtistView so that it would display more submission dialogs and call the correct submission UIs from WranglerView.
==== CL 12871 ====
@FIX:Fixed issue with job resubmission when the job contained a callback.
==== CL 12859 ====
@FIX:Faster refresh during auto-refresh or when not refreshing cache.
==== CL 12855 ====
@FIX:Fixed "Restore factory default columns" button in columns preferences.
==== CL 12854 ====
@CHANGE:Progress bar improvements - faster draw and prettier bar.
==== CL 12852 ====
@FIX:Faster refresh during auto-refresh or when not refreshing cache.
==== CL 12814 ====
@FIX:Auto refresh checkbox now displayed so auto-refresh can be enabled
@CHANGE:Auto-refresh disables full cache refresh (you can still do full cache refresh with with shift-F5 or through the "view" pulldown menu)
==== CL 12781 ====
@NEW:Preference to disable the conversion and display of EXR images in the preview tab.
##############################################################################
@RELEASE: 6.6-0
##############################################################################
==== CL 12780 ====
@NEW:Preference to disable the conversion and display of EXR images in the preview tab.
==== CL 12578 ====
@NEW:Added shift-F5 keyboard shortcut for "refresh (clear cache)"
==== CL 12577 ====
@NEW:You can now copy/paste job ids to the clipboard
==== CL 12510 ====
@NEW:Ubuntu support for ArtistView
==== CL 12450 ====
@FIX:Faster start-up on farms with logs of failed jobs.
==== CL 12433 ====
@NEW:New plugin: Job Shove. Only available to Qube admins.
==== CL 12415 ====
@NEW:ArtistView can now find additional plugins paths through an environment variable ARTISTVIEW_ADDITIONAL_PLUGINS_PATHS
==== CL 12390 ====
@NEW:When unblocking frames, unblock enough subjobs/instances to run those frames as well.
==== CL 12372 ====
@CHANGE:When retrying frames in a job that is blocked or a blocked job/subjob, the retry will now unblock the job and/or frames.
==== CL 12355 ====
@NEW:EXR Support for Windows in the preview tab.
==== CL 12343 ====
@FIX:Preview and thumbnails tabs only show images that have completed (even if an image may already exist in the output path, as would be the case for a retry).
==== CL 12342 ====
@FIX:Fixed bug with searching the job list when "refresh_clear_cache" was turned off.
==== CL 12318 ====
@NEW:Added parameters to job modify dialog: retry, retry_work_delay, timeout, preflights
==== CL 12270 ====
@NEW:Maximize button enabled.
==== CL 12265 ====
@FIX:New column for ArtistView job, instance, frame: Auto-retries - shows the number of times the item has been retried by the supervisor.
==== CL 12264 ====
@NEW:New pseudo-state "Retrying" that shows when an agenda item is in the process of retrying a frame or frames.
==== CL 12259 ====
@NEW:"Failing" state that shows there's potential trouble before a job has completed.
@FIX:Fixed joblist to prevent it re-coloring itself when it didn't need to, thus speeding up refresh times
@FIX:Fixed logic in expand/collapse pgrps so progress is being displayed more quickly
@FIX:No need to do pgrp child logic on jobs that have no children, thus speeding up refresh
@FIX:More accurately track pgrp child statuses when displaying the status of the pgrp leader when the pgrp is collapsed
@FIX:Do not clear cache during refresh when the preferences dictate so.
==== CL 12184 ====
@NEW:qb.conf parameter GUI_ONLY_USER_JOBS, if set to true, will disable the user filter icon.
@FIX:prgrp leader's status and progress recursively reflect that of its children when collapsed (previously, it would only look at one level worth of children).