LC-Finder
LC-Finder copied to clipboard
v0.4.0
待办事项:
- [x] 迁移到新版 LCUI 和 LCDesign
- [x] 重构图片加载器
- [ ] 重构图片查看器部件
- [ ] 更新界面样式,增加圆角和渐变背景等视觉元素
- [ ] 为基础功能添加单元测试和内存泄露检测
- [ ] 更新 CI 构建脚本,增加支持在 Windows 环境下构建
- [ ] 修复已知的 bug
Bug Fixes
- pictures sometimes don’t load (0aa5792)
- Incorrect symbol export method (cc698b1)
- file service memory leak (6839898)
Code Refactoring
- move picture_scanner.c to src/lib (d39ba5c)
- pass the finder.license variable as a parameter (f9e8ca0)
- define PLATFORM_WIN32_PC_APP macro in config (96ec328)
Build System
Continuous Integration
- github: add build scripts for Windows (7a88d5e)
Styles
- format the code (ef092ca)
Tests
Contributors
@lc-soft
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
@Commit-Lint merge patchwill merge dependabot PR on "patch" versions (X.X.Y - Y change)@Commit-Lint merge minorwill merge dependabot PR on "minor" versions (X.Y.Y - Y change)@Commit-Lint merge majorwill merge dependabot PR on "major" versions (Y.Y.Y - Y change)@Commit-Lint merge disablewill desactivate merge dependabot PR@Commit-Lint reviewwill approve dependabot PR@Commit-Lint stop reviewwill stop approve dependabot PR
看见图片两个字忍不住BB几句。 咱能不能把图片显示做成一个小部件呀 例如根据物理路径加载。还有超大图片显示崩溃问题。CSS 背景图片闪烁崩溃问题。 以上均为个人吐槽哈。。。
看见图片两个字忍不住BB几句。 咱能不能把图片显示做成一个小部件呀 例如根据物理路径加载。还有超大图片显示崩溃问题。CSS 背景图片闪烁崩溃问题。 以上均为个人吐槽哈。。。
以前就有计划把图片查看器和缩略图列表拆分成独立的部件的,但历史遗留代码改起来费时间,所以一直没搞,我会试试在这个版本中搞定它。
至于你说的超大图片显示崩溃问题、CSS 背景图片闪烁崩溃问题,最好还是反馈的 issues 页面里,附上问题重现方法、相关文件、屏幕截图或录像。
@txg911807 有什么建议和问题尽管提,有人吐槽我才有动力搞,现在想更新版本只是因为 win10 的照片应用和另一个预装的图片查看应用的性能太差才有点动力搞。
LCUI 上面issues里面的问题处理完了 基本上就差不多了
主要问题还是 图片和输入问题 其他都还好
图片那个等我 整理下一提给你把