ronso0
ronso0
Just a note about an annoying QComboBox bug I noticed: with long comment lines the popup¹ is much wider than necessary (word-wrap enabled by default). The QListView and the items...
I managed to work around this bug by setting the max width for the view container, too. It's updated in resizeEvent(). Also I moved the comment combobox up (next to...
> One bug, I tried to set the Color of multiple tracks and it did not apply Also fixed, the 'modified' flag was not set.
> I was able to reproduce the DEBUG_ASSERT Here is the fix: [ronso0#73](https://github.com/ronso0/mixxx/pull/73) Thanks for your investigation! I could reproduce with Ok (tried only Apply earlier). Please correct me if...
Regarding the layout in the mapping GUI: I vote for keeping it simple, i.e. one option per row. The preferences should be as compact as possible because IMHO horizontal scrollbars...
> I also added some logic, where rows will be disabled and the "one item per line" will be adopted of the screen on which the preferences are being displayed...
Would yo mind including the dummy mapping for testing here? > > In regards to the label/control arrangement: the are usually (always?) layed out horizontally => Label: [control] > >...
> I guess I could add an `orientation` attribute in the `` element. We can then mention in the doc that `vertical` must be used in certain cases only? Yup,...
What you created so far is really impressive! Some notes on the layout : ) in this example `[100+-]` and "My other factor" are closer than their actual buddys: ...
FWIW if anyone wants to test the GUI with a (fake or real) non-controller HID device, e.g. mouse, a part of b4bfe76da9dc1990d4d753c1952f1e020d5b8761 needs to be reverted: just comment out these...