Change 12961

alan_petersen (alan_petersen)
alan_petersen committed this change into //guest/perforce_software/piper/mac/main
Request Review
Download .zip
Piper 2.0 Mega Update

New Features/Functionality
- Added help menu redirecting to URL.
- Added readonly property for creating new workspaces.
- Added html hyperlinks for Copy link functionality.
- Added functionality for managing Finder Favorite items in sidebar.
- Redesigned the way mapping is stored in Piper.
- First version of syncing finder sidebar items with workspace mapping.
- Small sorting improvements.
- Creating Projects directory inside users home folder.
- Adding Projects folder to finder sidebar item.
- Creating and removing symbolic links accordingly to mapped folders.
- Preventing duplicate names in symbolic links.
- Refreshing symbolic links on mapping change inside application.
- Storing workspace and server details in p4 configuration for other applications to use.
- Added contextual menu items for Finder integration.
- Added services menu for Adobe Illustrator integration.
- Keyboard shortcuts for Illustrator integration.
- Code refactoring and fixes for mapping issues.
- Added Finder functionality to edit all files in folder.
- Added user friendly message when editing a file using Finder outside the workspace.
- Implemented hidden automatic login when opening application using Finder integration.
- Logging to file in ~/Library/Logs
- Unified workspace and all files views to show both local and depot files and folders.
- Removed my workspace view references and logic.
- Editing unmapped files on server.
- First version of adding file to unmapped folders.
- Showing opened by and edit actions in column details for all depot files.
- Improved mappings functionality.
- Enabled same feature options for mapped and unmapped folders and files.
- Redesigned from scratch mapping and unmapping procedures for adding and removing files.
- Implemented cleaning workspace using new mapping functionality. Removed debug overlay coloring.
- Automated workspace creation
- Improvements in editing files already mapped to workspace.
- Implemented deleting remote files.
- Implemented first version of move operation for remote files.
- Removing last workspace information when disconnecting from workspace using app menu.
- Implemented editing and submitting using symbolic links in project folder. New finder menu service for symbolic links Show in Piper which acts like share link functionality.
- New icons for files and folders not tracked in the filesystem.
- Improvements in showing file using share link.
- Switched to new way of retrieving files in order to show user changes.
- Redesigned and implemented new functionality for chaining operations with mapping.
- Improvements and redesign of Edit/add actions to use new chaining logic . Fixed issue with file edit.
- Improvements in window showing when using services.
- Simplified file loading so the local files appears only when remote are also loaded.
- Improved deleting of untracked files to avoid mapping and marking for delete.
- Enabling simple copy paste and moving of remote and local files.
- Added abort for exception handling in order to force crashing application on critical failures
- Added custom exception handling for catching runtime errors to log and crash instead of continuing in unstable state.
- Changed file copying to use mark for add .
- Simplified and fixed responding file representations to mapping changes.

Bug Fixes
- Fixed crash when synchronizing.
- Fixed sync issue when downloading directory without file size information.
- Fixed issue with unread list crashing when file is not existing on disk.
- Fixed incorrect sync progress calculation.
- Removed relative path issues.
- Fixed many of case-sensitivity problems.
- Fixed deprecated methods and related issues in OS X 10.10.
- Fixed folder rename not updating in column view. Revised and fixed many potential problems from implicit casting.
- Fixed missing sync button on fast sync completion.
- Refreshing mapping on synchronization. Fixed symbolic links not appearing until app is restarted.
- Fixed latest crashing of autosync.
- Fixed loading indicator issues.
- Fixed and redesigned submit dialog to work correctly with Submit All Files option in Finder.
- Fixed multiple error messages on network outage. Redesigned showing errors in main window.
- Fixed opening random locations when using Finder integration.
- Fixed issue when panel was detached from parent window.
- Fixed bug when creating new workspace wouldn't store default settings.
- Fixed memory issues with network operations.
- Fixes in relogging mappings and file listing.
- Improvements in editing unmapped files.
- Fixed crash when adding file outside workspace.
- Fixed breadcrumbs control issue.
- Fixed issue with double parent folders when opening unmapped files.
- Fixed crashes on sync after mapping new files.
- Fixed issue with editing file using Finder
-- Merging code and additional fixes in add button functionality.
- Fixed unsync not working
- Fixed submit panel issue not selecting files with different name case.
- Fixed missing revert and sync to workspace actions in some cases.
- Fixed issue with Submit and Edit finder actions. Improvements in stability of finder integration.
- Fixed issue with unsubmitted folders breaking status of files inside.
- Fixed issue with added files not showing correct icon and status.
- Fixed bug with file edit resulting in a new directory named exactly like a file.
- Fixed issue with reloading of subpath resulting in untracked folders.
- Fixed mapping issue when result was always view mapping not relative.
- Fixed submit panel showing more than once.
- Fixed illustrator services not working.
- Fixed userdefaults preferences problem with workspace name being null.
- Fixed userdefaults keypath problem of dot-containing workspace names.
- Forcing recreating of browser to possibly prevent pre-10.10 errors with automatic workspace selection.
- Fixed adding file to depot not presenting correct icon.
- Fixed issues with reverting a file that was marked for add.
- Presenting error when trying to submit untracked files.
- Fixed issue when submit files service crashed when using unmapped files.
- Fixed file representation disappearing when removing file.
- Fixed issue with symlinks resolving working on 10.10 only. Issue related to workspace selection not showing.
- Fixed error panel method calls unavailable in Mac OS versions before 10.10. Issue related to hanging error panels.
- Fixed removing a local file resulting in action progress freezing.
- Fixed open file not working after edit.
- Fixing crash when mapping changed. Issue related to moving local file to unmapped folder and other similar cases.
  • Files 207
  • Comments 0
