ToMoree
0b371ecd3f
Merge branch 'zhuzichu520:main' into add_disable_behavior_on_flutext
2024-11-22 16:33:02 +08:00
zhuzichu
0171c3609a
Update README.md
2024-11-22 15:58:45 +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
ToMoree
875bba2bd6
修复icon按钮,单选按钮等控件disable后,控件文本仍然高亮问题
...
为flutext 和 fluicon增加disable时的alpha值,简化其他控件中对text的disable时颜色的独立控制
2024-11-06 10:13:07 +08: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
zhuzichu
77a5c347fc
Merge pull request #562 from gaetandezeiraud/optimize-images
...
Optimize images bundle with FluentUI
2024-10-22 16:57:38 +08:00
Gaëtan Dezeiraud
add1a86376
Optimize images bundle with FluentUI
2024-10-21 15:17:55 +02:00
zhuzichu
e771293269
update workflows
2024-09-20 13:51:50 +08:00
zhuzichu
4420c6c608
update
2024-09-20 13:46:57 +08:00
zhuzichu
a3b4c6cb28
Merge branch 'main' of https://github.com/zhuzichu520/FluentUI
2024-09-20 13:41:56 +08:00
zhuzichu
29fe40002c
update
2024-09-20 13:38:51 +08:00
zhuzichu
1797276e52
Merge pull request #552 from jeffrey0326/main
...
修复FluWindow部分bug,修复qmltypes生成空白的bug
2024-09-02 09:20:53 +08:00
jeffrey0326
d07de0d33c
Merge branch 'main' of https://github.com/jeffrey0326/FluentUI
2024-08-31 20:53:34 +08:00
jeffrey0326
fb8c0b79b3
update
2024-08-31 20:53:18 +08:00
jeffrey0326
80eadd5d19
update
2024-08-31 20:51:20 +08:00
jeffrey0326
8ef4bbe322
Merge branch 'main' of https://github.com/jeffrey0326/FluentUI
2024-08-31 20:12:17 +08:00
jeffrey0326
901ca8077e
update
2024-08-31 20:12:01 +08:00
jeffrey0326
8de79d3336
Merge branch 'zhuzichu520:main' into main
2024-08-30 23:42:28 +08:00
jeffrey0326
dbde052d4a
update
2024-08-30 23:41:06 +08:00
jeffrey0326
9716c3c98c
FluWindowbug修复,qmltypes生成bug修复
2024-08-30 23:39:45 +08:00
jeffrey0326
8f8a1a6124
修复generate-qmltypes生成空白的bug
2024-08-30 23:34:01 +08:00
jeffrey0326
12300ef081
调整支持使用系统标题栏
2024-08-28 14:04:50 +08:00
jeffrey0326
5ea71e2c1a
切换窗口会闪一下边框,需修复
2024-08-27 17:27:17 +08:00
jeffrey0326
a26f643ba3
调整适应系统标题栏
2024-08-24 19:27:54 +08:00
jeffrey0326
4b49fb1340
调整适应系统标题栏
2024-08-24 19:22:42 +08:00
zhuzichu
3e28c42e1c
Merge pull request #549 from jeffrey0326/main
...
整理dwmapi相关代码,修复Win11设置效果出错的bug
2024-08-22 00:44:45 +08:00
jeffrey0326
50b89e7eb2
整理代码,修复win11设置效果崩溃的错误
2024-08-21 22:50:43 +08:00
jeffrey0326
893000e40f
Merge branch 'zhuzichu520:main' into main
2024-08-21 22:08:49 +08:00
jeffrey0326
f2eca9a2b9
修复win11设置效果崩溃的错误
2024-08-21 22:08:13 +08:00
jeffrey0326
76f40a6265
修复win11设置效果崩溃的错误
2024-08-21 22:07:20 +08:00
zhuzichu
86f347edad
Merge pull request #548 from jeffrey0326/main
...
添加windows窗口背景效果,修改夜间模式动画
2024-08-21 19:06:51 +08:00
jeffrey0326
b6c7afc744
调整支持mingw编译
2024-08-21 17:56:23 +08:00
jeffrey0326
f099d3c737
调整支持mingw编译
2024-08-21 17:16:39 +08:00
jeffrey0326
cfbaf44a05
update
2024-08-21 16:16:47 +08:00
jeffrey0326
0f5e16464c
添加支持windows系统窗口win7-win10(area、blur)、win11(mica、mica-alt)效果切换,修改夜间模式切换动画效果,支持动画打断;
2024-08-21 16:12:35 +08:00
zhuzichu
13bfae4681
Merge pull request #545 from ChaXxl/dev
...
refactor: 使用三元表达式来选择头像的 source (#543 )
2024-08-11 17:37:24 +08:00
ChaXxl
2ee9bfed73
docs: 更新翻译、修正 "The verification code is correct" 的中文翻译
2024-08-11 14:18:08 +08:00
ChaXxl
4a457e15fa
refactor: 使用三元表达式来选择头像的 source
2024-08-11 14:02:32 +08:00
zhuzichu
b723cfec4e
Merge pull request #542 from Hzlin7/main
...
fix: 修改Badge显示
2024-08-06 22:14:28 +08:00
hzlin
1b92928487
fix: 修改Badge显示
2024-08-03 10:34:47 +08:00
zhuzichu
4e4016ae3f
update version
2024-07-10 12:42:40 +08:00
zhuzichu
78312d7bb5
update
2024-07-10 12:40:12 +08:00