[quote=nIRV,Apr 3 2004, 02:36 AM]I think it's bothering (ctrl+left click behaviour) because it's been like this for ... centuries ...

no but nevertheless it happens that sometimes you miss click an item and you dont really want to redo all your selection for one mouse error ...[/quote]
Actually i was wrong anyway, there wasnt any real reason for me changing it in the first place..
[quote=Silverbolt,Apr 3 2004, 03:16 AM]Bugs:
- with custom buttons, the documnetation says the top-left pixel is for the transparent colour, when it's actually the bottom-left[/quote]
You are correct, it is the bottom left. All I am doing here is using uLoadImage, and MSDN said first pixel so I assumed it was the top-left.. apparently not. If you want something better (mask for transaprency instead of this first pixel crap) I'd be happy to change it.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]
- in the status bar, the width of 'Show selected tracks length' changes depending on whether the volume is shown (could very well be intentional and ignore if so) [
pic][/quote]
The extra space is because of the resizing thing... but I am not using the correct width for it, its about 10 pixels off. So you are correct its about 12 pixels wider in the second, thanks, it will be fixed.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]
Suggestions:
- the current order of checkboxes in the Columns conifg page is:
[ ] Show column [ ] Use custom sort spec [ ] Use custom colour spec
while the order of tabs is:
[ Display ][ Colour ][ Sort ]
could you change the order of the tabs to match the checkboxes (or vice versa) so that the two are consistent?[/quote]
Yes, i was going to change that and keep forgetting, thanks for the reminder.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- support for a standard menu like default UI (not that anything's wrong with current buttons, but would be a nice addition if it's not too hard to implement)[/quote]
Nope. If there is something wrong with the menu I'd rather fix it. There is no need for two menus..
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- ability to lock a column's width (would be handy so you don't accidently resize columns such as dividers, etc.)[/quote]
I suppose it could be done, but maybe you'd be hapier with the auto-sizing mode. You can press escape when resizing anyway.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- support for ordering columns by dragging (in both Columns config page and UI)--convenient alternative to the Up/Down buttons[/quote]Yes I was planning both.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- have status bar show descriptions of highlighted menu commands (recently (?) added to default UI)[/quote]Yes, I was just delaying implementing that..
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- remove the extra 5-pixel padding from the right of toolbar buttons (most evident when using custom buttons) [red arrow in
this pic][/quote]Yes, that was pissing me off actually. I found the cause of that padding and it is gone for the next version.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- if possible, change the background color of the seekbar to match the toolbar background [blue arrow in
same pic][/quote]I tried to fix that but didnt get anywhere. I may try again otherwise best I can do is put some border on it..
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- add tooltips for the playback buttons[/quote]Ok.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- add buttons to toolbar for 'Stop after current' and 'Follow cursor' (taken from foo_tunes)--another convenience and a great alternative to going to the menu to check the status of these often-used commands (on a related note, a button for switching between Track Gain, Album Gain and disable ReplayGain)[/quote]Maybe. Or maybe fully customisable toolbar (using menu actions) as discussed before. I dont know.
[quote=Silverbolt,Apr 3 2004, 03:16 AM]- possibly not even possible and definately post-0.1 would be support of $crlf() in the playlist (these would make excellent album dividers--probably a dream request right up there with multiple fonts/bolding in playlist)[/quote]Possible - yes. But variable heights would probably be a fair bit of work. I'll think about it after 0.1 anyway.
Thank you for your feedback.