1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00
Commit graph

134 commits

Author SHA1 Message Date
Mitchell Livingston
a846ff7475 remove a warning and commented-out code 2008-01-15 21:22:08 +00:00
Mitchell Livingston
2cda37ab07 instead of displaying a tooltip for the buttons, when hovered over, display the "tip" where the status string usually is 2008-01-15 21:09:51 +00:00
Mitchell Livingston
2402b1df2e get button hilighting working correctly when it assumes it's inside the button 2008-01-15 19:48:19 +00:00
Mitchell Livingston
6d799f0f89 if a button is pushed, don't hilight other buttons when hovered over 2008-01-15 16:19:16 +00:00
Mitchell Livingston
69a6978fca plain don't allow rollover on 10.4, and pushing a button will select a cell on 10.4 (to avoid flashing) 2008-01-15 05:39:40 +00:00
Mitchell Livingston
804d0193d0 fix tooltips in the main table 2008-01-15 05:03:26 +00:00
Mitchell Livingston
edb46062b2 attempt to fix table drawing issues 2008-01-15 04:45:57 +00:00
Mitchell Livingston
2047901eae get table buttons working again 2008-01-15 04:03:06 +00:00
Mitchell Livingston
9685e9563b don't select the row if pushing a button 2008-01-15 03:50:00 +00:00
Mitchell Livingston
0a7d8cd3a5 experiment with hilighting the buttons on rollover (10.5-only, and still incomplete) 2008-01-15 03:33:44 +00:00
Mitchell Livingston
7933bc4d9e migrate some of the action button code to TorrentCell 2008-01-14 19:12:26 +00:00
Mitchell Livingston
a275277903 first commit of experimental button refactoring 2008-01-14 18:02:08 +00:00
Mitchell Livingston
59d0ce9d33 on 10.5 use the function to get a prepared cell instead of making one manually 2008-01-12 05:09:03 +00:00
Mitchell Livingston
7b4c423054 disable the code button when creating a torrent 2008-01-11 16:58:23 +00:00
Mitchell Livingston
5299cb1da1 modify double-click code to differentiate Tiger and Leopard 2008-01-11 05:21:28 +00:00
Mitchell Livingston
4a6c14bc01 update NEWS and add a little efficiency for the last commit 2008-01-11 05:04:40 +00:00
Mitchell Livingston
1f862a70e6 return of double-click for inspector, double-click icon to reveal file, and double-click progress string to toggle selected and total status 2008-01-11 04:52:44 +00:00
Mitchell Livingston
b0cf977624 remove an unneeded localization 2008-01-10 15:53:02 +00:00
Mitchell Livingston
af96ba0d41 move the individual speeds array into the corresponding methods 2008-01-10 07:00:56 +00:00
Mitchell Livingston
fe50c35474 make the per-torrent action menus dynamic as well 2008-01-10 06:52:13 +00:00
Mitchell Livingston
f80bd47056 update copyright info for 2008 2008-01-02 16:55:05 +00:00
Mitchell Livingston
cd857d4bb8 always allow "resume selected right away" to be selected, even if there are no queues enabled 2008-01-02 04:31:51 +00:00
Mitchell Livingston
d9246b1ad4 preliminary commit of group code 2007-12-17 16:06:20 +00:00
Mitchell Livingston
b9433123f4 adjust per-torrent action button placement 2007-12-01 16:23:29 +00:00
Mitchell Livingston
fce835ceec even more new images 2007-11-30 23:27:55 +00:00
Mitchell Livingston
c79f772acd attempt to make per-torrent action menu a little faster 2007-11-26 17:33:31 +00:00
Mitchell Livingston
3ab2e369d4 remove unused code 2007-11-04 16:45:17 +00:00
Mitchell Livingston
525cf7904d trunk: make status bar inactive when window isn't main window 2007-11-01 12:57:35 +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
44c66afffb phase 1 of updating menu items to remove bindings 2007-10-30 19:55:47 +00:00
Mitchell Livingston
297b9f0b1d trunk: Leopard: Fix bug with typing values in Inspector->Options 2007-10-29 18:07:09 +00:00
Mitchell Livingston
04b3a94ca0 show the multiple document icon on Leopard when multiple files selected 2007-10-27 18:40:43 +00:00
Mitchell Livingston
83df860896 on Leopard us the built-in delegate to select a row while typing, and make Tiger's behavior similar to the new behavior 2007-10-27 14:57:46 +00:00
Mitchell Livingston
70e6cd0318 make main window textured on Leopard 2007-10-26 16:57:16 +00:00
Mitchell Livingston
a90c4a4b09 eliminate the redundant isPaused, instead using !isActive 2007-10-20 21:27:46 +00:00
Mitchell Livingston
f5e5a5584b trivial code cleanup 2007-10-12 23:18:21 +00:00
Mitchell Livingston
7207e822fa general cleanup 2007-10-11 12:06:46 +00:00
Mitchell Livingston
433404eff2 double click progress string in main window instead of single click to toggle it 2007-10-08 11:51:58 +00:00
Mitchell Livingston
98575a0169 say goodbye to the often-misunderstood "advanced progress bar" 2007-09-26 19:36:25 +00:00
Mitchell Livingston
cc09e542b0 clicking the progress line in the transfer window will toggle between stats for the whole torrent and for just the selected files 2007-09-23 05:39:41 +00:00
Mitchell Livingston
f0b968d7b7 get xcode project building again 2007-09-20 20:24:33 +00:00
Mitchell Livingston
844341faef this better work 2007-09-16 01:02:06 +00:00
Mitchell Livingston
1b11564e92 remove Growl 1.1... 2007-09-16 00:52:32 +00:00
Mitchell Livingston
1502435758 make setting code more dynamic 2007-09-15 20:09:28 +00:00
Mitchell Livingston
c351a19124 show pause button when checking (will work once encryption branch is merged) 2007-09-11 03:49:03 +00:00
Mitchell Livingston
aa80a14a79 remove unused variable 2007-08-27 18:16:30 +00:00
Mitchell Livingston
ca6f1934b3 allow new menu method to use an index set instead of range 2007-08-20 19:05:58 +00:00
Mitchell Livingston
e91070a1e7 add a menu additions class 2007-08-20 16:49:53 +00:00
Mitchell Livingston
141404356a remove some warnings 2007-08-18 16:55:01 +00:00
Mitchell Livingston
596525d89a dynamically show the files for file selection in the top-level action menu 2007-08-18 05:46:20 +00:00