* Setting 'd.state.set=0' before removing a download from the 'started' view, so it will be properly set when 'event.download.paused' event is triggered.

* Bumped version number.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1227 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2011-05-10 01:39:05 +00:00
parent 56a7546f46
commit 9f738c58fe
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
AC_INIT(rtorrent, 0.8.7, jaris@ifi.uio.no)
AC_INIT(rtorrent, 0.8.8, jaris@ifi.uio.no)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
@@ -35,7 +35,7 @@ PKG_CHECK_MODULES(libcurl, libcurl >= 7.15.4,
CXXFLAGS="$CXXFLAGS $libcurl_CFLAGS";
LIBS="$LIBS $libcurl_LIBS")
PKG_CHECK_MODULES(libtorrent, libtorrent >= 0.12.7,
PKG_CHECK_MODULES(libtorrent, libtorrent >= 0.12.8,
CXXFLAGS="$CXXFLAGS $libtorrent_CFLAGS";
LIBS="$LIBS $libtorrent_LIBS")
+8 -8
View File
@@ -119,13 +119,13 @@ set output "output_$1_choke.png"
set style histogram columnstacked
plot "choke_group_stats.$1" \
using 1:2 smooth bezier with lines lw 2,\
"" using 1:3 smooth bezier with lines lw 2,\
"" using 1:5 smooth bezier with lines lw 2,\
"" using 1:6 smooth bezier with lines lw 2,\
"" using 1:9 smooth bezier with lines lw 2,\
"" using 1:10 smooth bezier with lines lw 2,\
"" using 1:8 smooth bezier with lines lw 4 axis x1y2,\
"" using 1:15 smooth bezier with lines lw 4 axis x1y2
"" using 1:8 smooth bezier with lines lw 3,\
"" using 1:15 smooth bezier with lines lw 3,\
using 1:2 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:3 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:5 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:6 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:9 smooth bezier with lines lw 2 axis x1y2,\
"" using 1:10 smooth bezier with lines lw 2 axis x1y2
EOF
+1 -1
View File
@@ -273,7 +273,7 @@ main(int argc, char** argv) {
"view.add = stopped\n"
"view.filter = stopped,((false))\n"
"view.event_added = stopped,\"view.set_not_visible=started ;d.state.set=0\"\n"
"view.event_added = stopped,\"d.state.set=0 ;view.set_not_visible=started\"\n"
"view.event_removed = stopped,view.set_visible=started\n"
"view.add = complete\n"