zhuzichu
b4a1eaa860
Update README.md
2025-03-16 19:26:11 +08:00
zhuzichu
ef1f70683a
Merge pull request #595 from Polaris-Night/main
...
feat: FluCarousel支持纵向轮播
2025-03-13 12:53:39 +08:00
Polaris-Night
8377fb5227
feat: FluCarousel支持纵向轮播
2025-03-12 23:38:48 +08:00
ZHUZICHU\zhuzi
9ac58a8ca7
update
2025-03-12 10:09:54 +08:00
ZHUZICHU\zhuzi
ee87a718ed
update
2025-03-12 09:56:43 +08:00
ZHUZICHU\zhuzi
80dd3ebd35
update
2025-03-12 09:55:58 +08:00
zhuzichu
1990203f3b
Merge pull request #593 from Polaris-Night/main
...
修复FluTreeModel::setDataSource内存泄漏问题
2025-03-08 14:49:26 +08:00
zhuzichu
df7cd94eec
Merge pull request #592 from add-uos/main
...
fix: 优化示例中加载按钮交互效果
2025-03-08 14:48:48 +08:00
Polaris-Night
2cc17e9db3
修复FluTreeModel::setDataSource内存泄漏问题
2025-03-03 21:24:56 +08:00
zhanghongyuan
aa8fcb304f
fix: 优化示例中加载按钮交互效果
...
优化 example 中加载按钮页面交互效果
2025-03-03 15:23:57 +08:00
zhuzichu
882cc8989f
Merge pull request #589 from soulwyb/repair-FluPivot-example-error
...
修复Pivot的示例代码错误
2025-02-21 12:01:57 +08:00
wuyubin
444cc1aeee
修复Pivot的示例代码错误
2025-02-21 11:34:54 +08:00
zhuzichu
db0588edcd
Merge pull request #588 from Polaris-Night/main
...
修复FluCarousel手动翻页的问题
2025-02-21 11:23:30 +08:00
Polaris-Night
99f6b16aa1
修复FluProgressBar属性错误
2025-02-20 20:15:21 +08:00
Polaris-Night
65b7737454
修复FluCarousel设置autoPlay为false时手动翻页仍触发自动轮播翻页问题. fixed #563
...
修复FluCarousel设置autoPlay为false时不能无限向左/右翻页的问题.
2025-02-20 20:11:01 +08:00
zhuzichu
7a6efa41fb
Merge pull request #587 from add-uos/main
...
fix: add some chinese translation in example
2025-02-13 11:46:22 +08:00
zhanghongyuan
113810879d
fix: add some chinese translation in example
...
add some chinese translation in example
2025-02-13 10:31:13 +08:00
zhuzichu
09e0430293
Merge pull request #584 from Kakueeen/main
...
修复编译错误
2025-01-16 18:09:35 +08:00
liuzhangjian
29686d07ba
fix: Fix compilation error
...
QApplication: No such file or directory
2025-01-14 20:16:31 +08:00
zhuzichu
7204e18afe
Merge pull request #583 from luckyloogn/fix/flupivot-animation-issues
...
修复FluPivot 切换选中项目时标题下划线动画未能完全关闭的问题
2025-01-02 17:04:23 +08:00
zhuzichu
985e90bffc
Merge pull request #582 from luckyloogn/fix/color-picker-sync-issues
...
修复 FluColorPicker 存在的颜色同步与输入问题
2025-01-02 17:04:02 +08:00
luckyloogn
e82000e6f8
fix(FluPivot): 修复 title 下划线动画未能完全关闭的问题
...
修复了在 `FluTheme.animationEnabled = false` 时,从文字较少的 title 切换到文字较多的 title 时,下划线仍然存在尺寸变化动画的问题。
2025-01-01 17:24:31 +08:00
luckyloogn
444d9b2d28
fix(FluColorPicker): 修复多项颜色同步与输入问题
...
- 修复了 FluColorPicker 打开时滑块与 RGBA/HEX 数值未正确匹配当前颜色的问题。
- 修复了 FluColorPicker 设置 HEX 值时,RGBA 数值未同步更新的问题。
- 修复了 FluColorPicker HEX 输入框只能接受大写 A-F 字符的问题。
2025-01-01 17:20:39 +08:00
zhuzichu
1a8e3d5ab2
Merge pull request #580 from lucky9loogn/fix/ubuntu-blur-behind-segmentation-fault
...
fix: 修复了在 Ubuntu 中启用亚克力效果无效且导致程序崩溃的问题
2024-12-27 09:14:23 +08:00
zhuzichu
fb720b29ec
Merge pull request #581 from lucky9loogn/fix/github-action-appimage-language-switch-not-working
...
fix(ci): 修复 GitHub Action 打包的 AppImage 语言切换无效
2024-12-27 09:13:48 +08:00
lucky9loogn
552772391c
fix(ci): 修复 GitHub Action 打包的 AppImage 语言切换无效
2024-12-26 23:23:34 +08:00
lucky9loogn
3a34e98d80
fix: 修复了在 Ubuntu 中启用亚克力效果无效且导致程序崩溃的问题
2024-12-26 22:54:14 +08:00
zhuzichu
1beb900455
Merge pull request #578 from ToMoree/add_init_checked_for_treeview
...
fix treeview初始化时,设置checked为true无效
2024-12-24 21:51:40 +08:00
zhuzichu
bb537f4328
Merge pull request #577 from lucky9loogn/feat-fluexpander-custom-header
...
FluExpander 添加属性 headerHeight 和 headerDelegate
2024-12-24 21:50:57 +08:00
ToMoree
2f38232dcf
fix treeview初始化时,设置checked为true无效
2024-12-04 13:49:22 +08:00
lucky9loogn
cd6a46c22e
FluExpander 添加属性 headerHeight 和 headerDelegate
...
- 使 FluExpander 支持自定义非展开状态下 header 的高度和内容
- 在 example 添加对应的使用例子
2024-12-03 22:32:52 +08:00
zhuzichu
a8ca78f3f1
Merge pull request #576 from gaetandezeiraud/fix-flunavigationview-nostackpush
...
Fix FluNavigationView noStackPush
2024-12-01 19:52:11 +08:00
Gaëtan Dezeiraud
282b6ebce0
Fix FluNavigationView noStackPush
...
Fix FluNavigationView noStackPush to verify if an argument is passed. If true, it is better to set the page has a new one in order to update it with the arguments.
2024-11-28 10:51:38 +01:00
zhuzichu
d13c5a9c2c
Merge pull request #575 from lucky9loogn/fix-highlight
...
修复部分控件的错误高亮问题
2024-11-26 10:40:34 +08:00
lucky9loogn
2a639022ec
修复部分控件在禁用后错误高亮的问题
...
涉及控件如下:FluCheckBox、FluCopyableText、FluIcon、FluIconButton、FluRadioButton、FluText、FluToggleSwitch
2024-11-25 14:59:18 +08:00
lucky9loogn
d75ecfeca7
修复 FluPivot 的 header 选中项未高亮显示问题
2024-11-25 09:50:05 +08:00
zhuzichu
8ab0cde2e9
Merge pull request #574 from lucky9loogn/fix
...
尝试修复 FluChart 和 FluProgressBar 的一些问题
2024-11-22 16:42:03 +08:00
zhuzichu
0171c3609a
Update README.md
2024-11-22 15:58:45 +08:00
lucky9loogn
489526988d
修复 FluProgressBar 放到 FluContentDialog 内对话框刚打开时动画卡顿问题
2024-11-22 15:40:32 +08:00
lucky9loogn
9d32e8e13b
修复 FluChart 在 Qt 5.15.2 下可选链 (?.) 报错
2024-11-22 14:56:32 +08:00
zhuzichu
c9e0732f99
Merge pull request #570 from gaetandezeiraud/feature-fluscrollablepage-reset-scroll
...
Add property autoResetScroll to FluScrollablePage
2024-11-17 15:11:42 +08:00
zhuzichu
4920407ed7
Merge pull request #569 from gaetandezeiraud/wrap-anywhere-to-wordwrap
...
Convert WrapAnywhere toWordWrap
2024-11-17 15:11:19 +08:00
zhuzichu
3647197d3b
Merge pull request #568 from gaetandezeiraud/fluchart-avoid-error
...
Update FluChart.qml
2024-11-17 15:10:44 +08:00
zhuzichu
a72ff03eeb
Merge pull request #567 from gaetandezeiraud/combobox-fix-appbar
...
Fix FluComboBox click issue with AppBar
2024-11-17 15:09:36 +08:00
Gaëtan Dezeiraud
3eaaa228d8
Add property autoResetScroll to FluScrollablePage
...
I use it in my app, I think it can be useful to integrate the featurein the main project. This property autoResetScroll if true reset the scroll at the top when the StackView.onActivated is called.
So the first time a page is view but also when the user go back in the stack.
2024-11-16 20:27:48 +01:00
Gaëtan Dezeiraud
e0892fdb66
Convert WrapAnywhere toWordWrap
...
Maybe you have a valid reason to use Wrap Anywhere, but for english and french text, it is very unpleasant to read.
If this is a problem for Chinese, maybe a global variable to define the behavior?
2024-11-16 20:05:54 +01:00
Gaëtan Dezeiraud
8f5fbb4053
Update FluChart.qml
...
In some cases, not sure why but animateToNewData is called and jsChart is undefined so it generate an error. Adding a "?" operator avoid the issue if jsChart is not ready, no error and can be called later.
2024-11-16 20:03:37 +01:00
Gaëtan Dezeiraud
b5295ffe4c
Fix FluComboBox click issue with AppBar
...
Fixed bug with Popup topMargin because click is consumed by FluAppBar
2024-11-16 20:02:23 +01:00
zhuzichu
d82e0ed529
Merge branch 'main' of https://github.com/zhuzichu520/FluentUI
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2024-10-31 11:33:19 +08:00
zhuzichu
5c63b7b73a
update
2024-10-31 11:32:57 +08:00