Commit graph

8094 commits

Author SHA1 Message Date
DB p
95ebac27b9 Add Hotkey Display 2024-04-17 13:43:54 +09:00
Yusyuriv
148afc401d
Add a hyphen in a word inside a comment in BrowserBookmark/Main.cs 2024-04-17 08:56:38 +06:00
DB p
8260f75d9b Adjust Item Sort 2024-04-17 11:17:28 +09:00
DB p
dc724d4b48 Fix Border 2024-04-17 10:47:00 +09:00
Kevin Zhang
3b66961e81
Update plugin.json 2024-04-16 19:38:12 -05:00
Kevin Zhang
56bc8f75f2
Update Flow.Launcher.Plugin.csproj 2024-04-16 19:36:57 -05:00
Kevin Zhang
6e4fffe29e
Bump Version 1.18.0 2024-04-16 19:36:19 -05:00
Kevin Zhang
12ba126e3a
Merge pull request #2644 from Yusyuriv/code-cleanup/Flow.Launcher/Converters-and-Helper
Code cleanup: Flow.Launcher/{Converters,Helper}
2024-04-16 19:11:31 -05:00
DB p
b1b22b2a0d Add Expander Control 2024-04-17 00:12:47 +09:00
Yusyuriv
7393b27976
Fix a typo in variable name in FirefoxBookmarkLoader.cs 2024-04-16 13:44:33 +06:00
Yusyuriv
6373778b3a
Fix Firefox bookmark SQL query formatting 2024-04-16 13:16:52 +06:00
Yusyuriv
f6d25aa94c
Code cleanup: Flow.Launcher.Plugin.BrowserBookmark 2024-04-16 13:00:19 +06:00
DB p
56f27cb15a Adjust Card 2024-04-16 14:31:12 +09:00
DB p
dbbc42b2e6 Adjust Card Style 2024-04-16 13:28:00 +09:00
dependabot[bot]
009de4f67b
Bump MemoryPack from 1.21.0 to 1.21.1 (#2651) 2024-04-15 23:03:33 +00:00
DB p
82c6c41e46 Add Custom Control For Setting 2024-04-16 05:30:09 +09:00
DB p
c0d41a358f - Remove Duplicated History Hotkey
- Add Select Last Item hotkey
2024-04-16 02:21:29 +09:00
DB p
fc64d9ccb2 Fix Default AutoComplete hotkey 2024-04-15 22:28:07 +09:00
DB p
d15cc1e6e6 Change Default Autocomplete hotkey 2024-04-15 22:17:15 +09:00
DB p
e53e1a0222 Add Next/Prev Hotkey Item 2024-04-15 21:52:15 +09:00
Yusyuriv
9a6a68483b
Revert changes in SingleInstance.cs to prevent a difficult merge 2024-04-15 09:20:26 +06:00
dependabot[bot]
cc15bd1c0b
Bump MemoryPack from 1.10.0 to 1.21.0 (#2641) 2024-04-15 03:04:29 +00:00
Hongtao Zhang
c39da2f5f3 fix: lost focus change current hotkey before stop recording store that 2024-04-13 13:06:04 -05:00
Hongtao Zhang
b7ccab67d1 handle lostfocus 2024-04-13 12:53:33 -05:00
Hongtao Zhang
c9b5159ffd fix some issues and change structure and verification place 2024-04-13 12:49:57 -05:00
DB p
22021c10ee Add AutoComplete Hotkey Item 2024-04-13 18:47:37 +09:00
DB p
2339941008 Fix Rec Button 2024-04-13 18:13:25 +09:00
DB p
e79fee76df Adjust Style 2024-04-13 17:30:53 +09:00
DB p
9fd177443a Adjust String 2024-04-13 15:15:50 +09:00
Hongtao Zhang
690def1efa fix(i18n): fix previous commit by using lazy to delay fetching translation 2024-04-13 01:11:26 -05:00
Hongtao Zhang
1a672878a9 feat(i18n): make empty hotkey translatable 2024-04-13 00:43:59 -05:00
DB p
fe80141c1e Change the togglebutton to radio for multiple openning hotkey reg situation 2024-04-13 01:46:31 +09:00
Hongtao Zhang
58550c1b5b Merge remote-tracking branch 'Yusyuriv/new-hotkey-control' into fork/new-hotkey-control
# Conflicts:
#	Flow.Launcher/HotkeyControl.xaml
2024-04-12 11:12:04 -05:00
Hongtao Zhang
453f767188 Revise Hotkey Structure
- Put all logic to HotkeyControlViewModel.cs
- Remove logic about GetFocus/LostFocus
- RegisterCallBack (Delegate)
2024-04-12 11:10:25 -05:00
DB p
2f63079d5a Change the Button Label Text to Icon 2024-04-13 00:11:29 +09:00
Yusyuriv
6e34218f8e
WIP: handling hotkeys in HotkeyControl 2024-04-12 20:00:16 +06:00
Yusyuriv
5e87e18fd3
Fix the code merge mistake 2024-04-12 18:42:45 +06:00
Yusyuriv
172764d361
Merge remote-tracking branch 'origin/new-hotkey-control' into new-hotkey-control 2024-04-12 18:32:57 +06:00
Yusyuriv
78a6b27aa1
HotkeyControl: add click handlers, add default hotkey 2024-04-12 18:32:33 +06:00
DB p
efe081b3f7 Added Show/Hide Trigger by style 2024-04-12 21:30:31 +09:00
DB p
7458e10174 Add Show/Hide Style 2024-04-12 21:23:23 +09:00
DB p
a30d51522c Change the button to togglebutton 2024-04-12 21:05:07 +09:00
DB p
a0b9d71558 Sizes and Margins Adjust 2024-04-12 20:56:27 +09:00
Yusyuriv
914f400956
WIP: new HotkeyControl 2024-04-12 17:13:45 +06:00
Yusyuriv
f7bf681ee2
Replace using block with a using declaration in SingleInstance.cs 2024-04-11 13:54:50 +06:00
Yusyuriv
950b4c91d3
Code cleanup: Flow.Launcher/{Converters,Helper} 2024-04-11 13:20:38 +06:00
VictoriousRaptor
da630039d1
Merge pull request #2636 from Flow-Launcher/VictoriousRaptor-patch-1
Show target path in hover tooltip
2024-04-06 14:45:25 +08:00
VictoriousRaptor
cd7673418a
Show target path in hover tooltip 2024-04-06 11:54:52 +08:00
Jeremy Wu
b1269a47f5
Merge pull request #2628 from Flow-Launcher/dependabot/nuget/Microsoft.Data.Sqlite-8.0.3
Bump Microsoft.Data.Sqlite from 8.0.2 to 8.0.3
2024-04-06 14:44:35 +11:00
dependabot[bot]
bd3608f020
Bump Microsoft.Data.Sqlite from 8.0.2 to 8.0.3
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 22:22:15 +00:00