source: trunk

Revision Log Mode:


Legend:

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