1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

4303 commits

Author SHA1 Message Date
Jordan Lee
69f3e31230 (libT) change the API signature for tr_torrentVerify() s.t. client code can be notified when the verify is finished 2013-01-31 21:58:25 +00:00
Mitchell Livingston
a3eafbb742 Move the inspector Rename File context menu item to the bottom of the list. 2013-01-26 22:39:32 +00:00
Mitchell Livingston
27cb435996 more variables corresponding to properties in FileRenameSheetController 2013-01-26 20:11:49 +00:00
Mitchell Livingston
1185b618ff add variables corresponding to properties in FileRenameSheetController 2013-01-26 20:05:06 +00:00
Mitchell Livingston
50d212bf88 explicitly synthesize variables in FileRenameSheetController 2013-01-26 19:59:56 +00:00
Mitchell Livingston
e14b1b0d03 remove another subscript usage 2013-01-26 19:55:26 +00:00
Mitchell Livingston
802d9d5892 remove another subscript usage 2013-01-26 19:52:08 +00:00
Mitchell Livingston
65b51cb4c7 remove two dictionary subscripts 2013-01-26 19:46:42 +00:00
Mitchell Livingston
26dba009db don't access NSArrays using subscripts, since that requires the modern runtime 2013-01-26 19:42:41 +00:00
Mitchell Livingston
94a329b38a update Mac code for logging changes in r13868 2013-01-26 19:17:58 +00:00
Jordan Lee
f75027d5e9 make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive 2013-01-25 23:34:20 +00:00
Mitchell Livingston
c6290bcd71 Move the rename menu item to the File menu. 2013-01-23 03:46:04 +00:00
Mitchell Livingston
45c8174cc2 Use tr_torrentRenamePath() instead of the removed tr_torrentRename() 2013-01-23 03:44:47 +00:00
Mitchell Livingston
806fdb0314 When renaming a transfer or file, reload the proper tables. 2013-01-22 03:54:51 +00:00
Mitchell Livingston
694861217c add the rename option to the main window context menu 2013-01-22 00:50:28 +00:00
Mitchell Livingston
5a53ea421f use the new rename function for the torrent, instead of the per-file function; update the interface right away when renaming the torrent 2013-01-22 00:44:58 +00:00
Mitchell Livingston
9236571f1c #1220 Initial Mac support for changing file and folder names. Not fully complete. 2013-01-22 00:09:48 +00:00
Mitchell Livingston
d2d3671e22 fix the build on the build Mac 2013-01-19 05:13:00 +00:00
Mitchell Livingston
aec98490b9 update the makefile for VDKQueue 2013-01-19 05:06:51 +00:00
Mitchell Livingston
bc574a559a #5223 Use VDKQueue for watching for torrent files 2013-01-19 05:03:00 +00:00
Mitchell Livingston
68d68d9420 add new quark files to the project file, and update the libtransmission initialization constants 2012-12-23 03:17:18 +00:00
Mitchell Livingston
1dc8c47059 mac build compiles with r13667 2012-12-14 23:28:49 +00:00
Jordan Lee
e96ed247fe refactor libtransmission's tr_benc class as tr_variant. 2012-12-14 04:34:42 +00:00
Mitchell Livingston
06fb61cbda #5106 Work around for crash when seeding completes and the transfer is auto-removed. 2012-11-24 03:34:45 +00:00
Mitchell Livingston
16c3540792 remove invalid break in r13611 2012-11-04 19:29:53 +00:00
Mitchell Livingston
1e34d5a78b #5121 Stopped torrents resume after sleep automatically. 2012-11-04 19:28:51 +00:00
Mitchell Livingston
b242dcaf14 simplify how the torrent table gets the type ahead name for group rows 2012-11-02 21:46:18 +00:00
Mitchell Livingston
6c8adbfc1d some cleanup to retains when removing torrents 2012-11-01 03:21:35 +00:00
Mitchell Livingston
4b5b4271eb revert r13603 2012-10-31 21:27:59 +00:00
Mitchell Livingston
13d5c76437 experimental fix for #5106 2012-10-30 00:44:20 +00:00
Mitchell Livingston
1e0f36fda0 #2794 Don't apply auto-grouping until torrent is demagnetized 2012-10-30 00:22:10 +00:00
Mitchell Livingston
7e2f344ff6 re-add layout code commented out in r13583 2012-10-29 22:44:12 +00:00
Mitchell Livingston
a5971d289a #5109 Show expansion tooltip for abbreviated file names in the File table 2012-10-29 22:17:08 +00:00
Mitchell Livingston
8e0a157531 silence a deprecation warning 2012-10-29 22:16:42 +00:00
Mitchell Livingston
809bd8e788 no padding between the title/status strings in the file table and the priority column 2012-10-29 00:04:18 +00:00
Mitchell Livingston
7bcafd7149 #4373 In the file list, swap the priority switch and download check, so that the scrollbar doesn't appear above the high priority switch 2012-10-28 23:57:08 +00:00
Mitchell Livingston
b2b1aeb282 don't do layout in code until localizations are updated in 2.8 2012-10-19 03:52:59 +00:00
Mitchell Livingston
79d0f5d792 don't update the badge count when a transfer finishes seeding and is removed at the same time. 2012-10-17 00:25:28 +00:00
Mitchell Livingston
da2afd01ef update to the Dutch localization 2012-10-15 02:23:54 +00:00
Mitchell Livingston
493d2824b3 #5090 Include seeding-complete transfers in badged count on Dock icon 2012-10-15 02:12:44 +00:00
Mitchell Livingston
83d89cd33a Remove another debug logging message. 2012-10-14 17:46:42 +00:00
Mitchell Livingston
2430bb060d move a variable outside of a loop 2012-10-14 17:33:23 +00:00
Mitchell Livingston
3fbc1efd2b comment out a debug log statement 2012-10-14 17:32:38 +00:00
Mitchell Livingston
b60375bc2e #5051 Mac client causes dual-GPU Macbook Pros to use the discrete GPU 2012-10-12 02:44:19 +00:00
Mitchell Livingston
126583ba85 in Mac world it's NSRect, not CGRect 2012-09-27 00:21:10 +00:00
Mitchell Livingston
340c8aedf7 perform localization of InfoActivityViewController with a strings files and resizing code 2012-09-27 00:17:43 +00:00
Mitchell Livingston
d3e57ff7f8 fix a bug with the auto-resizing localization code in InfoGeneralViewController 2012-09-27 00:16:21 +00:00
Mitchell Livingston
7a3f6e6010 uncomment resizing code for localizations post-2.7 2012-09-26 18:59:34 +00:00
Mitchell Livingston
c9f86ff4e3 #5053 Fix crash on 10.6 2012-09-26 16:55:34 +00:00
Mitchell Livingston
cf9d109480 Make the stats window's localization-resizing code a bit more generic 2012-09-24 02:43:44 +00:00