Commit Graph

12 Commits

Author SHA1 Message Date
Erkan IŞIK 71e2ab3829 chore: add English/Turkish changelog cross-links 2026-06-25 01:33:51 +03:00
Erkan IŞIK 1161296d27 feat: add sub-progress bar for rsync file copy progress
- InstallMessage: added SubProgress(f32) and CurrentFile(String) variants
- GlobalState: added install_sub_progress field
- UiSender: added sub_progress() and current_file() helpers
- CopyFilesJob: now streams rsync stderr, parses xfr#/to-chk for progress,
  and sends SubProgress/CurrentFile messages to UI
- execution.rs: displays secondary progress bar below the main one during
  rsync file copy, updates install_current_file in real-time
- main.rs: handles new InstallMessage variants in auto-install mode
2026-06-24 08:09:46 +03:00
Erkan IŞIK 35ddd0e933 fix: next button disabled when user form is incomplete
- gradient_button now accepts enabled parameter; uses Sense::hover() and muted colors when disabled
- Added primary_button_enabled, secondary_button_enabled, danger_button_enabled variants
- main.rs: next button uses primary_button_enabled(..., is_valid) so it's grayed out and non-clickable when form incomplete
2026-06-24 07:44:28 +03:00
Erkan IŞIK 635c844710 feat: keyboard layout/variant search with custom combobox, hex color constants, various UI fixes
- Custom combobox implementation with TextEdit + Area popup for keyboard layout/variant search
- Added color_from_hex() helper, layout_buf/variant_buf fields
- Removed egui-dropdown dependency
- Popup items 28px -> 32px with gradient background
- Dropdown text color changed to pure white
- All color constants converted to hex format
- KLE SVG rendering improvements
- CHANGELOG.md updated
2026-06-24 07:09:39 +03:00
Erkan IŞIK ae915c2540 feat: replace KLE JSON keyboard rendering with xkbcommon
xkbcommon ile XKB keymap derlenip tuş pozisyonları/sembolleri çıkarılıyor,
egui Painter ile temaya uygun çiziliyor. KLE JSON indirme/kullanma kalktı,
ureq ve serde_json bağımlılıkları kaldırıldı.

- compile_layout() — xkb::Keymap::new_from_names() ile keymap derleme
- key_position() — ISO‑105 tuşları için ondalıklı x,y pozisyonları
- keysym_to_label() — xkbcommon keysym → kısa etiket (⌫, ⇥, AltGr, …)
- draw_layout() — egui Painter ile ölçeklenebilir klavye çizimi
- Her tuşta tek karakter gösterimi (büyük harf tercihli)
- keyboard_layout boşken ilk show()'da varsayılana set edilir
- Eski KLE JSON önbellek dosyaları silindi
2026-06-18 13:07:18 +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
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
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 20e5062ecd update 2026-05-24 12:58:10 +03:00
ayhanyalcinsoy a1ae4efede update 2026-05-22 23:35:27 +03:00