1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-01 04:26:34 +00:00
Commit graph

302 commits

Author SHA1 Message Date
Mitchell Livingston
fc432f1c29 ensure everything is deallocated properly on quit, libtransmission is closed properly, and inspector window height is remembered 2007-10-08 04:15:25 +00:00
Mitchell Livingston
a960174fdf code to place all icons in the inspector's tabs...still needs the images 2007-10-08 03:59:08 +00:00
Mitchell Livingston
e2de6f8973 get rid of some warnings 2007-10-07 15:55:27 +00:00
Mitchell Livingston
b3c35b036c change some initializers so that they are aware of their own nib's name 2007-10-07 12:24:26 +00:00
Mitchell Livingston
8abcc566dd adjust tab button layout a bit to avoid overlaps 2007-10-07 04:16:58 +00:00
Mitchell Livingston
b71ebcfd4b get rid of a few redundant variables 2007-10-07 03:05:55 +00:00
Mitchell Livingston
4887259081 show initially selected tab as selected 2007-10-07 02:31:36 +00:00
Mitchell Livingston
973ed82609 clean up a little inspector code 2007-10-07 02:28:09 +00:00
Mitchell Livingston
9e8dbcfe3e get selected tab in inspector closer to working: 1. it doesn't select at startup 2. needs missing images and cleaned up back images 2007-10-07 02:25:39 +00:00
Mitchell Livingston
a5012be5d7 file priorities inspector column works again 2007-10-06 22:34:19 +00:00
Mitchell Livingston
a635077abd first commit of updated inspector...images are just placeholders currently 2007-10-06 22:23:44 +00:00
Mitchell Livingston
1770fa78d6 "switch-ify" some code 2007-10-01 21:52:31 +00:00
Mitchell Livingston
83f4509a0c add known peers field to the inspector 2007-10-01 16:23:00 +00:00
Mitchell Livingston
5f41c28cbe update strings file 2007-10-01 12:30:07 +00:00
Mitchell Livingston
c96856cb74 "switch" instead of "ifs" 2007-10-01 11:41:15 +00:00
Mitchell Livingston
a388c58a05 remove "connected dot" from peer inspector, and append speed string properly to torrents with errors 2007-10-01 11:34:01 +00:00
Mitchell Livingston
b50f4189f9 add "failed hash" field to activity tab 2007-09-26 18:32:32 +00:00
Mitchell Livingston
9dec223018 attempt to decrease memory usage a bit when window/application is hidden 2007-09-26 04:12:57 +00:00
Mitchell Livingston
5c5be42659 getting mac version working with the changes from [3178], and specify total have and verified have in inspector 2007-09-26 03:27:00 +00:00
Mitchell Livingston
a695e70a45 remove unnecessary call for file stats 2007-09-21 15:16:18 +00:00
Mitchell Livingston
844341faef this better work 2007-09-16 01:02:06 +00:00
Mitchell Livingston
1b11564e92 remove Growl 1.1... 2007-09-16 00:52:32 +00:00
Mitchell Livingston
e03c677828 fix small memory leak that has been around forever 2007-09-16 00:40:15 +00:00
Mitchell Livingston
b74cfa9358 use nil for blank tooltips 2007-09-15 20:34:30 +00:00
Mitchell Livingston
79656bcf26 warnings-- 2007-09-15 20:29:52 +00:00
Mitchell Livingston
1502435758 make setting code more dynamic 2007-09-15 20:09:28 +00:00
Mitchell Livingston
55111cd53d don't allow pex state to be changed when active 2007-09-15 15:52:02 +00:00
Mitchell Livingston
af357140db a little code cleanup 2007-09-14 14:49:00 +00:00
Mitchell Livingston
4fb7db8348 get inspector ready for encryption 2007-09-14 13:49:37 +00:00
Mitchell Livingston
b546784546 improve release builder 2007-09-12 11:20:20 +00:00
Mitchell Livingston
d33114e891 remove an unneeded subclass 2007-09-11 19:42:57 +00:00
Mitchell Livingston
3836abcfb8 show the priority images in the menu popup for files 2007-09-11 19:23:14 +00:00
Mitchell Livingston
830f65e9b5 add tooltips and general cleanup to Message Viewer 2007-09-10 19:11:30 +00:00
Mitchell Livingston
01b33df0d9 check Reveal File for multiple files 2007-08-26 23:49:16 +00:00
Mitchell Livingston
06165e065d only allow reveal in finder for files in Files tab when the file actually exists 2007-08-26 19:31:25 +00:00
Mitchell Livingston
58950c148e refine inspector resize code a bit more 2007-08-21 05:03:53 +00:00
Mitchell Livingston
7f4b879994 better inspector resizing with min/max size 2007-08-21 04:30:42 +00:00
Mitchell Livingston
c9366d7ebe save resizable inspector tab size so that they can be restored when switched back 2007-08-21 04:15:22 +00:00
Mitchell Livingston
8ae9d20712 rename the addition files 2007-08-20 16:34:21 +00:00
Mitchell Livingston
89fc445266 small layout change 2007-08-20 02:26:59 +00:00
Mitchell Livingston
52057e8c93 get rid of an unnecessry string additions method 2007-08-19 03:03:28 +00:00
Mitchell Livingston
141404356a remove some warnings 2007-08-18 16:55:01 +00:00
Mitchell Livingston
f0f61ddd2b preliminary support for setting speed limits through the action menu 2007-08-17 23:58:21 +00:00
Mitchell Livingston
2a8f9eb1f9 update credits 2007-08-17 14:52:27 +00:00
Mitchell Livingston
c8d88af6f2 don't resize the inspector unnecessarily 2007-08-17 01:29:46 +00:00
Mitchell Livingston
7fb27df36d again by popular demand, allow peers and files tabs to be resized vertically 2007-08-17 01:23:17 +00:00
Mitchell Livingston
284f9830cc store only a single icon in the Torrent class instead of 2 2007-08-16 04:12:43 +00:00
Mitchell Livingston
d836254dc7 get file tab working again 2007-08-15 03:43:54 +00:00
Mitchell Livingston
7633470496 get mac version building again 2007-08-15 03:12:54 +00:00
Mitchell Livingston
f407e44edc rearrange some of the file viewer code 2007-08-14 22:55:06 +00:00
Mitchell Livingston
7ddc2b64cd various negligible cleanup 2007-08-14 05:21:02 +00:00
Mitchell Livingston
9133c4b919 when checking/unchecking files update the table right away 2007-08-13 21:21:59 +00:00
Mitchell Livingston
4d1403fc21 refresh the file checks in the inspector immediately when changed from the main window 2007-08-08 14:28:51 +00:00
Mitchell Livingston
68d355b497 a little trivial cleanup 2007-08-04 01:12:04 +00:00
Mitchell Livingston
9453048522 don't allow comment and creator fields to be selected when empty 2007-07-31 00:45:39 +00:00
Mitchell Livingston
cab06a5b29 don't hardcode min and max sizes for the inspector 2007-07-31 00:10:55 +00:00
Mitchell Livingston
0927851321 merge upload and download speed methods 2007-07-21 03:13:11 +00:00
Mitchell Livingston
2a601cb513 warnings-- 2007-07-20 21:04:43 +00:00
Mitchell Livingston
ab163b908f get the mac build compiling again 2007-07-20 04:26:50 +00:00
Mitchell Livingston
769b29ce68 get compiling 2007-07-16 01:05:03 +00:00
Mitchell Livingston
04f0761d71 get the mac os build building again 2007-07-15 21:57:42 +00:00
Mitchell Livingston
42bcba5853 use peersConnected instead of peersTotal 2007-07-15 17:25:06 +00:00
Mitchell Livingston
e6ba612b78 for priorities experiment with a set instead of an array 2007-07-13 04:52:40 +00:00
Mitchell Livingston
3440ad7ef3 hopefully function for getting priorities is a bit faster 2007-07-13 04:20:11 +00:00
Mitchell Livingston
5975ae7a59 simplify some file view code...speed difference should be negligible 2007-07-13 03:11:50 +00:00
Mitchell Livingston
481dc9f6b8 If Transmission is opened by double-clicking a torrent file, open that torrent before setting up auto-import 2007-07-11 01:40:49 +00:00
Mitchell Livingston
2dc3f8b8f0 compile with charles_ last set of changes...currently file selection doesn't apply 2007-07-10 03:30:25 +00:00
Mitchell Livingston
8959463882 in file selection, if you option click a file checkbox, it will select/deselect all 2007-07-04 18:32:48 +00:00
Mitchell Livingston
6bc49feffc improve priority context menu 2007-07-04 16:40:18 +00:00
Mitchell Livingston
621ce10c18 option pulldowns work for multiple transfers again 2007-07-03 21:55:42 +00:00
Mitchell Livingston
2dccaa90c4 enable the context menu for enable selected properly 2007-06-30 02:52:24 +00:00
Mitchell Livingston
84fe42c280 show a warning when trying to open a duplicate torrent 2007-06-29 23:11:58 +00:00
Mitchell Livingston
7d6137931f remove some nslogs 2007-06-29 01:59:14 +00:00
Mitchell Livingston
3ff4e7799a hopefully fix a nasty memory leak and a bunch of redundant code 2007-06-29 01:49:41 +00:00
Mitchell Livingston
7a8fbb837e apply patch from #324 2007-06-25 22:35:18 +00:00
Mitchell Livingston
f36d558ad4 fix #233 (move menu item applies to all items) 2007-06-25 22:26:33 +00:00
Mitchell Livingston
714a43d242 get the "only check selected" item working 2007-06-24 15:23:52 +00:00
Mitchell Livingston
4986127ff3 get rid of an unneeded variable 2007-06-24 15:02:29 +00:00
Mitchell Livingston
ecc93b8032 small cleanup 2007-06-24 04:03:43 +00:00
Mitchell Livingston
28cd39da13 only show the priority chooser when moused over (the text is a placeholder and the window has to currently be made active for it to appear) 2007-06-23 22:00:09 +00:00
Mitchell Livingston
ab4a1cd2f7 don't show priority colors for finished files 2007-06-22 01:16:50 +00:00
Mitchell Livingston
280aa01f4e disable the priority item for completed files 2007-06-21 23:45:41 +00:00
Mitchell Livingston
153841a68c remove a few duplicate calls 2007-06-21 23:33:17 +00:00
Mitchell Livingston
6d55430138 cleaned up the pieces view segment control code a bit, and clicking the view will toggle it 2007-06-21 23:21:19 +00:00
Mitchell Livingston
f1a2fe0218 add a menu item in the context menu to only check selected (and uncheck others) 2007-06-21 22:36:01 +00:00
Mitchell Livingston
8547e53c79 add a control to the pieces view 2007-06-20 23:53:09 +00:00
Mitchell Livingston
0256f4616d Merge file selection and torrent creation into the main branch.
The new code for these features is under a new license.
2007-06-18 03:40:41 +00:00
Mitchell Livingston
e18549429a remove the pieces window from nibs 2007-06-01 03:31:25 +00:00
Mitchell Livingston
620b189969 reorganize files in xcodde and avoid a redundant method call 2007-05-31 23:17:46 +00:00
Mitchell Livingston
0397fbd6dd display "last activity" in inspector 2007-05-25 20:33:43 +00:00
Mitchell Livingston
715298e688 move date info to the activity tab of inspector 2007-05-25 20:07:54 +00:00
Mitchell Livingston
4481e184cf display date completed info in the inspector 2007-05-25 19:45:14 +00:00
Mitchell Livingston
e6ee697398 get rid of some unused variables 2007-05-25 03:05:49 +00:00
Mitchell Livingston
d24a638e07 get rid of lock that apparently doesn't work 2007-05-23 04:41:25 +00:00
Mitchell Livingston
dfdfe11e19 the animations for the inspector are too buggy, so they have to go 2007-05-22 04:05:21 +00:00
Mitchell Livingston
95f5f6a0bd a little longer fade transition 2007-05-21 23:58:19 +00:00
Mitchell Livingston
0d26587e48 experiment with fading inspector 2007-05-21 23:46:48 +00:00
Mitchell Livingston
0fde32ead5 comment out an nslog i was using for testing 2007-05-16 03:57:28 +00:00
Mitchell Livingston
3af24be44e separate code for determining if there is a download with same name and location 2007-05-11 18:56:59 +00:00
Mitchell Livingston
02710f8092 have the secondary sort alternate ascending/descending when the primary does 2007-05-11 00:03:05 +00:00