Commit graph

5085 commits

Author SHA1 Message Date
Kevin Zhang
2489bfad52
Merge pull request #1474 from VictoriousRaptor/Shortcut
Custom Shortcut update
2022-10-17 00:05:07 -05:00
Vic
951ba4ce7c Add Listview for builtin shortcuts 2022-10-16 15:55:02 +08:00
Vic
ce60f414dd bugfix 2022-10-15 14:29:19 +08:00
Vic
23ecd39dc7 Separate custom & built-in shortcuts 2022-10-15 14:18:54 +08:00
Vic
cde272ae4d Fix hard-coded text 2022-10-14 02:23:06 +08:00
Vic
d394d86201 Bugfix 2022-10-14 00:42:05 +08:00
Vic
334d58df29 Fix json load 2022-10-13 20:14:32 +08:00
Vic
5879c843b0 Show builtin vars in shortcut list 2022-10-13 19:49:44 +08:00
Vic
f3c4120395 Shortcut settings dialog preview & text & bugfix 2022-10-08 17:52:27 +08:00
Vic
e78994874a Text update 2022-10-08 17:01:18 +08:00
Vic
c2b14815e3 Warn if trying to add existing shortcut
1. Warn if trying to add existing shortcut
2022-10-08 16:40:48 +08:00
Vic
a0c70a3432 Inherit 2022-10-08 16:33:39 +08:00
Vic
99d18077f3 Move CustomShortcutModel definition to a new file
1. Move CustomShortcutModel definition to a new file
2. Some other minor tweaks
2022-10-06 02:20:51 +08:00
Vic
099b1d6ed1 Rename Settings.ShortCuts to CustomShortcuts 2022-10-05 20:08:14 +08:00
Vic
3d20a602df Rename ShortcutModel to CustomShortcutModel 2022-10-05 19:55:49 +08:00
Kevin Zhang
609e8e815c
Remove testing code 2022-09-01 18:57:01 -05:00
Hongtao Zhang
806720d611 Remove ignore executable check 2022-06-07 08:56:09 -05:00
Hongtao Zhang
0c75dfe46f Update delete message 2022-06-04 00:45:51 -05:00
Kevin Zhang
8ebdff0873
Merge branch 'dev' into Shortcut 2022-06-04 00:30:56 -05:00
Hongtao Zhang
d60ba015e0 Implement {clipboard} feature and the setting panel 2022-06-04 00:30:33 -05:00
Jeremy Wu
c3d769105c
Merge pull request #1187 from Flow-Launcher/update_python_download_mirrors
Update Python download mirrors
2022-05-12 19:44:36 +10:00
Kevin Zhang
db63860b00
Merge pull request #1198 from Flow-Launcher/move-stale-workflow
Move workflow to proper directory
2022-05-11 00:16:06 -05:00
Garulf
dd548732d1 Move workflow to proper directory 2022-05-10 19:47:04 -04:00
Jeremy Wu
a6a451c7f0
Add choco install cmd to readme (#1166) 2022-05-08 11:42:28 +10:00
Jeremy
90027d42d2 update Python download mirrors 2022-05-07 20:01:54 +10:00
Jeremy Wu
dffbd35dbd
Merge pull request #1108 from Flow-Launcher/CalculatorDecimalSeparator
Respect Decimal Separator for query not just result
2022-04-24 19:42:30 +10:00
Jeremy
66f835fb00 calculator plugin version bump 2022-04-24 19:34:43 +10:00
Jeremy
b177f6d67f add decimal separator check to CanCalculate 2022-04-24 19:33:06 +10:00
Garulf
15fd62a8b0
Add Stale issue workflow (#1104) 2022-04-20 17:47:27 +10:00
Jeremy Wu
cfe760a5e8
Merge pull request #1119 from onesounds/antialising
Remove All Cleartype Rendering
2022-04-19 13:13:31 +10:00
DB p
4183f9375b Remove All Cleartype Rendering 2022-04-10 02:53:32 +09:00
Hongtao Zhang
4b09e07e09 Use decimal separator in setting for query 2022-03-31 13:53:07 -05:00
Hongtao Zhang
c0a61c0b40 slightly code adjustment 2022-03-26 11:26:44 -05:00
Jeremy Wu
d1c69d601b
Merge pull request #1088 from Flow-Launcher/add_spanish_latin_america
Add Spanish and Spanish Latin America to language selection
2022-03-23 13:17:06 +11:00
Jeremy Wu
550b259902
Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell
Set Shell plugin's default replace Win R hotkey to off
2022-03-21 05:53:22 +11:00
Jeremy
134de28246 add Spanish and Spanish Latin America to language selection 2022-03-19 20:38:03 +11:00
Jeremy
347fe5a3f9 set Shell plugin's default replace Win R hotkey 2022-03-19 20:04:10 +11:00
Jeremy Wu
01ce60276a
Merge pull request #1077 from Flow-Launcher/fix_explorer_button_visibility
Fix incorrect button visibility in Explorer's expander control
2022-03-18 03:50:51 +11: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 Wu
749e7ff618
Merge pull request #1071 from medlir/fix-browser-bookmarks-plugin-exception
avoid exception in ChromiumBookmarkLoader.cs
2022-03-10 06:14:55 +11:00
Rick
7fe166d18b
avoid exception in ChromiumBookmarkLoader.cs
Every time I start Flow Launcher since the plugins refactor, the Bookmarks plugin has been throwing an exception.  The issue stems from it parsing the Bookmarks file, and assuming that every JsonElement in the "roots" element is a JsonValueKind.Object.  My Bookmarks file though has a JsonValueKind.String value off the roots key of `"sync_transaction_version": "20297",` along-side the bookmark_bar, other, and synced keys, which ARE objects.  When it hits that sync_transaction_version string, and calls EnumerateFolderBookmark with it, it gets into the method because it IS a JsonElement, but then throws an exception on the folderElement.TryGetProperty("children", ...) call because you can't call TryGetProperty on a String, only Objects.
2022-03-08 20:54:54 -05:00
Jeremy Wu
dd8135edaf
update readme 2022-03-04 10:00:07 +11:00
Jeremy Wu
d993cf4fc5
Merging release 1.9.3 back into Dev 2022-03-04 08:44:54 +11:00
Jeremy Wu
cedb48121f
Merge pull request #1061 from Flow-Launcher/remove_winget_ci
Remove obsolete WinGet from appveyor.yml deployment pipeline
2022-03-03 23:54:10 +11:00
Jeremy
6efd96abfa remove obsolete WinGet CI from appveyor.yml 2022-03-03 21:05:45 +11:00
Jeremy Wu
e5297b1bc4
Merge pull request #1056 from Flow-Launcher/fix_context_menu_typo
Fix typo for plugin title in context menu and WindowsSettings name
2022-03-03 13:17:18 +11:00
Jeremy
b9f03a84f6 fix typo for plugin title in context menu and WindowsSettings name 2022-03-02 21:26:24 +11:00
Jeremy Wu
0ad2efbe99
Merge pull request #1037 from Flow-Launcher/fullscreenMode
respect fullscreen setting when toggling main hotkey
2022-03-02 19:48:09 +11:00
Jeremy Wu
813d900935
Merge pull request #1002 from Flow-Launcher/fix_app_uri_logic
[Dev] Fix application URI logic when opening via WebSearch plugin
2022-03-02 10:19:30 +11:00
DB p
4d42e52dc1 - Move the 'Shorcut' to Hotkey tab from General
- Adjust Layout
2022-03-02 06:49:54 +09:00