TODO: Remove all dependency on the environment variables. Instead make the user create a default configuration the first time the application starts up. Related: AppController awakeFromNib hangs on setClientRoot when the environment and/or configuration is not valid. Instead of overriding the path in the preferences just have a preference that is the path to the perforce command line tool (just like we have for diff and merge already). This is much simpler and easier to maintain. One suggestion: I'd like to be able to diff pairs of files that appear in the change lists. One easy change you could make that would make this possible: add a file spec to the drag data. If you did this, I'd be able to drag my two files from your window into CodeWarrior's (and possibly MergeFile.app's) file compare window and diff them there. Implement describe for pending changelists Add Bookmark does not work if the bookmark list is empty. Workaround for now is to choose edit bookmarks and then new. Put all the global strings in on implementation file. Switch any literals to global strings. Type-ahead and select in the depot view. Similar to how type-ahead works in the Apple finder. Update the UI based on the operation success rather then hitting the server. This may be too hard and result in too many errors, but if possible then it will reduce the server traffic and improve client responsiveness. implement labelsync toolbar buttons searching in views Support the "-i" option of "p4 filelog" so the "Revision History..." view can optionally follow branches. It would be very usefull to sort the changelist view on user and then on date, this can help a lot when browsing for a certain change. (Currently if you sort on user it sorts user then change number). Add integrate to depot view Integrate command in the branch view Add resolve When submitting a change-list there is no simple user interface for de-selecting files to be included Add re-open option on submit Drag and Drop from depot view to pending view to edit Change to localizable strings THESE ARE DONE: *Depot path bookmarks *copy and paste a depot path into the depot view expands that view to the path. *Fixed crash when reverting a file with a selection in pending changes *Double-clicking a file opens it in its associated editor *Fix selection weirdness when expanding a node above the current selection *Drag and drop re-ordering files in pending changes view *Mutlitple selection works on a list atomically rather than one at a time concurrently *Refresh now leaves the depot view in its current expanded state *Submit now leaves the depot view in its current expanded state *Support the "Revert Unchanged Files" option *make out window selectable *submit default changelist *I think it would be great to have multiple selections inside the pending changelist view. *diff from pending change view *ALLOW SPECIFYING FULL PATH IN THE DIFF EDIT BOXES *Accept full path specification for p4 command line tool *read env vars from script *Sync to label from label view *Revert in pending changes view *configuration manager *P4HOST *Remove reliance on -o of p4 print *support passwords *implement view in editor for files not on client *add view file button in revisions dialog *add sync button in revisions dialog *SPECIAL CASE BBEDIT -W *edit box in preferences to set path *Fix edit windows to not line break at horizontal window boundary.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#17 | 4225 | Jeff Argast |
Added resolve support, reveal in finder, drag and drop edit, show local files, and showing added files. |
||
#16 | 4223 | Jeff Argast | testing resolve | ||
#15 | 3190 | Jeff Argast | Added a couple more todo items | ||
#14 | 3189 | Jeff Argast | updated the todo list | ||
#13 | 3178 | Jeff Argast | Added another issue to todo | ||
#12 | 3177 | Jeff Argast | Added a bug to todo | ||
#11 | 3171 | Jeff Argast | Updated the TODO list with a couple more items | ||
#10 | 3137 | Jeff Argast | Updated credits, version number, and release notes | ||
#9 | 3134 | Jeff Argast |
Added copy/paste support in the depot view Added expand path to depot view Added bookmarks |
||
#8 | 3130 | Jeff Argast |
Added double click support to the depot view and pending changelist view. Added View File In Editor item on the pending changeist context menu. |
||
#7 | 3114 | Jeff Argast |
Fixed retaining the correct selection after a perforce action completed executing and updated the outline view. |
||
#6 | 3113 | Jeff Argast |
Reduced the times the depot view completely collapses. Now it won't collapse on refresh views or submit, but still collapses when the defaults change. |
||
#5 | 3111 | Jeff Argast |
Made multiple selection smarter by operating on the entire selection as an atomic operation with the server. Also partially fixed the read only window to not wrap at the window boundary. I did the same for the editable window, but now the problem appears to be that p4 change -o is breaking its output at some character location before the string gets into the editor (at least I think that is the problem). |
||
#4 | 2804 | Jeff Argast |
The text still wraps so moved the task back to TODO. Not sure why it still wraps. |
||
#3 | 2803 | Jeff Argast |
Added submit default changelist to the changelist menu Made the out window selectable Changed the tabs in a few places |
||
#2 | 2738 | Jeff Argast | Project, todo, and release notes | ||
#1 | 2732 | Jeff Argast | Initial submission of P4Cocoa |