Open Issues Need Help
View All on GitHubAI Summary: This issue requests the reimplementation of the `NetworkMessageWriter` and `NetworkMessageReader` classes to eliminate `memcpy` calls, primarily for security reasons. The preferred solution involves using Qt's `QByteArray`, though other methods are acceptable, with the critical constraint that the external behavior and message format of these classes must remain unchanged.
Rolisteam is a virtual tabletop. It helps you to manage tabletop role playing games with remote friends/players. It provides many features to share maps, pictures, dice roller, manage background music and much more. The main git repository is available here: [https://invent.kde.org/kde/rolisteam].
AI Summary: The GitHub issue proposes enhancing the MindMap application by replacing the current straight-line links between nodes with curved links, such as Bezier curves. This change aims to improve the visual clarity and aesthetic appeal of complex MindMaps. The implementation would involve modifying `linkItem.cpp/.h` (QML item) and `LinkNode.cpp/.h` (Scene Graph geometry) to render the new curved connections.
Rolisteam is a virtual tabletop. It helps you to manage tabletop role playing games with remote friends/players. It provides many features to share maps, pictures, dice roller, manage background music and much more. The main git repository is available here: [https://invent.kde.org/kde/rolisteam].