TODO.txt #5

  • //
  • guest/
  • jeff_argast/
  • P4Cocoa/
  • TODO.txt
  • View
  • Commits
  • Open Download .zip Download (3 KB)
TODO:
p4 dirs '//*' is slow, see if I can not use it.

Mutlitple selection should operate on a list of items rather than calling each
item in the list to do something.  This complicates the selection code but
reduces the number of tasks sent to perforce on any given operation.

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.

Support the "Revert Unchanged Files" option for a changlist  (p4 revert
-a) that reverts all unchanged files in a (red) changelist.

It would be nice to have a "Refresh" command that doesn't collapse all
the views, but rather leaves them all at their current expansion levels.

Double-clicking a file opens it in its associated editor (in both the
depot view and the changelist view).

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

copy and paste a depot path into the depot view expands that view to the path.

Depot path bookmarks

Fix/Add an option for Depot tree collapses on change-list submit 

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

Drag and drop re-ordering files in pending changes view

Change to localizable strings

Revert an add CRASH?

Fix selection weirdness when expanding a node above the current selection

THESE ARE DONE:
*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