public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Search Repo:
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Remove the commented async gravatar code for now
Caged (author)
Wed Mar 12 19:46:34 -0700 2008
commit  87efc5b9acb08ddb007db62766c5f1569e1bf7fa
tree    d297480cbac12e2dc7731792b6784d36e9c2d3be
parent  8494bf0414ed77c3208968594780ee359c0548d2
...
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
 
117
118
119
...
101
102
103
 
 
 
 
 
 
 
 
 
 
 
 
 
104
105
106
107
0
@@ -101,19 +101,7 @@ class CommitsController < OSX::NSObject
0
   def webView_didFinishLoadForFrame(view, frame)
0
     select_latest_commit
0
   end
0
-
0
- # def connection_didRecieveResponse(connection, response)
0
- # @image_data.length = 0
0
- # end
0
- #
0
- # def connection_didReceiveData(connection, data)
0
- # #@image_data.appendData(data)
0
- # end
0
- #
0
- # def connectionDidFinishLoading(connection)
0
- # puts @icons[MD5.hexdigest(data.committer.email)]
0
- # end
0
-
0
+
0
   def select_latest_commit
0
     @commits_table.selectRowIndexes_byExtendingSelection(NSIndexSet.indexSetWithIndex(0), false)
0
   end

Comments

    No one has commented yet.