transmission/macosx
Mitchell Livingston 761db59640 fix a crash with magnet links and file list 2009-11-26 02:32:02 +00:00
..
Growl.framework add Growl 1.2 final 2009-09-29 23:33:19 +00:00
Images ...and actually add that image 2009-09-21 22:45:39 +00:00
Sparkle.framework
TransmissionHelp adjust help for new tracker behavior 2009-10-10 02:42:22 +00:00
UKKQueue
en.lproj missed one 2009-11-26 00:44:30 +00:00
es.lproj update global speed limits max values to 99,999 2009-08-24 03:14:31 +00:00
fr.lproj update French localization 2009-08-24 22:19:38 +00:00
it.lproj update global speed limits max values to 99,999 2009-08-24 03:14:31 +00:00
nl.lproj update global speed limits max values to 99,999 2009-08-24 03:14:31 +00:00
pt.lproj update global speed limits max values to 99,999 2009-08-24 03:14:31 +00:00
ru.lproj update global speed limits max values to 99,999 2009-08-24 03:14:31 +00:00
tr.lproj update global speed limits max values to 99,999 2009-08-24 03:14:31 +00:00
zh_TW.lproj update global speed limits max values to 99,999 2009-08-24 03:14:31 +00:00
AboutWindow.xib
AboutWindowController.h
AboutWindowController.m remove a couple more deprecated methods and an unneed stringWithFormat: 2009-08-29 00:09:18 +00:00
AddWindowController.h more #import cleanup 2009-10-11 03:36:50 +00:00
AddWindowController.m use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges) 2009-10-21 13:01:14 +00:00
BadgeView.h
BadgeView.m random trivial adjustments 2009-10-03 14:10:52 +00:00
Badger.h
Badger.m
BlocklistDownloader.h
BlocklistDownloader.m flipping autorelease pools' release over to drain 2009-08-04 01:53:51 +00:00
BlocklistDownloaderViewController.h
BlocklistDownloaderViewController.m only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments 2009-10-17 17:15:37 +00:00
BlocklistScheduler.h
BlocklistScheduler.m replace a deprecated method 2009-09-15 04:20:41 +00:00
BlocklistStatusWindow.xib
BonjourController.h one less delegate compiler warning 2009-09-01 12:26:56 +00:00
BonjourController.m get the username using cocoa instead of carbon 2009-10-10 01:19:51 +00:00
ButtonToolbarItem.h
ButtonToolbarItem.m
ColorTextField.h
ColorTextField.m
Controller.h start laying a little magnet link groundwork, and remove redundant torrent parse when creating torrent objects 2009-11-25 04:11:52 +00:00
Controller.m some more tweaks for magnet links 2009-11-26 02:11:00 +00:00
CreatorWindowController.h update the text for when creating a trackerless torrent, add a separate "don't ask again" check for private trackerless torrent creation, and don't disable the "open when created" check when there are no trackers 2009-11-26 00:44:21 +00:00
CreatorWindowController.m update the text for when creating a trackerless torrent, add a separate "don't ask again" check for private trackerless torrent creation, and don't disable the "open when created" check when there are no trackers 2009-11-26 00:44:21 +00:00
Credits.rtf update Credits 2009-05-24 18:59:33 +00:00
Defaults.plist update the text for when creating a trackerless torrent, add a separate "don't ask again" check for private trackerless torrent creation, and don't disable the "open when created" check when there are no trackers 2009-11-26 00:44:21 +00:00
DragOverlayView.h
DragOverlayView.m
DragOverlayWindow.h
DragOverlayWindow.m get the mac build to compile again 2009-08-05 02:13:45 +00:00
ExpandedPathToIconTransformer.h
ExpandedPathToIconTransformer.m yet another depracated method reaped 2009-08-29 15:57:19 +00:00
ExpandedPathToPathTransformer.h
ExpandedPathToPathTransformer.m
FileListNode.h use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges) 2009-10-21 13:01:14 +00:00
FileListNode.m use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges) 2009-10-21 13:01:14 +00:00
FileNameCell.h
FileNameCell.m don't use setFlipped: on the file node's image on 10.6 2009-10-18 03:02:10 +00:00
FileOutlineController.h
FileOutlineController.m start laying a little magnet link groundwork, and remove redundant torrent parse when creating torrent objects 2009-11-25 04:11:52 +00:00
FileOutlineView.h
FileOutlineView.m attempt number one of fixing 10.5 support 2009-10-10 13:21:27 +00:00
FilePriorityCell.h
FilePriorityCell.m whoops leak 2009-10-27 23:23:57 +00:00
FilterButton.h
FilterButton.m tiny changes I have sitting around 2009-11-07 22:58:14 +00:00
GroupToolbarItem.h
GroupToolbarItem.m
GroupsController.h more #import cleanup 2009-10-11 03:36:50 +00:00
GroupsController.m random trivial adjustments 2009-10-03 14:10:52 +00:00
GroupsPrefsController.h
GroupsPrefsController.m don't use setFlipped: on the file node's image on 10.6 2009-10-18 03:02:10 +00:00
Info.plist
InfoTabButtonCell.h
InfoTabButtonCell.m
InfoWindowController.h #2592 remove swarm speed from the mac ui 2009-11-22 00:50:38 +00:00
InfoWindowController.m support torrents with no trackers in the Mac ui 2009-11-26 00:21:55 +00:00
Makefile.am remove appcast from makefile 2009-10-07 00:30:12 +00:00
MessageWindow.xib trivial cleanup to the message window: set the pulldown's images in the xib, use NSInteger instead of int (same for unsigned), and don't bother storing the dot images as instance variables 2009-10-11 16:25:07 +00:00
MessageWindowController.h make the message count a static variable 2009-10-11 16:42:39 +00:00
MessageWindowController.m remove the cap on the number of messages in the message log - my tests had no problem with over 50,000 messages 2009-11-22 03:56:04 +00:00
NSApplicationAdditions.h re-add r9257 on 10.6 2009-10-10 13:24:13 +00:00
NSApplicationAdditions.m require 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too 2009-08-29 20:28:52 +00:00
NSStringAdditions.h
NSStringAdditions.m have the Mac UI build its own ratio string 2009-11-17 01:48:00 +00:00
PeerProgressIndicatorCell.h
PeerProgressIndicatorCell.m
PeerTableView.h
PeerTableView.m on 10.6, only reload the progress row in the peer table when clicking it 2009-11-14 03:26:29 +00:00
PiecesView.h don't store a copy of the pieces view's background - regenerate it when needed instead 2009-10-18 01:54:13 +00:00
PiecesView.m make the nested for-loop in PiecesView into a single for-loop 2009-10-18 02:23:10 +00:00
PortChecker.h adjustment to the port checker, including getting rid of an unneeded instance variable of the port; a couple of implicit settings added to the project file 2009-11-08 06:01:29 +00:00
PortChecker.m adjustment to the port checker, including getting rid of an unneeded instance variable of the port; a couple of implicit settings added to the project file 2009-11-08 06:01:29 +00:00
PredicateEditorRowTemplateAny.h
PredicateEditorRowTemplateAny.m
PrefsController.h use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges) 2009-10-21 13:01:14 +00:00
PrefsController.m update the text for when creating a trackerless torrent, add a separate "don't ask again" check for private trackerless torrent creation, and don't disable the "open when created" check when there are no trackers 2009-11-26 00:44:21 +00:00
PrefsWindow.h
PrefsWindow.m
ProgressGradients.h
ProgressGradients.m start laying a little magnet link groundwork, and remove redundant torrent parse when creating torrent objects 2009-11-25 04:11:52 +00:00
StatsWindow.xib one less warning 2009-09-12 02:39:45 +00:00
StatsWindowController.h
StatsWindowController.m only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments 2009-10-17 17:15:37 +00:00
StatusBarView.h
StatusBarView.m have status bar drawing occur all at once 2009-11-14 03:17:07 +00:00
ToolbarSegmentedCell.h
ToolbarSegmentedCell.m
Torrent.h some more tweaks for magnet links 2009-11-26 02:11:00 +00:00
Torrent.m fix a crash with magnet links and file list 2009-11-26 02:32:02 +00:00
TorrentCell.h get rid of copying the priority images and elliminate another setFlipped: on 10.6 2009-10-18 14:02:22 +00:00
TorrentCell.m when determining progress bar with, round instead of flooring 2009-11-07 23:20:41 +00:00
TorrentGroup.h
TorrentGroup.m start laying a little magnet link groundwork, and remove redundant torrent parse when creating torrent objects 2009-11-25 04:11:52 +00:00
TorrentTableView.h phase one of moving quicklook into the controller - it's not as pretty code-wise but the behavior is a lot more consistent 2009-10-11 23:16:46 +00:00
TorrentTableView.m the new way of determining the unwanted width of the progress bar wasn't cutting it, so use the old way 2009-11-07 02:22:57 +00:00
TrackerCell.h first go at redoing the tracker inspector tab (some functionality is still missing) 2009-09-28 01:57:35 +00:00
TrackerCell.m set the color for table cells only when actually drawing (and only once each time the draw method is alled) 2009-09-28 17:42:24 +00:00
TrackerNode.h getting closer to re-adding "add tracker" functionality 2009-09-29 03:02:44 +00:00
TrackerNode.m when displaying the tracker/scrape last announce, factor in an error with no message 2009-11-21 18:23:54 +00:00
TrackerTableView.h #2470 Pasting an address (or list of addresses) into the tracker list should add those trackers 2009-10-01 01:15:37 +00:00
TrackerTableView.m random trivial adjustments 2009-10-03 14:10:52 +00:00
Transmission_Prefix.pch
main.m
sparkle_dsa_pub.pem