1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-28 10:38:45 +00:00
Commit graph

422 commits

Author SHA1 Message Date
Mitchell Livingston
e7c600a237 adjust inspector layout a tiny bit 2007-11-24 16:46:11 +00:00
Mitchell Livingston
654af57b9c sort by speed, then last activity 2007-11-23 16:03:49 +00:00
Mitchell Livingston
34a226d403 have a smaller minimum width as well 2007-11-23 03:40:13 +00:00
Mitchell Livingston
2991619fbd have a maximum width for the stats window 2007-11-23 03:38:45 +00:00
Mitchell Livingston
4a5a95b606 add option to sort by Last Activity 2007-11-21 18:32:41 +00:00
Mitchell Livingston
7e6194ae97 update stats window for session and total info 2007-11-21 02:19:42 +00:00
Mitchell Livingston
d96f0b629b don't display the not available bar for paused transfers 2007-11-20 13:16:24 +00:00
Mitchell Livingston
c37b0c1dad move status from peer table column to tooltip 2007-11-20 13:08:10 +00:00
Mitchell Livingston
e1eb915741 include time running stat 2007-11-19 19:47:12 +00:00
Mitchell Livingston
9a351bfc2c make stats window a panel 2007-11-19 18:55:09 +00:00
Mitchell Livingston
ada39e3b09 add Number Opened field to Stats window 2007-11-19 18:28:24 +00:00
Mitchell Livingston
97d4bc1709 add stats window...right now the values mean nothing 2007-11-19 18:13:41 +00:00
Mitchell Livingston
11ebb80bff rename "Recheck Existing Data" to "Verify Local Data" 2007-11-18 02:50:30 +00:00
Mitchell Livingston
db4954cc68 get rid of the Debug warning (it's not as relevant as it was back in the olden days) 2007-11-18 02:33:17 +00:00
Mitchell Livingston
243d4cfcba add status field to peers table 2007-11-18 00:09:37 +00:00
Mitchell Livingston
0b24911389 readd the custom FilterButton subclass to simplify setting the tooltip 2007-11-17 15:55:23 +00:00
Mitchell Livingston
7da33be84b set titles of inspector buttons to hopefully allow better accessibility 2007-11-17 14:30:08 +00:00
Mitchell Livingston
dd4fb1e6d1 update strings file 2007-11-14 22:48:43 +00:00
Mitchell Livingston
f20a6b15b7 add availability bar to dim percent not available (yellow for now) 2007-11-11 16:59:32 +00:00
Mitchell Livingston
5373a9d82d eliminate the second port status dot/text field to avoid confusion 2007-11-11 06:36:32 +00:00
Mitchell Livingston
e9f667afb9 adjust filter bar button placement 2007-11-09 13:35:43 +00:00
Mitchell Livingston
6ee138e0fd add pref option to prefer to use/not use encryption (currently seems crashy) 2007-11-08 23:12:07 +00:00
Mitchell Livingston
2c4244b540 keep track of sort menu item by using tag and validate methods instead of storing the current menu items 2007-11-07 05:02:43 +00:00
Mitchell Livingston
98c1d4bb62 get rid of the unneeded ImageBackgroundView 2007-11-07 02:23:35 +00:00
Mitchell Livingston
44075895b2 remove the separate filter bar view and instead reuse the status bar view 2007-11-07 00:14:33 +00:00
Mitchell Livingston
5cc14442cb use built-in buttons for filter buttons 2007-11-06 20:52:11 +00:00
Mitchell Livingston
3bccf26f23 by popular demand the return of the advanced bar (now Pieces Bar) 2007-11-04 15:01:34 +00:00
Mitchell Livingston
ffeff31ca3 get reordering of torrent queue working again in trunk (thanks to cocoadev mailing list) 2007-10-31 17:23:56 +00:00
Mitchell Livingston
4584417bf0 phase 2 of updating menu items to remove bindings 2007-10-30 20:19:22 +00:00
Mitchell Livingston
44c66afffb phase 1 of updating menu items to remove bindings 2007-10-30 19:55:47 +00:00
Mitchell Livingston
cbffc0589f allow messages to take multiple rows in message 2007-10-28 03:10:11 +00:00
Mitchell Livingston
f909b97e20 undo last commit because textured might be brushed metal in TIger 2007-10-26 17:20:02 +00:00
Mitchell Livingston
70e6cd0318 make main window textured on Leopard 2007-10-26 16:57:16 +00:00
Mitchell Livingston
45452352f3 add context menu item for "Update Tracker" 2007-10-24 18:16:18 +00:00
Mitchell Livingston
89cb2a53e9 remove "Stopping" status, and update all string files accordingly 2007-10-20 21:17:24 +00:00
Mitchell Livingston
cc2d8f3310 update localizable strings file 2007-10-13 16:40:44 +00:00
Mitchell Livingston
7ef75b47f6 the search filter will again allow filtering by name or tracker - thanks John_Clay 2007-10-11 20:33:42 +00:00
Mitchell Livingston
bd8d47c2f7 add higher speed options to action pulldown menus 2007-10-08 03:30:59 +00:00
Mitchell Livingston
02e45340f4 use premade NSBox lines for separators in the status and filter bars instead of putting everything inside a box 2007-10-07 05:05:23 +00:00
Mitchell Livingston
8abcc566dd adjust tab button layout a bit to avoid overlaps 2007-10-07 04:16:58 +00:00
Mitchell Livingston
d9e3272306 adjust info tab buttons a little 2007-10-07 03:50:13 +00:00
Mitchell Livingston
b71ebcfd4b get rid of a few redundant variables 2007-10-07 03:05:55 +00:00
Mitchell Livingston
9e8dbcfe3e get selected tab in inspector closer to working: 1. it doesn't select at startup 2. needs missing images and cleaned up back images 2007-10-07 02:25:39 +00:00
Mitchell Livingston
4d7f48d7cf hilight pushed inspector tab...this will be made a different color later 2007-10-06 22:59:07 +00:00
Mitchell Livingston
a635077abd first commit of updated inspector...images are just placeholders currently 2007-10-06 22:23:44 +00:00
Mitchell Livingston
23c04dfe3f rename en to English (other languages will be changed to i18n names by the next release, though) 2007-10-04 03:45:52 +00:00
Mitchell Livingston
f3b991cd78 rename English.lproj to en.lproj as recommended by Apple (I'll do the other languages closer to when they are replaced for 0.9) 2007-09-20 21:57:24 +00:00
Mitchell Livingston
a0270c6301 fix binding error that would cause the preferences window to not load 2007-09-20 20:35:06 +00:00
Mitchell Livingston
3677ac13d0 remove comments/glue code that disabled encryption, although it still won't build in xcode 2007-09-20 19:30:29 +00:00
Mitchell Livingston
4932e8eb0e allow preferences to set encryption, commented out for now 2007-09-20 11:46:30 +00:00