Commit graph

9876 commits

Author SHA1 Message Date
Jeremy Wu
a7fc5b3dc9
Merge pull request #2204 from Flow-Launcher/clear_obsolete
Remove obsolete and unused code
2023-06-27 21:09:59 +09:30
VictoriousRaptor
67d8b20fdb
Merge pull request #2202 from JamesNZL/ResultEquals
fix: 🐛 check autocomplete and copy text for `Result` equality
2023-06-27 15:29:09 +08:00
Alex Davies
4360c77ab6
Merge branch 'dev' into dev 2023-06-26 16:56:33 +01:00
Ioannis G
46c7c53477
use AccelerateBuildsInVisualStudio for faster builds 2023-06-26 14:08:25 +03:00
Ioannis G
0909f8ba64
delete unused files 2023-06-26 14:08:24 +03:00
Ioannis G
ea4286b7d3
clear backwards compat code 2023-06-26 14:08:23 +03:00
Ioannis G
823d4e1bf6
update QueryBuilder tests 2023-06-26 14:08:22 +03:00
Ioannis G
340dc3c8bf
clear obsolete code from Flow.Launcher.Plugin 2023-06-26 14:08:18 +03:00
Ioannis G
a48f06019e
merge PR #2193: Update Plugin documentation 2023-06-26 14:03:19 +03:00
James
5dd0d349de
refactor: ♻️ use HashCode.Combine for Result hashcode (#2201) 2023-06-26 13:51:37 +12:00
Hongtao Zhang
a971156519 Add Initialization Code 2023-06-25 18:18:41 +08:00
Kevin Zhang
b57804f255
Merge branch 'dev' into jsonrpc_v2 2023-06-25 12:22:45 +08:00
Hongtao Zhang
cb6fb80e70 Change abstract back to normal class for JsonRPCExecuteResponse.cs; Cleanup unused classes 2023-06-25 12:21:45 +08:00
Ioannis G
2daed5023f
merge PR #2183: support Pwsh in Shell Plugin (PowerShell 7.x) 2023-06-25 07:21:17 +03:00
James
7b8f998065
perf: improve Result hashcode algorithm (#2201) 2023-06-25 14:32:54 +12:00
Hongtao Zhang
32bbf1eaf0 Finally make JSONRPC Bidirection work 2023-06-25 00:43:21 +08:00
James
cdff8fcd7c
fix: 🐛 check autocomplete and copy text for Result equality (#2201) 2023-06-25 01:46:27 +12:00
VictoriousRaptor
d602f5cafa
Merge branch 'dev' into FirefoxBookmark 2023-06-24 10:55:18 +08:00
VictoriousRaptor
e0e86d039d Remove delay 2023-06-24 10:54:53 +08:00
Alex Davies
9d0474585d Refactored to describe via discrete speed settings
Can now select either Slow, Medium or Fast, or a user-defined Custom speed for the animation. Additionally, the speed is hidden when animations are disabled.
2023-06-23 18:42:36 +01:00
Hongtao Zhang
f6912597b4 Merge branch 'dev' into jsonrpc_v2
# Conflicts:
#	Flow.Launcher.Plugin/Query.cs
2023-06-23 11:24:27 +08:00
Alex Davies
bb7023ab25 Added Animation Length slider
Added a slider in Appearance to adjust the length of the open animation for the launcher. By default the animation should be the same as it was previously (the first part of the animation is about 10ms shorter so that the ratio is simpler - 2/3 instead of 25/36)
Currently only has language support for English and the length is adjustable from 100ms to 2000ms in steps of 10.
2023-06-23 03:15:30 +01:00
dependabot[bot]
f9697e598b
Bump System.Data.SQLite from 1.0.116 to 1.0.118
Bumps System.Data.SQLite from 1.0.116 to 1.0.118.

---
updated-dependencies:
- dependency-name: System.Data.SQLite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 22:59:07 +00:00
Ioannis G
da41f2c4f1
update plugin readme, include in nupkg 2023-06-18 23:32:15 +03:00
Ioannis G
bb5e1d3a19
more documentation in Plugin package 2023-06-18 22:53:01 +03:00
Ioannis G
6ebac4e4b1
update documentation in Query 2023-06-18 22:29:40 +03:00
Ioannis G
9b5fbeef9b
update documentation in Result 2023-06-18 21:59:43 +03:00
Ioannis G
be72c142b2
readme: document Ctrl+R hotkey 2023-06-18 21:36:36 +03:00
Vic
9b5341c2b7 Preserve file watchers when monitored files change 2023-06-18 10:57:04 +08:00
VictoriousRaptor
e1c63af061
Add quotes surrounding auto startup entry (#2150)
* Add quotes surrounding auto startup entry

* Add quotes surrounding auto startup entry
2023-06-17 21:33:00 +08:00
Vic
e46df28fdd Move initialized flag 2023-06-17 00:42:21 +08:00
dependabot[bot]
0d7dbe2bc8
Bump Microsoft.VisualStudio.Threading from 17.5.22 to 17.6.40 (#2187) 2023-06-15 14:45:52 +00:00
Vic
6d64abd21a Load bookmarks in Query() if not initialized 2023-06-15 21:30:55 +08:00
Jeremy Wu
0047d8accc
Merge pull request #2174 from JohnTheGr8/requery_enhancements
Improvements for re-queries
2023-06-13 18:04:52 +09:30
Ioannis G
c6a6c6bd5c
plugin/shell: add powershell core (pwsh) option
Co-authored-by: shobu13 <shobu13@hotmail.fr>
2023-06-12 16:18:23 +03:00
Ioannis G
e6baa88002
decouple Shell from the ComboBox SelectedIndex
enables us to add new `Shell` options without messing with the user's
saved settings, while keeping the `RunCommand` option last.
2023-06-12 15:49:33 +03:00
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Jeremy Wu
144fdad5d2
Merge pull request #2177 from Flow-Launcher/refactor_copy
Refactor clipboard copying
2023-06-11 22:51:36 +09:30
Ioannis G
f22ce3788d
rename params to isReQuery for consistency 2023-06-11 16:19:41 +03:00
Jeremy Wu
e078de557b add CopyText for Shell plugin 2023-06-11 21:59:46 +10:00
Jeremy Wu
6f7c3eba4d add option to suppress notification when calling copy 2023-06-11 21:59:08 +10:00
VictoriousRaptor
dcc7dbb918
Merge branch 'dev' into RemoveUnusedNuget 2023-06-11 18:36:04 +08:00
VictoriousRaptor
6655d837c3
Merge pull request #2123 from VictoriousRaptor/BoostProgramInit
Reduce CPU and disk usage during Program plugin init
2023-06-11 17:40:45 +08:00
Jeremy Wu
a35b001170
Update AppVeyor NuGet API (#2180) 2023-06-11 10:15:27 +03:00
Jeremy Wu
2b862f702a Make CopyToClipboard generic 2023-06-09 19:59:49 +10:00
Jeremy Wu
1ff328be03 update copy calls to use API CopyToClipboard method 2023-06-08 22:46:37 +10:00
Ioannis G
a360ac1b5f
Query: rename IsForced property to IsReQuery 2023-06-07 23:19:47 +03:00
Jeremy Wu
936d2b7e34
Merge pull request #2173 from Flow-Launcher/dependabot/nuget/Microsoft.NET.Test.Sdk-17.6.1
Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.6.1
2023-06-07 02:30:18 -07:00
Ioannis G
fa783a9cd4
bind Ctrl + R to re-running the current query 2023-06-06 13:06:39 +03:00
Ioannis G
0b05e954e5
add Query.IsForced property
When a plugin is processing a query, it can check the `IsForced` property
to decide if the results will be served from cache or not.
2023-06-06 12:57:44 +03:00