]> granicus.if.org Git - transmission/commit
Refactor the info window, so that each view is in a separate xib and view controller...
authorMitchell Livingston <livings124@transmissionbt.com>
Sat, 6 Mar 2010 23:12:30 +0000 (23:12 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sat, 6 Mar 2010 23:12:30 +0000 (23:12 +0000)
commitd5f4c15fb855ec38994b6eba836181ef092d1d3b
treef468e2f81249baf8987792b628ec4389549ca7c3
parentd83f8e09d3edefcd40732a023ecaae18efb5d345
Refactor the info window, so that each view is in a separate xib and view controller. This should make future localizations simpler and the code more modular/readable.
23 files changed:
Transmission.xcodeproj/project.pbxproj
macosx/InfoActivityViewController.h [new file with mode: 0644]
macosx/InfoActivityViewController.m [new file with mode: 0644]
macosx/InfoFileView.xib [new file with mode: 0644]
macosx/InfoFileViewController.h [new file with mode: 0644]
macosx/InfoFileViewController.m [new file with mode: 0644]
macosx/InfoGeneralViewController.h [new file with mode: 0644]
macosx/InfoGeneralViewController.m [new file with mode: 0644]
macosx/InfoOptionsViewController.h [new file with mode: 0644]
macosx/InfoOptionsViewController.m [new file with mode: 0644]
macosx/InfoPeersView.xib [new file with mode: 0644]
macosx/InfoPeersViewController.h [new file with mode: 0644]
macosx/InfoPeersViewController.m [new file with mode: 0644]
macosx/InfoTrackersView.xib [new file with mode: 0644]
macosx/InfoTrackersViewController.h [new file with mode: 0644]
macosx/InfoTrackersViewController.m [new file with mode: 0644]
macosx/InfoWindowController.h
macosx/InfoWindowController.m
macosx/PiecesView.m
macosx/en.lproj/InfoActivityView.xib [new file with mode: 0644]
macosx/en.lproj/InfoGeneralView.xib [new file with mode: 0644]
macosx/en.lproj/InfoOptionsView.xib [new file with mode: 0644]
macosx/en.lproj/InfoWindow.xib