124 edited 73 added 10 deleted
.assembla_p4config#1
Loading...
Perforce.xcodeproj/project.pbxproj#1
Loading...
Perforce.xcodeproj/project.xcworkspace/contents.xcworkspacedata#1
Loading...
Perforce.xcodeproj/project.xcworkspace/xcshareddata/Perforce.xccheckout#1
Loading...
Perforce.xcodeproj/project.xcworkspace/xcuserdata/adam.xcuserdatad/UserInterfaceState.xcuserstate#1
Loading...
Perforce.xcodeproj/project.xcworkspace/xcuserdata/adam.xcuserdatad/WorkspaceSettings.xcsettings#1
Loading...
Perforce.xcodeproj/project.xcworkspace/xcuserdata/apetersen.xcuserdatad/UserInterfaceState.xcuserstate#1
Loading...
Perforce.xcodeproj/xcshareddata/xcdebugger/Breakpoints.xcbkptlist#1
Loading...
Perforce.xcodeproj/xcshareddata/xcschemes/Perforce.xcscheme#1
Loading...
Perforce.xcodeproj/xcuserdata/adam.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist#1
Loading...
Perforce.xcodeproj/xcuserdata/adam.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist#1
Loading...
Perforce.xcodeproj/xcuserdata/adam.xcuserdatad/xcschemes/xcschememanagement.plist#1
Loading...
Perforce.xcodeproj/xcuserdata/apetersen.xcuserdatad/xcschemes/xcschememanagement.plist#1
Loading...
Perforce/AppDelegate.m#2
Loading...
Perforce/Classes/Client/P4Connection.h#2
Loading...
Perforce/Classes/Client/P4Connection.mm#2
Loading...
Perforce/Classes/Client/P4NetworkOperation.m#2
Loading...
Perforce/Classes/Client/P4Workspace.h#2
Loading...
Perforce/Classes/Client/P4Workspace.m#2
Loading...
Perforce/Classes/Deprecated/P4DepotItem.h#1
Loading...
Perforce/Classes/Deprecated/P4DepotItem.m#1
Loading...
Perforce/Classes/Deprecated/P4FileItem.h#1
Loading...
Perforce/Classes/Deprecated/P4FileItem.m#1
Loading...
Perforce/Classes/Helpers/NSArray+Additions.h#1
Loading...
Perforce/Classes/Helpers/NSArray+Additions.m#1
Loading...
Perforce/Classes/Helpers/NSImage+Additions.m#2
Loading...
Perforce/Classes/Helpers/NSMenu+Additions.m#2
Loading...
Perforce/Classes/Helpers/NSString+Additions.h#2
Loading...
Perforce/Classes/Helpers/NSString+Additions.m#2
Loading...
Perforce/Classes/Helpers/NSTableView+Additions.h#2
Loading...
Perforce/Classes/Helpers/NSTableView+Additions.m#2
Loading...
Perforce/Classes/Helpers/NSUserDefaults+Additions.h#2
Loading...
Perforce/Classes/Helpers/NSUserDefaults+Additions.m#2
Loading...
Perforce/Classes/Helpers/NSView+Additions.h#2
Loading...
Perforce/Classes/Helpers/NSView+Additions.m#2
Loading...
Perforce/Classes/Helpers/NSWorkspace+Additions.h#1
Loading...
Perforce/Classes/Helpers/NSWorkspace+Additions.m#1
Loading...
Perforce/Classes/Helpers/PSDefaults.h#2
Loading...
Perforce/Classes/Helpers/PSDefaults.m#2
Loading...
Perforce/Classes/Helpers/PSDirectorySizeOperation.h#1
Loading...
Perforce/Classes/Helpers/PSDirectorySizeOperation.m#1
Loading...
Perforce/Classes/Items/P4ChangelistItem.m#2
Loading...
Perforce/Classes/Items/P4DepotItem.h#2
Loading...
Perforce/Classes/Items/P4DepotItem.m#2
Loading...
Perforce/Classes/Items/P4FileItem.h#2
Loading...
Perforce/Classes/Items/P4FileItem.m#2
Loading...
Perforce/Classes/Items/P4Item.h#2
Loading...
Perforce/Classes/Items/P4Item.m#2
Loading...
Perforce/Classes/Items/P4SearchItem.m#2
Loading...
Perforce/Classes/Items/P4UnifiedItem.h#1
Loading...
Perforce/Classes/Items/P4UnifiedItem.m#1
Loading...
Perforce/Classes/Items/P4UnreadItem.m#2
Loading...
Perforce/Classes/P4Defaults.h#1
Loading...
Perforce/Classes/P4Defaults.m#1
Loading...
Perforce/Classes/P4WorkspaceDefaults.h#2
Loading...
Perforce/Classes/P4WorkspaceDefaults.m#2
Loading...
Perforce/Classes/PSFileEvents.h#2
Loading...
Perforce/Classes/PSFileEvents.m#2
Loading...
Perforce/Classes/ViewControllers/BrowserSearchBar.xib#2
Loading...
Perforce/Classes/ViewControllers/BrowserViewController.h#2
Loading...
Perforce/Classes/ViewControllers/BrowserViewController.m#2
Loading...
Perforce/Classes/ViewControllers/Changelist/ChangelistViewController.h#1
Loading...
Perforce/Classes/ViewControllers/Changelist/ChangelistViewController.m#1
Loading...
Perforce/Classes/ViewControllers/Changelist/ChangelistViewController.xib#1
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnCell.h#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnCell.m#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewController.m#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewController.xib#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewDetails.h#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewDetails.m#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewDetails.xib#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewHeader.h#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewHeader.m#2
Loading...
Perforce/Classes/ViewControllers/ColumnView/ColumnViewHeader.xib#2
Loading...
Perforce/Classes/ViewControllers/History/HistoryViewController.h#1
Loading...
Perforce/Classes/ViewControllers/History/HistoryViewController.m#1
Loading...
Perforce/Classes/ViewControllers/History/HistoryViewController.xib#1
Loading...
Perforce/Classes/ViewControllers/IconView/IconViewController.m#2
Loading...
Perforce/Classes/ViewControllers/IconView/IconViewController.xib#2
Loading...
Perforce/Classes/ViewControllers/IconView/IconViewItem.h#2
Loading...
Perforce/Classes/ViewControllers/IconView/IconViewItem.m#2
Loading...
Perforce/Classes/ViewControllers/Sidebar/SidebarViewController.h#2
Loading...
Perforce/Classes/ViewControllers/Sidebar/SidebarViewController.m#2
Loading...
Perforce/Classes/ViewControllers/TagsView/TagsView.m#2
Loading...
Perforce/Classes/ViewControllers/Versions/VersionsViewController.m#2
Loading...
Perforce/Classes/Views/PSActivityIndicator.m#2
Loading...
Perforce/Classes/Views/PSBrowser.h#2
Loading...
Perforce/Classes/Views/PSBrowser.m#2
Loading...
Perforce/Classes/Views/PSCollectionView.h#2
Loading...
Perforce/Classes/Views/PSCollectionView.m#2
Loading...
Perforce/Classes/Views/PSCoverFlow.h#2
Loading...
Perforce/Classes/Views/PSCoverFlow.m#2
Loading...
Perforce/Classes/Views/PSDragView.h#1
Loading...
Perforce/Classes/Views/PSDragView.m#1
Loading...
Perforce/Classes/Views/PSPathComponentCell.m#2
Loading...
Perforce/Classes/Views/PSTableRowView.m#2
Loading...
Perforce/Classes/Views/PSView.m#2
Loading...
Perforce/Classes/WindowControllers/DebugWindowController.xib#2
Loading...
Perforce/Classes/WindowControllers/ErrorPanelController.h#1
Loading...
Perforce/Classes/WindowControllers/ErrorPanelController.m#1
Loading...
Perforce/Classes/WindowControllers/ErrorPanelController.xib#1
Loading...
Perforce/Classes/WindowControllers/InfoPanelController.h#1
Loading...
Perforce/Classes/WindowControllers/InfoPanelController.m#1
Loading...
Perforce/Classes/WindowControllers/InfoPanelController.xib#1
Loading...
Perforce/Classes/WindowControllers/LoadingPanelController.m#2
Loading...
Perforce/Classes/WindowControllers/LoginPanelController.h#2
Loading...
Perforce/Classes/WindowControllers/LoginPanelController.m#2
Loading...
Perforce/Classes/WindowControllers/LoginPanelController.xib#2
Loading...
Perforce/Classes/WindowControllers/MainWindowController.h#2
Loading...
Perforce/Classes/WindowControllers/MainWindowController.m#2
Loading...
Perforce/Classes/WindowControllers/MainWindowController.xib#2
Loading...
Perforce/Classes/WindowControllers/PanelController.h#2
Loading...
Perforce/Classes/WindowControllers/PanelController.m#2
Loading...
Perforce/Classes/WindowControllers/SubmitPanelController.m#2
Loading...
Perforce/Classes/WindowControllers/SubmitPanelController.xib#2
Loading...
Perforce/Classes/WindowControllers/SyncPanelController.m#2
Loading...
Perforce/Classes/WindowControllers/SyncPanelController.xib#2
Loading...
Perforce/Classes/WindowControllers/WorkspacePanelController.m#2
Loading...
Perforce/PSConfigs.h#2
Loading...
Perforce/PSConfigs.m#2
Loading...
Perforce/PSDefines.h#2
Loading...
Perforce/PSDefines.m#2
Loading...
Perforce/PSImports.h#2
Loading...
Perforce/Perforce-Info.plist#1
Loading...
Perforce/Perforce-Prefix.pch#1
Loading...
Perforce/Piper-Info.plist#2
Loading...
Perforce/Piper-Prefix.pch#2
Loading...
Perforce/Resources/Credits.rtf#2
Loading...
Perforce/Resources/Images/Cancel.png#1
Loading...
Perforce/Resources/Images/Icons/IconFileLocal.png#1
Loading...
Perforce/Resources/Images/Icons/IconFileLocal_alt.png#1
Loading...
Perforce/Resources/Images/Icons/IconFolderLocal.png#1
Loading...
Perforce/Resources/Images/Icons/IconFolderLocal_alt.png#1
Loading...
Perforce/Resources/Images/Submit.png#1
Loading...
Perforce/Resources/Images/Sync.png#1
Loading...
Perforce/Resources/Images/TagIndicator.png#2
Loading...
Perforce/Resources/UserDefaults.plist#2
Loading...
Perforce/Resources/icon.icns#2
Loading...
Perforce/Resources/p4ignore#1
Loading...
Perforce/p4api/Headers/charman.h#1
Loading...
Perforce/p4api/Headers/charset.h#1
Loading...
Perforce/p4api/Headers/clientapi.h#2
Loading...
Perforce/p4api/Headers/datetime.h#2
Loading...
Perforce/p4api/Headers/debug.h#2
Loading...
Perforce/p4api/Headers/error.h#2
Loading...
Perforce/p4api/Headers/filesys.h#2
Loading...
Perforce/p4api/Headers/i18napi.h#2
Loading...
Perforce/p4api/Headers/ignore.h#1
Loading...
Perforce/p4api/Headers/macfile.h#1
Loading...
Perforce/p4api/Headers/md5.h#1
Loading...
Perforce/p4api/Headers/msgserver.h#2
Loading...
Perforce/p4api/Headers/netbuffer.h#1
Loading...
Perforce/p4api/Headers/netconnect.h#2
Loading...
Perforce/p4api/Headers/ntmangle.h#1
Loading...
Perforce/p4api/Headers/options.h#2
Loading...
Perforce/p4api/Headers/p4tags.h#2
Loading...
Perforce/p4api/Headers/stdhdrs.h#2
Loading...
Perforce/p4api/Headers/strbuf.h#2
Loading...
Perforce/p4api/Headers/strdict.h#2
Loading...
Perforce/p4api/Headers/strops.h#2
Loading...
Perforce/p4api/Headers/strtable.h#2
Loading...
Perforce/p4api/Headers/strxml.h#1
Loading...
Perforce/p4api/Headers/validate.h#1
Loading...
Perforce/p4api/Headers/web822.h#1
Loading...
Perforce/p4api/libclient.a#2
Loading...
Perforce/p4api/libp4sslstub.a#2
Loading...
Perforce/p4api/librpc.a#2
Loading...
Perforce/p4api/libsupp.a#2
Loading...
Piper.xcodeproj/project.pbxproj#2
Loading...
Piper.xcodeproj/project.xcworkspace/contents.xcworkspacedata#2
Loading...
Piper.xcodeproj/xcshareddata/xcdebugger/Breakpoints.xcbkptlist#2
Loading...
Piper.xcodeproj/xcshareddata/xcschemes/Perforce.xcscheme#2
Loading...
bin/Piper.app/Contents/Info.plist#2
Loading...
bin/Piper.app/Contents/MacOS/Piper#2
Loading...
bin/Piper.app/Contents/Resources/BrowserSearchBar.nib#2
Loading...
bin/Piper.app/Contents/Resources/Cancel.png#1
Loading...
bin/Piper.app/Contents/Resources/ChangelistViewController.nib#1
Loading...
bin/Piper.app/Contents/Resources/ColumnViewController.nib#2
Loading...
bin/Piper.app/Contents/Resources/ColumnViewDetails.nib#2
Loading...
bin/Piper.app/Contents/Resources/ColumnViewHeader.nib#2
Loading...
bin/Piper.app/Contents/Resources/Credits.rtf#2
Loading...
bin/Piper.app/Contents/Resources/DebugWindowController.nib#2
Loading...
bin/Piper.app/Contents/Resources/ErrorPanelController.nib#1
Loading...
bin/Piper.app/Contents/Resources/HistoryViewController.nib#1
Loading...
bin/Piper.app/Contents/Resources/IconFileLocal.png#1
Loading...
bin/Piper.app/Contents/Resources/IconFileLocal_alt.png#1
Loading...
bin/Piper.app/Contents/Resources/IconFolderLocal.png#1
Loading...
bin/Piper.app/Contents/Resources/IconFolderLocal_alt.png#1
Loading...
bin/Piper.app/Contents/Resources/IconViewController.nib#2
Loading...
bin/Piper.app/Contents/Resources/IconViewItem.nib#2
Loading...
bin/Piper.app/Contents/Resources/InfoPanelController.nib#1
Loading...
bin/Piper.app/Contents/Resources/LoadingPanelController.nib#2
Loading...
bin/Piper.app/Contents/Resources/LoginPanelController.nib#2
Loading...
bin/Piper.app/Contents/Resources/MainWindowController.nib#2
Loading...
bin/Piper.app/Contents/Resources/SidebarViewController.nib#2
Loading...
bin/Piper.app/Contents/Resources/Submit.png#1
Loading...
bin/Piper.app/Contents/Resources/SubmitPanelController.nib#2
Loading...
bin/Piper.app/Contents/Resources/Sync.png#1
Loading...
bin/Piper.app/Contents/Resources/SyncPanelController.nib#2
Loading...
bin/Piper.app/Contents/Resources/TagIndicator.png#2
Loading...
bin/Piper.app/Contents/Resources/TagsView.nib#2
Loading...
bin/Piper.app/Contents/Resources/UserDefaults.plist#2
Loading...
bin/Piper.app/Contents/Resources/VersionsViewController.nib#2
Loading...
bin/Piper.app/Contents/Resources/WorkspacePanelController.nib#2
Loading...
bin/Piper.app/Contents/Resources/icon.icns#2
Loading...
bin/Piper.app/Contents/Resources/p4ignore#1
Loading...
dist/Piper.dmg#2
Loading...
Tip: Use n and p to cycle through the changes.