Commit Graph

18 Commits

Author SHA1 Message Date
Mentalflow 8cd8b65f49
RibbonWindow: Update window border for Win10 and below and remove unused code.
Duo to qwindowkit's update, it's un necessary to set titlebar btns manually.
2024-05-05 13:27:24 +08:00
Mentalflow 8c10f7a463
RibbonWindow: Fix window centralize in macOS. 2024-04-22 11:00:30 +08:00
Mentalflow 2d2e7d627b
RibbonWindow: Fix blur behind window color in macOS. 2024-04-22 00:45:13 +08:00
Mentalflow 063e2d5bae
RibbonWindow: Improve blur behind window in Windows. 2024-04-21 23:23:23 +08:00
Mentalflow 863c61325a
RibbonWindow: Enable blur behind window for Windows. 2024-04-21 13:26:46 +08:00
Mentalflow 02077f837a
RibbonWindow: Disable blur background for Windows due to qwindowkit's bug. 2024-04-21 05:09:53 +08:00
Mentalflow 6e5ad39f4f
3rdparty: Remove framelesshelper and add qwindowkit. 2024-04-21 04:51:48 +08:00
Mentalflow 56f21299f0
RibbonWindow: Add windowStatus property.
1. RibbonWindow.Status.Stardard: Create new window instance whether it already has one or not.
2. RibbonWindow.Status.SingleTask: If it already has one instance, the current instance will be closed and a new one will be created.
2. RibbonWindow.Status.SingleInstance: If it already has one instance, the current instance will be activated, no new instance will be created.
2024-04-20 22:00:19 +08:00
Mentalflow 6419045f0e
RibbonWindow: Use an unified set to store sub windows pointers. 2024-04-20 21:13:28 +08:00
Mentalflow 6ee70bc297
RibbonTitleBar and RibbonWindow: Update for windows and improve window manager. 2024-04-05 14:27:17 +08:00
Mentalflow 4193d25a6d
RibbonWindow: Try to fix window didn't show on taskbar in Windows. 2024-04-05 02:51:47 +08:00
Mentalflow e6f1188c3c
RibbonWindow: Improve window manager. 2024-04-05 02:41:52 +08:00
Mentalflow edeee77c44
RibbonWindow: Add window manager. 2024-04-05 01:43:28 +08:00
Mentalflow 82ef344180
RibbonWindow: Keep deprecated function show as before. 2024-04-04 23:25:07 +08:00
Mentalflow 7e48832312
RibbonPopup and RibbonWindow: Use a new method to use custom Component. 2024-04-04 23:01:26 +08:00
Mentalflow 9a086f1c35
RibbonWindow: Make popup close more elegent. 2024-04-01 23:35:36 +08:00
Mentalflow b0ab35c7b9
RibbonWindow: Added popup show/close function. 2024-03-30 17:36:26 +08:00
Mentalflow 10e32d12a9
RibbonUI: Reorganized. 2024-03-30 13:33:10 +08:00