ronso0

Results 1331 comments of ronso0

@JoergAtGithub Do you use the Search Related menu currently? If yes, do you experience crashes when you leave that menu to auto-close it (hover main track menu)?

I have reworked the creation of Search Related so it's not cleared on every aboutToShow event. = identical to Crates menu And I added an assertion for action->parent() Hopefully that...

> There is already 13 (13 !) waveform visualization type. > > As a user I couldn't figure out what were the usage of these True. We're aware of this,...

Seems to be a rounding issue. Couldn't fix it by increasing the margin or border radius (which should actually make the sharp corners disappear). :shrug: Other buttons are rendered differently,...

Is the attached mapping supposed to work and provide functions as labeled on the controller?

Thanks for the report, I can confirm. While the sidebar update can be fixed, this (again) raises the question how to deal with deleted tracks. IMHO 'rewriting history' is bad,...

Thanks for your ideas, though I think creating files is not the easiest solution, and it's not really related to the "file missing" case here. All tracks are stored in...

Ah okay. Still, I think the database provides better ways to mark tracks.

Idea: we could mark deleted tracks that are still in History playlists with `2` in the `track_locations` table. This would happen in `TrackDAO::onPurgingTracks` and requires some more modifications in PlaylistDAO...