source: trunk/macosx/Controller.m

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12647   12 years livings124 invert the logic for the "show remaining time" checkbox in the global …
(edit) @12646   12 years livings124 fix a trivial memory leak
(edit) @12644   12 years livings124 The Mac UI's "check for stalled transfers" feature now uses the …
(edit) @12635   12 years livings124 Stop waiting transfers before stopping others. This way, for a group …
(edit) @12629   12 years livings124 don't attempt to generate the dock menu when quitting
(edit) @12628   12 years livings124 generate the dock menu exclusively in code
(edit) @12619   12 years livings124 rename updateTorrentsInQueue to a more generic (and appropriate) name
(edit) @12618   12 years livings124 update the main window when a torrent is auto-started from the queue
(edit) @12614   12 years livings124 some cleanup of the Mac integration of libT queue code (we're getting …
(edit) @12612   12 years livings124 first go at bringing the libT queue to the Mac client
(edit) @12598   12 years livings124 Only show a single popover when excessively clicking the global and …
(edit) @12597   12 years livings124 #4393 Remove "Open Recent" menu item and list of recent torrent files
(edit) @12576   12 years livings124 #4379 Lion: Use popovers for global gear button
(edit) @12556   12 years livings124 #4365 enforce window size for auto-resizing by setting min/max size
(edit) @12538   12 years livings124 #4346 items in the status bar aren't set at launch
(edit) @12533   12 years livings124 #4225 Sort torrents by size
(edit) @12522   12 years livings124 minor NEWS tweaks
(edit) @12504   12 years livings124 #4241 Update dock badge count after removing download through web interface
(edit) @12499   12 years livings124 disabling alternating row colors in minimal view
(edit) @12492   12 years livings124 When hiding the filter bar, make the table view the first responder …
(edit) @12348   12 years livings124 #4182 Remember filter search text between runs
(edit) @12204   12 years jordan (trunk) #4138 "use stdbool.h instead of tr_bool" -- done.
(edit) @12197   12 years jordan tidy up
(edit) @12196   12 years jordan maybe fix the mac build?
(edit) @12179   12 years livings124 #4109 Recycle: Show a confirmation dialog
(edit) @12166   12 years livings124 Rename "cleanup all completed" to "remove all completed from list".
(edit) @12118   12 years livings124 add a button to the bottom-left of the main window to clean up all …
(edit) @12115   12 years livings124 hard-code the status bar and filter bar height, so that the max window …
(edit) @12046   12 years livings124 revert the last commit
(edit) @12045   12 years livings124 store secondsDownloading and secondsSeeding as ints instead of time_t
(edit) @12038   12 years livings124 change the default toolbar to separate the remove button and the …
(edit) @12005   12 years livings124 slightly simplify filter code
(edit) @11999   12 years livings124 silence a warning
(edit) @11998   12 years livings124 restore cmd-option-f to select the search filter field when the …
(edit) @11997   12 years livings124 make sure filter buttons' tooltips are updated when the bar is shown
(edit) @11993   12 years livings124 move the filter bar into its own xib
(edit) @11992   12 years livings124 change the status bar's left menu to be within the button (in the xib)
(edit) @11991   12 years livings124 remove unused variables
(edit) @11990   12 years livings124 move the status bar into its own xib file
(edit) @11988   12 years livings124 when resizing the filter bar, use the filter bar width instead of the …
(edit) @11967   12 years livings124 add µTP to the Prefs window
(edit) @11885   12 years livings124 remove selected transfers when removing completed transfers, removing …
(edit) @11884   12 years livings124 Add option to remove completed transfers
(edit) @11872   12 years livings124 fix a crash with the URL window, and memory leak with the URL window, …
(edit) @11868   12 years livings124 remember the text in the URL sheet
(edit) @11867   12 years livings124 move the "open torrent URL" sheet into its own xib file
(edit) @11849   12 years livings124 set the visibility priority for high and low priority menu items
(edit) @11835   12 years livings124 #3675 handle trashing data over RPD in the Mac client
(edit) @11756   12 years livings124 #3940 Global displayed speed does not include webseeds; remove a …
(edit) @11688   12 years livings124 #3686 "add rpc command to cleanly shutdown daemon" - added for Mac client
(edit) @11684   12 years livings124 change the filter bar outlet to FilterBarView?
(edit) @11683   12 years livings124 use a string instead of an int when setting peer-socket-tos
(edit) @11640   12 years livings124 replace the "Reverse Sort Order" menu item with "Ascending" and …
(edit) @11621   12 years livings124 separate the code for the filter and status bars
(edit) @11617   12 years livings124 update the copyright years in the Mac code to 2011
(edit) @11613   12 years livings124 #3851 use an autorelease pool when the completeness callback is …
(edit) @11607   12 years livings124 use autorelease pools when handling downloading/seeding state changes
(edit) @11556   12 years livings124 silence a warning
(edit) @11539   12 years livings124 #3675 "Not all .part files are removed" - Mac patch
(edit) @11508   12 years livings124 remove some glue code
(edit) @11507   12 years livings124 #3788 Adjust the status and filter bars' colors; make status bar …
(edit) @11489   12 years livings124 undo the status bar in #3788 for now
(edit) @11453   12 years livings124 experiment for #3788 Adjust the status and filter bars' colors; make …
(edit) @11441   12 years livings124 set the status bar's upload and download numbers to the raised style, …
(edit) @11433   12 years livings124 #3613 run a script when download completes - patch by Alexander Courtis
(edit) @11420   12 years livings124 #3743 properly set the blocklist URL on launch
(edit) @11417   12 years livings124 add a string function to format an NSUInteger as a formatted string
(edit) @11416   12 years livings124 use number formatters when displaying the number of transfers
(edit) @11403   12 years livings124 update the toolbar icons right away in a handful of potentially …
(edit) @11400   12 years livings124 didn't mean to do that
(edit) @11399   12 years livings124 disable the blocklist's update button if no URL is entered
(edit) @11369   12 years livings124 #3697 make blocklist URL configurable in the Mac UI
(edit) @11364   12 years livings124 remove proxy support from the Mac client
(edit) @11353   12 years livings124 push the bottom buttons left two pixels
(edit) @11352   12 years livings124 #3669 Streamline the bottom-left buttons, removing the button borders …
(edit) @11338   12 years livings124 #3643 When saving a copy of the torrent file, don't allow the …
(edit) @11224   13 years livings124 update strings file
(edit) @11207   13 years livings124 #3518 Snow Leopard systems should show file sizes and speeds in base 10
(edit) @11178   13 years livings124 don't set an idle eta if the transfer is currently uploading
(edit) @11104   13 years livings124 #3840 LPD does not initiate on startup
(edit) @11046   13 years livings124 update Mac build for the change from inactive to idle
(edit) @11013   13 years livings124 First go at #2560 "inactive seeding time limit". libtransmission and …
(edit) @10989   13 years livings124 Change "Total {down/up}load rate:" to "Global {down/up}load limit:"
(edit) @10988   13 years livings124 when localizing units of speed, localize the full speed string; …
(edit) @10979   13 years charles (trunk mac) possibly fix the won't-seed bug report by making sure the …
(edit) @10956   13 years charles (trunk) #3045 fix oops from last commit
(edit) @10955   13 years charles (trunk T) #3045 "units" -- modify the formatter functions based on …
(edit) @10948   13 years livings124 Mac build compiles again
(edit) @10861   13 years livings124 #3320 When a download completes at the same time seeding completes, …
(edit) @10559   13 years livings124 adjust the opening dialog text
(edit) @10526   13 years livings124 eliminate a warning
(edit) @10522   13 years charles (trunk macosx) maybe fix the utils.h breakage?
(edit) @10503   13 years livings124 small rearrangement of help
(edit) @10501   13 years livings124 #3157 add hidden plist options "bind-address-ipv4/6"
(edit) @10480   13 years charles (trunk) #1869 "new status for torrents that reached the seed ratio" -- …
(edit) @10469   13 years livings124 add an option to the prefs to show the add window for magnet links
(edit) @10465   13 years livings124 #2612 Display a neutered add window for magnet links
(edit) @10444   13 years livings124 #3114 remove preference, now resume all always excludes "seeding …
(edit) @10443   13 years livings124 #3114 add option to transfers->management "Resume All includes …
(edit) @10424   13 years livings124 #1295 Sync "Start when added" with libtransmission
Note: See TracRevisionLog for help on using the revision log.