Change 8590

matt_attaway (Matt Attaway)
Matt Attaway committed this change into //guest/matt_attaway/Pulse
Request Review
Download .zip
Add crude login capabilities

This is the first step toward getting the login behavior I want. Right now anytime a Peforce command
gets a login error the Overseer ion charge notifies its delegate, which is currently the AppDelegate. The
AppDelegate then kicks off the requisite login dialog which gets the password and does the login.

There’s no error handling or feedback and the dialog pops up even when it is a background process that
hit the error.

The next step is to implement the Login menu item and the ‘need login’ tool tip and status icon.

User visible (and possibly user annoying) change
  • Files 11
  • Comments 0
8 edited 3 added 0 deleted
Pulse.xcodeproj/project.pbxproj#7
Loading...
Pulse/Connections.xib#6
Loading...
Pulse/Login.xib#1
Loading...
Pulse/P4Connection.h#3
Loading...
Pulse/P4Connection.m#5
Loading...
Pulse/PLSAppDelegate.h#9
Loading...
Pulse/PLSAppDelegate.m#13
Loading...
Pulse/PLSLoginController.h#1
Loading...
Pulse/PLSLoginController.m#1
Loading...
Pulse/PLSOverseer.h#10
Loading...
Pulse/PLSOverseer.m#17
Loading...
Tip: Use n and p to cycle through the changes.