Charles Kerr
|
63dab62a44
|
(trunk gtk) small filter/favicon code cleanups
|
2010-03-15 14:35:43 +00:00 |
|
Charles Kerr
|
bb6de500e8
|
(trunk gtk) preserve the old filter's behavior of including torrents being verified in the "active" filter. Thanks to Waldorf for the reminder.
|
2010-03-15 03:10:54 +00:00 |
|
Charles Kerr
|
824182df54
|
(trunk gtk) add favicon support to the new filterbar
|
2010-03-15 02:53:31 +00:00 |
|
Mitchell Livingston
|
73cceb7b65
|
tweak NEWS and Makefile
|
2010-03-15 00:16:07 +00:00 |
|
Mitchell Livingston
|
6db5b1523b
|
#3042 Can't do context menu actions with multi entries in web interface
|
2010-03-14 17:31:16 +00:00 |
|
Charles Kerr
|
e4d6884d19
|
(trunk gtk) use Rolcol's suggestions on the filterbar
|
2010-03-14 15:05:32 +00:00 |
|
Mitchell Livingston
|
8e529921d7
|
simplify how the icons are set for the inspector tabs
|
2010-03-14 15:03:14 +00:00 |
|
Charles Kerr
|
baab619c93
|
(trunk web) #3043 "show eta for seeding torrents in webui" -- imlemented in trunk for 2.00
|
2010-03-14 05:28:25 +00:00 |
|
Charles Kerr
|
2aa1e69f98
|
(trunk gtk) first draft of a filterbar experiment
|
2010-03-14 05:13:02 +00:00 |
|
Mitchell Livingston
|
b9e7cc8990
|
set the inspector views' titles in each view's class
|
2010-03-14 03:09:12 +00:00 |
|
Mitchell Livingston
|
14d06e0ef3
|
remove unnecessary setHidden:'s
|
2010-03-14 02:59:37 +00:00 |
|
Mitchell Livingston
|
f1bfa1a3d5
|
move the code for remembering resize information for the info views into the individual views
|
2010-03-14 02:53:22 +00:00 |
|
Mitchell Livingston
|
236184c4a9
|
avoid theoretical memory leaks when the info window is deallocated
|
2010-03-14 02:14:03 +00:00 |
|
Mitchell Livingston
|
c5a3856e4f
|
add an optional clearView method to the InfoViewController protocol
|
2010-03-14 01:52:45 +00:00 |
|
Mitchell Livingston
|
efce4e9759
|
add a protocol for the info view controllers, and as a result eliminate some excessive code
|
2010-03-14 01:42:49 +00:00 |
|
Charles Kerr
|
83e43a81b5
|
(trunk web) #2774 "Support stats display feature in the web client" -- fix potential layout issue described @ http://trac.transmissionbt.com/ticket/2774#comment:13. Bug created, spotted, and fixed by Longinus00. Welcome to the club. :)
|
2010-03-12 19:39:37 +00:00 |
|
Charles Kerr
|
ddde05bff7
|
(trunk libT) #3026 "speed limit mode not honoring limits on other days" -- fixed regression caused by r10352 reported by m1b.
|
2010-03-12 19:35:28 +00:00 |
|
Charles Kerr
|
7d7529eb94
|
(trunk libT) make tr_updateTime() inlined
|
2010-03-12 19:24:45 +00:00 |
|
Mitchell Livingston
|
f8bc2c472b
|
(trunk) update to 1.92+
|
2010-03-12 02:11:32 +00:00 |
|
Charles Kerr
|
fb62c8bbdc
|
(trunk gtk) #3033 "wrong calls to GtkFileChooserDialog" -- fix minor regression in the 'add torrent' dialog caused by r10340
|
2010-03-12 00:17:35 +00:00 |
|
Charles Kerr
|
5363c7d89b
|
(trunk web) #2774 "Support stats display feature in the web client" -- implemented for 2.00
|
2010-03-11 04:50:04 +00:00 |
|
Charles Kerr
|
af3736dbd3
|
(trunk libT) #3026 "Recent T doesn't honor weekend speed limit setting" -- fixed in trunk for 2.00
|
2010-03-10 22:19:31 +00:00 |
|
Charles Kerr
|
2b6b193a43
|
(trunk gtk) #3011 "'Edit Trackers' dialog not reset after Cancel" -- fixed in trunk for 2.00
|
2010-03-10 19:16:25 +00:00 |
|
Charles Kerr
|
64a847baf0
|
(trunk libT) #2958 "Minimize use of tr_ptrArray in critical parts of the code" -- accept patch from sadface to make tr_ptrArrayInsert() a little cleaner
|
2010-03-10 16:35:12 +00:00 |
|
Charles Kerr
|
1d8d9d8447
|
(trunk libT) code cleanup: after r10346, we don't need to keep the per-torrent cancel/block histories anymore
|
2010-03-10 15:55:00 +00:00 |
|
Charles Kerr
|
3aa3ec7d14
|
(trunk libT) #2993 "'Downloaded' much greater than 'Have' or 'Verified'" -- tweak the new throttle code based on slow download feedback from gn0s1s in irc, from Rascal @ http://trac.transmissionbt.com/ticket/2993#comment:29, and from AGSystem @ http://forum.transmissionbt.com/viewtopic.php?p=45631&f=1#p45631
|
2010-03-10 15:34:27 +00:00 |
|
Mitchell Livingston
|
272364d324
|
#3009 display an indeterminate progress indicator in the add window when waiting to start
|
2010-03-10 03:44:30 +00:00 |
|
Charles Kerr
|
539f0edaba
|
(trunk libT) in tr_bencToFile(), call fsync() before close() for better ext4 safety
|
2010-03-09 22:59:14 +00:00 |
|
Charles Kerr
|
7a129d9cf9
|
(trunk gtk) #3033 "wrong calls to GtkFileChooserDialog" -- fixed in trunk for 2.00
|
2010-03-09 22:00:43 +00:00 |
|
Charles Kerr
|
31b30501c4
|
(trunk libT) #2987 "push libcurl into its own worker thread" -- lower the libcurl prerequisite from 7.16.3 down to 7.15.4
|
2010-03-09 19:52:58 +00:00 |
|
Charles Kerr
|
99d53d7ef7
|
(trunk libT) #2849 "when possible, use fallocate64() for file preallocation" -- do this even when sparse preallocation mode is selected.
|
2010-03-09 16:19:59 +00:00 |
|
Mitchell Livingston
|
15c2279052
|
avoid setting views in the inspector until necessary
|
2010-03-09 02:26:52 +00:00 |
|
Charles Kerr
|
eab787ac7d
|
(trunk libT) add unit test for the new history module
|
2010-03-08 04:51:50 +00:00 |
|
Mitchell Livingston
|
3a0626f1fe
|
add history.[ch] to xcode project
|
2010-03-08 04:32:20 +00:00 |
|
Charles Kerr
|
b850349479
|
(trunk) #2993 "'Downloaded' much greater than 'Have' or 'verified'" -- add new congestion-based throttle for 2.0
|
2010-03-08 04:29:58 +00:00 |
|
Charles Kerr
|
b1a29969fe
|
(trunk libT) disable the comparePieceByWeight assertions in trunk too.
|
2010-03-07 22:56:14 +00:00 |
|
Charles Kerr
|
6b546e8b4b
|
(trunk libT) #1242 "don't accept duplicate blocks during endgame" -- fixed in trunk for 1.92
|
2010-03-07 17:38:34 +00:00 |
|
Mitchell Livingston
|
c6a76932b2
|
adjust default inspector window size and placement
|
2010-03-07 14:51:41 +00:00 |
|
Mitchell Livingston
|
e4f891b3c5
|
adjust default window size and placement
|
2010-03-07 14:49:58 +00:00 |
|
Mitchell Livingston
|
d83c14dd89
|
set default sorts for the peer, web seed, and message log tables in the xib instead of code
|
2010-03-07 14:39:13 +00:00 |
|
Charles Kerr
|
c55788acac
|
(trunk libT) add an fsync() before closing files
|
2010-03-07 06:14:04 +00:00 |
|
Mitchell Livingston
|
f7cf4b7190
|
fix potential layout glitch for labels in general and activity inspector tabs
|
2010-03-07 03:11:10 +00:00 |
|
Mitchell Livingston
|
b7b5c43da6
|
fix label display glitch in the options inspector tab
|
2010-03-07 03:08:17 +00:00 |
|
Mitchell Livingston
|
5d4ecbcecf
|
#3017 fix the pieces bar for magnet links
|
2010-03-07 02:46:49 +00:00 |
|
Mitchell Livingston
|
c83b9c5cb9
|
allow the pieces grid's type to be changed once again
|
2010-03-07 02:46:15 +00:00 |
|
Mitchell Livingston
|
c1e70f4e17
|
one less warning
|
2010-03-07 02:28:50 +00:00 |
|
Mitchell Livingston
|
539e5f4da8
|
fix the pieces grid
|
2010-03-07 01:55:05 +00:00 |
|
Mitchell Livingston
|
41f29d45eb
|
make sure a info tab is loaded the first time it's shown
|
2010-03-07 01:40:32 +00:00 |
|
Mitchell Livingston
|
7bf62b1311
|
update makefile for new inspector files
|
2010-03-07 00:52:22 +00:00 |
|
Mitchell Livingston
|
9945c07f80
|
add some missing localizable strings, and remove some warnings
|
2010-03-06 23:56:44 +00:00 |
|