modules: add configurable module-tree grouping (category/language/both) - #1349
Conversation
|
I realized too late that I created this branch from another branch that was still in progress! Two files were modified but aren't needed here sword_main.cc and sword_main.hh. I'm currently figuring out how to fix this. I often run into this problem when creating a new branch that branches off from a branch other than the upstream branch. |
… hide certain modules. The options are available in the module tree's context menu. modules: add configurable module-tree grouping (category/language/both) - new setting modules/grouping in settings.conf (0/1/2) - main_load_module_tree_flat() and main_load_module_tree_by_language() in main/sidebar.cc, dispatched from main_load_module_tree() - new combobox in Preferences > Modules Misc (prefs.glade + prefs.gtkbuilder) - right-click on a category/language folder also offers the 3 modes Addresses part of the display-customization ideas raised in crosswire#1130.
|
Sword repository is down. Windows build fails for this reason. |
|
Being a paranoid soul, I tried re-triggering the failing Windows builds, just because it seemed a good idea. |
|
This looks unrelated to this PR — the failure happens in the Docker setup step ( Per This is almost certainly transient. Re-run the job first, in case it's a transient mirror hiccup. |
|
Now sword is down again. I wanted to suggest that we point to the sword mirror on GitHub to download the archive—it’s more stable. Lately, there have been recurring issues with the servers going down. That’s actually what worries me more broadly. I mentioned it on the mailing list, but I didn’t get any response. |
|
That's very nice. A fine enhancement. |
Addresses part of the display-customization ideas raised in #1130.