Commit Graph

2531 Commits

Author SHA1 Message Date
Mitchell Livingston 84601b3e09 implement most of the rpc preferences updating 2008-06-03 17:55:43 +00:00
Mitchell Livingston c42a623ada only update the options window when the updated torrent is already selected 2008-06-03 16:28:09 +00:00
Mitchell Livingston 6e6e8680d1 swap rpc start/stop and remove 2008-06-03 16:22:31 +00:00
Mitchell Livingston 9eaef4723e mac: implement rpc started, stopped, and updated 2008-06-03 16:20:21 +00:00
Mitchell Livingston 9b4c88ee27 attempt to make the tracker table and buttons a bit nicer on Tiger 2008-06-03 15:27:03 +00:00
Mitchell Livingston 15beea0630 update NEWS and mac strings 2008-06-02 20:31:26 +00:00
Mitchell Livingston a4520742e5 for now don't allow modification of non-user added trackers 2008-06-02 19:42:14 +00:00
Mitchell Livingston 2b72de34ab pluralize the "remove tracker" dialogue appropriately; merge more of the remove code 2008-06-02 19:17:04 +00:00
Mitchell Livingston 6d7077522b merge some code for removing trackers 2008-06-02 18:47:54 +00:00
Mitchell Livingston b884651ac3 add a warning when removing built-in trackers 2008-06-02 18:34:58 +00:00
Mitchell Livingston 88d357539e (mac) initial support for adding and removing trackers 2008-06-02 17:26:02 +00:00
Mitchell Livingston f3a974c40e allow torrents with no announce address to be created again 2008-06-02 01:55:15 +00:00
Mitchell Livingston 4c20b4e0d4 mac build builds again 2008-06-01 19:08:38 +00:00
Mitchell Livingston d4618ef74d don't archive group images; update group images when colors change 2008-05-31 03:11:59 +00:00
Mitchell Livingston 1cb0451c05 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
Mitchell Livingston 62f034cdbd potential decrease in memory usage when showing the group dividers 2008-05-31 02:38:44 +00:00
Charles Kerr 468a883f23 API cleanup: s/tr_torrentRates/tr_sessionGetSpeed/ 2008-05-30 15:19:07 +00:00
Mitchell Livingston 8a876d755a "isFolder" is a better method name than "folder" 2008-05-29 22:16:03 +00:00
Mitchell Livingston 84f922af92 pieces bar color adjustment; dead code removal 2008-05-29 21:50:16 +00:00
Mitchell Livingston 7e698d48b4 fix typo from the typo fix 2008-05-29 00:58:20 +00:00
Mitchell Livingston 1828cca645 fix 2 typos 2008-05-29 00:56:58 +00:00
Mitchell Livingston b9baa6ba84 update localizable strings and NEWS 2008-05-29 00:51:28 +00:00
Mitchell Livingston ce7e9f92b4 fix typo on Tiger 2008-05-29 00:19:28 +00:00
Mitchell Livingston 7dd1199620 show a warning when create a torrent file with a blank address 2008-05-29 00:18:10 +00:00
Mitchell Livingston aed40c4318 allow creation of torrents with no announce address 2008-05-28 23:57:25 +00:00
Mitchell Livingston 63470e90cd handle removing with rpc 2008-05-27 19:05:48 +00:00
Mitchell Livingston 3a1c463fee simplify the drawing of group colors for transfers 2008-05-27 16:07:12 +00:00
Mitchell Livingston 131a79c702 allow transfers to be dragged when status fields are hit; trivial efficiency improvements when drawing torrent cells 2008-05-27 06:05:05 +00:00
Mitchell Livingston 9f3a13f1b4 improvement for showing the pieces bar for transfers with few pieces (less than 324) 2008-05-27 05:27:42 +00:00
Mitchell Livingston 510570091c no need to have the bitmap as an instance variable since it is no longer saving colors between reload 2008-05-27 05:08:09 +00:00
Mitchell Livingston cd886da2ac trivial efficiency 2008-05-27 04:49:08 +00:00
Mitchell Livingston 88dd8ef23e dead code removal 2008-05-27 04:26:09 +00:00
Mitchell Livingston a24eabaa24 simplify the pieces bar by not drawing the gradient over it 2008-05-27 04:25:00 +00:00
Mitchell Livingston 3eb3d890ec small potential speedup for the pieces bar 2008-05-27 04:20:25 +00:00
Mitchell Livingston ff929b1f6a support for adding a transfer through rpc 2008-05-27 00:52:18 +00:00
Mitchell Livingston c939cc4b98 prepare Torrent.[mh] for rpc 2008-05-26 23:23:07 +00:00
Mitchell Livingston 8417a114a2 rearrange the "transfers" pref pane 2008-05-26 22:35:18 +00:00
Mitchell Livingston 99c5ce5dce Option to only show the add window when manually adding transfers 2008-05-26 21:39:30 +00:00
Mitchell Livingston 5f9ec561e6 a little work with rpc 2008-05-25 17:34:02 +00:00
Mitchell Livingston 9d2a738cfe attempt to fix "0 times" stats bug 2008-05-24 23:51:51 +00:00
Mitchell Livingston 913b88c8b6 potential fix for users that have "0 times" opened in stats window 2008-05-23 22:58:17 +00:00
Mitchell Livingston e03444fe86 even more efficiency when drawing custom row colors 2008-05-23 20:36:19 +00:00
Mitchell Livingston 793d5bc2b6 don't draw the white rows - this is already performed before hand 2008-05-23 20:18:14 +00:00
Charles Kerr 53d8574b11 * change tr_stat.activityDate's and tr_stat.startedDate's type to time_t, since that's how everyone uses them anyway
* add a little more documentation to tr_stat and tr_ctor in transmission.h
2008-05-23 20:04:41 +00:00
Mitchell Livingston 03292f0bd8 missed these files in the last commit 2008-05-23 19:32:35 +00:00
Mitchell Livingston 0558f0b05f manually draw the alternating row colors in the tracker table as well 2008-05-23 19:31:57 +00:00
Mitchell Livingston 527450b285 use the clipRect as the visible rect 2008-05-23 19:17:01 +00:00
Mitchell Livingston 5cd3dd1db7 manually draw the alternating row colors - this allows the rows below each group row to start as white 2008-05-23 19:04:19 +00:00
Mitchell Livingston 6345b6ba11 keep strings consistent 2008-05-23 16:56:03 +00:00
Mitchell Livingston ecb0dfc0f3 for users that have "times open" displayed as 0, display "n/a" instead 2008-05-23 16:54:01 +00:00
Charles Kerr d18fb68fbc sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort" 2008-05-23 16:18:58 +00:00
Charles Kerr 0621c67c41 more cleanup work:
(1) kill the pointless "tr_tracker_stat" struct.
(2) kill the unused "tr_torrentRemoveSaved()" function.
(3) kill the redundant "nextManualAnnounceTime" variable.
(4) make the TR_ERROR_IS_* macros private.
2008-05-22 23:11:21 +00:00
Mitchell Livingston 29729d35e7 streamline FileListNode.m, moving asserts to more appropriate locations 2008-05-22 21:06:56 +00:00
Charles Kerr 26b5a16630 (libt) more janitorial work on cleaning up tr_session*() and tr_torrent*() functions: session stats, torrent count, and manual update. 2008-05-22 20:44:41 +00:00
Mitchell Livingston b59be62bb5 fix errors with the new file structure code when displaying per-torrent action menu 2008-05-22 20:00:22 +00:00
Charles Kerr 9fdb8afdf0 (rpc) remove TR_RPC_TORRENT_CLOSING. formalize "torrent-list"'s response in the rpc spec. 2008-05-22 19:24:11 +00:00
Mitchell Livingston 1279b6ffff move new files into the macosx directory 2008-05-22 18:44:58 +00:00
Mitchell Livingston b89071685f use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
Charles Kerr dceabc5661 make tr_stat identical in transmission.h and rpc-spec.txt. 2008-05-22 16:59:51 +00:00
Charles Kerr 7b209acc1b more janitorial cleanup on the "tr_session*" namespace. Today's victim: tr_handle_status. 2008-05-22 12:31:47 +00:00
Mitchell Livingston e6f66b1d07 quicklook window expands from the icon instead of the whole table row 2008-05-21 22:09:05 +00:00
Mitchell Livingston 0c94c7b623 (trunk) update to 1.21 2008-05-21 21:15:15 +00:00
Mitchell Livingston 8d3c742eb1 fix infinite loop when quicklooking a collapsed group 2008-05-21 19:27:22 +00:00
Mitchell Livingston 3bac97b948 enable/disable the quicklook menu item/toolbar item 2008-05-21 18:59:18 +00:00
Mitchell Livingston f8d72c8708 when showing quicklook window, leave previous window as key 2008-05-21 18:47:48 +00:00
Mitchell Livingston 132a4b7243 only "suck" in and out when quicklook-ing when the window is visible 2008-05-21 16:32:26 +00:00
Mitchell Livingston 29ee9a2a6f add quick look menu item 2008-05-21 16:28:21 +00:00
Mitchell Livingston d154c2870d warnings-- 2008-05-21 16:14:44 +00:00
Mitchell Livingston 3c05479037 make the quicklook toolbar item off by default 2008-05-21 16:08:41 +00:00
Mitchell Livingston 4b4347a675 add a QuickLook button to the toolbar 2008-05-21 16:02:38 +00:00
Mitchell Livingston 958f2447da only allow QuickLook of folders or finished downloads; update NEWS 2008-05-21 15:49:37 +00:00
Mitchell Livingston 64e328a741 add QuickLook to the main window (keeping it in the info window as well) 2008-05-21 15:45:27 +00:00
Mitchell Livingston 1f0c5b891c move quick look into its own class, making it a singleton object to allow expanded functionality 2008-05-21 15:23:26 +00:00
Charles Kerr c7b9c8c043 (#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
Mitchell Livingston c6229feac9 update quicklook when switch tabs to the file tab 2008-05-20 23:57:42 +00:00
Mitchell Livingston de9d548cf3 only update quicklook window when changing transfer/file 2008-05-20 23:45:07 +00:00
Mitchell Livingston aa0e8df705 update the quicklook window when the selected transfer changes 2008-05-20 23:13:52 +00:00
Mitchell Livingston 7983c5484a 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
Mitchell Livingston bb3f77d2cd remove quicklook animation when the table disappears 2008-05-20 20:38:14 +00:00
Mitchell Livingston 1fb597f1ba #958 QuickLook from within the Inspector - thanks Waldorf! 2008-05-20 19:34:33 +00:00
Mitchell Livingston 850807c626 a little progress on setting up the rpc callback (no new actual functionality yet) 2008-05-20 15:16:34 +00:00
Mitchell Livingston d3d39fce19 more ipc code removal 2008-05-19 13:29:07 +00:00
Mitchell Livingston 7ac00f83c7 update project for new rpc code (part 2) 2008-05-19 01:05:14 +00:00
Mitchell Livingston 9aecf34ce7 update project for new rpc code (part 1) 2008-05-19 00:23:06 +00:00
Mitchell Livingston 788ccd60d3 #948 - when processing the blocklist, don't block the gui (Leopard-only) 2008-05-16 00:25:09 +00:00
Mitchell Livingston c76838f7fe clarify "remaining time unknown" 2008-05-14 23:13:30 +00:00
Mitchell Livingston cc3f907115 minor adjustments/code cleanup of the new group drawing code 2008-05-14 22:57:46 +00:00
Mitchell Livingston f59a61576c adjust the look of the group colors 2008-05-14 21:35:37 +00:00
Mitchell Livingston b75aa8df9f dragging directly onto group row won't change queue order 2008-05-14 18:09:51 +00:00
Mitchell Livingston 35af79aa95 (trunk) re-add Italian localization 2008-05-14 03:24:25 +00:00
Mitchell Livingston 48874c0619 more adjustments to dragging with groups 2008-05-12 22:38:50 +00:00
Mitchell Livingston add14825a7 when sorting by queue order, dragging on group header will place the torrent at the bottom 2008-05-12 22:08:06 +00:00
Mitchell Livingston 320f43211f allow changing groups by dragging (regardless of sort) 2008-05-12 21:57:37 +00:00
Mitchell Livingston b147256596 moving torrents between groups will change their groups - this took forever to get not to crash, so enjoy 2008-05-12 21:38:24 +00:00
Mitchell Livingston 7e36f684a9 mac build compiles 2008-05-12 16:39:32 +00:00
Mitchell Livingston b237f6089a a little redundant code removal 2008-05-12 01:49:48 +00:00
Mitchell Livingston a1a3c43d19 remove useless "sorted" variables 2008-05-12 01:37:38 +00:00
Mitchell Livingston f231e13d6c fix ordering error 2008-05-12 01:32:33 +00:00
Mitchell Livingston c48c9025c8 a little tidyup; update NEWS 2008-05-11 21:57:34 +00:00
Mitchell Livingston cfb91f22e4 allow reordering while groups are shown (and sorting by queue) 2008-05-11 21:38:40 +00:00