ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Enabled sorting in the favourites list. #126

Closed ribbons closed 10 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 20:14:59 on 2010-09-07

As sorting by column is available in the Downloads list, it now feels somewhat conspicuous by its absence from the Favourites list.

Implementing this should be fairly straight-forward, as the groundwork has been done for the downloads search, and should only need a minor amount of re-factoring to keep things tidy.


Imported from Bug 313 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from isark at 22:09:45 on 2013-02-04

Patch for issue #126

contains : RD_FavouriteOrder.diff Favourite.cs Settings.cs Main.Designer.cs Main.cs

Here's my try for this bug. Please let me know if anything's wrong/should be better : i have a CS background but I haven't code in a while (few months) and it's my first try in C#. (but I've been playing with Radio Downloader for a few weeks)

ribbons commented 10 years ago

Sorry it took me so long, but I have merged your original patch, made a few fixes and committed it. Many thanks for submitting it in the first place!