LC-Finder icon indicating copy to clipboard operation
LC-Finder copied to clipboard

v0.4.0

Open lc-soft opened this issue 5 years ago • 5 comments
trafficstars

待办事项:

  • [x] 迁移到新版 LCUI 和 LCDesign
  • [x] 重构图片加载器
  • [ ] 重构图片查看器部件
  • [ ] 更新界面样式,增加圆角和渐变背景等视觉元素
  • [ ] 为基础功能添加单元测试和内存泄露检测
  • [ ] 更新 CI 构建脚本,增加支持在 Windows 环境下构建
  • [ ] 修复已知的 bug

lc-soft avatar Nov 15 '20 07:11 lc-soft

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

  • use lcpkg to manage dependencies (8d5c4f0)
  • add config for test (3201dce)

Continuous Integration

  • github: add build scripts for Windows (7a88d5e)

Styles

Tests

  • add test for file storage (29759d1)
  • free FileStorageTestContext (2cc22f3)

Contributors

@lc-soft

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

commit-lint[bot] avatar Nov 15 '20 07:11 commit-lint[bot]

看见图片两个字忍不住BB几句。 咱能不能把图片显示做成一个小部件呀 例如根据物理路径加载。还有超大图片显示崩溃问题。CSS 背景图片闪烁崩溃问题。 以上均为个人吐槽哈。。。

txg911807 avatar Nov 20 '20 02:11 txg911807

看见图片两个字忍不住BB几句。 咱能不能把图片显示做成一个小部件呀 例如根据物理路径加载。还有超大图片显示崩溃问题。CSS 背景图片闪烁崩溃问题。 以上均为个人吐槽哈。。。

以前就有计划把图片查看器和缩略图列表拆分成独立的部件的,但历史遗留代码改起来费时间,所以一直没搞,我会试试在这个版本中搞定它。

至于你说的超大图片显示崩溃问题、CSS 背景图片闪烁崩溃问题,最好还是反馈的 issues 页面里,附上问题重现方法、相关文件、屏幕截图或录像。

lc-soft avatar Nov 20 '20 02:11 lc-soft

@txg911807 有什么建议和问题尽管提,有人吐槽我才有动力搞,现在想更新版本只是因为 win10 的照片应用和另一个预装的图片查看应用的性能太差才有点动力搞。

lc-soft avatar Nov 20 '20 03:11 lc-soft

LCUI 上面issues里面的问题处理完了 基本上就差不多了
主要问题还是 图片和输入问题 其他都还好 图片那个等我 整理下一提给你把

txg911807 avatar Nov 20 '20 03:11 txg911807