Commit graph

1772 commits

Author SHA1 Message Date
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
Jeremy Wu
0047d8accc
Merge pull request #2174 from JohnTheGr8/requery_enhancements
Improvements for re-queries
2023-06-13 18:04:52 +09:30
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Ioannis G
f22ce3788d
rename params to isReQuery for consistency 2023-06-11 16:19:41 +03: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
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
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
Garulf
c631895211 Copy selected query text if there is a selection 2023-06-04 17:22:49 -04:00
Garulf
488c8e81b8 Update docstring 2023-06-04 17:13:48 -04:00
Garulf
d59bdff57a
Merge branch 'dev' into expand-resultcopy 2023-06-04 10:52:38 -04:00
Ioannis G
4ddf037a6f
remove NuGet.CommandLine package
AppVeyor now has the nuget CLI pre-installed in the build image we use,
so we no longer need to manually install and alias it in our build script.
2023-05-26 17:04:55 +03:00
Garulf
ed11cc2b22 Use ResultCopy to support files 2023-05-19 00:57:02 -04:00
Garulf
f992729147 Provide CopyText field instead of empty string 2023-05-19 00:56:33 -04:00
Garulf
f019bb2284 Remove result logic so this method can be reused 2023-05-19 00:55:41 -04:00
Nguyen Tran
eaaf7c2e4a Plugin Store search works after refresh button clicked 2023-05-17 20:25:21 -04:00
rainyl
bc181683a0 Add plugin API: HideMainWindow(), IsMainWindowVisible() 2023-05-11 22:57:10 +08:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget 2023-05-04 21:14:13 +08:00
VictoriousRaptor
803633ff05
Merge pull request #2072 from VictoriousRaptor/PrintWindowsBuildNumber
Print windows build number in log
2023-05-04 07:14:06 +08:00
Jeremy Wu
75dfb62671 update GitHub issue url constant variable and method names 2023-05-03 07:02:30 +10:00
Jeremy Wu
b04085f0ed
New Crowdin updates (#2067)
* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]
2023-05-02 09:25:04 +08:00
VictoriousRaptor
5f4685ac80
Merge pull request #2100 from Flow-Launcher/fallback-notification
Fallback to legacy notification for windows 22621
2023-04-29 13:40:18 +08:00
VictoriousRaptor
dee74b842f
Catch exceptions and fallback 2023-04-28 14:53:54 +08:00
VictoriousRaptor
85a077f430
Delete test code 2023-04-28 13:52:16 +08:00
VictoriousRaptor
c251a276a7
Test legacy show on win 11 2023-04-28 11:55:32 +08:00
VictoriousRaptor
8637c03bda
Fallback to legacy for windows 22621 2023-04-28 11:27:26 +08:00
Vic
d9b70e69f3 Refactor save settings logic
SettingWindowViewModel.Save() only saves Flow settings
2023-04-25 22:38:36 +08:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Vic
eaae3b9ee3 Save settings and image cache when closing main window 2023-04-24 23:11:15 +08:00
VictoriousRaptor
91dff84c24
Merge pull request #2080 from VictoriousRaptor/FixFilesAppSupport
Use shell execute to fix Files App support
2023-04-23 01:36:27 +08:00
Vic
0b4d68505a Change issue URL to issue list
Guide users to the issue list to see if there's any pinned issue and search first, instead of posting an issue immediately
2023-04-22 23:46:22 +08:00
VictoriousRaptor
04cdfed901
Fix Windows 11 notification error (#2073)
* Fix Windows 11 22H2 (22621) notification error

* Fix main thread issue of LegacyShow()

* Mark RestarApp() as deprecated
2023-04-21 08:56:54 +10:00
Vic
4efaa648ad Use shell execute to fix Files App support 2023-04-20 23:20:07 +08:00
VictoriousRaptor
d1f4f88bc2 Add function to get revision 2023-04-20 11:37:25 +08:00
Vic
2bba75b27a Print windows build number in log 2023-04-19 21:08:28 +08:00
Jeremy Wu
c61d6f791c
New Crowdin updates (#2028)
* New translations
2023-04-19 03:03:50 +03:00
VictoriousRaptor
d8965c5823
Merge pull request #2042 from VictoriousRaptor/ProgramOpenFolderHotkey
Add open parent folder hotkey for program plugin
2023-04-19 04:07:31 +08:00
Jeremy Wu
d49482306d revert ModernWpfUI version bump
ModernWpfUI v0.9.5 introduced WinRT changes that causes Notification platform unavailable error on some machines
2023-04-12 21:11:39 +10:00
Vic
2616b70db5 Add hotkey to open program's parent folder 2023-04-10 00:26:55 +08:00
Vic
e9c402eb60 Fix reset to results logic 2023-04-03 14:09:36 +08:00
Vic
12da405387 Merge remote-tracking branch 'upstream/dev' into ResetWindowWhenShowUp 2023-04-03 13:15:08 +08:00
Jeremy Wu
d71098e402
New Crowdin updates (#2018)
New translations
2023-04-03 00:35:54 +03:00
Jeremy Wu
2c6fa48473
New Crowdin updates (#2011)
New translations
2023-03-31 00:24:58 +03:00
Vic
9f88a07784 update wizard 2023-03-29 15:26:51 +08:00
Vic
9e5e2135f0 Tweak ctrl+enter guide 2023-03-24 14:21:40 +08:00
Vic
68f2af611e Merge branch 'PrimaryMonitor' of https://github.com/onesounds/Flow.Launcher into pr/1978 2023-03-20 20:49:45 +08:00
Vic
78a74b9904 Tweak style and add localization 2023-03-20 20:41:53 +08:00