1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00
Commit graph

2117 commits

Author SHA1 Message Date
Mitchell Livingston
a06c1ace83 save collapsed groups between launches 2008-02-07 21:26:04 +00:00
Mitchell Livingston
4d472ae9f7 image for "open address" toolbar button...now with the image 2008-02-07 20:54:37 +00:00
Mitchell Livingston
2c9b5137dc image for "open address" toolbar button 2008-02-07 20:54:14 +00:00
Mitchell Livingston
1f9b6248df add an "Open Address" button (updated image is in the works) 2008-02-07 20:34:14 +00:00
Mitchell Livingston
145d372a0c trivial cleanup 2008-02-07 16:52:38 +00:00
Mitchell Livingston
0c61836b1e collapsed groups were expanded and vice versa 2008-02-07 16:23:22 +00:00
Mitchell Livingston
dd0bf1fa8f better encapsulate the collapsed group values 2008-02-07 16:20:24 +00:00
Mitchell Livingston
19210bebf2 expand groups when changing group values 2008-02-07 15:57:32 +00:00
Mitchell Livingston
d718f410fc get drag/drop to work again 2008-02-07 11:57:24 +00:00
Mitchell Livingston
5e2308daf9 when turning on group view, show all groups expanded 2008-02-07 02:15:24 +00:00
Mitchell Livingston
346060659d expand a torrent's group when removing it, since either the whole group is being removed or it is already expanded 2008-02-07 02:11:26 +00:00
Mitchell Livingston
015f40e498 initial saving of collapsed/expanded groups when switching filters, adding torrents, etc 2008-02-07 01:26:12 +00:00
Mitchell Livingston
a0061f43fb First commit of collapsable groups. A lot more needs to still be done. 2008-02-06 23:45:44 +00:00
Mitchell Livingston
5fd7194c12 Fix bug remembering reordered groups 2008-02-05 12:54:07 +00:00
Mitchell Livingston
d8fe88ae9e fix potential future display bug in the table cell 2008-02-04 13:48:55 +00:00
Mitchell Livingston
5810578280 fix bug when using the per-torrent action menu to set ratio 2008-02-04 13:42:20 +00:00
Charles Kerr
c09df07801 #679: packaging fix for mac client 2008-02-03 00:51:12 +00:00
Mitchell Livingston
7394a49a09 update trunk version to 1.04+ 2008-02-01 04:47:50 +00:00
Mitchell Livingston
4e7cd4d0af fix up the code to get the selected torrent when a group is selected 2008-01-31 04:02:26 +00:00
Mitchell Livingston
008ce2fcfe layout changes to the sorting code 2008-01-31 00:40:37 +00:00
Mitchell Livingston
f77717cffa don't create the name sort descriptor when it's not used 2008-01-31 00:24:44 +00:00
Mitchell Livingston
0e393b873f #669: counts the new group 'separators' in the transfers list as transfers in the count on the bottom of the window 2008-01-30 22:24:30 +00:00
Mitchell Livingston
dd64616376 simplify the code for adding group dividers 2008-01-30 22:14:19 +00:00
Mitchell Livingston
d99e328bab remove a warning 2008-01-30 21:55:39 +00:00
Mitchell Livingston
db160766e4 fix a crash when removing torrents when showing groups 2008-01-28 14:06:02 +00:00
Mitchell Livingston
02799f7060 fix a crash on Tiger 2008-01-27 19:10:14 +00:00
Mitchell Livingston
4ac75b1b80 fix bug when showing groups and changing sort type to queue order 2008-01-24 21:14:02 +00:00
Mitchell Livingston
d98fbdc6e4 better tracking rect calculating for the main table 2008-01-24 15:09:28 +00:00
Mitchell Livingston
1537005b30 fix visual glitch when toggling minimal view 2008-01-24 14:43:50 +00:00
Mitchell Livingston
ea44f890c4 make the dock badge colors more obvious 2008-01-24 14:27:35 +00:00
Mitchell Livingston
da6a108375 hopefully fix weird drawing issues when resizing, and eliminate a memory leak 2008-01-24 01:05:00 +00:00
Mitchell Livingston
8f21d06cb0 add a shortcut for toggling Group view; get rid of grid line between rows 2008-01-23 22:07:53 +00:00
Mitchell Livingston
5fce7e3d5c show/hide the group dividers right away when toggling that option 2008-01-23 22:00:02 +00:00
Mitchell Livingston
10061504df don't sort when there is 1 or less items 2008-01-23 21:42:37 +00:00
Mitchell Livingston
55aaa70546 don't allow group rows to be edited 2008-01-23 21:33:54 +00:00
Mitchell Livingston
7dc223d488 make group sorting on Tiger consistent with Leopard's 2008-01-23 20:57:07 +00:00
Mitchell Livingston
b44c0b059c apply the filter in some necessary situations 2008-01-23 20:50:49 +00:00
Mitchell Livingston
4f9dcb1444 sort instead of filtering when possible 2008-01-23 20:46:37 +00:00
Mitchell Livingston
549521c602 only update and sort by group when filtering, not during normal sorting 2008-01-23 20:31:04 +00:00
Mitchell Livingston
920811c894 eliminate a warning 2008-01-23 18:53:19 +00:00
Mitchell Livingston
230d490637 cleanup for last commit 2008-01-23 18:47:34 +00:00
Mitchell Livingston
320e519a43 when determining selected torrents, if a group is selected, after adding all torrents from that group, skip to the object after all those torrents 2008-01-23 18:41:33 +00:00
Mitchell Livingston
381a5bf4b5 simplify determining selected rows 2008-01-23 18:25:05 +00:00
Mitchell Livingston
30531d75c9 only store the group number for displaying groups in table -- count can be derived 2008-01-23 18:22:54 +00:00
Mitchell Livingston
2761220369 simplify the method for adding groups to the torrent array 2008-01-23 17:41:55 +00:00
Mitchell Livingston
67205c89c8 rename filter and sort methods, and eliminate some redundant calls 2008-01-23 17:22:41 +00:00
Mitchell Livingston
d5768a4e54 use NSMutableArray's built-in function to remove multiple objects at once 2008-01-23 17:11:06 +00:00
Mitchell Livingston
5852c78682 keep track of which rows are groups with a separate object 2008-01-23 17:03:42 +00:00
Mitchell Livingston
c0463820f7 fix type selection 2008-01-23 03:38:24 +00:00
Mitchell Livingston
7837afd042 move the "Use Groups" menu item out of the sort menu 2008-01-23 03:22:26 +00:00