Another nice feature to have. Its annoying scrolling through all the channels...so yeah, I'd like to see this.
This is actually a simulator suggestion, so moving. If people want this, it's easy to implement and will definitely make checking the channel list easier.
Would be handy, probably worth doing either way, but to make it easier to find the chan you're looking for on a large server we really could do with being able to by how many users are in each chan.
It's easy just the policy of how things are sorted is what you maybe wont like. If you have: A X c B z J y It'll sort it to: A B J X c y z When we want it to be like this: A B c j X y z
I'm suprised how we need to make our own widget, and convert existing code to that, just to make it sort incasesensitively.
That makes sense, I noticed a while back that the same channel with a different case was treated as a different channel.
Since it uses QString::localeAwareCompare to sort we can override the default by changing the channels widget to the client locale (Making it sort according to their locale.)
Feature added. (Though, there seems (If it's not me) a small lag issue, maybe it's me.) Close this, please.