Skip to content

Commit c36726b

Browse files
committed
Update the GUI to be more iApp like
- In PBGitSidebarView.xib - change indentation to 12 - change font size to 11 - disable the editable behavior - disable autoresizing - disable user resizing (column should resize with view) - remove the window - remove the shared user defaults controller (not being used) - add a project item with the project's name - a "Stage" item to go to what has been called the commit view - new icons for branches, remote branches and tags (created by Nathan Kinsinger) - remove the old tiff icons, PBSourceViewRemote.h/m and PBSourceViewAction.h/m from the xcode project - uses system icon for folder - uses Network icon for remotes - capitalize group names - rename the Custom group to Other (you can't really customize items in the traditional sense) - create a class for each item type that takes care of it's image (instead of trying to guess the image from it or it's parent's name) - remove the branch menu toolbar item from the history view, it's redundant now
1 parent 4ea0435 commit c36726b

33 files changed

+1257
-524
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 71 additions & 30 deletions
Large diffs are not rendered by default.

Images/Branch.acorn

1.81 KB
Binary file not shown.

Images/Branch.png

546 Bytes
Loading

Images/RemoteBranch.acorn

1.77 KB
Binary file not shown.

Images/RemoteBranch.png

513 Bytes
Loading

Images/StageView.png

271 Bytes
Loading

Images/Tag.acorn

1.75 KB
Binary file not shown.

Images/Tag.png

527 Bytes
Loading

PBGitHistoryView.xib

Lines changed: 92 additions & 212 deletions
Large diffs are not rendered by default.

PBGitRevSpecifier.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- (PBGitRef *) ref;
2424
- (BOOL) hasPathLimiter;
2525
- (BOOL) hasLeftRight;
26+
- (NSString *) title;
2627

2728
- (BOOL) isEqualTo: (PBGitRevSpecifier*) other;
2829
- (BOOL) isAllBranchesRev;

0 commit comments

Comments
 (0)