Commit graph

6567 commits

Author SHA1 Message Date
VictoriousRaptor
768ed4f80a
Update wording
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-01-20 12:13:02 +08:00
Jeremy Wu
b77bfea887 update test name 2023-01-20 07:55:16 +11:00
Jeremy Wu
fefb137870 fix test format 2023-01-20 07:45:39 +11:00
Vic
03f062ca34 Fix build error 2023-01-19 23:26:10 +08:00
Vic
4bea50d4cf Add unit test for PathEqualityComparator 2023-01-19 23:17:04 +08:00
Vic
b42fc54b80 Add test for PathContains() 2023-01-19 21:33:21 +08:00
Vic
beb144956c Rename method and add option to allow equality 2023-01-19 21:33:09 +08:00
Vic
ac92b93f66 Move IsSubPathOf to SharedCommands 2023-01-19 20:29:25 +08:00
Vic
32268890b9 Remove TranslateEnvironmentVariablePath 2023-01-19 20:23:33 +08:00
Vic
2c36692052 Use case-insensitve comparator for path 2023-01-19 16:21:24 +08:00
Vic
a6b7c5898b Fix subpath check 2023-01-19 16:21:24 +08:00
Vic
383298a46b Fix null subtitle when creating disk result 2023-01-19 16:21:23 +08:00
Vic
51f5d8a410 Add new constructor for EngineNotAvailableException 2023-01-19 16:21:23 +08:00
Vic
52e72992c2 Change context and settings to non static 2023-01-19 16:21:23 +08:00
Vic
009ee3dc5c Simplify environment variable detection 2023-01-19 16:21:23 +08:00
Vic
983f0aafc4 Use a static dictionary for environment vars 2023-01-19 16:21:23 +08:00
Vic
6efa9d1731 Only expand environment var when path starts with % 2023-01-19 16:21:23 +08:00
Vic
2e4127c63b Catch specifc exception 2023-01-19 16:21:23 +08:00
Jeremy Wu
d2cc5760ca
Merge pull request #1770 from VictoriousRaptor/FixPreviewHotkey
Validate hotkey when setting it
2023-01-19 08:08:04 +11:00
Jeremy Wu
9ee1eee098
Merge pull request #1789 from Flow-Launcher/safer_kill
catch exception when killing unused jsonrpc process
2023-01-18 07:27:48 +11:00
Jeremy Wu
98b0a5021a
Merge pull request #1804 from Flow-Launcher/add_sponsor
Add sponsor to readme
2023-01-16 21:54:18 +11:00
Jeremy Wu
218eb2b332
Add sponsor to readme
add sponsor
2023-01-16 21:33:29 +11:00
Jeremy Wu
c5cc4ed279
Merge pull request #1781 from VictoriousRaptor/ShowProgramDesc
Always show/search description in program results if enabled
2023-01-16 21:21:09 +11:00
DB P
c136022f7a
Merge pull request #1791 from onesounds/AddWrongTypoStyle
Add wrong style key for custom themes with wrong key
2023-01-14 01:15:38 +09:00
DB p
bd1ef4ec91 Add wrong key for wrong themes. 2023-01-13 18:53:44 +09:00
VictoriousRaptor
0e0bc1e39f
Merge pull request #1788 from Flow-Launcher/explorer_working_dir
fix explorer setting UseLocationAsWorkingDir
2023-01-13 15:28:16 +08:00
Vic
457e4138b4 Update expected words 2023-01-13 15:15:03 +08:00
Vic
ce8c3f9288 Fix typo 2023-01-13 15:12:45 +08:00
Hongtao Zhang
a7afa171e0
catch exception when killing unused jsonrpc process 2023-01-12 15:52:43 -06:00
Hongtao Zhang
f07cff7742
fix explorer setting UseLocationAsWorkingDir 2023-01-12 15:29:58 -06:00
Kevin Zhang
29282e47d9
Merge pull request #1786 from VictoriousRaptor/ExpandShortcutsWhenNeeded
Expand builtin shortcuts when needed
2023-01-12 15:17:23 -06:00
Jeremy Wu
77977ee737
Merge pull request #1773 from Flow-Launcher/dependabot/nuget/ModernWpfUI-0.9.6
Bump ModernWpfUI from 0.9.4 to 0.9.6
2023-01-13 08:00:58 +11:00
Jeremy Wu
028001097b
Merge pull request #1774 from Flow-Launcher/dependabot/nuget/Moq-4.18.4
Bump Moq from 4.16.1 to 4.18.4
2023-01-13 07:59:13 +11:00
Vic
072113a127 Expand builtin shortcuts when needed 2023-01-12 17:06:23 +08:00
DB P
66a5e1a044
Merge pull request #1768 from Flow-Launcher/dynamic_height 2023-01-12 08:58:01 +09:00
DB P
f6eeec7b3d
Merge branch 'dev' into dynamic_height 2023-01-12 08:25:51 +09:00
Vic
3a8162be49 Ban alphanumeric keys 2023-01-12 00:27:26 +08:00
Vic
203705bda1 Use compound assignment 2023-01-12 00:27:26 +08:00
Vic
835370af34 Set text to current hotkey when lost focus 2023-01-11 19:28:42 +08:00
Vic
28c5031bfb Maintain focus when hotkey invalid 2023-01-11 19:27:22 +08:00
Vic
3f6ab55ae7 Use properties for hashcode 2023-01-11 16:14:50 +08:00
Vic
c03a0b031e Validate hotkey before setting 2023-01-11 16:13:39 +08:00
Vic
72f8b9e052 Refactor HotkeyModel validation logic 2023-01-11 16:11:34 +08:00
Vic
a399d24c1e Extract set message logic 2023-01-11 15:49:27 +08:00
Vic
f6e2fe3525 Reset message when got focus 2023-01-11 15:48:52 +08:00
VictoriousRaptor
1fd1a37fdc
Merge pull request #1777 from Flow-Launcher/VictoriousRaptor-patch-1
Update issue template
2023-01-11 05:32:39 +08:00
Jeremy Wu
62a5b68f59
update wording 2023-01-11 08:10:42 +11:00
Jeremy Wu
8a166c73c8
update wording 2023-01-11 08:09:54 +11:00
Jeremy Wu
20d1527357
update wording 2023-01-11 08:09:13 +11:00
Jeremy Wu
53b6ac564a
Merge pull request #1780 from Flow-Launcher/fix_active_explorer_path
Add slash to active explorer path return string
2023-01-11 08:06:28 +11:00