mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 01:31:53 +08:00
Deprecate the lv_file_explorer widget. A file explorer is a path header plus a table of directory entries read with the lv_fs API, so it can be built directly from base widgets. Following the deprecation guidelines: - @deprecated Doxygen tags and LV_DEPRECATED on lv_file_explorer_create - LV_LOG_DEPRECATED runtime warning in lv_file_explorer_create - migration-v10.mdx entry pointing to the replacement - the new lv_example_table_file_browser shows the recommended approach Live call sites in the kept legacy examples and the test are wrapped with LV_DEPRECATIONS_IGNORE_BEGIN/END so the -Wdeprecated -Werror build stays clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>