Commit graph

214 commits

Author SHA1 Message Date
Shengkai Lin
c507bb982d chore(git): remove codemap files from tracking and add to gitignore
- Remove 13 codemap.md files from git index (Plugins/Flow.Launcher.Plugin.Explorer)
- Add **/codemap.md pattern to .gitignore
- Add .slim/ to .gitignore
2026-02-01 13:26:50 +08:00
Shengkai Lin
8ee32dfab7 fix(avalonia): fix localization keys in settings pages
- Rename Avalonia-specific keys to match existing WPF keys in en.xaml:
  - proxyEnabled -> enableProxy, proxyServer -> server, etc.
  - toggleFlowLauncher -> flowlauncherHotkey
  - install -> installLocalPluginTooltip
  - plugin_open_plugin_directory -> pluginDirectory
- Add missing Avalonia-specific keys to en.xaml:
  - hotkeyFormatTip, sourceCode, loading
  - plugin_settings_open_in_wpf_window, openSettings
- Fix Explorer plugin settings to not expand general section by default
2026-02-01 12:05:01 +08:00
Shengkai Lin
0681332238 fix(explorer): complete Avalonia migration and fix action keyword crashes
- Remove WPF views (ActionKeywordSetting, ExplorerSettings, PreviewPanel, QuickAccessLinkSettings)
- Fix NullReferenceException in ActionKeywordModel by initializing settings
- Fix (false,false) crash case in EditActionKeywordAsync
- Add null-safe dialog patterns for owner window
- Move Focus() to OnOpened for reliable control attachment
- Add using for Avalonia PreviewPanel namespace in ResultManager
- Update Main.cs to use AvaloniaControl return type
2026-01-31 23:09:41 +08:00
Hongtao Zhang
e337f9e6c5 feat(explorer): add Avalonia ActionKeywordSetting dialog
- Port ActionKeywordSetting window to Avalonia
- Includes keyword editing, enable/disable toggle, validation
- Handles Enter key to submit, Space key blocked in keyword input
2026-01-26 16:32:03 -08:00
Hongtao Zhang
c0d17672af feat(avalonia): add Avalonia settings views for 8 plugins
- Add i18n injection to Application.Resources for DynamicResource bindings
- Create Avalonia settings views for plugins:
  - Explorer (ExplorerSettings + QuickAccessLinkSettings dialog)
  - BrowserBookmark (SettingsControl + CustomBrowserSettingWindow)
  - Calculator (CalculatorSettings)
  - ProcessKiller (SettingsControl)
  - PluginsManager (PluginsManagerSettings)
  - WebSearch (SettingsControl)
  - Shell (ShellSetting + converter)
  - Program (ProgramSetting)
