Mitchell Livingston
|
b16620930a
|
rename Minimal View to Compact View
|
2010-03-20 02:04:18 +00:00 |
Charles Kerr
|
1357a75d40
|
(trunk libT) #2911 "requirement of javascript/transmission.js for webinterface unnecessary" -- implemented in trunk for 2.00
|
2010-03-19 18:48:37 +00:00 |
Charles Kerr
|
fb03c00d1a
|
(trunk gtk) fix another minor memory error in the new filter code
|
2010-03-18 04:04:03 +00:00 |
Charles Kerr
|
4f31e5d02a
|
(trunk gtk) fix memory leak
|
2010-03-18 03:40:32 +00:00 |
Charles Kerr
|
c88d254d09
|
(trunk daemon) #2898 "add pausing and deletion to daemon" -- fix compiler warning
|
2010-03-18 03:35:37 +00:00 |
Charles Kerr
|
1ea5ab0695
|
(trunk gtk) if favicon.ico doesn't work, try favicon.png too
|
2010-03-17 20:30:04 +00:00 |
Charles Kerr
|
e1607c8354
|
(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00
|
2010-03-17 19:23:03 +00:00 |
Charles Kerr
|
fe3d9ed95a
|
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
|
2010-03-17 17:07:40 +00:00 |
Charles Kerr
|
225d479b2e
|
(trunk) update svn properties for $Id$ in the new macosx/ files
|
2010-03-16 00:45:52 +00:00 |
Charles Kerr
|
1edecaee7b
|
(trunk gtk) a little more filter/favicon cleanup. remove the submenu headers from the Category combobox, suggested by kklimonda
|
2010-03-16 00:45:12 +00:00 |
Charles Kerr
|
4917cd119b
|
(trunk libT) #3051 "faster startup by adding 'have all' idiom to .resume files" -- implemented in trunk for 2.00
|
2010-03-15 23:29:56 +00:00 |
Charles Kerr
|
4b554c7d56
|
(trunk) add a note about optional dependencies in the configure script's output
|
2010-03-15 15:30:48 +00:00 |
Charles Kerr
|
0e6240232f
|
(trunk gtk) get the new filterbar working on older versions of GTK+
|
2010-03-15 15:07:23 +00:00 |
Charles Kerr
|
ca4dce6f5e
|
(trunk, qt) rename the slightly-pejorative "minimal view" as "compact view"
|
2010-03-15 14:42:56 +00:00 |
Charles Kerr
|
41d090b735
|
(trunk, gtk) rename the slightly-pejorative "minimal view" as "compact view"
|
2010-03-15 14:42:43 +00:00 |
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 |