Jump to content

Ultima

µTorrent Helper
  • Posts

    27,924
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Ultima

  1. v0.380 WIP (2010-09-05)

    + Feature: Download files from the Files tab (uTorrent 3.0 and newer only)

    + Feature: Peers tab (uTorrent 3.0 and newer only)

    + Feature: Transfer Cap usage history (uTorrent 3.0 and newer only)

    ~ Change: Add some missing settings and controls to the Preferences dialog

    ~ Change: Close context menu on 'Esc' and on window resize

    ~ Change: Skin changed to main uTorrent skin (from Aquazureus)

    ~ Change: Slightly tighter integration with desktop UI settings

    * Fix: Detailed Info Pane tab wrapping in some localizations

    * Fix: Improper sizing of Files list in some situations

    * Fix: Number rounding issues in various places

    Indeed, the new features all require at least µTorrent 3.0. The Peers tab doesn't auto-refresh like the torrent jobs list does (it basically behaves similarly to the Files tab, where manual refreshes are required to see current data). RSS Downloader implementation still deferred for the time being while I tackle some of the smaller things on my todo list.

  2. Anywhere in WebUI

    Ctrl+O: Add Torrent from File

    Ctrl+P: Preferences

    Ctrl+U: Add Torrent from URL

    F2: About

    F4: Toggle toolbar

    F6: Toggle detailed info pane

    F7: Toggle category list

    Esc: Close topmost dialog, reset UI

    While torrent list is focused

    Ctrl+A: Select all

    Ctrl+E: Deselect all

    Delete: Delete selected torrent(s)

    Shift+Delete: Delete selected torrent(s) + data

  3. Yes, that's expected behavior. A fix isn't simple, and you'd be hard-pressed to find anyone who actually runs µTorrent that way.

    The test servers are notoriously bad. Use the DSLReports speed tests if you're having trouble (users in the US can also use SpeedTest.net).

    You're free to change the skin.

    Edit: Constant CPU usage on idle seems to be related to the Windows theme. Using Windows 7 and Windows 7 Basic, you'll notice this behavior (slightly lower CPU usage with the basic version), but with Windows Classic, the problem goes away. I do agree that it should be looked into.

  4. v0.371 (2010-08-28)

    ~ Change: #110 (Show version in "About" dialog)

    ~ Change: Dialog management tweaks

    ~ Change: Guest page now has detailed info pane, resizable dividers

    * Fix: #102 (Speed tab's y-axis scaled badly with low speeds)

    * Fix: #109 (UI scrolls off-screen sometimes in Opera)

    * Fix: Opera not saving toolbar/category/info visibility toggled by keyboard

    * Fix: Regression in ability to save delete confirmation setting cross-session

    With this out of the way, I think I'm going to try to start working on features that target µTorrent 2.2 and above. I actually laid some of the groundwork for RSS several weeks ago, but never made much progress due to various factors, but anyway... The features that still need implementing include RSS, download directory selection, Peers tab, file downloading (potentially, if the backend API is properly done and exposed), and whatever else comes up I guess.

  5. Yah, the scheduler is somewhere on my todo list. Toggling on and off is simple enough, but there's no simple way (that I can think of right now) to allow users to actually edit the times that would make it easy to use on the supported browsers.

  6. Hah, glad to see that people continue to find value in MiniUI. With things being hectic on my end lately, I haven't been able to do much with any of my projects... Good to see that there haven't (yet?) been any new glaring bugs reported :P

  7. Commandline editing (and by extension, batch editing through batch scripts) has been on my todo for the longest time now. It's not easy to come up with a suitable parameter scheme that handles a large chunk of BEncode Editor's capabilities. I'm not sure if/when I'll ever get back to it, but um, it's definitely still there at the corner of my mind.

    Edit: Probably worth noting that thinking up an appropriate commandline option scheme was exactly why I stopped working on the C++ port too.

  8. Yeah, sorting by status is actually pretty unnatural because I was being lazy about it. Will need to get around to it some other time.

    Is it failing when sorting on any other field though?

  9. Open settings.dat and find the relevant keys? I'm sure they're stored in settings.dat in a slightly non-trivial manner, so I don't know them off the top of my head.

    @octopuss: All 64-bit operating systems support Unicode.

  10. Works for me across all browsers I've tested. What field are you sorting by?

    @moogly: Yeah, that happened after RIM they bought out Torch Mobile, but nevertheless, I think it should still be fixed in the 5.x browser because well... not everyone's going to be upgrading (or will be able to upgrade) to 6.0.

  11. "Binary" data contains non-printable characters (like null). "Strings" contain (usually readable) text. Status changes likely aren't easy because µTorrent may take multiple keys into account in determining what a torrent's status is.

  12. ... As has been said a billion times now, this is not possible at the moment until µTorrent's WebUI backend adds support. Which hasn't been done. So it isn't there.

    @pablo81: Confirmed... Will fix in the next release.

  13. Well, no, it wasn't implemented. I did have it on my todo from the first time I added the dialog, but the only sensible one I could think of was Ctrl+U -- which conflicts with a common browser shortcut (View Source). In the end, I decided to override Ctrl+U anyway. Get it in the first post.

    v0.371 WIP (2010-04-16)

    ~ Change: Ctrl+U opens "Add Torrent from URL" dialog

    ~ Change: Holding Shift while pressing Delete removes torrent with data

    ~ Change: HTML-based delete confirmation dialog rather than browser confirm()

    ~ Change: More graceful zoom handling in modern browsers with full page zooming

    ~ Change: Pause unpauses torrents only if all selected torrents are paused

    ~ Change: Restore ability to press Enter to submit torrents in add dialogs

    ~ Change: Use listview for Advanced Options

    * Fix: Don't request add-url if URL is blank

    I'm not sure how dangerous a change "~ Change: Holding Shift while pressing Delete removes torrent with data" is going to be, but I decided to implement it in order to make it closer to µTorrent shortcuts... Still not sure if it was the right choice, but only time (and/or feeback) will tell.

    "~ Change: Pause unpauses torrents only if all selected torrents are paused" was inspired by Step's suggestion.

  14. Well uh, I wouldn't have stated that it didn't work without having first tested it myself. I did try v0.370 with IE before responding, and no, pressing Enter doesn't work for adding by URL, because the HTML for the adding by URL didn't even support it. It did work when adding by file, which I confirmed above, and that's because the add URL form actually had a type="submit" button (unlike the add by URL).

    At any rate, it's been reimplemented in my code already, so look forward to its inclusion in the next update.

×
×
  • Create New...