Jeremy Wu
|
e1cc50c579
|
Merge remote-tracking branch 'origin/master' into resolve_conflicts
|
2025-08-31 17:53:21 +10: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
|
7ae91b1af3
|
Release 1.20.1 | Plugin 4.6.0 (#3706)
|
2025-06-14 13:45:30 +03:00 |
|
Jack251970
|
6d206c5a6d
|
Adjust columns
|
2025-06-07 14:12:22 +08:00 |
|
Jack251970
|
4218b636fe
|
Add size changed event
|
2025-06-07 13:46:57 +08:00 |
|
Jack251970
|
6614771c3d
|
Move initialization to constructor
|
2025-06-06 17:03:20 +08:00 |
|
Jack251970
|
05cd01d1d6
|
Use loaded event to ensure accessability
|
2025-06-06 16:20:43 +08:00 |
|
Jack251970
|
c2eca7dc39
|
Improve code quality
|
2025-06-06 16:15:26 +08:00 |
|
DB P
|
8c5e0c948f
|
Change Tabcontrol to Expander
|
2025-06-06 17:05:12 +09:00 |
|
Jack251970
|
1e603ea20f
|
Code quality
|
2025-04-15 13:21:00 +08:00 |
|
Ishmaeel
|
9285b9c5f4
|
Add numeric input restriction
|
2024-08-10 21:24:48 +10:00 |
|
Hongtao Zhang
|
22bc292aa9
|
Add try catch to encounter dllnotfound issue and move warning string to resource
|
2022-11-28 21:38:27 -06:00 |
|
Hongtao Zhang
|
d36d15c887
|
Further Refactor UI Code and Implement Engine Selection and Everything Setting UI
|
2022-07-03 19:50:19 -05:00 |
|
Hongtao Zhang
|
70e9a0ca84
|
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into explorerMerge
|
2022-07-01 00:02:06 -05:00 |
|
Hongtao Zhang
|
d5e1b7cb22
|
Rewrite Explorer View Logic based on MVVM Pattern to avoid complicated View Logic
|
2022-06-30 23:56:15 -05:00 |
|
Jeremy Wu
|
377c7d792e
|
Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index
Fix the use of index in path search
|
2022-06-28 23:44:08 +10:00 |
|
Hongtao Zhang
|
6fdff2971c
|
Merge Explorer & Everything Plugins (Step 1)
1. Shared Interface for Windows Index and Everything Index
2. Settings Merge (Part 1)
3. Include Everything dll
|
2022-06-25 12:38:50 -05:00 |
|
Jeremy
|
d7ab4f0c1f
|
fix incorrect button visibility in Explorer's expander control
fix the issue where button visibility is still visible when expander is collapsed
|
2022-03-13 14:59:17 +11:00 |
|
Jeremy
|
cc283fd5dc
|
allow option to enable/disable the use of index in path search
|
2022-03-13 14:27:46 +11:00 |
|
DB p
|
b38a662fe6
|
Remove Color String
|
2021-12-06 12:06:53 +09:00 |
|
DB p
|
b83bbb5923
|
Adjust popup in explorer plugin with string
Fix Color
|
2021-12-06 11:59:21 +09:00 |
|
Jeremy
|
dd6b8f8c47
|
Merge remote-tracking branch 'origin/dev' into add_quickaccess_actionkeyword
|
2021-09-15 21:15:33 +10:00 |
|
Jeremy
|
91564e0933
|
remove null state from action keyword Enabled status
|
2021-09-01 21:17:20 +10:00 |
|
Jeremy
|
6978b65d8e
|
add Quick Access action keyword
|
2021-07-30 20:44:29 +10:00 |
|
Jeremy
|
2d32bc9814
|
fix method typo
|
2021-07-03 16:33:29 +10:00 |
|
Jeremy
|
c842a4c7bf
|
clean up
|
2021-06-13 18:07:30 +10:00 |
|
Jeremy
|
d807b21eac
|
remove obsolete settings class
|
2021-06-13 17:53:55 +10:00 |
|
Kevin Zhang
|
7854cf348b
|
Finishing editing logic, and add a few interactive for ActionKeywordSetting.xaml
1. It will automatically focus on the textbox
2. Enter will trigger the done button
|
2021-06-06 11:01:50 +08:00 |
|
Jeremy
|
f13e24bd07
|
removed obsolete api object, updated search action keyword naming,
|
2021-06-05 14:07:13 +10:00 |
|
弘韬 张
|
5966ddc4d9
|
Refactor Code
1. Moving Property match to Settings.cs
2. Use Binding to avoid explicit Function Assign
3. Simplify ActionKeywordMatch
|
2021-06-01 18:10:24 -07:00 |
|
Jeremy
|
995cf568ff
|
option to allow action keywords to be disabled
|
2021-05-30 19:28:18 +10:00 |
|
Jeremy
|
3bf3afc795
|
update action keyword match logic
|
2021-05-30 15:11:59 +10:00 |
|
Jeremy
|
7e799b5625
|
keep search activation, enable and disable path and index search
|
2021-05-29 20:08:34 +10:00 |
|
弘韬 张
|
acba2dd1a3
|
Add specific keyword for path explore in explorer plugin
|
2021-05-22 17:23:25 +08:00 |
|
Jeremy
|
9957773ff9
|
adjusted Explorer plugin's excluded and quick access control height
|
2021-05-10 21:43:21 +10:00 |
|
Jeremy Wu
|
9331c80753
|
rename folder link to access link
|
2021-01-26 21:29:56 +11:00 |
|
Jeremy Wu
|
44b3f19ac4
|
fix typo
|
2021-01-26 20:48:06 +11:00 |
|
Jeremy Wu
|
c02fa4b847
|
rename ui elements
|
2021-01-26 20:46:05 +11:00 |
|
Jeremy Wu
|
324ee62c2a
|
rename quick folder access links to quick access links
|
2021-01-26 20:35:02 +11:00 |
|
Jeremy Wu
|
3a1d40893e
|
rename project items to quick access link naming
|
2021-01-26 20:31:55 +11:00 |
|
Jeremy Wu
|
e37d976d04
|
add option for user to customise Explorer's Action Keywords
ui + backend logic
|
2020-07-19 00:12:11 +10:00 |
|
Jeremy Wu
|
9feb4d6164
|
add behaviour for Customise Action Keyword UI
|
2020-07-17 21:15:00 +10:00 |
|
Jeremy Wu
|
fad4f5b5c9
|
fix clicking twice to expand issue
event was wired to the same expand method cause calling it twice
|
2020-07-17 21:14:15 +10:00 |
|
Jeremy Wu
|
bad007c008
|
show Explorer action keywords on UI
|
2020-07-16 21:45:08 +10:00 |
|
Jeremy Wu
|
d23fe3943a
|
add international language support
|
2020-06-08 20:31:48 +10:00 |
|