pyroscope / rtorrent-ps

:art: Extended rTorrent distribution with a fully customizable canvas and colors, other feature additions, and complete docs.
http://rtorrent-ps.readthedocs.io/
GNU General Public License v2.0
465 stars 43 forks source link

Add support for 0.9.7/8 #131

Open kannibalox opened 4 years ago

kannibalox commented 4 years ago

A primary goal was not to effect .6 builds, and when the patches are applied both before and after my changes, the code is the same line-for-line.

Other notes:

kannibalox commented 4 years ago

i missed a rather glaring bug in 0.9.8: Ctrl-F crashes rtorrent after input, and F for a temp filter doesn't trigger at all. The former is not too surprising, but the latter is rather mysterious. I'm working on solving the temp filter first, but it seems like the find feature might require actual c++ programming, at which i suck.

pyroscope commented 4 years ago

There is that endless loop when no hit found thing, you thought of that?

I'm trying to merge this in the next few days. We can always add fixes afterwards. And you can compare what's here with what is in mainline.

kannibalox commented 4 years ago

To be honest, after this first bug i strongly considered remapping Ctrl-F to F entirely,

And you can compare what's here with what is in mainline.

I did that in git, but i must be missing something obvious because i still don't see what's breaking F

Sinderella commented 3 years ago

I wonder what's the state of this PR? I think I came across some weird bugs that don't appear in 0.9.8, so I'd like to give this a shot.

kannibalox commented 3 years ago

I've been using this build since I first pushed it with no issues, however the UI still has problems per as above and i have not done comprehensive testing.