Add a preferences window
commit0f09401aa6d1e428e71cc57a341cdcfce0bd8fc5
authorChristian Jacobsen <christian@transterpreter.org>
Thu, 2 Oct 2008 15:46:30 +0000 (2 17:46 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Mon, 19 Jan 2009 16:38:02 +0000 (19 16:38 +0000)
tree8b382e8b2499ed950e383ed7ea552dc6da1f057b
parent85fa5a1d8f2f111989401baa58f337e45a9fec4c
Add a preferences window

This adds a preference window with default preferences to change the
sparkle options and to set a custom path to a git binary.
13 files changed:
ApplicationController.h
ApplicationController.m
DBPrefsWindowController.h [new file with mode: 0644]
DBPrefsWindowController.m [new file with mode: 0644]
English.lproj/MainMenu.xib
English.lproj/Preferences.xib [new file with mode: 0644]
GitX.xcodeproj/project.pbxproj
Images/Preferences/Updates.png [new file with mode: 0644]
PBGitBinary.m
PBNSURLPathUserDefaultsTransfomer.h [new file with mode: 0644]
PBNSURLPathUserDefaultsTransfomer.m [new file with mode: 0644]
PBPrefsWindowController.h [new file with mode: 0644]
PBPrefsWindowController.m [new file with mode: 0644]