Changeset 6659
- Timestamp:
- Aug 29, 2008, 12:38:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3x/macosx/Makefile.am
r6326 r6659 2 2 Credits.rtf \ 3 3 AboutWindow.xib \ 4 BlocklistStatusWindow.xib \ 4 5 GroupsWindow.xib \ 6 MessageWindow.xib \ 7 StatsWindow.xib \ 5 8 Defaults.plist \ 6 9 Info.plist.in \ 7 10 Transmission_Prefix.pch \ 8 11 version.sh \ 12 Growl.framework \ 9 13 Sparkle.framework \ 10 14 CTGradient \ 11 15 UKKQueue \ 12 16 TransmissionHelp \ 13 Applescript \14 17 Images \ 15 Growl.framework\18 appcast \ 16 19 en.lproj \ 17 20 es.lproj \ … … 20 23 nl.lproj \ 21 24 ru.lproj \ 25 tr.lproj \ 22 26 zh_TW.lproj \ 23 27 AboutWindowController.h \ … … 29 33 BadgeView.h \ 30 34 BadgeView.m \ 35 BlocklistDownloader.h \ 36 BlocklistDownloader.m \ 31 37 ButtonToolbarItem.h \ 32 38 ButtonToolbarItem.m \ 39 ColorTextField.h \ 40 ColorTextField.m \ 33 41 Controller.h \ 34 42 Controller.m \ … … 43 51 ExpandedPathToPathTransformer.h \ 44 52 ExpandedPathToPathTransformer.m \ 53 FileListNode.h \ 54 FileListNode.m \ 45 55 FileNameCell.h \ 46 56 FileNameCell.m \ 57 FileOutlineController.h \ 58 FileOutlineController.m \ 47 59 FileOutlineView.h \ 48 60 FileOutlineView.m \ … … 51 63 FilterButton.h \ 52 64 FilterButton.m \ 65 GroupsController.h \ 66 GroupsController.m \ 53 67 GroupsWindowController.h \ 54 68 GroupsWindowController.m \ … … 84 98 PrefsWindow.h \ 85 99 PrefsWindow.m \ 100 QuickLookController.h \ 101 QuickLookController.m \ 86 102 SpeedLimitToTurtleIconTransformer.h \ 87 103 SpeedLimitToTurtleIconTransformer.m \ … … 92 108 ToolbarSegmentedCell.h \ 93 109 ToolbarSegmentedCell.m \ 110 Torrent.h \ 111 Torrent.m \ 94 112 TorrentCell.h \ 95 113 TorrentCell.m \ 96 Torrent .h \97 Torrent .m \114 TorrentGroup.h \ 115 TorrentGroup.m \ 98 116 TorrentTableView.h \ 99 TorrentTableView.m 117 TorrentTableView.m \ 118 TrackerTableView.h \ 119 TrackerTableView.m 100 120 101 121 dist-hook:
Note: See TracChangeset
for help on using the changeset viewer.