1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

60 commits

Author SHA1 Message Date
Mitchell Livingston
a1eab5b3ff adjust r12688 and remove a log message 2011-08-16 02:33:18 +00:00
Mitchell Livingston
256ba78e88 #4425 add window's verification progress bar doesn't consistently auto-hide 2011-08-16 02:31:53 +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
25ee42d68d update the copyright years in the Mac code to 2011 2011-01-01 20:42:14 +00:00
Mitchell Livingston
76f5a1f680 a couple more formatted integers 2010-11-14 21:04:25 +00:00
Mitchell Livingston
adbda30491 make the verifying progress indicator in the "add transfer" window a bar 2010-04-17 14:01:55 +00:00
Mitchell Livingston
609f1994e1 small design changes to the add windows, mainly placing the location, group, priority, and verify options into a box 2010-04-16 02:07:57 +00:00
Mitchell Livingston
b3af34d53d #2612 Display a neutered add window for magnet links 2010-04-12 00:55:31 +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
5fd8bef417 #2968 "Add" window -> Low Priority goes to High 2010-02-25 01:56:56 +00:00
Mitchell Livingston
496e86cbac #2905 Minor memory leak in AddWindowController 2010-02-15 14:41:53 +00:00
Mitchell Livingston
609527fbca #2846 Priority Selection in "Add" window 2010-02-11 01:34:32 +00:00
Mitchell Livingston
404b845590 #2791 show a progress indicator when verifying local data in the add window 2010-01-31 23:36:48 +00:00
Mitchell Livingston
1fec2fb2d0 happy new year! 2010-01-01 21:12:04 +00:00
Mitchell Livingston
581afef25a use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges) 2009-10-21 13:01:14 +00:00
Mitchell Livingston
3545d22d19 more #import cleanup 2009-10-11 03:36:50 +00:00
Mitchell Livingston
f4926170f1 remove redundant copy and a deprecated method 2009-08-29 23:13:04 +00:00
Mitchell Livingston
91bb087731 #2287 Remove options to delete torrent file when removing, and remove internal storing of torrent file location 2009-07-20 00:40:01 +00:00
Mitchell Livingston
055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston
333e226a3c so long Tiger support 2008-12-26 05:57:51 +00:00
Mitchell Livingston
d3e8165c83 cleanup for the group menu filling adjustment 2008-12-17 02:19:14 +00:00
Mitchell Livingston
29863264e5 merge the group location selection code 2008-12-13 22:49:46 +00:00
Mitchell Livingston
359e462091 disable the group location matching when adding a just-created torrent 2008-12-13 22:10:11 +00:00
Mitchell Livingston
678a3f7c3e #1575 Auto-select a group for new torrents according to criteria for each group 2008-12-08 03:26:28 +00:00
Mitchell Livingston
1a3bb8f3cf add GroupsPrefsControllerto Makefile.am; add a warning 2008-12-01 23:09:48 +00:00
Mitchell Livingston
757f8d6bb4 #757 trio of group support patches 2008-11-30 21:23:59 +00:00
Mitchell Livingston
452c66d9d8 patch from ciaran for #757 to add separate download locations for each group (when added) 2008-11-30 19:23:15 +00:00
Mitchell Livingston
d6fce3abcb remove references and dead code to the group window being its own window; other rearrangements of code 2008-11-29 20:29:54 +00:00
Mitchell Livingston
fd01b7395d trivial changes 2008-11-01 22:08:02 +00:00
Mitchell Livingston
6bc269d2bc more trivial type changes 2008-10-28 00:08:49 +00:00
Mitchell Livingston
9d5430a381 move a lot of loop counters into the loops' scopes; trivial changes 2008-10-12 21:38:13 +00:00
Mitchell Livingston
8a876d755a "isFolder" is a better method name than "folder" 2008-05-29 22:16:03 +00:00
Mitchell Livingston
ab2d8a4507 Capitalization Changes 2 2008-04-07 13:29:46 +00:00
Mitchell Livingston
1d40202bfc string folding and dead code removal 2008-04-06 04:16:05 +00:00
Mitchell Livingston
c402442786 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
Mitchell Livingston
4f11506522 streamline code from last commit 2008-02-27 19:58:15 +00:00
Mitchell Livingston
78b08324ea show amount selected in open window 2008-02-27 19:34:55 +00:00
Mitchell Livingston
c9e3322034 hopefully fix a crash with the open window 2008-02-13 19:33:04 +00:00
Mitchell Livingston
88053029bb add the standard close button to the Add window 2008-01-16 23:17:36 +00:00
Mitchell Livingston
a0578f408b allow priority selector to show even when the inspector is not the main window (10.5-only) 2008-01-12 03:39:26 +00:00
Mitchell Livingston
8ebe4614b2 when using the Add window, if the destination and the data have the same name, give a warning stating this (should help avoid the "why can't i seed if i set the destination to the data" problems) 2008-01-11 19:54:08 +00:00
Mitchell Livingston
f0f958d755 have the File Outline Controller reload the file data when reloading the table 2008-01-09 21:08:43 +00:00
Mitchell Livingston
34396e7820 add an option to "Validate existing data" to open window; get mac build compiling 2008-01-09 19:52:11 +00:00
Mitchell Livingston
d2ff4d99f3 update the active filer when a torrent changes from stalled to unstalled 2008-01-09 15:58:37 +00:00
Mitchell Livingston
dcbcc7edef fix a crash caused by releasing an object before being done with it 2008-01-09 05:53:52 +00:00
Mitchell Livingston
fac74ffd7b in the groups popup in the add window, have an option to show the groups window 2008-01-05 22:32:34 +00:00
Mitchell Livingston
57bc23edc5 get rid of a crash when canceling the open sheet 2008-01-05 21:31:05 +00:00
Mitchell Livingston
2dc92e4483 eliminate a warning, add another 2008-01-05 03:44:16 +00:00
Mitchell Livingston
3d9df6798f closer to not crashing when adding without a destination then canceling 2008-01-05 03:06:20 +00:00
Mitchell Livingston
f7372aa0d1 add an option in the open window to delete the torrent file 2008-01-04 18:10:37 +00:00