Commit Graph

1545 Commits

Author SHA1 Message Date
Mitchell Livingston 29bb0bb58a store a torrent's queue order as an NSNumber instead of an int to avoid excessively recreating the object 2007-10-14 22:29:20 +00:00
Mitchell Livingston cc2db392f5 make libtransmission's pex accessor public, and eliminate a redundant variable in Torrent.[mh] 2007-10-14 22:01:55 +00:00
Mitchell Livingston 78d95148dc add a warning and improve some commented out code....nothing to see here 2007-10-14 14:24:34 +00:00
Mitchell Livingston cc2d8f3310 update localizable strings file 2007-10-13 16:40:44 +00:00
Mitchell Livingston 543b48e01c remove foreign languages until feature freeze 2007-10-13 15:58:32 +00:00
Mitchell Livingston c1cffff4a4 fix a redundant check...all this destination code probably needs cleaning up sooner or later 2007-10-13 13:54:19 +00:00
Mitchell Livingston a57dd87d47 fix a small memory leak, and get rid of two #ifndef's... 2007-10-13 12:59:39 +00:00
Mitchell Livingston 43f03e81ab various trivial changes to the badger code 2007-10-13 03:16:51 +00:00
Mitchell Livingston f5e5a5584b trivial code cleanup 2007-10-12 23:18:21 +00:00
Mitchell Livingston 045c31018b remove unused variables 2007-10-12 21:36:01 +00:00
Mitchell Livingston 2f17b922a9 allow speed limit to be automatically updated when modal panels are active, fixes #366 2007-10-12 20:51:27 +00:00
Mitchell Livingston 1e9cb5a21a random cleanup 2007-10-12 11:33:26 +00:00
Mitchell Livingston 0365b84b6b updated options gear image 2007-10-12 02:59:34 +00:00
Mitchell Livingston 7ef75b47f6 the search filter will again allow filtering by name or tracker - thanks John_Clay 2007-10-11 20:33:42 +00:00
Mitchell Livingston c4e6607777 get rid of an alloc/release 2007-10-11 16:28:50 +00:00
Mitchell Livingston 7207e822fa general cleanup 2007-10-11 12:06:46 +00:00
Mitchell Livingston 7b2a707c8e remove now-unused variable for file outline view 2007-10-11 03:56:04 +00:00
Mitchell Livingston 5df49d03c9 improve the drawing of the background color in file selection 2007-10-11 03:52:35 +00:00
Mitchell Livingston 66a7a1f220 display terabytes for file size when applicable 2007-10-10 23:17:44 +00:00
Mitchell Livingston 5b333ccc85 missed in last commit 2007-10-10 19:53:26 +00:00
Mitchell Livingston 7b0f6d490b make Credits match AUTHORS 2007-10-10 19:51:24 +00:00
Mitchell Livingston 6a0980dd5a remove unused object from files dict 2007-10-10 17:37:51 +00:00
Mitchell Livingston 24ec75acb1 improve Activity icon and display the tab name in the inspector's title 2007-10-10 02:35:16 +00:00
Mitchell Livingston a9b650a18e adjustment to inspector icons 2007-10-10 02:20:57 +00:00
Mitchell Livingston 2f9a8b150e commit some preliminary inspector images 2007-10-10 01:51:03 +00:00
Mitchell Livingston 433404eff2 double click progress string in main window instead of single click to toggle it 2007-10-08 11:51:58 +00:00
Mitchell Livingston ab154c3971 switch-ify more code 2007-10-08 04:28:15 +00:00
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 bd8d47c2f7 add higher speed options to action pulldown menus 2007-10-08 03:30:59 +00:00
Mitchell Livingston e2de6f8973 get rid of some warnings 2007-10-07 15:55:27 +00:00
Mitchell Livingston 4bee975c47 improve the inspector's tab background images 2007-10-07 15:36:39 +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 02e45340f4 use premade NSBox lines for separators in the status and filter bars instead of putting everything inside a box 2007-10-07 05:05:23 +00:00
Mitchell Livingston 8abcc566dd adjust tab button layout a bit to avoid overlaps 2007-10-07 04:16:58 +00:00
Mitchell Livingston d9e3272306 adjust info tab buttons a little 2007-10-07 03:50:13 +00:00
Mitchell Livingston c728e3cef4 better remaining space check 2007-10-07 03:30:29 +00:00
Mitchell Livingston 3a2df14d52 factor in only checked files when determining if there is enough remaining space 2007-10-07 03:28:06 +00:00
Mitchell Livingston b71ebcfd4b get rid of a few redundant variables 2007-10-07 03:05:55 +00:00
Mitchell Livingston 537d0aae34 remove unnecessary files/commented-out code 2007-10-07 02:33:43 +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 4d7f48d7cf hilight pushed inspector tab...this will be made a different color later 2007-10-06 22:59:07 +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 3cff117a63 updated high and low priority images from AR 2007-10-04 22:44:28 +00:00
Mitchell Livingston d8067ebe9c updated error icon from AR 2007-10-04 21:33:34 +00:00
Mitchell Livingston 23c04dfe3f rename en to English (other languages will be changed to i18n names by the next release, though) 2007-10-04 03:45:52 +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 794ea0b0c6 allow columns in peer table to be reordered 2007-10-01 15:50:38 +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 66bf641f5d streamline the minimal status string code a little 2007-09-30 13:41:26 +00:00
Mitchell Livingston aaaa932625 rearrange some status string code 2007-09-30 13:33:50 +00:00
Mitchell Livingston 6c962e15b1 if there is an error still display per-torrent speeds in the main window 2007-09-30 13:22:15 +00:00
Mitchell Livingston 9f926a9ca7 make sure to update torrent status before applying completeness changes 2007-09-29 15:23:40 +00:00
Mitchell Livingston 1bdc481ee2 work with new callback for completeness change 2007-09-28 15:36:46 +00:00
Mitchell Livingston 788a925fb0 left this out of the last commit 2007-09-28 14:33:55 +00:00
Mitchell Livingston c34d940361 remove an unused dictionary 2007-09-28 14:31:20 +00:00
Mitchell Livingston 2ac0980ea5 combine some progress string code and release an attributes dictionary when it's not needed 2007-09-28 13:42:28 +00:00
Mitchell Livingston dc7a374fb3 make sure to retain the attributes dictionary 2007-09-28 13:05:01 +00:00
Mitchell Livingston f5bd7f17ce didn't mean to commit some experimental, nonworking code; also, only create the string attributes when needed 2007-09-28 12:58:31 +00:00
Mitchell Livingston 6a976eed1c clicking on the peer progress indicator will toggle between progress bar and a number for progress, inspired by beelsebob 2007-09-28 12:55:28 +00:00
Mitchell Livingston c5a6b6b111 use the system's default bold font for dock badging 2007-09-28 03:44:53 +00:00
Mitchell Livingston 4bf0ad193a streamline display string code a little more 2007-09-28 02:58:25 +00:00
Mitchell Livingston ee5bcca70b get rid of a warning and add an item to news 2007-09-28 02:35:34 +00:00
Mitchell Livingston df4c5cacee clean progress string code a little more 2007-09-27 21:12:56 +00:00
Mitchell Livingston 22e66ab5d2 clean up some of the new display string code 2007-09-27 21:02:25 +00:00
Mitchell Livingston c81961d908 instead of creating every string, including both minimal and regular together, for every torrent, generate the string when requested 2007-09-27 20:42:20 +00:00
Mitchell Livingston 04f6e208b9 patch from beelsebob to fix crash with connected peers with no client name 2007-09-27 12:44:25 +00:00
Mitchell Livingston 8825a6029d more cleanup from advanced bar removal 2007-09-27 02:46:48 +00:00
Mitchell Livingston dd86bc5adf remove some leftovers from the advanced bar 2007-09-27 02:29:32 +00:00
Mitchell Livingston c9688d89f8 use LSMinimumSystemVersion instead of custom version check, because on < 10.4 it will never reach that custom code 2007-09-26 23:49:21 +00:00
Mitchell Livingston 98575a0169 say goodbye to the often-misunderstood "advanced progress bar" 2007-09-26 19:36:25 +00:00
Mitchell Livingston a222ba1774 fix progress bar inversion 2007-09-26 18:53:11 +00:00
Mitchell Livingston 2b0a7153cc rename "failed hash" to "failed dl" and reorder dl above ul 2007-09-26 18:43:32 +00:00
Mitchell Livingston b50f4189f9 add "failed hash" field to activity tab 2007-09-26 18:32:32 +00:00
Mitchell Livingston faff3145ce remove the remaining extra drawing and use of non-integers in the regular bar 2007-09-26 17:42:45 +00:00
Mitchell Livingston 0743709b51 eliminate some useless drawing for the progress bar, and ensure width is an integer (drawing with pixels is quite annoying) 2007-09-26 17:30:54 +00:00
Mitchell Livingston 9c0b470457 for file size always show at least one decimal place 2007-09-26 16:18:18 +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 32679a4d18 updated check image from AR 2007-09-26 01:54:43 +00:00
Mitchell Livingston 8d4d653044 for seeding peers overlay a check mark on progress bar 2007-09-25 21:11:54 +00:00
Mitchell Livingston 2d9875f07a miss a localized button in About window 2007-09-24 12:44:35 +00:00
Mitchell Livingston 1dda5836cf delocalize About window 2007-09-24 12:28:44 +00:00
Mitchell Livingston 4227d425f1 when the main window isn't the key window, make the status bar show the normal window background 2007-09-23 16:21:03 +00:00
Mitchell Livingston f1d017f622 fix previous commit which prevented transfer changes from being saved 2007-09-23 05:44:50 +00:00
Mitchell Livingston cc09e542b0 clicking the progress line in the transfer window will toggle between stats for the whole torrent and for just the selected files 2007-09-23 05:39:41 +00:00
Mitchell Livingston ee634ce23d remove another warning 2007-09-22 15:27:56 +00:00
Mitchell Livingston e34218bd45 get rid of another warning 2007-09-22 12:50:51 +00:00
Mitchell Livingston e106876393 get rid of a warning 2007-09-22 04:45:15 +00:00
Mitchell Livingston f3420e17f6 nicer looking lock image in inspector 2007-09-22 04:24:36 +00:00
Mitchell Livingston a695e70a45 remove unnecessary call for file stats 2007-09-21 15:16:18 +00:00
Mitchell Livingston f3b991cd78 rename English.lproj to en.lproj as recommended by Apple (I'll do the other languages closer to when they are replaced for 0.9) 2007-09-20 21:57:24 +00:00
Mitchell Livingston a0270c6301 fix binding error that would cause the preferences window to not load 2007-09-20 20:35:06 +00:00
Mitchell Livingston f0b968d7b7 get xcode project building again 2007-09-20 20:24:33 +00:00