11 Commits

Author SHA1 Message Date
Erkan IŞIK 62000b7c87 feat: slide images moved to slides/img/, direct path in TOML, slides_test binary
- Moved 16 slide PNGs from assets/ to slides/img/
- Replaced [icons] mapping section with direct paths in icon field
- Added slides_test standalone binary for testing slideshows
- Added default-run = "yali-rs" in Cargo.toml to fix cargo run ambiguity
- Fixed edit dialog auto-resize and text field wrapping in partition.rs
- Updated branding.rs to load external slides from slides/ directory
- Removed [slides] section from branding.toml files
- Revamped CopyFilesJob with find-based progress tracking (rsync --out-format)
- Fixed install progress bar visibility logic
- Tweaked auto-install CLI output with sub-progress and current file
- Switched language-icon.svg to white fills for dark theme
- Minor locale fixes
2026-07-10 01:59:59 +03:00
Erkan IŞIK 71e2ab3829 chore: add English/Turkish changelog cross-links 2026-06-25 01:33:51 +03:00
Erkan IŞIK 74fa279ab8 fix: slider max value = available disk space, partition size input now editable
- slider maximum value calculated as disk size minus used partitions
- editing mode includes current partition capacity in available space
- size text input now writes back to add_size_str
- formatted MB label shown next to text input
- CHANGELOG.md updated
2026-06-21 04:17:09 +03:00
Erkan IŞIK ccc851d79f refactor: extract ComboBox styling into dedicated module, add location step
- Create src/ui/combobox.rs with helper functions (show_combo_box, selectable_value, selectable_value_custom)
- Create src/ui/combobox_stil.rs with ComboBox visual constants (weak_bg_fill, text/border colors)
- Move theme.rs ComboBox visuals (weak_bg_fill, fg_stroke, bg_stroke) into combobox_stil::apply_visuals
- Move LocationStep from installer.rs to src/steps/location.rs
- Re-register LocationStep in steps/mod.rs
- Update all ComboBox usages across steps (bootloader, display_manager, partition, funct) to use theme::show_combo_box / selectable_value
- Replace manual mesh drawing in language selector with combobox helper
- Add region/timezone i18n keys
- Vertical-align region/zone labels to match ComboBox height
2026-06-17 10:00:10 +03:00
Erkan IŞIK a48120b039 feat: gradient buttons, language selector with flags, SVG support, and UI improvements
- Add linear gradient backgrounds to primary/secondary/danger buttons
- Add language selector with flag icons in ComboBox
- Add SVG support via egui_extras feature
- Add cancel confirmation dialog on exit
- Update Yali logo to SVG icon
- Add flag SVGs for all countries
- Improve users step layout with form helpers
- Refactor button API (ui::theme::*_button now takes ui param)
2026-06-15 02:36:29 +03:00
Erkan IŞIK 611d6b8cb9 feat: add current file tracking during installation and update UI to display it 2026-06-04 11:52:12 +03:00
ayhanyalcinsoy d7065dcb59 refactor: replace shell-based password handling with secure stdin piping for LUKS and GRUB operations 2026-06-03 13:39:34 +03:00
Erkan IŞIK 7f35d0180b feat: enhance keyboard layout and variant selection with search functionality and default options 2026-06-01 21:32:25 +03:00
ayhanyalcinsoy 09ffa5346d feat: implement real-name to username auto-derivation, add root privilege check, and improve manual partitioning UI with smart defaults. 2026-06-01 14:36:03 +03:00
ayhanyalcinsoy 64db88d12e update 2026-06-01 00:32:03 +03:00
ayhanyalcinsoy a1ae4efede update 2026-05-22 23:35:27 +03:00