Bug Fixes

#684875 (Bug #62794) ** There was a critical bug when using the p4 list command that could potentially bring a server down. P4V used the list command to more accurately get sync file count numbers. This change removes the dependency upon the 'list' command, but as a result, sync preview behavior has changed somewhat. When multiply selecting paths to sync, instead of getting a complete sync progress, the progress indicator will display the current argument's counts, along with an indicator of which argument it's working on. I.e. If you select three folders, A (200 files), B (500 files), C (100 files). The progress indicator will start up and show: "Copying 200 files to workspace (1 of 3)" When that completes, then it would change to "Copying 500 files to workspace (2 of 3)", etc.