1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-29 19:16:23 +00:00
Commit graph

453 commits

Author SHA1 Message Date
Mitchell Livingston
fd934eeaff remove a warning 2009-09-17 01:15:00 +00:00
Mitchell Livingston
692d35c018 show a warning whenever removing any tracker, regardless of if it's built-in 2009-09-17 01:10:18 +00:00
Mitchell Livingston
8b4ec4b7b7 remove distinction between built-in trackers and custom-added trackers; add trackers to the end of the list instead of the beginning 2009-09-17 00:33:39 +00:00
Mitchell Livingston
90b83c3224 use 10.6's localizedStandardCompare: when sorting by name 2009-09-16 02:18:23 +00:00
Mitchell Livingston
e882a71ddf #2414 Upside-down dock icons in Inspector under Leopard 2009-09-16 01:16:12 +00:00
Mitchell Livingston
61caf165ab add some 10.6 checks for quick look 2009-09-07 14:54:22 +00:00
Mitchell Livingston
75584d81ac zoom from the inspectors file table when quick looking 2009-09-05 01:58:13 +00:00
Mitchell Livingston
92d2b7cc3a kill some warnings 2009-09-04 22:59:24 +00:00
Mitchell Livingston
6b1b1b4833 some cleanup of inspector QuickLook 2009-09-04 22:21:47 +00:00
Mitchell Livingston
5e2ef3aa89 draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support) 2009-09-04 04:10:46 +00:00
Mitchell Livingston
912d76dee4 #2370 On 10.6, revaling files in Finder will select multiple files in the same directory 2009-08-30 17:50:05 +00:00
Mitchell Livingston
26d89427de call setFlipped: one less time on 10.6 2009-08-29 23:16:25 +00:00
Mitchell Livingston
74bcaba766 require 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too 2009-08-29 20:28:52 +00:00
Mitchell Livingston
ace6821574 remove a couple of 10.6 deprecated methods 2009-08-28 23:40:11 +00:00
Mitchell Livingston
ac8079703d #2287 remove torrent file location field from inspector 2009-07-19 18:52:17 +00:00
Mitchell Livingston
1170ac2c73 count, not size 2009-07-14 00:11:50 +00:00
Mitchell Livingston
96e5b24aa2 a little more checking when removing trackers 2009-07-12 11:52:58 +00:00
Mitchell Livingston
448dcd9d59 add button for DHT in Mac prefs 2009-05-21 04:35:40 +00:00
Mitchell Livingston
a94a34e347 update Mac code for DHT (still doesn't compile) 2009-05-19 22:51:37 +00:00
Mitchell Livingston
1181e4e8f1 add ability to set transfer priority in the Mac ui 2009-04-20 03:36:35 +00:00
Mitchell Livingston
df9659ae8e allow the new limit checks to show a mixed state 2009-03-05 01:23:19 +00:00
Mitchell Livingston
852bbbe508 #8021 per-torrent vs. global speed limit confusion for mac ui 2009-03-05 01:10:09 +00:00
Mitchell Livingston
9cc421d6a2 #1859 fix per-torrent action menu's ratio settings 2009-02-24 00:34:46 +00:00
Mitchell Livingston
39b0108366 have the mac ui use libT's ratio settings (attempt 1); when seed ratio is reached in libT, set the seed ratio setting to "seed forever" 2009-02-14 21:15:57 +00:00
Mitchell Livingston
055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston
c89caf9cb4 finish fast enumeration conversion 2008-12-26 15:11:37 +00:00
Mitchell Livingston
333e226a3c so long Tiger support 2008-12-26 05:57:51 +00:00
Mitchell Livingston
79e215ced5 disable the file filter for single-file transfers; update NEWS 2008-12-07 21:51:01 +00:00
Mitchell Livingston
647001166f add a search field to filter the file table in the inspector 2008-12-07 21:32:03 +00:00
Mitchell Livingston
28414a9ed3 #1395 - patch from Waldorf: Bonjour support for Web Interface 2008-12-06 01:18:25 +00:00
Mitchell Livingston
932815e400 show a checkmark in the peer inspector for partial seeds and reflect that status in the tooltip 2008-12-03 00:18:18 +00:00
Mitchell Livingston
a12715fc9a #1029 show a warning dialog when removing a transfer's data if its directory contains extra files 2008-11-25 03:04:17 +00:00
Mitchell Livingston
43fce70e43 more type changes 2008-11-02 01:07:01 +00:00
Mitchell Livingston
afb9d97f55 update NEWS; trivial changes 2008-11-01 15:22:32 +00:00
Mitchell Livingston
74f9ce520b for the "torrent file" in the inspector, don't give information about the internal torrent file 2008-10-30 01:37:46 +00:00
Mitchell Livingston
db9f3310d2 #1354 Torrent Inspector Activity: Group Ratio 2008-10-16 03:44:54 +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
87bbe46af5 In the file inspector tab, show progress and size for folders 2008-10-12 13:22:13 +00:00
Mitchell Livingston
012f35bb96 #1042: show "in progress" in the inspector when announcing/scraping 2008-07-11 21:48:43 +00:00
Mitchell Livingston
83daf61009 cleanup for the removal of the ip sort function 2008-06-27 06:08:12 +00:00
Mitchell Livingston
f051a2a789 comparing with the numeric option works for sorting IP address properly, so let it do the heavy lifting for us 2008-06-27 05:40:22 +00:00
Mitchell Livingston
88e907383f store progress gradients in the gradient class; miscellaneous cleanup 2008-06-25 05:01:04 +00:00
Mitchell Livingston
94f08e3074 the progress bar color gradients are now all generated by a single color fed into a method to generate the gradient (more consistent gradient between colors and easier to adjust the gradient look in the future) 2008-06-24 03:59:34 +00:00
Mitchell Livingston
8a0b2ed988 don't allow quick look of folders that don't exist 2008-06-22 01:31:50 +00:00
Mitchell Livingston
e92df8e0bd dim the "peer" label in the the inspector options tab 2008-06-17 21:18:00 +00:00
Mitchell Livingston
658881a93b some cleanup of the pieces view code 2008-06-10 20:15:00 +00:00
Mitchell Livingston
9207316488 make the pieces view a bit more efficient in terms of not storing values when it's not shown 2008-06-09 23:23:55 +00:00
Mitchell Livingston
09db9d7f0c some maintenance on the pieces view 2008-06-09 21:20:01 +00:00
Mitchell Livingston
4d834e098a finish renaming "web seeders" to "web seeds" 2008-06-08 21:13:35 +00:00
Mitchell Livingston
c60c6b0e10 "web seeds", not "web seeders" 2008-06-08 18:02:16 +00:00
Mitchell Livingston
31a467a790 make the web seed table a little more efficient 2008-06-08 16:38:15 +00:00
Mitchell Livingston
c83daab843 add a "DL" column to the web seed table (not yet functional) 2008-06-08 15:54:34 +00:00
Mitchell Livingston
2cbf55351d another attempt to improve the animation reliability of the sliding web seeds table 2008-06-08 05:36:49 +00:00
Mitchell Livingston
af27086420 re-implement animated resizing of the web seed table, this time in a safer and 10.4-compatable way 2008-06-08 04:11:29 +00:00
Mitchell Livingston
7012831928 get rid of the web seed table animation for now - it refuses to play well with others 2008-06-08 02:18:36 +00:00
Mitchell Livingston
0f9093cb7d more chicanery to get the web seed table resizing in edge-case situations 2008-06-08 02:10:10 +00:00
Mitchell Livingston
e0e086b8cb refinement to the resizing web seeds table code 2008-06-08 01:27:49 +00:00
Mitchell Livingston
0a9e5d6bad first stab at animating the web seed table 2008-06-08 01:17:36 +00:00
Mitchell Livingston
651549d401 update the peer inspector tab to show web seeders 2008-06-07 23:38:05 +00:00
Mitchell Livingston
bd2ad5ca97 handle all settings changed by rpc (previously download location was missing) 2008-06-05 15:22:18 +00:00
Mitchell Livingston
4951ba05d0 avoid unnecessary memory allocation when updating the rpc access list 2008-06-05 05:00:24 +00:00
Mitchell Livingston
9b4c88ee27 attempt to make the tracker table and buttons a bit nicer on Tiger 2008-06-03 15:27:03 +00:00
Mitchell Livingston
a4520742e5 for now don't allow modification of non-user added trackers 2008-06-02 19:42:14 +00:00
Mitchell Livingston
2b72de34ab pluralize the "remove tracker" dialogue appropriately; merge more of the remove code 2008-06-02 19:17:04 +00:00
Mitchell Livingston
6d7077522b merge some code for removing trackers 2008-06-02 18:47:54 +00:00
Mitchell Livingston
b884651ac3 add a warning when removing built-in trackers 2008-06-02 18:34:58 +00:00
Mitchell Livingston
88d357539e (mac) initial support for adding and removing trackers 2008-06-02 17:26:02 +00:00
Mitchell Livingston
8a876d755a "isFolder" is a better method name than "folder" 2008-05-29 22:16:03 +00:00
Mitchell Livingston
7e698d48b4 fix typo from the typo fix 2008-05-29 00:58:20 +00:00
Mitchell Livingston
1828cca645 fix 2 typos 2008-05-29 00:56:58 +00:00
Mitchell Livingston
0558f0b05f manually draw the alternating row colors in the tracker table as well 2008-05-23 19:31:57 +00:00
Mitchell Livingston
b89071685f use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
Mitchell Livingston
e6f66b1d07 quicklook window expands from the icon instead of the whole table row 2008-05-21 22:09:05 +00:00
Mitchell Livingston
3bac97b948 enable/disable the quicklook menu item/toolbar item 2008-05-21 18:59:18 +00:00
Mitchell Livingston
64e328a741 add QuickLook to the main window (keeping it in the info window as well) 2008-05-21 15:45:27 +00:00
Mitchell Livingston
1f0c5b891c move quick look into its own class, making it a singleton object to allow expanded functionality 2008-05-21 15:23:26 +00:00
Mitchell Livingston
c6229feac9 update quicklook when switch tabs to the file tab 2008-05-20 23:57:42 +00:00
Mitchell Livingston
de9d548cf3 only update quicklook window when changing transfer/file 2008-05-20 23:45:07 +00:00
Mitchell Livingston
aa0e8df705 update the quicklook window when the selected transfer changes 2008-05-20 23:13:52 +00:00
Mitchell Livingston
7983c5484a allow quicklook of transfers through the inspector; add a quicklook button; move quicklook code from the file controller to the info controller 2008-05-20 23:04:23 +00:00
Mitchell Livingston
1fb597f1ba #958 QuickLook from within the Inspector - thanks Waldorf! 2008-05-20 19:34:33 +00:00
Mitchell Livingston
31ddd11508 fix a crash when sorting by tracker order; update NEWS 2008-05-06 01:53:15 +00:00
Mitchell Livingston
bfa9efc9f3 #902 pasting a link into transmission will open the url 2008-05-01 02:20:53 +00:00
Mitchell Livingston
882abcb9bb eliminate some more localized strings 2008-04-28 18:44:00 +00:00
Mitchell Livingston
59552d05e2 get rid of duplicate address code, and display the tracker announce/scrape correctly 2008-04-24 06:35:21 +00:00
Mitchell Livingston
d15a768045 string folding ftw 2008-04-12 17:52:37 +00:00
Mitchell Livingston
9ccad6ce62 capitalization changes 2008-04-07 13:25:55 +00:00
Mitchell Livingston
9dc92d4d3b more string fiddling and minor badger changes 2008-04-01 15:24:35 +00:00
Mitchell Livingston
66b5271479 in the inspector, don't show the percent complete for selected when it's not multi-file 2008-03-31 20:58:33 +00:00
Mitchell Livingston
b773c9aeba (trunk) Fix visual glitch with the tracker inspector tab when there is no scrape address 2008-03-30 04:41:55 +00:00
Mitchell Livingston
ced900ea12 #764 Use locale specific floats 2008-03-24 00:06:54 +00:00
Mitchell Livingston
ae2420422d don't add tier separators when getting the tracker list when they aren't used 2008-03-21 21:07:31 +00:00
Mitchell Livingston
2f917c2ad8 #799 treat "waiting to check..." as paused 2008-03-19 18:03:02 +00:00
Mitchell Livingston
32b41bb72e more string folding 2008-03-18 22:11:43 +00:00
Mitchell Livingston
382dd2cfdc adjustments to last activity field 2008-03-07 13:23:01 +00:00
Mitchell Livingston
d347e428c9 with multiple torrents selected, show the latest "last activity" 2008-03-06 16:13:05 +00:00
Mitchell Livingston
a9213b0f4b don't reload the table info when the the same torrents are selected 2008-02-27 13:59:26 +00:00
Mitchell Livingston
598cb4a0d5 small efficiency improvements when displaying the list of peers and list of trackers 2008-02-27 13:52:43 +00:00
Mitchell Livingston
c24432c129 cleanup for last commit 2008-02-27 02:06:46 +00:00
Mitchell Livingston
b2cb5f6fe3 save each individual inspector tab's size separately 2008-02-27 01:57:13 +00:00