Commit Graph

160 Commits

Author SHA1 Message Date
Mentalflow 8d6dea6c5d
RibbonLocalization, RibbonConfig: Set class export for users to inherit in Qt 6+. 2025-05-29 00:23:22 +08:00
Mentalflow 461dbdbf47
Project: Qt 5 only support simple qsTr or qsTranslate(in the same file). 2025-05-29 00:00:14 +08:00
Mentalflow 1354767d6a
Project: Improve multilingual support by use correct translate function. 2025-05-28 23:31:26 +08:00
Mentalflow 2f60895fb7
RibbonConfig, RibbonSingleton: Added. 2025-05-28 23:27:33 +08:00
Mentalflow 27c845b7d9
RibbonTabPage and example: Update to avoid warning and properly define progressbar_slider. 2025-05-24 01:27:15 +08:00
Mentalflow c367541af8
RibbonSplashScreen: Fix for macOS in Qt 6. 2025-05-24 01:04:06 +08:00
Mentalflow 4793747c83
RibbonTabPage: Use asynchronous load to improve RibbonTabBar's performance. 2025-05-24 00:56:34 +08:00
Mentalflow 0e8c1fd2f5
RibbonWindow: Use embeded RibbonUI.alpha() for Qt 5. 2025-05-24 00:54:44 +08:00
Mentalflow fa7439f243
RibbonTour, RibbonTourItem: Performance improved in properties change and color. 2025-05-24 00:49:55 +08:00
Mentalflow d8d698c7e2
RibbonBackStageView, RibbonBackStageMenuItem: Performance improved in color, properties change and page loading. 2025-05-24 00:49:41 +08:00
Mentalflow fb809e6a5c
RibbonUI: Add color() and alpha() for Qt 5. 2025-05-24 00:42:29 +08:00
Mentalflow d4bb700891
RibbonBackStageView: Fix ani_modern_border location issue. 2025-05-23 01:25:50 +08:00
Mentalflow 2f1dc679c0
RibbonSplashScreen: Fix for windows. 2025-05-23 00:32:45 +08:00
Mentalflow 2afc633bdb
RibbonSplashScreenContent: Improve color. 2025-05-22 16:24:26 +08:00
Mentalflow 6bcf8f9e16
RibbonBusyRing: Add reverseColor property. 2025-05-22 16:22:09 +08:00
Mentalflow 39fb76484e
RibbonBusyBar: Add color property. 2025-05-22 16:20:55 +08:00
Mentalflow 5c0bca76e8
RibbonBackStageView: Use a workaroud to tackle page load issue. 2025-05-22 15:44:07 +08:00
Mentalflow 744ef5673d
RibbonSplashScreen, RibbonSplashScreenContent: Added. 2025-05-22 00:06:21 +08:00
Mentalflow cba90e9ecf
RibbonWindow: Improve console output. 2025-05-22 00:05:41 +08:00
Mentalflow 6490a40faf
RibbonWindow: Use asynchronous in RibbonWindow.showWindow() and fix a memery leak issue. 2025-05-21 10:49:14 +08:00
Mentalflow 6af906333f
Project: Improve multilingual support. 2025-05-20 10:32:38 +08:00
Mentalflow d64e8d1ebb
include and i18n: Remove duplicate registrations and update translation. 2025-05-19 17:14:33 +08:00
Mentalflow ca319a5b55
Project: Add multilingual support. 2025-05-19 16:55:19 +08:00
Mentalflow 227f3e5dbe
RibbonRectangle: Use Canvas to replace Shape due to Qt 5.15's bug. 2025-05-15 11:13:04 +08:00
Mentalflow 51e210ab7b
Qt5: Update QtGraphicalEffects, RibbonUI version to latest 2025-05-15 11:11:25 +08:00
Mentalflow 5bc769bde8
3rdparty/Qt5QMLPlugin: Update to latest. 2025-05-01 11:26:52 +08:00
Mentalflow 3cc6ff6c27
3rdparty: Adapt to latest. 2025-05-01 01:03:23 +08:00
Mentalflow 34d3a3b2db
RibbonBackStageView: Fix content background opacity bug. 2025-01-05 19:39:49 +08:00
Mentalflow 5c1ce7c32c
RibbonMessageBarGroup: Fix the top radius when tabbar is folded in modern style. 2024-12-23 17:41:50 +08:00
Mentalflow 1bae138a81
RibbonMessageBarGroup,RibbonTabBar: Improve UI in the modernStyle. 2024-09-08 18:00:58 +08:00
Mentalflow 2a8a1816dd
RibbonRectangle: Add padding property. 2024-09-08 17:59:13 +08:00
Mentalflow f317fcbde7
RibbonMessageBar,RibbonMessageBarGroup,RibbonRectangle,RibbonBackStageView: Property bug fix for Qt 5 and Qt 6. 2024-08-26 15:24:25 +08:00
Mentalflow 3849ace771
RibbonMessageGroup: Fix topMargin bug in modernStyle. 2024-08-15 12:36:50 +08:00
Mentalflow 7015bab1b6
RibbonMessageBarGroup: Improve animation and only allow handler visible when message's count large than 1. 2024-08-13 18:38:39 +08:00
Mentalflow 10cb6a248c
RibbonRectangle: Add antialiasing and widen the border as default Rectangle's border. 2024-08-11 18:09:42 +08:00
Mentalflow 1a48510a1b
RibbonMessageGroup: Animation improved and blank view bug fixed. 2024-08-06 17:48:48 +08:00
Mentalflow 2a51e9e5f9
RibbonMessageGroup,example: visual effect improved and bug fixed. 2024-08-06 17:32:22 +08:00
Mentalflow 5d27353a38
RibbonView: Add border calculate for RibbonMessageBarGroup. 2024-08-06 17:30:34 +08:00
Mentalflow 4d4df831e5
RibbonBlur: Fix the duplicated image/shadow bug. 2024-08-06 17:29:24 +08:00
Mentalflow c53aa3b927
RibbonMessageGroup: Add the missing 'rounded' property for 'showMessage()'. 2024-08-06 02:58:10 +08:00
Mentalflow 01e20c3fd3
RibbonMessageBar,RibbonMessageBarGroup: Added. 2024-08-06 02:33:50 +08:00
Mentalflow 0912dc3937
RibbonView: Add 'topBorderFix','bottomBorderFix' properties. 2024-08-06 02:31:23 +08:00
Mentalflow 94e6417845
RibbonRectangle: Fix transparent bug. 2024-08-06 02:29:38 +08:00
Mentalflow 1ce411be5e
RibbonBlur: Add 'enableEffect' property. 2024-08-06 02:28:30 +08:00
Scott Choo (추교현) c0a05c1a99
chore : update CMake configuration (#8)
Thanks to @scottXchoo !
2024-07-31 22:04:47 +08:00
Mentalflow 4ea04772d4
RibbonPopup,RibbonButton,RibbonTour,RibbonComboBox,RibbonPopupDialog: Use the suitable radius and follow the RibbonBlur's change.(#7) 2024-07-30 00:48:46 +08:00
Mentalflow 8ccc7d3920
RibbonUI: Remove the "'AA_EnableHighDpiScaling' is deprecated" warning. 2024-07-30 00:44:31 +08:00
Mentalflow 662fbb260c
RibbonBottomBar: Fix the radius bug caused by RibbonBlur. 2024-07-30 00:43:51 +08:00
Mentalflow 5eaea111f1
RibbonBlur,RibbonRectangle: Refactor and improved. 2024-07-30 00:41:20 +08:00
Mentalflow 1e3333cdfa
RibbonWindow: Disable blurBehindWindow for Win 10 and below.(#5) 2024-07-29 20:13:52 +08:00