Open Issues Need Help
View All on GitHub meta: remove usage of foreach 3 months ago
AI Summary: The task involves refactoring a Qt6-based MDI library, `qmdlib`, to replace the use of `foreach` loops with range-based `for` loops and making the iterated containers `const`. This improves code readability and potentially const-correctness.
Complexity:
2/5
enhancement good first issue
ProjectManager: save not working in minimal mode 3 months ago
AI Summary: Debug and fix the 'save' and 'find' functionalities in the qmdilib Qt6 library's minimal mode. The issue appears to be related to shortcuts not working, despite the actions being available. Testing should be performed under Manjaro with Qt 6.9.1.
Complexity:
4/5
bug good first issue PluginManager