- Revise highlight note to be more informative.
- Only display highlighting note on pages with highlights.
- Remove redundant profile help button.
- Only enable related profiles button on pages with related profiles.
- Save to first enabled profile, with "User base settings" as fallback
- Display note if any profiles are enabled
- Highlight options for all enabled profiles
- Add tooltip to options showing which profile will be updated
- Update tests to remove deleted functionality
Size policy of both panes plus the minimum width enforced for the tree pane are responsible of the issue
Set horizontal policies to Ignored, and use QSplitter.setSizes() to set a smart default.
After this change, it is possible to move the splitter smoothly.
* Use Qt Designer UI files for the options dialog
* More complete Mutagen metadata plugin
* Tagz (TaggerScript) implementation
* More usable configuration system
* Some coding style changes (PEP-008)