- Add IsAvalonia detection pattern for dual-framework dialog support
- Update 11 plugin .csproj files with CopyToAvaloniaOutput targets
- Add System.Threading.Tasks using for async RelayCommand support
2026-01-26 15:30:33 -08:00
Jeremy Wu
f37d4c47cc
Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00
Jeremy Wu
e1cc50c579 Merge remote-tracking branch 'origin/master' into resolve_conflicts 2025-08-31 17:53:21 +10:00
Jack251970
6751942179 Use Binding instead of RelativeResource for code quality 2025-08-17 14:30:03 +08:00
Jack251970
b097aa0c29 Apply style formatter 2025-08-17 14:23:04 +08:00
Jack251970
0228e6e488 Remove unused trigger 2025-08-17 14:22:50 +08:00
Jack251970
ce8b544ff5 Display FilePath in preview panel 2025-08-17 14:20:55 +08:00
Jack251970
21299d153f Add FileName & FilePath as public properties 2025-08-17 14:18:18 +08:00
Jack251970
9d3a0f0b70 Show FileName under preview image 2025-08-17 14:14:17 +08:00
Jack251970
f1628eec66 Add MaxHeight & MaxWidth for preview image 2025-08-17 14:14:02 +08:00
Jack251970
9f8ff12155 Bind DataContext to itself 2025-08-17 14:13:32 +08:00
Jack251970
af3aaa8ce7 Update labels for setting view model when culture info changes 2025-07-21 10:29:14 +08:00
VictoriousRaptor
1e4ff43bfc Use length and count instead of Any() 2025-07-20 23:33:38 +08:00
VictoriousRaptor
ad1d42b5dd Update labels on initialization to update on language change 2025-07-20 23:23:36 +08:00
VictoriousRaptor
976c30e0d2 Update labels on first get 2025-07-18 21:07:53 +08:00
Jack251970
2018956034 Fix label translation issue 2025-07-16 22:02:56 +08:00
VictoriousRaptor
30f7ae0d67 Use Localization for Explorer plugin 2025-07-16 21:28:17 +08:00
Jeremy Wu
2e0dd1cfa1
Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
Jack251970
fe3babd4fc Log error when fail to fetch type 2025-07-08 09:50:12 +08:00
Jack251970
bad7db69dc Improve code quality 2025-07-08 09:45:54 +08:00
Jack251970
2856da83c1 Fix quick access link type fetching issue 2025-07-08 09:44:17 +08:00
Jack251970
0c1fcad06f Fix grid row issue 2025-06-30 14:39:29 +08:00
Jack251970
0290675e11 Fix explorer plugin preview margin 2025-06-30 12:12:47 +08:00
Jack251970
b18d0a8bdb Improve code quality 2025-06-17 16:55:23 +08:00
Jack251970
054ee4cdbe Default to folder 2025-06-17 16:37:17 +08:00
Jack251970
b28bb38f52 Add new link if selected link is null 2025-06-17 16:34:43 +08:00
Jack251970
af92bda06d Initialize default access link type 2025-06-17 16:33:25 +08:00
Jack251970
1c652320e6 Get access link type 2025-06-17 16:32:18 +08:00
Jack251970
76972d3849 Use form dialog 2025-06-17 16:31:25 +08:00
Jack251970
12b51eb239 Code quality 2025-06-17 16:31:11 +08:00
DB P
42dc582ec1 Change default value to file 2025-06-17 17:07:02 +09:00
DB P
52da1c97d9 Adjust Button Size 2025-06-17 16:50:42 +09:00
DB P
4dd7833603 UI improvements and file/folder selection feature added
- Updated "Name" and "Path" keys and added new keys in en.xaml.
- Modified QuickAccessLinkSettings.xaml: increased Window height and improved layout using Grid structure.
- Added new UI elements: implemented radio buttons for file/folder selection.
- Added and initialized QuickAccessLinks property in QuickAccessLinkSettings.xaml.cs.
- Added file selection dialog in SelectPath_OnClick method.
- Added IsFileSelected and IsFolderSelected properties to implement selection functionality.
2025-06-17 16:45:44 +09:00
Jeremy Wu
7ae91b1af3
Release 1.20.1 | Plugin 4.6.0 (#3706) 2025-06-14 13:45:30 +03:00
Jack Ye
d04f493e57
Merge pull request #3631 from Flow-Launcher/file_tooltip
Support More Information for Files, Folders and Volumes Tooltips & Add Custom Preview Panel Support for Folder Results
2025-06-09 13:00:16 +08:00
Jeremy Wu
2a4b4de3ef
Merge pull request #3595 from Flow-Launcher/explorer_plugin_code_quality
Remove obsolete TranslationConverter & project reference in Explorer plugin
2025-06-07 18:10:39 +10:00
Jack251970
a6b6076e08 Set IsEdit get only & Add type & Improve code quality 2025-06-07 14:20:21 +08:00
Jack251970
6d206c5a6d Adjust columns 2025-06-07 14:12:22 +08:00
Jack251970
ae9a755013 Explictly add isEdit 2025-06-07 14:07:07 +08:00
Jack251970
ab1fe67dd4 Remove command parameter 2025-06-07 14:00:56 +08:00
Jack251970
fd2952b44d Improve code quality 2025-06-07 13:52:12 +08:00
Jack251970
4218b636fe Add size changed event 2025-06-07 13:46:57 +08:00
Jack251970
29b74624c7 Add setting ui 2025-06-07 13:41:15 +08:00
Jack Ye
37cab1b30c
Merge branch 'dev' into rename-quick-access-links 2025-06-07 13:39:00 +08:00
Jack251970
6693cb13f5 Revert changes in ExplorerSettings.xaml 2025-06-07 13:38:09 +08:00
Jack Ye
a02a236ca4
Merge branch 'dev' into explorer_plugin_code_quality 2025-06-06 21:30:54 +08:00