Ciarán Walsh
159924ae9f
Add the standard ⌥⌘F shortcut to focus the search field in the toolbar
2008-08-19 08:32:03 +01:00
Ciarán Walsh
2cb8e7ac5a
Restore the search field functionality.
...
Allows searching by subject, author or SHA.
2008-08-19 08:32:02 +01:00
Pieter de Bie
0fccf5a3bb
Remove extra buttons
...
These aren't used for now anyway, and this looks cleaner.
2008-08-19 00:34:01 +02:00
Pieter de Bie
9135163f24
Read the current branch from the repository
2008-08-18 23:06:37 +02:00
Pieter de Bie
f786fe2b0b
Read branches in a repository
...
This adds a -readBranches function which allows you to read in all
branches in our repository. It is used in the branch display popup box.
2008-08-18 22:03:41 +02:00
Pieter de Bie
4c18f592f5
Fix 'commits loaded' label
...
The value binding of this label was lost after switching to a Document-based
view. This restores it.
2008-08-18 13:23:56 +02:00
Ciarán Walsh
5450d2c700
The tab buttons were connected to the setRawView: action, which meant that all buttons would switch to raw mode. The tab switching is done via a binding to selectedTab.
2008-08-18 12:07:06 +01:00
Ciarán Walsh
0def8d34d7
Splitting the window and it’s associated controllers into a separate nib; this will allow multiple repository windows to be used.
...
PBDetailController is the window controller, and now takes ownership of the repository so we can bind to it through File’s Owner in the nib file. Currently the ApplicationController creates a new PBDetailController at startup with the opened repository.
2008-08-18 07:31:39 +01:00