Commit graph

7428 commits

Author SHA1 Message Date
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
DB p
b1b22b2a0d Add Expander Control 2024-04-17 00:12:47 +09: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
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
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
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
dependabot[bot]
578ad99cec
Bump softprops/action-gh-release from 1 to 2 (#2606) 2024-04-01 16:05:54 +00:00
VictoriousRaptor
71c7e02ee3
Merge pull request #2627 from Flow-Launcher/VictoriousRaptor-patch-1
Fix typo
2024-04-02 00:03:24 +08:00
VictoriousRaptor
2a00c48dea
Fix typo 2024-04-01 20:38:25 +08:00
Kevin Zhang
4721b9758b
Merge pull request #2529 from Flow-Launcher/improve-context-menu-results-2
Improve context menu results
2024-03-31 11:49:16 -05:00
Kevin Zhang
62a7d9ad04
Merge pull request #2625 from Flow-Launcher/fix-programs-indexing
Fix program indexing logic when cache is empty
2024-03-31 11:43:14 -05:00
VictoriousRaptor
df589cea49 Fix program indexing logic when cache is empty 2024-03-31 20:07:18 +08:00
Kevin Zhang
664996177d
Merge pull request #2581 from AminSallah/dev
New API Instance (ReQuery)
2024-03-31 01:37:46 -05:00
Jeremy Wu
0cb80c4442
Merge pull request #2488 from flooxo/volume
feat: Add sound effect volume
2024-03-31 15:25:37 +11:00
Jeremy Wu
27962154f4
Merge pull request #2508 from flooxo/open_target
Add open target for program shortcuts
2024-03-31 15:07:03 +11:00
VictoriousRaptor
f73e3d57d6 Only show target folder context menu for .lnk files 2024-03-31 01:17:59 +08:00
VictoriousRaptor
ec7ecfacd0 Add Args property 2024-03-31 01:17:05 +08:00
AminSallah
627a4dc8ab
Merge branch 'dev' into dev 2024-03-28 04:04:19 +00:00
Jeremy Wu
fdb1860d01
Merge pull request #2613 from Flow-Launcher/dependabot/nuget/Microsoft.NET.Test.Sdk-17.9.0
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
2024-03-28 14:18:47 +11:00
Jeremy Wu
335d084adc
Merge pull request #2501 from Flow-Launcher/new-image-cache
Use 3rd party for image cache
2024-03-28 14:14:18 +11:00