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

40 commits

Author SHA1 Message Date
Mitchell Livingston
6fc01cb59c set some menu titles without regard to what it is already set to (this should in theory be faster and looks cleaner) 2007-10-21 13:53:29 +00:00
Mitchell Livingston
b62fb6a7c1 trivial code cleanup 2007-10-19 01:24:42 +00:00
Mitchell Livingston
045c31018b remove unused variables 2007-10-12 21:36:01 +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
0b1bc0cc8a make image background views always opaque and other trivial changes 2007-08-29 02:13:38 +00:00
Mitchell Livingston
75ec8bac79 keep one image for the table view instead of one for regular and one for minimal 2007-08-16 03:58:50 +00:00
Mitchell Livingston
71e3ffa3fc use colors and rects instead of images for creating the pieces view 2007-08-16 02:11:08 +00:00
Mitchell Livingston
7ddc2b64cd various negligible cleanup 2007-08-14 05:21:02 +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
55d8eaebfa change the pieces view background color a little 2007-06-21 00:12:03 +00:00
Mitchell Livingston
8547e53c79 add a control to the pieces view 2007-06-20 23:53:09 +00:00
Mitchell Livingston
54ec3716cc simplify the mess of code that is the pieces view 2007-06-20 22:53:46 +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
ba3e33dcad green color for advanced bar and pieces view will now require 4 peers instead of 1 to get darker 2007-05-07 17:27:27 +00:00
Mitchell Livingston
974c69215a update licenses to 2007 2007-04-03 02:22:25 +00:00
Mitchell Livingston
f89831fc66 small adjustments 2007-04-02 21:28:09 +00:00
Mitchell Livingston
e6701b077d flash orange instead of red when piece completes, since red is sometimes interpreted negatively 2007-01-11 21:19:31 +00:00
Mitchell Livingston
b95748b998 some cleanup from the previous commit 2006-10-24 20:51:47 +00:00
Mitchell Livingston
72d0964ffc Use localized strings where necessary. Also a fix for the port checker. Thanks to Cédric Luthi for these. 2006-10-24 20:34:13 +00:00
Mitchell Livingston
e94e13d918 flash individual pieces red when they complete 2006-10-20 15:01:18 +00:00
Mitchell Livingston
c055f25962 Pieces View background is light gray instead of black 2006-10-13 14:25:50 +00:00
Mitchell Livingston
c0351c64c8 Clicking on the pieces view will toggle between piece progress view and availability view (a tooltip clarifies which view is current). 2006-10-13 13:47:52 +00:00
Mitchell Livingston
3f1b9a756f get rid of excessive logging 2006-10-13 02:49:45 +00:00
Mitchell Livingston
0ed7d6ab4a Pieces View is working again 2006-10-13 01:34:15 +00:00
Mitchell Livingston
7c7a1b3719 For now the pieces view will show the completeness of the torrent...colors, etc. might change 2006-10-13 00:19:00 +00:00
Mitchell Livingston
663c671f93 Initial attempt at against the completeness of a specific piece. 2006-10-12 23:34:20 +00:00
Mitchell Livingston
479cb6a2f0 Swap green and blue in the advanced bar/pieces view 2006-10-06 20:45:59 +00:00
Mitchell Livingston
4ec8c19bbd In the pieces view, pieces will briefly turn red before becoming green. 2006-10-06 20:10:15 +00:00
Mitchell Livingston
1155c20553 Faster scrolling at the cost of a bit less detailed advanced bar (if you want more details, use the info window ;)) 2006-10-04 20:07:36 +00:00
Mitchell Livingston
46d69d2d41 Fixed annoying bug of the pieces view being black the first time it was shown. 2006-10-04 19:53:26 +00:00
Mitchell Livingston
a581a33a4e remove unneeded variable assignment 2006-10-04 19:34:04 +00:00
Mitchell Livingston
e53830d875 changed around pieces view drawing code...still can't track down the bug of the view always first being black 2006-10-01 16:12:46 +00:00
Mitchell Livingston
2588d2faba Release box images on dealloc. 2006-10-01 15:14:12 +00:00
Mitchell Livingston
f1921f5cff NAT forwarding is off by default, and port, not portS 2006-09-28 23:12:14 +00:00
Mitchell Livingston
c8d7769436 Status on ports in prefs window. Thanks to cluthi on the forums for this. 2006-09-28 21:14:49 +00:00
Mitchell Livingston
edb005852e Don't set the background of pieces view if it's gonna be hidden. 2006-09-28 18:11:29 +00:00
Mitchell Livingston
19b89fa7ea Generate the pieces images in code rather than using files. 2006-09-27 20:34:17 +00:00
Mitchell Livingston
ff499d0328 Hide pieces view if a single torrent is not selected. 2006-09-27 19:16:34 +00:00
Mitchell Livingston
e95450ecb2 Move PiecesView.m/h to the macosx folder. 2006-09-26 01:52:16 +00:00
Renamed from PiecesView.m (Browse further)