transmission/macosx
Mitchell Livingston c42a623ada only update the options window when the updated torrent is already selected 2008-06-03 16:28:09 +00:00
..
Applescript
CTGradient pieces bar color adjustment; dead code removal 2008-05-29 21:50:16 +00:00
English.lproj update NEWS and mac strings 2008-06-02 20:31:26 +00:00
Growl.framework
Images in the groups menu, show the "blank group" image; resize the images in the groups menu appropriately 2008-05-31 02:52:49 +00:00
Sparkle.framework (trunk) add Traditional Chinese Sparkle resources 2008-04-01 02:18:28 +00:00
TransmissionHelp update help documentation 2008-04-29 10:32:04 +00:00
UKKQueue
es.lproj update Spanish localization 2008-05-08 13:44:11 +00:00
fr.lproj add a new line at the bottom of the French strings 2008-05-07 18:51:44 +00:00
it.lproj update project for new rpc code (part 2) 2008-05-19 01:05:14 +00:00
nl.lproj update Dutch localization 2008-05-05 00:35:59 +00:00
ru.lproj update project for new rpc code (part 2) 2008-05-19 01:05:14 +00:00
zh_TW.lproj update project for new rpc code (part 2) 2008-05-19 01:05:14 +00:00
AboutWindow.xib
AboutWindowController.h
AboutWindowController.m miscellaneous cleanup 2008-03-23 03:57:14 +00:00
ActionPopUpButton.h
ActionPopUpButton.m
AddWindowController.h show amount selected in open window 2008-02-27 19:34:55 +00:00
AddWindowController.m "isFolder" is a better method name than "folder" 2008-05-29 22:16:03 +00:00
BadgeView.h don't redraw the dock tile if there is no change 2008-04-24 21:24:42 +00:00
BadgeView.m generate the inspector tab button images dynamically when selected/deselected instead of storing them 2008-05-02 13:08:23 +00:00
Badger.h warnings-- and a little tidying up 2008-04-24 21:37:46 +00:00
Badger.m API cleanup: s/tr_torrentRates/tr_sessionGetSpeed/ 2008-05-30 15:19:07 +00:00
BlocklistDownloader.h the blocklist downloader should get the tr_handle from the prefs controller instead of needing it passed separately 2008-04-17 04:25:49 +00:00
BlocklistDownloader.m #948 - when processing the blocklist, don't block the gui (Leopard-only) 2008-05-16 00:25:09 +00:00
BlocklistStatusWindow.xib first implementation of the blocklist 2008-03-29 23:38:38 +00:00
ButtonToolbarItem.h
ButtonToolbarItem.m
Controller.h handle removing with rpc 2008-05-27 19:05:48 +00:00
Controller.m only update the options window when the updated torrent is already selected 2008-06-03 16:28:09 +00:00
CreatorWindowController.h allow creation of torrents with no announce address 2008-05-28 23:57:25 +00:00
CreatorWindowController.m (mac) initial support for adding and removing trackers 2008-06-02 17:26:02 +00:00
Credits.rtf (trunk) Traditional Chinese localization 2008-04-01 01:33:39 +00:00
Defaults.plist add a warning when removing built-in trackers 2008-06-02 18:34:58 +00:00
DragOverlayView.h
DragOverlayView.m
DragOverlayWindow.h
DragOverlayWindow.m capitalization changes 2008-04-07 13:25:55 +00:00
ExpandedPathToIconTransformer.h
ExpandedPathToIconTransformer.m
ExpandedPathToPathTransformer.h
ExpandedPathToPathTransformer.m remove the last script committed - Transmission now requires Mac OS X 10.4.11 with Security Update 2008-002 or 10.5 or higher 2008-04-30 18:35:07 +00:00
FileListNode.h streamline FileListNode.m, moving asserts to more appropriate locations 2008-05-22 21:06:56 +00:00
FileListNode.m potential fix for users that have "0 times" opened in stats window 2008-05-23 22:58:17 +00:00
FileNameCell.h
FileNameCell.m keep strings consistent 2008-05-23 16:56:03 +00:00
FileOutlineController.h allow quicklook of transfers through the inspector; add a quicklook button; move quicklook code from the file controller to the info controller 2008-05-20 23:04:23 +00:00
FileOutlineController.m use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
FileOutlineView.h quicklook window expands from the icon instead of the whole table row 2008-05-21 22:09:05 +00:00
FileOutlineView.m use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
FilePriorityCell.h simplify the priority selector mouse-over code 2008-03-25 03:17:35 +00:00
FilePriorityCell.m use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
FilterButton.h
FilterButton.m capitalization adjustments 2008-03-04 01:03:15 +00:00
GroupToolbarItem.h
GroupToolbarItem.m
GroupsController.h potential decrease in memory usage when showing the group dividers 2008-05-31 02:38:44 +00:00
GroupsController.m mac build builds again 2008-06-01 19:08:38 +00:00
GroupsWindow.xib decouple the group controller with the group window, and as a result only have the groups window loaded when it's opened 2008-03-23 00:56:43 +00:00
GroupsWindowController.h clean up the behavior with the group color picker 2008-03-23 04:36:30 +00:00
GroupsWindowController.m attempt to make the tracker table and buttons a bit nicer on Tiger 2008-06-03 15:27:03 +00:00
Info.plist.in remove os check from plist...the check isn't very reliable 2008-05-01 02:19:59 +00:00
InfoTabButtonCell.h generate the inspector tab button images dynamically when selected/deselected instead of storing them 2008-05-02 13:08:23 +00:00
InfoTabButtonCell.m update "i" general info image in the inspector; trivial code changes 2008-05-04 19:45:51 +00:00
InfoWindowController.h (mac) initial support for adding and removing trackers 2008-06-02 17:26:02 +00:00
InfoWindowController.m attempt to make the tracker table and buttons a bit nicer on Tiger 2008-06-03 15:27:03 +00:00
Makefile.am (#954) rpc: add "torrent-remove" method. rename tr_torrentDelete() as tr_torrentRemove() for consistency with various parts of the code. 2008-05-20 23:58:59 +00:00
MenuLabel.h remove unused code, add a warning 2008-03-23 18:24:18 +00:00
MenuLabel.m
MessageWindow.xib improved sort by date in the message log 2008-04-15 19:57:56 +00:00
MessageWindowController.h improved sort by date in the message log 2008-04-15 19:57:56 +00:00
MessageWindowController.m improved sort by date in the message log 2008-04-15 19:57:56 +00:00
NSApplicationAdditions.h
NSApplicationAdditions.m
NSBezierPathAdditions.h
NSBezierPathAdditions.m
NSMenuAdditions.h
NSMenuAdditions.m
NSStringAdditions.h temp code for testing time output 2008-02-25 23:57:49 +00:00
NSStringAdditions.m fix incorrect eta value 2008-04-07 05:00:07 +00:00
PeerProgressIndicatorCell.h more unused code removal, update NEWS 2008-03-24 02:38:00 +00:00
PeerProgressIndicatorCell.m more unused code removal, update NEWS 2008-03-24 02:38:00 +00:00
PeerTableView.h more unused code removal, update NEWS 2008-03-24 02:38:00 +00:00
PeerTableView.m
PiecesView.h
PiecesView.m
PortChecker.h
PortChecker.m
PrefsController.h sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort" 2008-05-23 16:18:58 +00:00
PrefsController.m add a warning when removing built-in trackers 2008-06-02 18:34:58 +00:00
PrefsWindow.h
PrefsWindow.m
QuickLook.h #958 QuickLook from within the Inspector - thanks Waldorf! 2008-05-20 19:34:33 +00:00
QuickLookController.h use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
QuickLookController.m use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
SpeedLimitToTurtleIconTransformer.h
SpeedLimitToTurtleIconTransformer.m
StatsWindow.xib clarify the remaining disk space alert's suppression button's text 2008-04-23 12:44:11 +00:00
StatsWindowController.h #893 add statistics "reset" button 2008-04-22 21:04:01 +00:00
StatsWindowController.m attempt to fix "0 times" stats bug 2008-05-24 23:51:51 +00:00
StatusBarView.h remove "Tiger conditionals" from the status bar 2008-03-28 18:47:43 +00:00
StatusBarView.m remove "Tiger conditionals" from the status bar 2008-03-28 18:47:43 +00:00
ToolbarSegmentedCell.h revert the last commit 2008-04-22 13:25:53 +00:00
ToolbarSegmentedCell.m revert the last commit 2008-04-22 13:25:53 +00:00
Torrent.h for now don't allow modification of non-user added trackers 2008-06-02 19:42:14 +00:00
Torrent.m for now don't allow modification of non-user added trackers 2008-06-02 19:42:14 +00:00
TorrentCell.h simplify the drawing of group colors for transfers 2008-05-27 16:07:12 +00:00
TorrentCell.m pieces bar color adjustment; dead code removal 2008-05-29 21:50:16 +00:00
TorrentTableView.h quicklook window expands from the icon instead of the whole table row 2008-05-21 22:09:05 +00:00
TorrentTableView.m Option to only show the add window when manually adding transfers 2008-05-26 21:39:30 +00:00
TrackerTableView.h missed these files in the last commit 2008-05-23 19:32:35 +00:00
TrackerTableView.m attempt to make the tracker table and buttons a bit nicer on Tiger 2008-06-03 15:27:03 +00:00
Transmission.sdef
Transmission_Prefix.pch
main.m
release_builder.sh
version.sh (trunk) update to 1.21 2008-05-21 21:15:15 +00:00