Jack251970
8eaaf91db7
Adjust setting ui
2025-06-23 10:05:20 +08:00
Jack Ye
48ed8979f9
Merge branch 'dev' into administrator_mode
2025-06-17 17:13:49 +08:00
DB P
368883779e
Merge pull request #3739 from onesounds/250617-Fixquicklink
...
Improve Quick Access Link Adding UI
2025-06-17 18:10:10 +09:00
Jack251970
bc8e77ae02
Fix format
2025-06-17 17:00:28 +08:00
Jack251970
548435b4fd
Improve code quality
2025-06-17 16:58:48 +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
Jack Ye
00a80ae7a7
Merge pull request #3737 from Flow-Launcher/tab_sequence
...
Fix tab sequence
2025-06-17 13:44:16 +08:00
Jack251970
f3ce6975c9
Fix tab sequence
2025-06-17 13:28:04 +08:00
Jack251970
71af5ef7e0
Check if the application is running as administrator ealier
2025-06-16 22:54:23 +08:00
Jack251970
4416efece8
Revert "Check if the application is running as administrator ealier"
...
This reverts commit 4862a2d816 .
2025-06-16 22:53:35 +08:00
Jack251970
4862a2d816
Check if the application is running as administrator ealier
2025-06-16 21:58:49 +08:00
Jack Ye
10567fd409
Merge branch 'dev' into administrator_mode
2025-06-16 21:58:05 +08:00
Jeremy Wu
5e026c0c20
Merge pull request #3566 from Flow-Launcher/winform_language_issue
...
Fix plugin culture info issue for those that use WinForm
2025-06-16 23:52:42 +10:00
Jack251970
9e24d2cb91
Output log info
2025-06-16 21:31:51 +08:00
Jack251970
be15b836fc
Add blank line
2025-06-16 21:12:06 +08:00
Jack251970
30d10bb37f
Add try catch for register key check
2025-06-16 21:11:50 +08:00
Jack Ye
43c74f04ac
Merge branch 'dev' into winform_language_issue
2025-06-16 21:10:19 +08:00
Jack Ye
93bc231076
Merge pull request #3734 from Flow-Launcher/shell_plugin_issue
...
Fix one more whitespace after commands
2025-06-16 20:48:03 +08:00
Jack251970
89214fb58a
Improve code quality
2025-06-16 12:38:31 +08:00
Jack251970
07f440768e
Fix one more whitespace after commands
2025-06-15 21:21:46 +08:00
Jack251970
81667d03ee
Fix ui issue
2025-06-15 17:46:52 +08:00
Jack251970
721bb987fd
Handle create no window parameter in command exe
2025-06-15 16:36:13 +08:00
Jack251970
7ea76b8539
Support administrator handling for ShellRun api function
2025-06-15 16:25:16 +08:00
Jack251970
3493446d3e
Support createNoWindow for start process api
2025-06-15 16:22:56 +08:00
Jack251970
911999810c
Build command project after main project
2025-06-15 15:54:17 +08:00
Jack251970
478ba29966
Change target framework to remove dll files
2025-06-15 13:02:21 +08:00
Jack Ye
d1daf512ab
Merge branch 'dev' into administrator_mode
2025-06-15 12:51:19 +08:00
Jack251970
44b25b487a
Prefer injected Context over static Main.Context
2025-06-15 12:29:05 +08:00
Jack Ye
58a47aa35d
Merge pull request #3712 from Flow-Launcher/fix_folder_preview
...
Add preview information back for external preview
2025-06-15 12:09:53 +08:00
Jack251970
39de484d2d
Merge branch 'administrator_mode' of https://github.com/Flow-Launcher/Flow.Launcher into administrator_mode
2025-06-15 01:27:58 +08:00
Jack Ye
1dfec7f3eb
Merge branch 'dev' into administrator_mode
2025-06-15 01:26:59 +08:00
Jack Ye
bb76e4e601
Merge pull request #3728 from Flow-Launcher/topmost_description
...
Improve Topmost Feature
2025-06-15 01:25:59 +08:00
Jack251970
4df7264c8a
Improve documents
2025-06-15 01:25:34 +08:00
Jack251970
b6b45d495a
Improve code quality
2025-06-15 01:24:07 +08:00
Jack251970
e5316a0ac4
Check Process.Start usage
2025-06-15 01:16:46 +08:00
DB P
4c7f966e7c
UI improvement and text update
...
- en.xaml: Updated "showAtTopmost" and tooltip text
- SettingsPaneGeneral.xaml: Added "Hide Notify Icon" card and updated icon
- Adjusted card group margins
2025-06-14 23:55:34 +09:00
DB P
27daffe515
Revert "Modified strings and added BoolNegationConverter"
...
This reverts commit f30c6fc577 .
2025-06-14 23:26:08 +09:00
Jeremy Wu
6a22a16997
Merge pull request #3729 from Flow-Launcher/skip_tag_build
...
Add AppVeyor skip build on tag
2025-06-14 23:26:44 +10:00
DB P
f30c6fc577
Modified strings and added BoolNegationConverter
2025-06-14 22:19:31 +09:00
Jeremy Wu
d9a30f6450
add skip build on tag
2025-06-14 22:56:08 +10:00
Jack Ye
a76ade8ae1
Merge branch 'dev' into administrator_mode
2025-06-14 20:42:18 +08:00