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

3577 commits

Author SHA1 Message Date
Mitchell Livingston
861f2b1f85 better code for determining the index of a new group 2010-04-04 13:20:44 +00:00
Mitchell Livingston
09b0e966a3 make the new group color a little bluer 2010-04-04 13:07:38 +00:00
Mitchell Livingston
d33374c3c1 #3114 remove preference, now resume all always excludes "seeding complete" transfers 2010-04-04 02:05:40 +00:00
Mitchell Livingston
037db7fead #3114 add option to transfers->management "Resume All includes seeding-complete transfers" 2010-04-04 01:35:51 +00:00
Mitchell Livingston
19d1e5dc23 fix hovering over the pause/resume button in non-compact view 2010-04-02 18:14:46 +00:00
Mitchell Livingston
05cf5fccef when the ratio is set to unlimited when resuming, reload the inspector 2010-04-02 18:05:39 +00:00
Mitchell Livingston
6a4954e867 #1869 Move the finished state to libtransmission. This setting is now remembered between launches. This also causes torrents that hit the seed ratio to not have this setting changed to unlimited until start. 2010-04-02 17:57:25 +00:00
Mitchell Livingston
def9a6aba3 make text fields truncate in the middle instead of end 2010-04-01 02:34:29 +00:00
Mitchell Livingston
115e763ac7 still show the progress bar in compact view for selected rows 2010-03-28 01:29:40 +00:00
Mitchell Livingston
72a7337266 #1295 Sync "Start when added" with libtransmission 2010-03-26 02:28:41 +00:00
Mitchell Livingston
8175373775 small help tweak 2010-03-25 12:40:17 +00:00
John Clay
21f519f76f Help draft 2 2010-03-25 03:51:56 +00:00
Mitchell Livingston
7d318261b1 update the help index 2010-03-25 02:59:02 +00:00
John Clay
babadea3e2 Oops 2010-03-25 02:57:58 +00:00
John Clay
b889da554d Update Mac help - Draft 1 2010-03-25 02:53:24 +00:00
Mitchell Livingston
157707f93e one more constant, one less warning 2010-03-21 15:16:11 +00:00
Mitchell Livingston
c211f53a8a in compact view, center fields instead of using offsets from the top 2010-03-21 14:59:46 +00:00
Mitchell Livingston
c0a823f1ea in compact view, make the progress bar a bit darker 2010-03-20 23:08:59 +00:00
Mitchell Livingston
021e6e9e33 eliminate the non-displayed text explaining the control buttons in compact view 2010-03-20 22:42:33 +00:00
Mitchell Livingston
b6aa2c6e2e in compact view, when showing the controls on hover don't resize the title if the replaced text was longer than the width of the buttons 2010-03-20 22:24:54 +00:00
Mitchell Livingston
ab7e05ec76 in compact view, don't show the progress bar if the cell is selected, regardless if the table has focus 2010-03-20 19:16:13 +00:00
Mitchell Livingston
09666b3add appropriately shorten the title length when showing the control buttons in compact view 2010-03-20 18:54:24 +00:00
Mitchell Livingston
796869f6c8 don't set up a tracking area over the entire cell when not in compact view 2010-03-20 18:27:09 +00:00
Mitchell Livingston
f77491ceb3 more adjustments to compact view 2010-03-20 18:09:45 +00:00
Mitchell Livingston
1ef87cdb54 hide the progress bar when selecting row in compact view 2010-03-20 05:16:03 +00:00
Mitchell Livingston
a075653c67 make the progress bar in compact view take up essentially the entire cell 2010-03-20 05:09:34 +00:00
Mitchell Livingston
9c87f67f9b decrease the alpha of the pieces bar in compact view (don't show at all in compact view on 10.5) 2010-03-20 03:51:29 +00:00
Mitchell Livingston
acd27ffc4a tweak Compact View 2010-03-20 03:36:16 +00:00
Mitchell Livingston
bc5e2d7825 only outline the progress bar in non-compact view 2010-03-20 03:30:04 +00:00
Mitchell Livingston
34bd2914db first attempt at a single-row, more compact Compact (Minimal) View 2010-03-20 03:27:17 +00:00
Mitchell Livingston
b16620930a rename Minimal View to Compact View 2010-03-20 02:04:18 +00:00
Mitchell Livingston
73cceb7b65 tweak NEWS and Makefile 2010-03-15 00:16:07 +00:00
Mitchell Livingston
8e529921d7 simplify how the icons are set for the inspector tabs 2010-03-14 15:03:14 +00:00
Mitchell Livingston
b9e7cc8990 set the inspector views' titles in each view's class 2010-03-14 03:09:12 +00:00
Mitchell Livingston
14d06e0ef3 remove unnecessary setHidden:'s 2010-03-14 02:59:37 +00:00
Mitchell Livingston
f1bfa1a3d5 move the code for remembering resize information for the info views into the individual views 2010-03-14 02:53:22 +00:00
Mitchell Livingston
236184c4a9 avoid theoretical memory leaks when the info window is deallocated 2010-03-14 02:14:03 +00:00
Mitchell Livingston
c5a3856e4f add an optional clearView method to the InfoViewController protocol 2010-03-14 01:52:45 +00:00
Mitchell Livingston
efce4e9759 add a protocol for the info view controllers, and as a result eliminate some excessive code 2010-03-14 01:42:49 +00:00
Mitchell Livingston
272364d324 #3009 display an indeterminate progress indicator in the add window when waiting to start 2010-03-10 03:44:30 +00:00
Mitchell Livingston
15c2279052 avoid setting views in the inspector until necessary 2010-03-09 02:26:52 +00:00
Mitchell Livingston
c6a76932b2 adjust default inspector window size and placement 2010-03-07 14:51:41 +00:00
Mitchell Livingston
e4f891b3c5 adjust default window size and placement 2010-03-07 14:49:58 +00:00
Mitchell Livingston
d83c14dd89 set default sorts for the peer, web seed, and message log tables in the xib instead of code 2010-03-07 14:39:13 +00:00
Mitchell Livingston
f7cf4b7190 fix potential layout glitch for labels in general and activity inspector tabs 2010-03-07 03:11:10 +00:00
Mitchell Livingston
b7b5c43da6 fix label display glitch in the options inspector tab 2010-03-07 03:08:17 +00:00
Mitchell Livingston
5d4ecbcecf #3017 fix the pieces bar for magnet links 2010-03-07 02:46:49 +00:00
Mitchell Livingston
c83b9c5cb9 allow the pieces grid's type to be changed once again 2010-03-07 02:46:15 +00:00
Mitchell Livingston
c1e70f4e17 one less warning 2010-03-07 02:28:50 +00:00
Mitchell Livingston
539e5f4da8 fix the pieces grid 2010-03-07 01:55:05 +00:00