ReleaseNotes.txt #8

  • //
  • guest/
  • jeff_argast/
  • P4Cocoa/
  • ReleaseNotes.txt
  • View
  • Commits
  • Open Download .zip Download (4 KB)
Version 0.15
* Refresh all views and submit now leave the depot view in its current
expanded state.  

* Added "Revert Unchanged" menu item to File menu, depot view context menu,
and the pending view context menu.

* Removed redundent p4 dirs call when viewing entire depot. Now relies solely
on the result of p4 depots. There were reports that p4 dirs //* was slow and 
I realized on investigation that I shouldn't need to call it. 

* Made the Out console window text selectable

* Added submit default to the changelist menu

* Fixed auto-updating the pending changes view when adding files.

* Added multiple selection to the Depot View

* Added multiple selection to the Pending Changes View

* Allow fully qualified diff path in preferences

* Add Diff to File menu and Pending Changes View context menu

* Fixed the temporary filename for viewing files that are not mapped in client

* ReadOnlyEdit and Edit window should no longer wrap text. Instead both are set
to have a horizontal scroller.  

* Source is now available at public.perforce.com:1666, //guest/jeff_argast/P4Cocoa/...

* Copyright and warranty statement based on Tom Lane's and the Independent JPEG Group's 
copyright and warranty statement.

Version 0.14
* Fixed a case wherein the preferences menu item did not bring up the preferences dialog. 
This occurred when P4Cocoa failed to read the environment from the shell.  
 
 
Version 0.13
* Added client configurations. You no longer specify perforce server settings in preferences.  
Instead, choose the Configuration menu item under the P4Cocoa application menu.  It acts 
similar to Apple's location menu item.  You can create multiple configurations each having 
there own port, host, user. client, and passwd.  This is a rather large change and has 
minimal testing.

* Added support for P4HOST and P4PASSWD.  These have had very minimal testing.

* I changed how p4cocoa spawns the editor from using the unix system call to using NSTask.  
Depending on how you had configured the P4EDITOR this may result in different behavior.  
I made this change because in some cases p4cocoa would block until the editor was finished.

* The PATH Mess: Since p4cocoa doesn't start up from a command shell, it doesn't automatically 
have the same path as we all do when using the command line shell.  In this version I try 
extracting the path from a tcsh script -- if you use tcsh then hopefully p4 cocoa will now 
have the same path as you do when using the terminal.  I have not yet done the same thing 
for bash and zsh users.  To help alleviate the problem I have included an edit box in the 
preferences to override the PATH.

* Removed the -o option from p4 print. Instead P4Cocoa streams it to standard out then 
creates the temporary file.  This is more compatible with older versions of p4/p4d that 
don't support the -o flag for p4 print.  This was a problem for diff revisions in the 
show revisions dialog.

* Added context menus for the other views within the tabbed views section.  

* Added a separator between the delete menu item and the other menus items for the changelist, 
branches, labels, clients, users, and jobs menus.

* Added syncing to a label from the labels view

* Added revert individual files to the pending changes view context menu

* You can now view files in your editor even if you don't have that file mapped into your client.  
From the file and context menu it retrieves the head revision and views it.  Since I append the 
revision number to the tmp file name, make sure you have specified an editor in the prefs, otherwise 
the NSFileManager doesn't find an application that matches the extension and therefore fails 
to open the file.

* You can view and sync a specific file revision from the revisions dialog

* Added the little 'X' clear button to the submitted change text field.
# Change User Description Committed
#21 4277 Jeff Argast Fixed two bugs and updated version to 0.23
#20 4225 Jeff Argast Added resolve support, reveal in finder, drag and drop edit,
show local files, and showing added files.
#19 4208 Jeff Argast Added command line parsing and changed the sorting of user information
in the pending changes view
#18 4171 Jeff Argast Modified ReleaseNotes.txt
#17 4160 Jeff Argast Checking in version 0.20 but awaiting confirmation from unicode server
user that it actually works before posting.  This change modifies the defaults
and old versions crash on launch once you run 0.20.
#16 3985 Jeff Argast Fixed broken project, fixed crash in xcode plugin
#15 3984 Jeff Argast Updated version information
#14 3931 Jeff Argast Fixed a hang when actin on large numbers of files
Added an icon for xcode
Switched to xcode
Tweaked the icons in the tabs for panther
#13 3312 Jeff Argast Updated to version 0.16 in preparation for release
#12 3149 Jeff Argast Add default changelist to pending list always even if default is empty
#11 3147 Jeff Argast Testing std in blockage
#10 3137 Jeff Argast Updated credits, version number, and release notes
#9 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.
#8 3114 Jeff Argast Fixed retaining the correct selection after a perforce action
completed executing and updated the outline view.
#7 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.
#6 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).
#5 2804 Jeff Argast The text still wraps so moved the task back to TODO.
Not sure
why it still wraps.
#4 2803 Jeff Argast Added submit default changelist to the changelist menu
Made the out window selectable
Changed the tabs in a few places
#3 2741 Jeff Argast Fixed viewing files that are not in client
#2 2738 Jeff Argast Project, todo, and release notes
#1 2732 Jeff Argast Initial submission of P4Cocoa