Commit Graph

107 Commits

Author SHA1 Message Date
324e121f43 Add Ctrl+V clipboard paste for images 2026-03-06 13:46:20 +02:00
ea596e01fe Add Escape key shortcut and subfolder prompt for folder drops 2026-03-06 13:45:06 +02:00
5428214d6c Add accessible labels to processing progress bar, results icon, drop zone 2026-03-06 13:41:30 +02:00
31b12478b6 Replace watermark position dropdown with visual 3x3 grid 2026-03-06 13:38:12 +02:00
ec81b059b2 Add Ctrl+Z undo last batch and register select/deselect shortcuts 2026-03-06 13:35:45 +02:00
42e3bfcec1 Add Ctrl+A and Ctrl+Shift+A keyboard shortcuts for select/deselect all 2026-03-06 13:33:06 +02:00
543368ee45 Respect excluded files in output step counts and processing validation 2026-03-06 13:31:35 +02:00
81da76310a Add file manager integration toggles and reset button to Settings 2026-03-06 13:29:25 +02:00
9e99012a88 Add per-image checkboxes and wire Select All / Deselect All buttons 2026-03-06 13:24:18 +02:00
9dabd89a55 Add WebP effort, AVIF speed controls, case conversion and regex rename 2026-03-06 13:19:11 +02:00
0c1dd2cd3b Add File Manager Integration page to welcome wizard 2026-03-06 13:16:11 +02:00
dbc215f0ad Add What's New dialog, accessibility labels, focus management 2026-03-06 13:13:39 +02:00
36e291e486 Add format mapping to convert step, orientation controls to resize step 2026-03-06 13:11:00 +02:00
ac6f305bcc Add crop/trim/canvas padding to adjustments, wire all sliders to config 2026-03-06 13:09:45 +02:00
6ef0f14804 Add Photographer metadata preset and improve quality descriptions 2026-03-06 13:05:07 +02:00
7531de5332 Add custom workflow operation toggles, improve output step summary 2026-03-06 13:00:52 +02:00
fde0fbdf9f Add visual format cards, per-image remove, shortcuts dialog, wire threads 2026-03-06 12:58:43 +02:00
0eebeabd42 Enhance rename preview to show 5 files, add watermark advanced expander 2026-03-06 12:54:35 +02:00
08c287843d Enhance adjustments with sliders/effects, add undo toast, compress AVIF/progressive 2026-03-06 12:47:12 +02:00
24459ef9ac Add session memory, resize mode tabs, improved output summary 2026-03-06 12:44:16 +02:00
3d4ee6cac9 Add real pause, desktop notifications, undo, accessibility, CLI watch 2026-03-06 12:38:16 +02:00
d1bc450d7d Add rotate, flip, watermark, and rename CLI flags with helper functions 2026-03-06 12:33:21 +02:00
3e63761b43 Add window persistence, clickable step indicator, file list improvements 2026-03-06 12:27:19 +02:00
283206c411 Improve Images, Compress, Output, Workflow steps 2026-03-06 12:22:15 +02:00
457f132f51 Add ETA calculation, activity log, keyboard shortcuts, expand format options 2026-03-06 12:20:04 +02:00
6235d3d686 Add Adjustments, Watermark, Rename wizard steps; expand to 10-step wizard 2026-03-06 12:15:02 +02:00
662270d7b9 Wire remaining UI elements: presets, drag-drop, import/save, output summary 2026-03-06 12:01:50 +02:00
86480545b7 Wire all wizard step controls to shared JobConfig state 2026-03-06 11:51:01 +02:00
609a682105 Wire settings dialog to persist config via ConfigStore 2026-03-06 11:44:16 +02:00
a1df353521 Wire welcome dialog with navigation and first-run detection 2026-03-06 11:43:25 +02:00
c4bf5cbdda Wire up step buttons: Browse, preset cards, output directory picker 2026-03-06 11:41:46 +02:00
4e03cc389d Wire up all GTK UI actions to real functionality 2026-03-06 11:37:32 +02:00
cfd2660b95 Add welcome wizard, desktop entry, and Nautilus extension 2026-03-06 11:18:28 +02:00
9ad70c960b Add file watcher for watch folder functionality 2026-03-06 11:17:02 +02:00
47e019dbb9 Implement fully functional CLI with process, preset, history, and undo commands 2026-03-06 11:13:33 +02:00
86307aeefc Add processing, results, and settings UI screens 2026-03-06 11:10:38 +02:00
d36f90565e Add all wizard step UIs: workflow, images, resize, convert, compress, metadata, output 2026-03-06 11:08:38 +02:00
9fe680dad5 Add GTK app shell with wizard navigation, step indicator, and actions 2026-03-06 11:03:11 +02:00
0bc39542ee Add storage module for presets, config, session, and history persistence 2026-03-06 02:14:57 +02:00
9b5cfd1212 Add pipeline executor with progress reporting and cancellation 2026-03-06 02:08:11 +02:00
c81e2364af Add metadata stripping, watermark positioning, and rename template modules 2026-03-06 02:06:01 +02:00
56f0a7172e Add metadata, watermark, and rename dependencies: little_exif, imageproc, ab_glyph 2026-03-06 02:03:04 +02:00
90807f5632 Add output encoders (mozjpeg, oxipng, webp, avif) and integration tests 2026-03-06 02:02:27 +02:00
4e34c77d46 Add output encoder dependencies: mozjpeg, oxipng, webp 2026-03-06 01:59:52 +02:00
9a65a034d1 Fix clippy: collapse nested if in discovery module 2026-03-06 01:59:00 +02:00
2747cb9b4a Add CLI skeleton with clap: process, preset, history, and undo subcommands 2026-03-06 01:57:43 +02:00
f10ee90c0a Add minimal GTK4/libadwaita window with header bar and status page 2026-03-06 01:57:03 +02:00
4b354b79c4 Add SIMD-accelerated resize operation using fast_image_resize 2026-03-06 01:54:57 +02:00
1fc958f068 Add ImageLoader and file discovery modules 2026-03-06 01:50:46 +02:00
34cac53eb8 Add image processing dependencies: magick_rust, fast_image_resize, image, rayon, walkdir 2026-03-06 01:49:12 +02:00