Commit graph

11 commits

Author SHA1 Message Date
wfx
0e31b146a3 docs: update 2026-01-18 20:42:46 +01:00
wfx
1182b7b55d feature: PDF and PDF thumbnails and refresh UI
- Implement PDF and PDF thumbnail generation with incremental loading
- Add UI refresh mechanism (tick counter + RefreshView message)
- Improve fl! macro with named parameters
- Clean up code organization (mod.rs: wiring, model.rs: state only)
2026-01-18 20:35:12 +01:00
wfx
220a886acc feat: add set as wallpaper functionality
Add ability to set current image as desktop wallpaper with keyboard
shortcut 'W' and icon button in Properties panel.

Supports COSMIC, GNOME, KDE, XFCE, and tiling window managers via
automatic detection and fallback mechanism.

Implementation uses wallpaper crate with custom COSMIC config file
integration and gsettings/feh fallbacks.
2026-01-15 20:40:53 +01:00
mow
a4bba8d4f1 chore: remove unused panel icon resources
Remove panel-left-symbolic.svg and panel-right-symbolic.svg
as they are no longer needed.
2026-01-15 19:04:58 +01:00
mow
47f2c7020c docs: add (Implemented) markers to all current features
Ensures consistent labeling throughout the Current Features section.
2026-01-15 18:39:56 +01:00
mow
6115e25fed docs: add (Implemented) markers consistently
Mark all current features with (Implemented) for consistency
with the Raster Images section.
2026-01-15 18:37:44 +01:00
mow
3ca9315e7f docs: remove reference to non-existent CONTRIBUTING.md 2026-01-15 18:34:31 +01:00
mow
b7d024bde2 docs: correct feature status for SVG and PDF
Both SVG and PDF support are prepared in code structure but
not yet functionally implemented. They currently show 1x1
placeholder images. Moved to 'Planned Features' section with
proper status documentation.
2026-01-15 18:32:18 +01:00
mow
7df18617bd docs: remove icons from feature documentation
Replace visual icons with text labels (Implemented, Planned, etc.)
for better readability and maintainability.
2026-01-15 18:30:20 +01:00
mow
ffcca4dbfe docs: add comprehensive feature documentation
Document all implemented and planned features:
- Current features with implementation status
- Planned features organized by priority
- Technical architecture details
- Keyboard shortcuts reference
- Contributing guidelines for new features
2026-01-15 18:28:56 +01:00
wfx
2905a3f6f1 docs: moved from docs/images to docs/ 2026-01-15 06:24:28 +01:00
Renamed from docs/images/feature.md (Browse further)