|
|
@982
|
16 years |
livings124 |
New documents icon from Van Hugo.
|
|
|
@981
|
16 years |
livings124 |
correct image file extension
|
|
|
@980
|
16 years |
livings124 |
Faster scrolling at the cost of a bit less detailed advanced bar (if …
|
|
|
@979
|
16 years |
livings124 |
Fixed annoying bug of the pieces view being black the first time it …
|
|
|
@978
|
16 years |
livings124 |
remove unneeded variable assignment
|
|
|
@977
|
16 years |
livings124 |
New icon!
|
|
|
@976
|
16 years |
livings124 |
New badge images. Thanks to bietmeester and cluthi for helping with these.
|
|
|
@975
|
16 years |
livings124 |
updated help files
|
|
|
@974
|
16 years |
livings124 |
Make both status lines in the Network prefs match.
|
|
|
@973
|
16 years |
livings124 |
New button images from macHD. Resume without waiting is now orange.
|
|
|
@972
|
16 years |
livings124 |
draw images using composite to ensure actual width
|
|
|
@971
|
16 years |
livings124 |
start torrents by enumerating (trying to figure out a bug)
|
|
|
@970
|
16 years |
livings124 |
changed around pieces view drawing code...still can't track down the …
|
|
|
@969
|
16 years |
livings124 |
Release box images on dealloc.
|
|
|
@968
|
16 years |
livings124 |
My typo.
|
|
|
@967
|
16 years |
livings124 |
Clear up the explanation of queueing a little.
|
|
|
@966
|
16 years |
livings124 |
no harm in having the help index match the new changes
|
|
|
@965
|
16 years |
livings124 |
small fix and a disclaimer
|
|
|
@964
|
16 years |
livings124 |
Make colors of bar/box match the new color scheme.
|
|
|
@963
|
16 years |
livings124 |
Updated help from Nick Pucius.
|
|
|
@962
|
16 years |
livings124 |
Added option in warning window to begin download even if not enough …
|
|
|
@961
|
16 years |
livings124 |
Torrents that have errors aren't counted in the queue, and when a …
|
|
|
@960
|
16 years |
livings124 |
Determine stats before originally starting torrent from history.
|
|
|
@959
|
16 years |
livings124 |
NAT forwarding is off by default, and port, not portS
|
|
|
@958
|
16 years |
livings124 |
Make code match the rest of the mac style.
|
|
|
@957
|
16 years |
livings124 |
work around for small bug in apple code
|
|
|
@956
|
16 years |
livings124 |
Status on ports in prefs window. Thanks to cluthi on the forums for this.
|
|
|
@955
|
16 years |
livings124 |
get rid of reference to old image file
|
|
|
@954
|
16 years |
livings124 |
Don't set the background of pieces view if it's gonna be hidden.
|
|
|
@953
|
16 years |
livings124 |
an extra log for extra debugging
|
|
|
@952
|
16 years |
livings124 |
hopefully a bit better...now just figure out a way to get the progress …
|
|
|
@951
|
16 years |
livings124 |
more logging and an extra check
|
|
|
@950
|
16 years |
livings124 |
Log the volume name to help in debugging.
|
|
|
@949
|
16 years |
livings124 |
a little more detailed log to save time converting bytes
|
|
|
@948
|
16 years |
livings124 |
don't subtract unsigned numbers
|
|
|
@947
|
16 years |
titer |
List libT.a before the -l* flags on the command line (otherwise this …
|
|
|
@946
|
16 years |
livings124 |
Re-add logs and try using different conversion.
|
|
|
@945
|
16 years |
joshe |
I guess I don't know how xml namespaces work.
|
|
|
@944
|
16 years |
joshe |
How about we actually put an <?xml?> tag in the xml we send?
|
|
|
@943
|
16 years |
joshe |
More miscellaneous UPnP fixes.
|
|
|
@942
|
16 years |
joshe |
Minor UPnP compatibility fixes.
|
|
|
@941
|
16 years |
livings124 |
Remove some logging and add the volume name to space warning.
|
|
|
@940
|
16 years |
livings124 |
First attempts at warning about not enough disk space (and stopping …
|
|
|
@939
|
16 years |
joshe |
Don't verify part of the UPnP root descript that apparently isn't standard.
|
|
|
@938
|
16 years |
joshe |
Add more UPnP debugging messages.
|
|
|
@937
|
16 years |
joshe |
Fix extra space in tracker HTTP request line.
|
|
|
@936
|
16 years |
livings124 |
Generate the pieces images in code rather than using files.
|
|
|
@935
|
16 years |
livings124 |
Hide pieces view if a single torrent is not selected.
|
|
|
@934
|
16 years |
livings124 |
rearrange peers inspector tab a bit
|
|
|
@933
|
16 years |
livings124 |
make autostart variable the same as in .6
|
|
|
@932
|
16 years |
joshe |
Add missing prototype for tr_peerIsIncoming().
|
|
|
@931
|
16 years |
joshe |
Fix possible uint64_t underflow which could cause insanely huge …
|
|
|
@930
|
16 years |
joshe |
Properly exit the upnp device pulse when a loop is detected.
|
|
|
@929
|
16 years |
titer |
Don't attach peers to inactive torrents (should fix the CLOSE_WAIT …
|
|
|
@928
|
16 years |
livings124 |
waiting torrents won't go to the queue…
|
|
|
@927
|
16 years |
livings124 |
Move PiecesView?.m/h to the macosx folder.
|
|
|
@926
|
16 years |
titer |
Remember whether a peer comes from an incoming or outcoming connection
|
|
|
@925
|
16 years |
livings124 |
The advance bar should have the same default number of pieces as the …
|
|
|
@924
|
16 years |
livings124 |
Use setNeedsDisplay rather than resetting the image on each refresh.
|
|
|
@923
|
16 years |
livings124 |
Move the pieces viewer into the Activity pane of Inspector.
|
|
|
@922
|
16 years |
livings124 |
Better sizing of table in inspector, and slightly larger min width.
|
|
|
@921
|
16 years |
livings124 |
rearrange activity and peers tab in inspector
|
|
|
@920
|
16 years |
joshe |
Merge nat-traversal branch to trunk.
|
|
|
@918
|
16 years |
joshe |
Revert a change that was made on the wrong branch.
|
|
|
@912
|
16 years |
joshe |
Prefix install paths with optional DESTDIR variable.
|
|
|
@891
|
17 years |
joshe |
Fix logic error in exit check.
|
|
|
@887
|
17 years |
joshe |
Add KTorrent, libTorrent and MLDonkey to clients list.
|
|
|
@866
|
17 years |
joshe |
Improve debug window:
Limit the log to 5000 messages.
Use a …
|
|
|
@862
|
17 years |
livings124 |
stupid mistake in last commit
|
|
|
@861
|
17 years |
livings124 |
Add Opera to the clients list.
|
|
|
@860
|
17 years |
livings124 |
small cleanup in advanced bar code
|
|
|
@859
|
17 years |
livings124 |
white instead of "back" color
|
|
|
@858
|
17 years |
livings124 |
advanced bar doesn't need to generate it's own border
|
|
|
@857
|
17 years |
livings124 |
Change the advanced bar width a bit.
|
|
|
@856
|
17 years |
livings124 |
Advanced bar should work again.
|
|
|
@855
|
17 years |
livings124 |
Use tableView:objectValueForTableColumn:row: instead of …
|
|
|
@854
|
17 years |
joshe |
Add an assertion.
|
|
|
@853
|
17 years |
livings124 |
enable new menu items more accurately
|
|
|
@852
|
17 years |
livings124 |
Menu item to switch between filters.
Enable some menu items a little …
|
|
|
@851
|
17 years |
livings124 |
add bitrocket to the client id's (you have to acknowledge the …
|
|
|
@850
|
17 years |
livings124 |
Forgot a release.
|
|
|
@849
|
17 years |
livings124 |
check for files to auto import at launch
|
|
|
@848
|
17 years |
livings124 |
Forgot the updated credits and to remove an unused constant
|
|
|
@847
|
17 years |
livings124 |
Use UKKQueue for auto import which gets rid of polling and makes the …
|
|
|
@846
|
17 years |
livings124 |
booleans are easier...again
|
|
|
@845
|
17 years |
livings124 |
booleans are easier
|
|
|
@844
|
17 years |
livings124 |
Use built-in ability for verifying notifications' objects and update …
|
|
|
@843
|
17 years |
livings124 |
temp fix for crashing
|
|
|
@842
|
17 years |
livings124 |
Display a warning when in debug mode.
|
|
|
@841
|
17 years |
livings124 |
Only update peer table when it's visible
|
|
|
@840
|
17 years |
livings124 |
Remove Find...it doesn't work right and isn't too important anyways.
|
|
|
@839
|
17 years |
livings124 |
Better compare of IP strings.
|
|
|
@838
|
17 years |
joshe |
Restore Id keyword which was dropped.
|
|
|
@837
|
17 years |
joshe |
Allow a couple of the message functions to be called before the first …
|
|
|
@836
|
17 years |
livings124 |
Make error image smaller so resizing isn't necessary.
|
|
|
@835
|
17 years |
livings124 |
Display an error image on the torrent icon when there is an error with …
|
|
|
@834
|
17 years |
livings124 |
switch back find shortcut
|
|
|
@833
|
17 years |
joshe |
Some fixes for the french translation.
|
|
|
@832
|
17 years |
livings124 |
The filter bar shortcut is command-option-f (for now) since regular …
|
|
|
@831
|
17 years |
livings124 |
Display an error if saving of the log file fails.
|
|
|