1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-24 07:00:40 +00:00
Commit graph

1188 commits

Author SHA1 Message Date
Mitchell Livingston
154f2f96af fix starting transfers when adding 2011-08-11 01:54:14 +00:00
Mitchell Livingston
f23b930f36 invert the logic for the "show remaining time" checkbox in the global action popover 2011-08-08 12:34:11 +00:00
Mitchell Livingston
7ab2d316b2 fix a trivial memory leak 2011-08-08 12:24:03 +00:00
Mitchell Livingston
a975fad0c7 The Mac UI's "check for stalled transfers" feature now uses the libtransmission hooks 2011-08-08 03:24:23 +00:00
Mitchell Livingston
b59cb97da4 Stop waiting transfers before stopping others. This way, for a group of transfers to be stopped, a waiting one won't start if an active one is stopped first. 2011-08-06 15:31:19 +00:00
Mitchell Livingston
7901232783 don't attempt to generate the dock menu when quitting 2011-08-05 23:21:34 +00:00
Mitchell Livingston
075454604b generate the dock menu exclusively in code 2011-08-05 23:18:02 +00:00
Mitchell Livingston
4c5aef91a9 rename updateTorrentsInQueue to a more generic (and appropriate) name 2011-08-04 02:03:58 +00:00
Mitchell Livingston
4d5c05177d update the main window when a torrent is auto-started from the queue 2011-08-04 00:36:02 +00:00
Mitchell Livingston
52487018ed some cleanup of the Mac integration of libT queue code (we're getting there, but we're not there yet) 2011-08-03 02:08:37 +00:00
Mitchell Livingston
cd5b9b16fd first go at bringing the libT queue to the Mac client 2011-08-02 12:43:26 +00:00
Mitchell Livingston
2d5d902175 Only show a single popover when excessively clicking the global and per-transfer action buttons 2011-07-27 03:38:01 +00:00
Mitchell Livingston
cc8f73b715 #4393 Remove "Open Recent" menu item and list of recent torrent files 2011-07-27 01:32:46 +00:00
Mitchell Livingston
4cdb84aa0d #4379 Lion: Use popovers for global gear button 2011-07-23 15:54:02 +00:00
Mitchell Livingston
37f9835e7d #4365 enforce window size for auto-resizing by setting min/max size 2011-07-18 00:48:00 +00:00
Mitchell Livingston
2dd5c5c611 #4346 items in the status bar aren't set at launch 2011-07-06 23:22:21 +00:00
Mitchell Livingston
fa63ffbdc7 #4225 Sort torrents by size 2011-07-04 19:47:15 +00:00
Mitchell Livingston
ace8a619a9 minor NEWS tweaks 2011-06-28 01:39:30 +00:00
Mitchell Livingston
4d5ab8a4c5 #4241 Update dock badge count after removing download through web interface 2011-06-19 03:52:54 +00:00
Mitchell Livingston
23ea776bd9 disabling alternating row colors in minimal view 2011-06-13 23:02:38 +00:00
Mitchell Livingston
83eefe11bd When hiding the filter bar, make the table view the first responder right away. 2011-06-07 23:40:10 +00:00
Mitchell Livingston
d25735dd9f #4182 Remember filter search text between runs 2011-04-11 02:44:05 +00:00
Jordan Lee
b4d36aeb54 (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
Jordan Lee
bb6684cb1e tidy up 2011-03-21 16:30:58 +00:00
Jordan Lee
337bdc3253 maybe fix the mac build? 2011-03-21 16:28:44 +00:00
Mitchell Livingston
5d85125777 #4109 Recycle: Show a confirmation dialog 2011-03-17 01:06:31 +00:00
Mitchell Livingston
ee00977e65 Rename "cleanup all completed" to "remove all completed from list". 2011-03-14 23:46:53 +00:00
Mitchell Livingston
15394498b0 add a button to the bottom-left of the main window to clean up all completed transfers 2011-03-10 01:36:51 +00:00
Mitchell Livingston
23d727d017 hard-code the status bar and filter bar height, so that the max window size factors in their height 2011-03-08 00:20:58 +00:00
Mitchell Livingston
6092362c1e revert the last commit 2011-02-26 14:59:05 +00:00
Mitchell Livingston
39709abd6e store secondsDownloading and secondsSeeding as ints instead of time_t 2011-02-26 14:56:58 +00:00
Mitchell Livingston
0cb651af29 change the default toolbar to separate the remove button and the pause/resume all button with a space instead of a separator 2011-02-24 23:40:36 +00:00
Mitchell Livingston
541effd743 slightly simplify filter code 2011-02-21 04:18:58 +00:00
Mitchell Livingston
9d805527e3 silence a warning 2011-02-20 15:05:01 +00:00
Mitchell Livingston
c1ac1d629f restore cmd-option-f to select the search filter field when the torrent table view is selected 2011-02-20 04:34:46 +00:00
Mitchell Livingston
7ba8bcb2b6 make sure filter buttons' tooltips are updated when the bar is shown 2011-02-20 04:23:09 +00:00
Mitchell Livingston
6d10cd2c9c move the filter bar into its own xib 2011-02-20 03:58:50 +00:00
Mitchell Livingston
a41e93c506 change the status bar's left menu to be within the button (in the xib) 2011-02-20 00:33:49 +00:00
Mitchell Livingston
5c419c6256 remove unused variables 2011-02-20 00:24:25 +00:00
Mitchell Livingston
543063b4b8 move the status bar into its own xib file 2011-02-20 00:22:55 +00:00
Mitchell Livingston
7cf8470ec7 when resizing the filter bar, use the filter bar width instead of the status bar width; silence a warning 2011-02-19 21:12:45 +00:00
Mitchell Livingston
23d175866c add µTP to the Prefs window 2011-02-18 03:26:54 +00:00
Mitchell Livingston
98a82de9ec remove selected transfers when removing completed transfers, removing through RPC, etc. (whenever removing transfers that aren't the selected transfers) 2011-02-13 02:14:21 +00:00
Mitchell Livingston
9348605f03 Add option to remove completed transfers 2011-02-13 02:02:13 +00:00
Mitchell Livingston
e5b8461919 fix a crash with the URL window, and memory leak with the URL window, and update the "Open" button of the URL window when shown 2011-02-11 03:17:36 +00:00
Mitchell Livingston
7fabe85b96 remember the text in the URL sheet 2011-02-10 00:58:05 +00:00
Mitchell Livingston
9c1281c43c move the "open torrent URL" sheet into its own xib file 2011-02-10 00:51:25 +00:00
Mitchell Livingston
beb2973b85 set the visibility priority for high and low priority menu items 2011-02-08 01:08:30 +00:00
Mitchell Livingston
c165ff1463 #3675 handle trashing data over RPD in the Mac client 2011-02-06 17:32:16 +00:00
Mitchell Livingston
a1eedd117d #3940 Global displayed speed does not include webseeds; remove a now-unused libT speed function 2011-01-23 18:23:52 +00:00