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