AWAS666
001dad9a79
revert manual translation
2025-10-10 10:03:16 +02:00
Jack Ye
a412c7978a
Fix format
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-10 12:23:41 +08:00
01Dri
8e8e9d35ac
code quality
2025-10-10 00:08:27 -03:00
01Dri
545c4208d9
code quality
2025-10-10 00:07:24 -03:00
01Dri
50f5e850dd
feat: code quality
2025-10-09 23:47:59 -03:00
AWAS666
b9a43147dc
enable reordering with drap and drop on websearches
2025-10-09 12:35:04 +02:00
AWAS666
ae3559ca74
fix: explicit scheme
2025-10-09 10:48:58 +02:00
AWAS666
1a373e1c40
prefer https over http setting
2025-10-09 10:36:42 +02:00
01Dri
d122276e71
feat: clean imports
2025-10-08 22:09:09 -03:00
01Dri
156cb3055c
merge
2025-10-08 22:06:39 -03:00
01Dri
6aa35d592e
merge dev
2025-10-08 21:38:10 -03:00
01Dri
b290055e83
feat: up
2025-10-08 21:25:13 -03:00
01Dri
c051c5cd50
feat: new history logic in MainViewModel
2025-10-08 21:15:10 -03:00
01Dri
06711d3b8b
feat: Saving actions for history
2025-10-08 21:12:36 -03:00
01Dri
4f2db28196
faet: query action save
2025-10-08 21:12:14 -03:00
01Dri
3681340587
feat: toggle history
2025-10-08 21:11:27 -03:00
01Dri
9e182a2e47
feat: base history model in MainView and refactoring code to replace action between query result or last opened
2025-10-07 00:35:34 -03:00
01Dri
e5736567f6
feat: created a base History model
2025-10-07 00:33:16 -03:00
Jack Ye
a2d12eb225
Merge branch 'dev' into plugin_initialization
2025-10-05 19:25:01 +08:00
Jack Ye
5ae159de5b
Move to iNKORE.UI.WPF.Modern UI Framework ( #3593 )
2025-10-05 13:44:40 +03:00
Jack Ye
8c98aedac2
Merge pull request #4025 from Flow-Launcher/hide_window_before_sleep
...
Save settings before shutdown/restart to prevent data loss
2025-10-04 19:52:26 +08:00
01Dri
7ba4f8de4a
feat: last opened history
2025-10-04 02:19:57 -03:00
Jack251970
6f6292494c
Use ContainsKey(id) for O(1) lookup instead of O(n) iteration
2025-10-03 16:13:24 +08:00
Jack251970
793476432b
Show setting panel for initializing or initialization failed plugins
2025-10-03 16:06:22 +08:00
Jack251970
9d7ac851bd
Show setting panel for initializing or init failed plugins
2025-10-03 16:04:26 +08:00
Jack251970
54e693d0e2
Add functions in Check Initializing & Init Failed region
2025-10-03 16:03:54 +08:00
Jack251970
969b3ccbcd
Revert CancelAsync to Cancel
2025-10-03 15:58:48 +08:00
Jack251970
8a2edf274a
Add AutoCompleteText property for results
2025-10-03 15:36:32 +08:00
Jack251970
171eb2dd8b
Data race on _allLoadedPlugins (List) across threads
2025-10-03 15:28:11 +08:00
Jack251970
76cc22d5af
Use TryRemove and discard out var to clean up action keywords
2025-10-03 15:21:11 +08:00
Jack251970
2be10eb4ca
Add translation for plugin failed to respond & Improve translations for plugin stil initializing
2025-10-02 22:26:28 +08:00
Jack251970
297cb5c3ef
Return results to tell users that this plugin is still initializing
2025-10-02 22:23:07 +08:00
Jack251970
9a20b0e0de
Expose initialized plugins via PublicAPI
2025-10-02 21:59:05 +08:00
Jack251970
66fb1d7c60
Register plugin action keywords when plugins are loaded
2025-10-02 21:52:31 +08:00
Jack251970
5ed94c8abc
Resolve conflicts
2025-10-02 20:25:45 +08:00
Jack Ye
6213193cda
Merge branch 'dev' into plugin_initialization
2025-10-02 20:22:20 +08:00
Jack Ye
5b0a30774e
Fix code comment typo
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-02 19:45:08 +08:00
Jack251970
d08ee30a7a
Refactor plugin actions to simplify logic
...
Removed logoff operation logic and associated return statement.
Eliminated return statement after recycle bin error handling.
Removed async plugin data reload and success message logic.
Simplified theme selector query handling by removing `return false`.
These changes streamline the code and improve maintainability.
2025-10-02 19:43:31 +08:00
Jack251970
167570559f
Move settings save to post-confirmation for actions
...
Previously, `Context.API.SaveAppAllSettings()` was called unconditionally before user confirmation for shutdown, restart, and advanced restart actions. This change ensures settings are only saved if the user confirms the action by clicking "Yes" in the confirmation dialog.
For all three functionalities:
- Moved the settings save call inside the `if (result == MessageBoxResult.Yes)` block.
- Retained the existing logic for executing the respective system commands, with checks for `EnableShutdownPrivilege()` to determine whether to use `PInvoke.ExitWindowsEx` or the `shutdown` command.
This change prevents unnecessary settings saves when the user cancels the action.
2025-10-02 19:42:24 +08:00
Jack251970
e376da4482
Save settings before shutdown/restart to prevent data loss
...
Added a call to `Context.API.SaveAppAllSettings()` before executing system shutdown, restart, or advanced restart operations. This ensures that any unsaved settings are persisted, reducing the risk of data loss during these actions.
2025-10-02 19:29:46 +08:00
Jack Ye
1b7a475631
Merge pull request #4024 from Flow-Launcher/power_enhancement
...
Use sleep mode listener to fix modern standby sleep mode issue
2025-10-02 19:19:01 +08:00
01Dri
5fcd01224c
feat: text
2025-10-02 00:19:40 -03:00
01Dri
bc1f9d3734
refactor: renaming executed history to last opened history
2025-10-02 00:09:28 -03:00
01Dri
c0369e6e76
feat: radio button with history query option or history executed option
2025-10-02 00:03:48 -03:00
01Dri
3cc4f13f4d
feat: New option to show executed results in settings
2025-10-01 23:05:41 -03:00
Jack251970
c27817eaf0
Fix possible null exception
2025-09-30 21:20:00 +08:00
Jack251970
f239866c68
Use sleep mode listener to fix modern standby sleep mode issue
2025-09-30 21:11:03 +08:00
Jack Ye
7f0851bcb1
Merge pull request #4023 from Flow-Launcher/shell_setting_panel_enhancement
...
Refactor ShellSettings with Binding & Fix IsEnabled logic
2025-09-30 20:50:16 +08:00
Jeremy Wu
652ec40d82
add removal todo comment
2025-09-30 22:28:41 +10:00
Jack251970
d56d85b702
Add lock for sound & Rename variable
2025-09-30 19:41:27 +08:00