You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ Cross-platform window customization framework for Qt Widgets and Qt Quick. Suppo
8
8
9
9
You can join our [Discord channel](https://discord.gg/grrM4Tmesy) to communicate with us. You can share your findings, thoughts and ideas on improving / implementing FramelessHelper functionalities on more platforms and apps!
10
10
11
-
## HELP WANTED!
12
-
13
-
1. The current CMake package code is not complete and still has some small issues. Need some experienced CMake developers to help me improve it!
14
-
2. The current Linux/X11 implementation is not stable enough and still has some bugs. Need some experienced Linux developers to help me improve it!
15
-
3. The current macOS implementation is not stable enough and still has some bugs. Need some experienced macOS developers to help me improve it!
16
-
17
11
## Roadmap
18
12
19
13
- Common: Add cross-platform customizable system menu for both Qt Widgets and Qt Quick. Also supports both light and dark theme.
@@ -33,6 +27,7 @@ You can join our [Discord channel](https://discord.gg/grrM4Tmesy) to communicate
33
27
- Window management: It is now possible to close the window (the dtor is executed) and show it again without breaking the frameless functionalities.
34
28
- Theme: It is now possible to force a desired theme instead of always respecting the system theme.
35
29
- Build system: The [**Ninja Multi-Config**](https://cmake.org/cmake/help/latest/generator/Ninja%20Multi-Config.html) generator is fully supported now, finally!
30
+
- Docs: There have been some improvements of the build instructions.
0 commit comments