source: trunk/macosx

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @855   17 years livings124 Use tableView:objectValueForTableColumn:row: instead of …
(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) @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) @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) @832   17 years livings124 The filter bar shortcut is command-option-f (for now) since regular …
(edit) @831   17 years livings124 Display an error if saving of the log file fails.
(edit) @830   17 years livings124 Don't recreate the whole log string each time a line is removed.
(edit) @829   17 years livings124 Limit message log to 1000 lines.
(edit) @828   17 years livings124 Option to save log.
(edit) @827   17 years livings124 Add keywords.
(edit) @826   17 years livings124 Don't hide Message window when T isn't the main app.
(edit) @825   17 years livings124 Make Message window a panel, get rid of extra Edit menu, and move menu …
(edit) @824   17 years livings124 Add Find to edit menu, since find can be useful for debugging.
(edit) @823   17 years livings124 Log window now indents none-first lines.
(edit) @822   17 years livings124 simpler date format
(edit) @821   17 years livings124 different way to set font
(edit) @820   17 years livings124 Get rid of blank line at bottom of message log.
(edit) @819   17 years livings124 Re-add time to message log.
(edit) @818   17 years livings124 Work with new way of logging messages.
(edit) @814   17 years livings124 Larger default message window, font matching default Console look, and …
(edit) @813   17 years livings124 Empty (and display) buffer right away when changing message level, and …
(edit) @812   17 years livings124 Update the message log twice as often, and when quitting set libT to …
(edit) @811   17 years livings124 This should be a safer implementation of the message log.
(edit) @810   17 years livings124 MessageWindowController? in its proper place
(edit) @809   17 years livings124 Stupid mistake.
(edit) @807   17 years livings124 Message Log window, accessible from the Transmission menu.
(edit) @806   17 years livings124 See exact number of bytes in tooltip over file size in file table.
(edit) @805   17 years livings124 unsigned long long for file size
(edit) @802   17 years livings124 Make sure the scheduler 24-hour format is double digits.
(edit) @801   17 years livings124 Display "info not available" in file table.
(edit) @800   17 years livings124 Reveal in file table works again.
(edit) @799   17 years livings124 Add individual file sizes to info's file table.
(edit) @797   17 years livings124 Add number of files below info's file table.
(edit) @796   17 years livings124 Sort accessor is private.
(edit) @794   17 years livings124 Acquire lock before setting completed badge to help get rid of problem …
(edit) @790   17 years livings124 percentage next to valid downloaded in inspector
(edit) @789   17 years livings124 Show swarm speed in inspector.
(edit) @787   17 years livings124 Better BitTorrent? client identification.
(edit) @785   17 years livings124 Show checks instead of y's for DL and UL columns.
(edit) @784   17 years livings124 Status in peers tab.
(edit) @783   17 years livings124 Trim "connected" column with by a pixel.
(edit) @782   17 years livings124 Colored dots for connected/not connected
(edit) @781   17 years livings124 Initially select IP column for sorting.
(edit) @780   17 years livings124 Check for connected peers, as well as better peer table resizing behavior.
(edit) @779   17 years livings124 Don't change pref view to the current pref view.
(edit) @778   17 years livings124 Some better defaults.
(edit) @777   17 years livings124 Sort IP addresses correctly.
(edit) @776   17 years livings124 Peer table always sorts by ip address after sorting by whatever column …
(edit) @775   17 years livings124 IP address in peer table
(edit) @772   17 years livings124 Lock and unlock while accessing peers in libtransmission. Handle lack …
(edit) @771   17 years livings124 No need to make peer table make the window key, which also eliminates …
(edit) @770   17 years livings124 Fix for when the returned client string is "unknown client ("
(edit) @767   17 years livings124 Free even more memory.
(edit) @766   17 years livings124 Get peers separately from the rest of the stats. This should also get …
(edit) @765   17 years livings124 Fix a memory leak.
(edit) @764   17 years livings124 Some changes to getting peers in libtransmission. Now it uses a …
(edit) @762   17 years livings124 Don't allow row selection in peer table.
(edit) @761   17 years livings124 Basic peer info in info window...more to come.
(edit) @757   17 years livings124 Some changes for the last commit plus don't allow the same time for …
(edit) @756   17 years livings124 More improvements to the way speed limit scheduling works.
(edit) @754   17 years livings124 Some new accessors for libtransmission...I don't see what harm these can do
(edit) @753   17 years livings124 Streamlined autoenable function a little.
(edit) @752   17 years livings124 Scheduler is now more automatic.
(edit) @750   17 years livings124 remove unneeded retain
(edit) @749   17 years livings124 save history
(edit) @748   17 years livings124 I hate memory management in objective-c! This should have better …
(edit) @747   17 years livings124 Better behavior for always ask for location.
(edit) @746   17 years livings124 Add help button to Network prefs that goes straight to portforwarding help.
(edit) @745   17 years livings124 show prefs window in Window menu / dock menu
(edit) @744   17 years livings124 Don't allow fields in info to be selected if blank.
(edit) @743   17 years livings124 Code for saving when closing prefs window is no longer a delegate method.
(edit) @742   17 years livings124 Growl for auto speed limit
(edit) @741   17 years livings124 placeholder of N/A in info window
(edit) @740   17 years livings124 Allow scheduling of speed limit. Preference window saves when closing …
(edit) @737   17 years livings124 Use tabs in Transfers section of prefs.
(edit) @736   17 years livings124 remove non-existent sound directory
(edit) @735   17 years livings124 User can now choose the sound that plays.
(edit) @734   17 years livings124 Play sound when seeding completes.
(edit) @733   17 years livings124 Option to play sound when downloads finish (for now the sound is "Glass").
(edit) @732   17 years livings124 Simplify by updating button tracking for change in frame rather than a …
(edit) @731   17 years livings124 small cleanup
(edit) @730   17 years livings124 Grammar fix in Help.
(edit) @729   17 years livings124 Only show ratio, not upload speed, when seeding in minimal mode and …
(edit) @728   17 years livings124 number of torrents shown in status bar now changes if filtering just …
(edit) @727   17 years livings124 Don't check if hidden...just try to hide/show.
(edit) @726   17 years livings124 unnecessary import
Note: See TracRevisionLog for help on using the revision log.