Mitchell Livingston
|
055afd2d4d
|
update the Mac code's copyright dates
|
2009-01-10 23:37:37 +00:00 |
Mitchell Livingston
|
333e226a3c
|
so long Tiger support
|
2008-12-26 05:57:51 +00:00 |
Mitchell Livingston
|
c9e5427ed6
|
now that the types have been converted, revert some that shouldn't have been
|
2008-11-02 14:04:57 +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
|
6bc269d2bc
|
more trivial type changes
|
2008-10-28 00:08:49 +00:00 |
Mitchell Livingston
|
46f80eb754
|
eliminate all "warning: implicit declaration of function..." messages when compiling
|
2008-10-25 20:54:09 +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
|
9d5affb0b7
|
some cleaning
|
2008-06-17 17:17:15 +00:00 |
Mitchell Livingston
|
5b80678dd0
|
rearrange proxy prefs, and validate the proxy address value on entry
|
2008-06-10 22:54:30 +00:00 |
Mitchell Livingston
|
5158d6a38e
|
only lock focus and redraw the pieces view if it has been updated
|
2008-06-10 21:46:34 +00:00 |
Mitchell Livingston
|
6a0038f146
|
combine some of the code from the last commit
|
2008-06-10 21:33:13 +00:00 |
Mitchell Livingston
|
a896093804
|
remember the previous color of the pieces view as much as possible to avoid excessive drawing
|
2008-06-10 21:13:33 +00:00 |
Mitchell Livingston
|
658881a93b
|
some cleanup of the pieces view code
|
2008-06-10 20:15:00 +00:00 |
Mitchell Livingston
|
493d0fa474
|
the pieces bar and pieces view now show shades of blue/green based on progress/availability instead of preset "levels" of color - in other words, it mixes white with either blue or green where the amount of color is the exact percentage of the piece that has been downloaded
|
2008-06-10 19:56:53 +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
|
dd715ccaf6
|
accidently committed some log statements
|
2008-06-09 22:45:31 +00:00 |
Mitchell Livingston
|
41ff271f20
|
more adjustments to the pieces view
|
2008-06-09 22:44:08 +00:00 |
Mitchell Livingston
|
09db9d7f0c
|
some maintenance on the pieces view
|
2008-06-09 21:20:01 +00:00 |
Mitchell Livingston
|
f80bd47056
|
update copyright info for 2008
|
2008-01-02 16:55:05 +00:00 |
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 |