Commit graph

3400 commits

Author SHA1 Message Date
Kevin Zhang
f927f3aa83
Merge pull request #2489 from flooxo/open_with
feat: Add open with option for files in context menu
2024-01-21 10:53:00 -06:00
flox_x
82a8d56206
Update log message
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
2024-01-21 15:30:23 +01:00
VictoriousRaptor
06e3452455
Merge pull request #2410 from flooxo/shell_fix
New option CloseShellAfterPress
2024-01-21 12:42:25 +08:00
Florian Grabmeier
04e551d8bf Replace TryGetValue
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-18 08:53:48 +01:00
Kevin Zhang
1f99d0da4f
Merge pull request #2493 from NoPlagiarism/calc_add_operators
[Calculator] Add comparison operators & remainder
2024-01-17 17:59:47 -06:00
NoPlagiarism
81bfd75294
[Explorer] Fix ignoring reserved keywords (#2492) 2024-01-17 17:59:26 -06:00
NoPlagiarism
1020320412 [Calculator] Add comparison operators & remainder 2024-01-18 01:13:38 +05:00
Florian Grabmeier
e14e7d0959 Update Glyph
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-17 10:56:10 +01:00
dependabot[bot]
1d578790b5
Bump Mages from 2.0.1 to 2.0.2 (#2471)
Bumps [Mages](https://github.com/FlorianRappl/Mages) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/FlorianRappl/Mages/releases)
- [Changelog](https://github.com/FlorianRappl/Mages/blob/devel/CHANGELOG.md)
- [Commits](https://github.com/FlorianRappl/Mages/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: Mages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-16 20:58:54 -06:00
Florian Grabmeier
8898a09aac Add Glyph for open with
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 22:59:46 +01:00
Florian Grabmeier
1327250a6f Add "Open With" option to file context menu
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 22:55:25 +01:00
Florian Grabmeier
b2b9f7caa5 Add toggle game mode command
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 21:04:47 +01:00
Florian Grabmeier
0af311f80c Update dictionary value
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 21:03:57 +01:00
dependabot[bot]
ea5a85d16e
Bump Microsoft.Data.Sqlite from 8.0.0 to 8.0.1 (#2487) 2024-01-16 02:29:00 +00:00
Kevin Zhang
c2a5ee92f2
Merge pull request #2412 from flooxo/update_all
feat: Update all plugins result
2024-01-15 19:25:40 -07:00
Hongtao Zhang
c80a638b65 fix multiple enumeration and revert logic for single update 2024-01-15 16:49:46 -06:00
Kevin Zhang
996fb08e98
Merge pull request #2473 from NoPlagiarism/calc_add_funcs
[Calculator] Allow more functions to be used
2024-01-15 15:28:47 -07:00
flox_x
4071c116f8
Merge branch 'dev' into sys_cmd 2024-01-15 16:23:20 +01:00
Florian Grabmeier
224dab70a9 Add dynamic title
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-15 16:22:57 +01:00
NoPlagiarism
e6fb59e64a Add ToggleGameMode to system commands 2024-01-14 18:31:21 +05:00
NoPlagiarism
c3cf3d9e7e [Calculator] Allow more functions to be used 2024-01-11 15:27:35 +05:00
Florian Grabmeier
26c35a84b1 Fix use async
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-07 19:53:54 +01:00
flox_x
865c478db9
Merge branch 'dev' into sys_cmd 2024-01-03 10:09:20 +01:00
Florian Grabmeier
570b2029e6 Update wrong key translation
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-03 10:05:39 +01:00
Florian Grabmeier
2b8e46611f Add translation keys for sys commands
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-03 09:52:12 +01:00
Florian Grabmeier
dcaa74dbe5 Fix reduce nesting
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-12-29 11:17:46 +01:00
Florian Grabmeier
d0f25036ca Remove translations
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-12-27 18:44:20 +01:00
flox_x
625a3213c5
Merge branch 'dev' into shell_fix 2023-12-26 12:12:50 +01:00
flox_x
24a6c68fb8
Merge branch 'dev' into update_all 2023-12-26 12:12:09 +01:00
Hongtao Zhang
c2ff04f0ad add a safety check for getproperty 2023-12-18 00:30:18 -06:00
VictoriousRaptor
35d006bfda
Add "Sign Out" as an alias for "Log Off"
Closes #2214
2023-12-18 13:02:28 +08:00
flox_x
5169a16458
Apply suggestions from code review
Typo

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
2023-12-15 17:57:04 +01:00
Florian Grabmeier
651711711d Implement pause/exit logic
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-12-13 18:35:34 +01:00
flox_x
fea65890f3
Merge branch 'dev' into shell_fix 2023-12-13 16:52:18 +01:00
flox_x
be47d613e4
Merge branch 'dev' into update_all 2023-12-12 17:29:49 +01:00
Odotocodot
1b31e9c968 Create Flow Launcher Theme Selector plugin 2023-11-30 14:37:05 +00:00
VictoriousRaptor
2c39cf7501
Merge pull request #2444 from Flow-Launcher/VictoriousRaptor-patch-1
Set default value of `AutoRestartAfterChanging` to `true`
2023-11-28 17:34:15 +08:00
dependabot[bot]
44af8e59f9
Bump System.Data.OleDb from 7.0.0 to 8.0.0
Bumps [System.Data.OleDb](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: System.Data.OleDb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 23:00:55 +00:00
VictoriousRaptor
c8753b29ec
Set default value of AutoRestartAfterChanging to true 2023-11-27 21:50:23 +08:00
Kevin Zhang
d57f7189d3
Merge branch 'dev' into binary_formatter 2023-11-25 23:57:32 -06:00
Hongtao Zhang
fd9e8a59e1 fix build 2023-11-25 23:57:05 -06:00
flox_x
87f35d49e4
Merge branch 'dev' into update_all 2023-11-23 09:27:30 +01:00
Florian Grabmeier
4ed1c3c442 Update prompts
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-23 09:14:53 +01:00
Florian Grabmeier
a3b9a4f9d0 Run updates in parallel
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:55:53 +01:00
Florian Grabmeier
8180c1cd40 Display correct messages
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:49:43 +01:00
Florian Grabmeier
cb59b6b264 Implemet basic update all logic
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-22 14:25:17 +01:00
dependabot[bot]
a04bcce91e
Bump Microsoft.Data.Sqlite from 7.0.13 to 8.0.0
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 7.0.13 to 8.0.0.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.13...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 22:19:39 +00:00
Florian Grabmeier
57b78b5797 Fix merge
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-19 17:07:29 +01:00
flox_x
30f9a43dbb
Merge branch 'Flow-Launcher:dev' into shell_fix 2023-11-19 12:20:38 +01:00
Jeremy Wu
f531a46225
Merge pull request #2404 from Flow-Launcher/dependabot/nuget/Microsoft.Data.Sqlite-7.0.13
Bump Microsoft.Data.Sqlite from 7.0.10 to 7.0.13
2023-11-19 15:11:38 +11:00
Jeremy Wu
4efac50a8f
Merge pull request #2369 from VictoriousRaptor/delay-restart-2
Delay restart after installing/uninstalling/updating plugins
2023-11-19 15:01:51 +11:00
VictoriousRaptor
439eebf6cb Version bump 3.1.4 2023-11-12 12:34:38 +08:00
VictoriousRaptor
c18ae41e56 Delete existing zip before downloading 2023-11-12 11:42:13 +08:00
Hongtao Zhang
83553244d7 use memorypack instead of binaryformatter 2023-11-11 18:10:06 -06:00
Florian Grabmeier
3623316fc0 Disable conflicting options
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-11 13:47:22 +01:00
Florian Grabmeier
276c6eda6b Fix overlapping layout
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-11 12:36:09 +01:00
VictoriousRaptor
af9c662892 Remove comment 2023-11-11 16:21:36 +08:00
VictoriousRaptor
f6a4942a48 Refactor plugin zip logic
- Download zip to temp folder
- Unzip to unique folder
2023-11-11 16:11:21 +08:00
VictoriousRaptor
50449de653 Hide modified plugins in query results 2023-11-11 15:29:55 +08:00
VictoriousRaptor
53eec76069 Remove unused import 2023-11-11 15:17:24 +08:00
VictoriousRaptor
69dad1be6c Check if plugin has been modified when installing/updating/uninstalling 2023-11-11 15:05:24 +08:00
VictoriousRaptor
b7a78362bf Throw exception when zip not found 2023-11-11 10:25:45 +08:00
VictoriousRaptor
9f39dfceee Use FuzzySearch to search access links 2023-11-11 01:43:29 +08:00
VictoriousRaptor
41721150f9 Add glyphs for pm context menu 2023-11-11 01:20:32 +08:00
VictoriousRaptor
842451db69 Show plugin icons in pm Install results 2023-11-11 00:48:18 +08:00
VictoriousRaptor
5b2220b9da Exclude installed plugins in pm install results 2023-11-11 00:47:18 +08:00
VictoriousRaptor
e7ffd573f0 Move Install/Uninstall plugin logic to Core.PluginManager 2023-11-11 00:40:27 +08:00
VictoriousRaptor
08da4e34df Use toast to improve consistency 2023-11-11 00:06:02 +08:00
VictoriousRaptor
72134e8f9a
Tweak notification text
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-11-08 21:51:48 +08:00
Florian Grabmeier
06211a181e Add more language support for new shell option
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-05 14:30:12 +01:00
flox_x
6ce66604ff
Merge branch 'dev' into shell_fix 2023-11-05 14:02:48 +01:00
Florian Grabmeier
4c5eae895b Implement CloseShellAfterPress (no logic)
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2023-11-01 17:35:00 +01:00
Hongtao Zhang
f69a6db54f fix a negative width 2023-10-31 08:51:56 -05:00
dependabot[bot]
cc2ae7c768
Bump Microsoft.Data.Sqlite from 7.0.10 to 7.0.13
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 7.0.10 to 7.0.13.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.10...v7.0.13)

---
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>
2023-10-30 23:09:43 +00:00
Jeremy Wu
026e5f5b09
Merge pull request #2335 from ktos/bookmarks-newsqlite
Switch Bookmarks plugin to use Microsoft.Data.Sqlite
2023-10-24 21:34:13 +11:00
Hongtao Zhang
ab96629395 remove legacy CompileRemove 2023-10-16 05:55:57 -05:00
VictoriousRaptor
29c150397e
Merge branch 'dev' into quicklook 2023-10-15 11:53:45 +08:00
VictoriousRaptor
117ef26154
Merge branch 'dev' into delay-restart-2 2023-10-06 16:35:58 +08:00
VictoriousRaptor
08cc8b50ff
Merge pull request #2378 from VictoriousRaptor/fix-edge-bm-workspace
Add Edge Workspace support
2023-10-03 19:01:47 +08:00
VictoriousRaptor
07e77e7a41 Add Edge Workspaces support 2023-10-03 13:55:47 +08:00
VictoriousRaptor
1334798c6d Add AutoRestartAfterChanging option
- Option and UI
- New prompts and notification messages
2023-09-29 13:06:42 +08:00
VictoriousRaptor
31131ea4a0 Remove download success notification 2023-09-28 23:45:11 +08:00
VictoriousRaptor
ee8b0702a7 Ignore .lnk target file extension
- To avoid query "ex" matching any ".exe" file
2023-09-28 11:18:17 +08:00
Jeremy Wu
a8206dfcde
New Crowdin updates (#2331)
New translations
2023-09-25 13:39:03 +03:00
Jeremy Wu
63eb42099d
Merge pull request #2330 from Flow-Launcher/release_version_bumps
Release 1.16.2 version bump
2023-09-25 19:47:36 +10:00
Hongtao Zhang
63b2a07dd9 load unmanaged dll from dependencyResolver as well 2023-09-11 09:12:41 -05:00
Jeremy
992f6d11dc add allowEqual parameter name to call to make it clearer 2023-09-11 21:16:01 +10:00
Marcin Badurowicz
5c7141d4f8 set default rid to x64 2023-09-10 23:44:10 +02:00
Marcin Badurowicz
c33e8127ea remove dll copy step as it is automatically done when dotnet build with rid 2023-09-10 23:41:57 +02:00
Marcin Badurowicz
bdc3bfc6b8 remove unused properties from connection string 2023-09-10 23:41:49 +02:00
Marcin Badurowicz
802457f713 switch to different nuget 2023-09-10 23:41:39 +02:00
VictoriousRaptor
ec58939e55 Fix exclude path check for index search 2023-09-09 01:49:18 +08:00
Jeremy Wu
1c7f2a6f46 bump plugin versions 2023-09-07 21:44:00 +10:00
Jeremy Wu
c4caf388c4
New Crowdin updates (#2305)
New translations added
2023-08-30 18:06:55 +05:30
VictoriousRaptor
c36cea70de Merge branch 'dev' into quicklook 2023-08-27 22:53:32 +08:00
Jeremy Wu
4f66b01394 fix spelling 2023-08-22 07:58:46 +10:00
Jeremy Wu
a27e98b0d7 add handling of default plugin installation 2023-08-22 06:50:00 +10:00
Jeremy
c44ab83c98 bump plugin versions 2023-08-09 07:54:48 +10:00
Phoenix
ae18d12e42 Additional check for file extension in windows search results 2023-08-07 15:54:30 +03:00
Phoenix
cabe944979 Fix windows search empty paths 2023-08-07 15:42:31 +03:00
Jeremy Wu
1f1940ae9b
Merge pull request #2194 from Flow-Launcher/dependabot/nuget/System.Data.SQLite-1.0.118
Bump System.Data.SQLite from 1.0.116 to 1.0.118
2023-08-07 13:02:28 +10:00
Jeremy Wu
1e16c5fdbe
New Crowdin updates (#2242)
New translations update
2023-08-04 08:43:15 +10:00
Jeremy Wu
3b8ddca4d8 remove irrelevant action keyword from Shell plugin description 2023-07-18 18:02:32 +10:00
VictoriousRaptor
1eae69304f Merge branch 'dev' into quicklook 2023-07-11 20:16:37 +08:00
Jeremy Wu
6020cd9b81
Merge pull request #2209 from Flow-Launcher/version_bumps
Bump versions for release
2023-07-10 21:24:11 +09:30
Jeremy Wu
f5b2a3f5b0
New Crowdin updates (#2230)
New translations
2023-07-10 14:45:31 +03:00
Jeremy Wu
e6c9a79ce8 version bump plugin 2023-07-10 21:13:07 +10:00
Jeremy Wu
826449cad5
Merge pull request #2222 from JohnTheGr8/plugin_manifest_enhancements
Rework how we fetch community plugin data
2023-07-10 13:33:12 +09:30
Jeremy Wu
4758ea2284
New Crowdin updates (#2215)
New translations
2023-07-09 13:57:28 +03:00
Ioannis G
2d6b476685
use Ctrl+R to fetch primary manifest source
from a `pm install` or `pm update` query

should help with #2048
2023-07-05 17:01:55 +03:00
Ioannis G
f03ac76494
throttle PluginsManifest.UpdateManifestAsync
avoid repeatedly fetching manifest data while the user is typing a `pm` query
2023-07-05 16:54:50 +03:00
Jeremy Wu
ddeca153e9 version bump plugins 2023-06-30 21:55:30 +10:00
Jeremy Wu
e695781e3b
New Crowdin updates (#2119)
New translations
2023-06-30 14:33:34 +03:00
VictoriousRaptor
f23284a1c6
Merge pull request #2152 from VictoriousRaptor/FirefoxBookmark
Fix bookmark plugin file monitoring issue
2023-06-29 19:49:04 +08:00
VictoriousRaptor
9656e5cf4b
Clarify initialized condition
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-06-29 08:48:25 +08: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
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
Vic
9b5341c2b7 Preserve file watchers when monitored files change 2023-06-18 10:57:04 +08:00
Vic
e46df28fdd Move initialized flag 2023-06-17 00:42:21 +08:00
Vic
6d64abd21a Load bookmarks in Query() if not initialized 2023-06-15 21:30:55 +08:00
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
Jeremy Wu
e078de557b add CopyText for Shell plugin 2023-06-11 21:59:46 +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
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
6bdf6ac1ce
fix kill command to honor "Last Query Style" 2023-06-04 06:20:50 +03:00
Vic
4591fa76d9 Create file watchers when reloading bookmarks 2023-05-23 19:37:38 +08:00
Vic
cbf73fcc0f Don't load bookmark files if plugin disabled 2023-05-22 23:29:10 +08:00
Vic
d0289b49b6 Refactor file watcher logic
* Remove LastAccessed filter to avoid unwanted recursive RegisterBookmarkFile() calls
* Check if watcher exists
2023-05-22 23:13:29 +08:00
Nguyen Tran
6cc5fe8ff6 Add admin permissions when non-admin doesn't work 2023-05-21 23:48:06 -04:00
Vic
cb33756a03 Remove QL support for programs 2023-05-21 00:32:45 +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
VictoriousRaptor
1ee7110d4a
Merge pull request #2105 from VictoriousRaptor/hide-startup-programs
Hide programs in startmenu/startup folder
2023-05-03 05:27:13 +08:00
Jeremy Wu
7e2a2db4c6 version bump plugins 2023-05-03 06:28:38 +10:00
Vic
c5c7bf783c Hide programs in startmenu/startup folder 2023-05-01 10:15:21 +08:00
Vic
df5e8ca132 Remove unused packages 2023-04-25 21:02:34 +08:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Vic
4debacde4f Refactor program indexing and cache logic
No longer await on first run (no cache detected) to speed up boost
30 hours cache life
2023-04-24 21:22:18 +08:00
Vic
b123c09c6c Remove unused settings 2023-04-24 21:10:07 +08:00
Vic
099021b186 Save programs cache after indexing 2023-04-24 19:50:34 +08:00
Vic
3ae656f456 Requery after killing a process 2023-04-24 15:46:26 +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
Vic
afa8a34891 Tweak Win32 preview path 2023-04-22 16:48:05 +08:00
Vic
1cedb6e619 Add file path in preview 2023-04-21 23:52:00 +08:00
Vic
96f52314ef Add FilePath for Explorer results preview 2023-04-21 22:16:44 +08:00
Jeremy Wu
c61d6f791c
New Crowdin updates (#2028)
* New translations
2023-04-19 03:03:50 +03:00
Jeremy Wu
2a1d9de6df
Merge pull request #2062 from VictoriousRaptor/FilterStartMenuPrograms
Prioritize shortcut in start menu
2023-04-19 08:01:46 +10:00
Vic
bff467d03a Preserve program shortcut in start menu 2023-04-18 20:12:22 +08:00
Vic
be35ff0a07 Add missing glyphs 2023-04-10 00:28:55 +08:00
Vic
2616b70db5 Add hotkey to open program's parent folder 2023-04-10 00:26:55 +08:00
TheBestPessimist
1699b17d43 Revert "Better field name"
This reverts commit bfdf1dd67c.
2023-04-06 08:48:31 +03:00
TheBestPessimist
8051a03481 Cosmetic 2023-04-03 16:00:26 +03:00
TheBestPessimist
29a9def969 In path search, ignore extra whitespace around the > character 2023-04-03 16:00:08 +03:00
TheBestPessimist
bfdf1dd67c Better field name 2023-04-03 15:59:17 +03: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
VictoriousRaptor
19ba8e475c
Fix wrong variable name in #2004 (#2014)
* Fix wrong variable name

* Fix typo
2023-03-31 07:35:14 +11:00
Vic
2a96f1cd48 Rename for clarity 2023-03-29 15:19:55 +08:00
Vic
9db13fdbb6 Fix path search logic
open folder in file manager when path search is disabled
2023-03-24 15:45:45 +08:00
Vic
0f5b02fa38 Open file with associated program
Prevent opening zip in Explorer
Fix working directory issue
2023-03-24 15:22:55 +08:00
Vic
a22028460d Add option to open in default file manager 2023-03-24 15:02:11 +08:00
Vic
2d13d5684b Fix style 2023-03-24 14:39:59 +08:00
TheBestPessimist
1ed1c99931 Revert "add scoring based on index and small optimization"
This reverts commit 02b321c4a3.
2023-03-15 20:53:14 +02:00
Hongtao
02b321c4a3 add scoring based on index and small optimization 2023-03-14 16:42:09 -05:00
TheBestPessimist
1da8c017f7 use more suggestive name 2023-03-14 10:50:12 +02:00
TheBestPessimist
78cb45ce76 Do not check if file/folder exists 2023-03-14 09:33:36 +02:00
TheBestPessimist
48ed1fec15 more todo 2023-03-14 09:21:11 +02:00
TheBestPessimist
569046b45d Fix private function naming convention 2023-03-14 09:21:03 +02:00
TheBestPessimist
96afa29905 cleanup + warnings 2023-03-08 14:29:46 +02:00
TheBestPessimist
9debba9e4e centralize the 3 actions: open file, open folder, open file as admin, for simpler logic 2023-03-08 14:29:46 +02:00
TheBestPessimist
2be108d740 formatting 2023-03-08 14:29:46 +02:00
TheBestPessimist
4289d10af6 Remove SortOption.RunCountAsc because it doesn't make sense 2023-03-08 14:29:46 +02:00
TheBestPessimist
fa971c6b81 Ask Everything for RunCount only if sorting by it 2023-03-08 14:29:46 +02:00
TheBestPessimist
a1a4c720c0 More comments 2023-03-08 14:29:46 +02:00
TheBestPessimist
3cecf5b302 Use String Interpolation 2023-03-08 14:29:46 +02:00
TheBestPessimist
9bc6a4e072 Waiting on a semaphore must be outside of try 2023-03-08 14:29:46 +02:00
TheBestPessimist
7d6d0258d0 Add more debugging info to DEBUG profile 2023-03-08 14:29:46 +02:00
TheBestPessimist
84b63e5f54 Use Request Flags when retrieving results from Everything, to be able to retrieve RunCount as well 2023-03-08 14:29:46 +02:00
TheBestPessimist
5ff916a17b Use the SearchResult.Score instead of 0 when creating the plugin Result 2023-03-08 14:29:46 +02:00
TheBestPessimist
ac3c955539 Async is hard.
Not sure exactly why the previous version was not working, but i _assume_ it's because I was in a deadlock on that semaphore.
2023-03-08 14:29:46 +02:00
TheBestPessimist
94b841d341 Should be working 2023-03-08 14:29:46 +02:00
TheBestPessimist
f96bf4c592 cleanup 2023-03-08 14:29:46 +02:00
TheBestPessimist
742d80922c Indentation 2023-03-08 14:29:46 +02:00
TheBestPessimist
86869ff5f4 Extract RunExplorer nested ifs as functions for readability 2023-03-08 14:29:46 +02:00
TheBestPessimist
ad8dffe468 Add direct call to Everything API from ResultManager
Obviously this is stupid because we forcefully tied Explorer plugin to Everything. This needs more thinking, but is a good enough for now solution to test what works and doesnt work
2023-03-08 14:29:46 +02:00
DB p
731c76d274 Fix Typo 2023-03-05 06:08:22 +09:00
DB p
02de141135 Fix Typo In Comment 2023-03-05 05:59:49 +09:00
DB p
45ff919f81 - Fix Enabled Label
- Fix Error when Click the Icon ColumnHeader
2023-03-05 05:57:31 +09:00
Hongtao
520ef3777f Remove Obsolete Property and use Status Property for Sorting 2023-03-04 14:17:22 -06:00
DB p
1d9fa902bc Fix Dark Text Color in Everything Panel 2023-03-04 04:24:06 +09:00
Jeremy Wu
720f88a136
Merge pull request #1939 from Flow-Launcher/version_update
Release version bumps
2023-03-02 17:17:30 +11:00
Jeremy
5dc55b00ef update plugin versions 2023-03-02 17:02:35 +11:00
Jeremy
08f250d9c0 update translations from Crowdin 2023-03-02 09:02:40 +11:00
Jeremy Wu
af2a19499f
update plugin version 2023-02-27 08:41:04 +11:00
Jeremy Wu
3b05ee2582
Merge pull request #1899 from Flow-Launcher/everything_full_path_option
add option for everything search in full path (default true)
2023-02-21 08:24:05 +11:00
Jeremy Wu
73ba2368a8
update option name 2023-02-21 08:10:03 +11:00
Kevin Zhang
d87b5af5dc
default false 2023-02-20 14:04:50 -06:00
Jeremy Wu
11573cf5e8
New Crowdin updates (#1766)
* New translations en.xaml (French)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (French)
[ci skip]

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

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

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

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

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

* New translations en.xaml (Chinese Simplified)
[ci skip]
2023-02-16 09:24:07 +02:00
DB P
6cfdc30800
Merge branch 'dev' into GuideForBookmarkPlugin 2023-02-15 11:50:01 +09:00
Vic
9b0cf20184 update text 2023-02-14 16:35:34 +08:00
Vic
39c4a2be2e Auto reload bookmarks when editing checkboxes 2023-02-14 16:35:06 +08:00
Vic
ab0d6245df Auto reload all bookmarks when finish editing 2023-02-12 01:58:53 +08:00
Vic
dd61d195e2 Update desc 2023-02-12 01:27:31 +08:00
dependabot[bot]
43b5c06c47
Bump SharpZipLib from 1.4.1 to 1.4.2 (#1882) 2023-02-11 16:41:44 +00:00
Hongtao Zhang
083527e603
add option for everything search in full path (default true) 2023-02-11 10:35:26 -06:00
DB p
b2b22dc4cf Fix UseWindowsForms in csproj 2023-02-11 14:14:42 +09:00
DB p
c240f1e2e0 - Added Guide Texts in CustomBrowsePopup
- Added 'Edit' Button, It will be disable when non-select situation
- Added Browse Button in Path Select Textbox
2023-02-11 07:37:18 +09:00
DB P
ef16484957
Merge branch 'dev' into SelectBrowserCore 2023-02-10 11:06:09 +09:00
Vic
46c8dd8070 Fix translation 2023-02-09 12:25:59 +08:00
Jeremy
2c124f7768 bump plugin version from .Net upgrade 2023-02-07 08:19:26 +11:00
Jeremy Wu
88feed0aa2
Merge pull request #1878 from VictoriousRaptor/PluginInstallNotification1
Show plugin names in download success notification
2023-02-07 07:52:19 +11:00
Jeremy Wu
aa4f3a9350
Merge pull request #1745 from Flow-Launcher/net7.0
Update to .Net 7
2023-02-07 07:33:11 +11:00
VictoriousRaptor
90a48ee5f2
Merge pull request #1864 from TheBestPessimist/program_plugin_search_in_start_menu
Read the list of programs from `Start Menu` folder instead of `Start Menu/Programs`
2023-02-07 01:46:34 +08:00
Vic
0c963045ba Show plugin names in download success notification 2023-02-07 01:37:21 +08:00
Vic
30b73e5488 Revert "version"
This reverts commit 43cf3ded87.
2023-02-07 01:26:30 +08:00
Vic
a6d3aafe9b Add Browser Engine header 2023-02-06 12:57:55 +08:00
Hongtao Zhang
704c26ca3d
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into net7.0 2023-02-04 11:52:15 -06:00
Vic
b7e7217b2e Fix folder path 2023-02-03 17:29:51 +08:00
Vic
c7f3283e3a Add UI to select browser engine 2023-02-03 17:07:33 +08:00
Vic
fe5da58378 Use switch expression for loader 2023-02-03 16:23:14 +08:00
VictoriousRaptor
824f61d3aa
Merge pull request #1874 from VictoriousRaptor/bugfix
Fix 1861 and 1863
2023-02-03 13:37:50 +08:00
Vic
196c359819 Add custom firefox browser location 2023-02-03 13:07:46 +08:00
Vic
fbd12eb96b Add missing translation 2023-02-03 12:21:25 +08:00
TheBestPessimist
2e0923d25b more whitespace 2023-01-30 14:51:41 +02:00
TheBestPessimist
43cf3ded87 version 2023-01-30 14:48:15 +02:00
TheBestPessimist
e89d8b3577 Read list of programs from Start Menu instead of Start Menu/Programs 2023-01-30 14:47:27 +02:00
TheBestPessimist
9e11b0cd9d whitespace 2023-01-30 14:44:48 +02:00
dependabot[bot]
51c909800f
Bump SharpZipLib from 1.3.3 to 1.4.1 (#1833) 2023-01-28 16:08:55 +00:00
dependabot[bot]
892f1b8ed2
Bump System.Data.OleDb from 5.0.0 to 7.0.0 (#1808) 2023-01-28 16:08:35 +00:00
Kevin Zhang
c99790b049
Merge pull request #1848 from TheBestPessimist/#1800_Everything_search_full_path
Everything Search: Match Path
2023-01-28 10:07:29 -06:00
DB P
0bdea7c0db
Merge pull request #1847 from TheBestPessimist/Change_the_default_shortcut_for_Plugin_Indicator_to__
Change the default shortcut for Plugin Indicator to `?` #1825
2023-01-27 16:11:45 +09:00
TheBestPessimist
18d1bb5668 Cleanup unused properties 2023-01-26 09:19:42 +02:00
TheBestPessimist
1b9a879d48 Use EverythingSearchOption flag to set up FullPathSearch instead of hardcoding it 2023-01-26 08:58:41 +02:00
TheBestPessimist
2b6c92c48c question to the FL developers 2023-01-26 08:50:42 +02:00
TheBestPessimist
1482637cf1 Everything.MatchPath = true 2023-01-26 08:50:42 +02:00
Lasith Manujitha
7fc704558d
Fix autocomplete on Program plugin (#1850)
* Fix autocomplete on Program plugin

* Code refactor
2023-01-26 12:31:40 +08:00
TheBestPessimist
89fb78f3cd Change the default shortcut for Plugin Indicator to ? #1825 2023-01-25 13:20:30 +02:00
Jeremy Wu
d16a249e36 version bump plugins 2023-01-23 08:51:36 +11:00
Vic
f5cc792ce9 Return empty when operation canceled 2023-01-21 16:57:41 +08:00
Vic
71a2f996db Set environment var dict in LoadEnvironmentStringPaths() 2023-01-20 15:27:19 +08:00
Vic
966d3e752e Fix environment variable expansion logic 2023-01-20 15:22:54 +08:00
Vic
4d267fe71e Fix incorrect %homepath% parsing
Parse environment variables before checking path existence
2023-01-20 14:31:01 +08:00
Vic
504fb4ae05 Display environment vars in upper case 2023-01-20 14:02:04 +08:00
VictoriousRaptor
768ed4f80a
Update wording
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-01-20 12:13:02 +08:00
Vic
4bea50d4cf Add unit test for PathEqualityComparator 2023-01-19 23:17:04 +08:00
Vic
beb144956c Rename method and add option to allow equality 2023-01-19 21:33:09 +08:00
Vic
ac92b93f66 Move IsSubPathOf to SharedCommands 2023-01-19 20:29:25 +08:00
Vic
32268890b9 Remove TranslateEnvironmentVariablePath 2023-01-19 20:23:33 +08:00
Vic
2c36692052 Use case-insensitve comparator for path 2023-01-19 16:21:24 +08:00
Vic
a6b7c5898b Fix subpath check 2023-01-19 16:21:24 +08:00
Vic
383298a46b Fix null subtitle when creating disk result 2023-01-19 16:21:23 +08:00
Vic
51f5d8a410 Add new constructor for EngineNotAvailableException 2023-01-19 16:21:23 +08:00
Vic
52e72992c2 Change context and settings to non static 2023-01-19 16:21:23 +08:00
Vic
009ee3dc5c Simplify environment variable detection 2023-01-19 16:21:23 +08:00
Vic
983f0aafc4 Use a static dictionary for environment vars 2023-01-19 16:21:23 +08:00
Vic
6efa9d1731 Only expand environment var when path starts with % 2023-01-19 16:21:23 +08:00
Vic
2e4127c63b Catch specifc exception 2023-01-19 16:21:23 +08:00
Jeremy Wu
c5cc4ed279
Merge pull request #1781 from VictoriousRaptor/ShowProgramDesc
Always show/search description in program results if enabled
2023-01-16 21:21:09 +11:00
Vic
ce8c3f9288 Fix typo 2023-01-13 15:12:45 +08:00
Hongtao Zhang
f07cff7742
fix explorer setting UseLocationAsWorkingDir 2023-01-12 15:29:58 -06:00
Vic
8208af4d1a Always show/search desc in result if enabled 2023-01-10 14:18:12 +08:00
Kevin Zhang
8d9501b496
Merge branch 'dev' into net7.0 2023-01-07 13:27:31 -06:00
Jeremy Wu
e215c3ffbb
New Crowdin updates (#1754)
* New translations en.xaml (Italian)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Turkish)
[ci skip]

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

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

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

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

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

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

Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2023-01-07 17:44:11 +02:00
VictoriousRaptor
a8d4f5daf7
Merge pull request #1736 from VictoriousRaptor/LocalizedLnkName
Use localized name for shell link programs
2023-01-04 14:04:13 +08:00
Hongtao Zhang
804a5d54dc
simplify logic 2023-01-03 13:47:25 -05:00
Vic
181b020b31 Add glyph for open with editor/shell 2023-01-03 01:37:01 +08:00
VictoriousRaptor
ad25879335
Merge branch 'dev' into LocalizedLnkName 2023-01-02 14:56:37 +08:00
VictoriousRaptor
9e5d27f44b
Merge branch 'dev' into fix_pluginindicator_search 2023-01-01 13:16:05 +08:00
Jeremy Wu
1d1af7263a fix typos 2023-01-01 12:36:03 +09:30
Jeremy Wu
1d02f231a6 update to use score from fuzzy search 2023-01-01 12:27:27 +09:30
Kevin Zhang
ae7c413e07
Merge branch 'dev' into net7.0 2022-12-31 21:36:00 -05:00
Hongtao Zhang
f7f82a746e
fix more spelling 2022-12-31 17:12:52 -05:00
Vic
1ae1752b3f Merge branch 'LocalizedLnkName' of https://github.com/VictoriousRaptor/Flow.Launcher into LocalizedLnkName 2023-01-01 00:24:48 +08:00
Vic
3992990ccb Remove redundant extension check 2023-01-01 00:24:36 +08:00
Hongtao Zhang
35529a0386
fix some spelling 2022-12-31 10:43:07 -05:00
VictoriousRaptor
86a0a6c0dc
Merge branch 'dev' into LocalizedLnkName 2022-12-31 21:53:21 +08:00
Vic
ff4290c192 fix typo 2022-12-31 21:34:49 +08:00
Vic
4dbfe2d6a0 Rename variables for readability 2022-12-31 21:25:12 +08:00
Vic
186f5f826e Fix error message 2022-12-31 21:24:50 +08:00
Vic
c5c6ae7b68 Fix exception message argument 2022-12-31 21:18:20 +08:00
Vic
617183b14a Refactor result matching logic 2022-12-31 21:09:57 +08:00
Vic
e6b8a0dde2 Catch exception in ShellLinkHelper 2022-12-31 21:09:57 +08:00
Vic
207b29f816 Update comments 2022-12-31 21:09:57 +08:00
Vic
c6ff0a5113 Fix .lnk description logic 2022-12-31 20:43:53 +08:00
Jeremy Wu
f19d1d624d allow plugin name to be searchable by Plugin Indicator 2022-12-31 17:23:45 +09:30
Lasith Manujitha
148951e886 Add prompt for Log Off command 2022-12-31 09:24:55 +05:30
Hongtao Zhang
db354a23a5
Update to .Net 7 2022-12-30 19:12:11 -05:00
Vic
44438de7df Fix typo 2022-12-31 01:49:30 +08:00
Vic
fdc7da2f71 Fix typo in file name 2022-12-31 00:54:56 +08:00
Jeremy Wu
bb41da6fb8
New Crowdin updates (#1734) 2022-12-30 22:04:56 +09:00
Vic
9b05174a97 Use localized name for shell link programs 2022-12-30 20:56:30 +08:00
Jeremy Wu
4849e26aca
New Crowdin updates (#1733) 2022-12-30 18:40:06 +09:00
Jeremy Wu
e23ec178fc
Merge pull request #1723 from Flow-Launcher/version_bumps
Release 1.11.0 version bumps
2022-12-30 12:31:54 +09:30
VictoriousRaptor
9aab01dd72
Fix typo 2022-12-27 14:53:42 +08:00
Jeremy Wu
78b8e5b3df update Explorer plugin description 2022-12-27 16:04:55 +09:30
Jeremy Wu
b3702be59b version bump plugins 2022-12-27 14:15:51 +09:30
Lasith Manujitha
8a60fb18a0 WindowsSettings plugin - command updated for diskmgmt 2022-12-26 10:43:10 +05:30
Jeremy Wu
6607acbcce
Merge pull request #1706 from Flow-Launcher/fix_quickaccess_autocomplete
Fix quick access path search and autocomplete text
2022-12-25 16:53:12 +11:00
Jeremy
ae8f2d2ee8 fix wrong Everything service warning displayed when not available 2022-12-25 06:01:17 +11:00
Jeremy
9f8b205b35 Merge remote-tracking branch 'origin/dev' into fix_quickaccess_autocomplete 2022-12-25 05:00:15 +11:00
Jeremy
3f2b741dcc add unit tests for get autocomplete result 2022-12-25 04:58:37 +11:00
Jeremy
f64ebdca95 simplify get path method 2022-12-24 22:51:18 +11:00
VictoriousRaptor
552786bff5
Merge branch 'dev' into Fix1705 2022-12-23 15:16:58 +08:00
Vic
ccac84c0f3 Fix hardcoded strings 2022-12-23 15:15:11 +08:00
Vic
599bdc42fa Remove quotation marks 2022-12-23 13:20:10 +08:00
Vic
f97c9fe249 Update wording for consistency 2022-12-23 13:16:04 +08:00
DB p
e11c7a7c12 Remove Duplicated Key 2022-12-23 13:22:41 +09:00
Jeremy
2174fc24ce update directory navigation with same action keyword 2022-12-22 23:20:37 +11:00
Jeremy
fc9805f29e add GetAutoCompleteText method 2022-12-22 22:57:37 +11:00
Jeremy
5c1cc79751 update GetPathWithActionKeyword 2022-12-22 22:39:24 +11:00
Jeremy
f0b7898f89 fix quick access path search and autocomplete text 2022-12-22 22:04:39 +11:00
VictoriousRaptor
bade0fcf59
Merge pull request #1669 from VictoriousRaptor/DisablePATHByDefault
Add option to enable/disable UWP indexing
2022-12-22 13:17:05 +08:00
Jeremy Wu
b3f5dc0ed7
Merge pull request #1698 from onesounds/StringEnabled2
Change Status Label to Enabled
2022-12-22 13:23:58 +11:00
Jeremy Wu
9ae5d9b716
Fix search source typo 2022-12-22 13:16:10 +11:00
Kevin Zhang
e4c9e1c36c
fix a typo 2022-12-21 13:14:17 -06:00
Filip Horvat
277b8e94a6 Adds option to display open with code for Volume results 2022-12-21 18:55:23 +01:00
Filip Horvat
d2970a1f35
Merge branch 'dev' into folder-editor 2022-12-21 09:10:38 -08:00
DB p
5ad0e79577 - Change Status Label to Enabled
- Adjust Korean Language
2022-12-21 20:25:45 +09:00
DB p
b74a8d0362 Adjust Korean 2022-12-21 19:25:03 +09:00
DB p
2dabc38a75 - Change Default Context menu header to translatable
- Add Undo Command and icons in context menu items
- Applied Contextmenu to textboxes
2022-12-21 19:06:00 +09:00
Vic
137cda459e Merge branch 'FixText' of https://github.com/VictoriousRaptor/Flow.Launcher into FixText 2022-12-21 15:52:04 +08:00
Vic
230e4fbcbb Fix translation of action keywords 2022-12-21 15:51:53 +08:00
Vic
b30ace993a Fix namespace of LocalizationConverter 2022-12-21 15:51:17 +08:00
DB p
43e3b1f430 Adjust Korean Texts 2022-12-21 16:19:51 +09:00
DB p
ae1ea5950d Merge branch 'FixText' of https://github.com/VictoriousRaptor/Flow.Launcher into pr/1695 2022-12-21 16:15:32 +09:00
DB p
812a920058 Adjust Little String / Add Korean Translations 2022-12-21 16:15:26 +09:00
Vic
5696caf0e5 update wording 2022-12-21 15:02:10 +08:00
Vic
7c5c1e8740 remove redundant texts 2022-12-21 14:08:32 +08:00
Vic
8fbf3a3f92 make file/folder translatble 2022-12-21 14:01:09 +08:00
Vic
3b6c8b882b Add translatble text 2022-12-21 13:30:49 +08:00
VictoriousRaptor
2d32b33eb0
Merge branch 'dev' into DisablePATHByDefault 2022-12-21 12:57:19 +08:00
Vic
8625fb985b Use case-insensitive path comparison 2022-12-20 20:58:58 +08:00
Vic
3dac240a40 Add open with shell context menu for non-Windows indexed folders 2022-12-20 20:16:17 +08:00
Vic
b92181f6c6 Remove logic that modifies settings 2022-12-20 19:48:10 +08:00
Jeremy Wu
d0b5a5a37b
version bump Program plugin 2022-12-20 21:05:00 +11:00
Filip Horvat
56d6433db0 Improve folder editor experience 2022-12-19 21:38:45 +01:00
Vic
d3bae93a47 Revert "Disable PATH by default" 2022-12-18 13:35:38 +08:00
Vic
13eba18ac5 Disable PATH programs by default 2022-12-18 13:28:30 +08:00
Kevin Zhang
68bc6fb139
Merge branch 'dev' into DisablePATHByDefault 2022-12-17 19:37:24 -06:00
Jeremy Wu
314cd0aa3d
Merge pull request #1657 from Flow-Launcher/fix_win_index_search
Add exception handling when Windows Search service not available
2022-12-18 12:00:52 +11:00
Jeremy Wu
09e72e316e
New Crowdin updates (#1627) 2022-12-18 02:16:19 +02:00
Hongtao Zhang
42725f289c
Make the behavior more like 1.9.5- 2022-12-17 10:50:23 -06:00
Hongtao Zhang
9da322f840
Handle Search Exception more carefully 2022-12-17 10:43:17 -06:00
Vic
bf91bd2492 Fix double click on header 2022-12-17 22:27:36 +08:00
Vic
1d77d45fe2 Add an option to enable/dsiable UWP indexing 2022-12-17 22:20:49 +08:00
Vic
5373cd3736 Disable PATH programs by default 2022-12-17 21:29:25 +08:00
Jeremy Wu
00c229d82c add exception handling when Windows Search service not available 2022-12-15 22:03:54 +11:00
Jeremy Wu
85783e725f
bump Explorer plugin version 2022-12-14 08:27:18 +11:00
Vic
14ae012949 Use ArgumentList 2022-12-14 01:21:07 +08:00
VictoriousRaptor
eb6d040180
Merge branch 'dev' into FixOpenWithEditorSpace 2022-12-13 19:55:18 +08:00
Vic
fb77d42395 Make error message translatable 2022-12-13 19:47:05 +08:00
Vic
0227b9591c Fix open with editor for files of which path contains blank 2022-12-13 19:02:27 +08:00
Jeremy Wu
f66f7d8ed3
New Crowdin updates (#1624) 2022-12-13 03:36:02 +02:00
Hongtao Zhang
ae8955bf41
fix path not changed in the textbox 2022-12-12 14:40:52 -06:00
Jeremy Wu
21c5c776c6
Merge branch 'dev' into FixProgramSource 2022-12-13 05:35:15 +11:00
Vic
fe66cad624 Merge remote-tracking branch 'upstream/dev' into FixProgramSource 2022-12-12 18:32:51 +08:00
Jeremy Wu
dd0f42eaac
Merge branch 'dev' into fix_shell_and_change_query 2022-12-12 20:09:52 +11:00
Jeremy Wu
4153aa9a69
Merge pull request #1612 from onesounds/FixBoolToTranslation
Translatable Bool in List view
2022-12-12 20:07:04 +11:00
Jeremy Wu
50b5a0e35b
Merge pull request #1613 from onesounds/FixCustomSettingPanelPadding
Adjust Setting Panel Layout (System & JsonRPC)
2022-12-12 20:05:29 +11:00
Jeremy Wu
84ca747d07
Merge pull request #1622 from onesounds/ChangeIcons
Icon changed & Fix non-glyph context menus
2022-12-12 19:58:12 +11:00
VictoriousRaptor
48629502f7
Merge branch 'dev' into fix_dup_results_explorer 2022-12-12 14:29:37 +08:00
DB p
4b0781dccb Added Glyph Icons 2022-12-12 13:08:22 +09:00
DB p
50957097f1 Change Some Icons 2022-12-12 12:45:44 +09:00
Jeremy Wu
45a81a90a9 fix action keyword missing when traversing paths or using autocomplete 2022-12-12 14:07:04 +11:00
Jeremy Wu
3b8e7866ac fix duplicate Quick Access results from CreateOpenCurrentFolderResult 2022-12-12 13:14:37 +11:00
Kevin Zhang
3338a417da
Merge branch 'dev' into fix_shell_and_change_query 2022-12-11 15:06:39 -06:00
Vic
25e4b501cb Use default binding mode 2022-12-11 18:16:15 +08:00
DB p
00e88bc871 Adjust Buttons Margin 2022-12-09 17:58:58 +09:00
DB p
b1768b5abf - Adjust JsonRPCplugin Panel Layout
- Adjust System Plugin Setting Panel Margin
2022-12-09 17:46:35 +09:00
DB p
12fae66b92 Adjust WebSearch Plugin Setting Panel Layout 2022-12-09 15:13:01 +09:00
DB p
c89ad0cad2 Merge branch 'FixBoolToTranslation' of https://github.com/onesounds/Flow.Launcher into FixBoolToTranslation 2022-12-09 14:45:28 +09:00
DB p
fead578b41 Change 'Search Description' Tooltip 2022-12-09 14:45:25 +09:00
Jeremy Wu
78124316a1
Merge pull request #1611 from onesounds/FIxTrueFalseInList
Fix Program Plugin Buttons Size
2022-12-09 13:11:39 +11:00
DB P
f199167c27
Merge branch 'dev' into FixBoolToTranslation 2022-12-09 10:54:16 +09:00
DB p
056dcb3888 Change Header 'Enabled' to 'Status' 2022-12-09 10:48:56 +09:00
DB p
2dc508aa75 Bool To Translation by style in websearch plugin 2022-12-09 10:33:23 +09:00
DB p
df27a21df7 Fixed TextboxWidth 2022-12-09 10:19:08 +09:00
DB p
8498883cd9 - Add BoolToTranslation Logic by Style in Program
- Add Responsive Width for Removing horizon scrollbar
2022-12-09 10:15:14 +09:00
DB p
711b5b6110 Fix Buttons Size 2022-12-09 09:09:39 +09:00
Jeremy
824fe10816 bump plugin versions after .Net 6 upgrade 2022-12-09 07:33:25 +11:00
Hongtao Zhang
c5056a7a5c
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into fix_shell_and_change_query 2022-12-07 22:07:56 -06:00
Hongtao Zhang
e5e393f911
Wrap some call with Dispatcher and let shell use Task.Run to show the window and change the query (which is semislow) 2022-12-07 21:13:07 -06:00
Vic
59f0b49d7d Fix typo 2022-12-07 22:24:04 +08:00
Vic
0231c32031 Use square44x44logo for preview to avoid big margin 2022-12-07 16:33:24 +08:00
Vic
219ca53127 revert 2022-12-07 14:56:34 +08:00
Vic
f509f56304 Fix file extension case sensitive issue 2022-12-07 14:25:16 +08:00
Vic
0afcf7eafe Use auto deconstructor and rename return value 2022-12-07 14:01:12 +08:00
Vic
e720e4facd mark modified in setters 2022-12-07 13:58:20 +08:00
DB p
fd395c13b0 Adjust non-media icon sizes 2022-12-07 03:29:52 +09:00
DB p
d52496b9f4 Merge branch 'ImagePreview' of https://github.com/onesounds/Flow.Launcher into ImagePreview 2022-12-07 03:04:51 +09:00
DB p
46f8d42ec6 - Changed UWP preview target image 2022-12-07 03:04:41 +09:00
Vic
05dca1aebc Merge branch 'ImagePreview' of https://github.com/onesounds/Flow.Launcher into pr/1360 2022-12-07 01:18:57 +08:00
Vic
7362bd26cf Remove LocationConverter 2022-12-07 01:09:26 +08:00
Vic
7bc4cfb964 Hide Browse Button when editing win32 or uwp 2022-12-07 00:48:42 +08:00
Vic
1990226c71 Fix item can't be unselected after editing Location 2022-12-07 00:35:41 +08:00
Vic
cca10ca5a0 Move show msgbox to view 2022-12-06 22:57:43 +08:00
Vic
bfb29e384d Fix Hashcode 2022-12-06 22:47:27 +08:00
Vic
66dee47edc Refactor AddProgramSource dialog 2022-12-06 20:34:40 +08:00
DB P
fa84f4481c
Merge branch 'dev' into ImagePreview 2022-12-06 06:17:07 +09:00
Jeremy Wu
51595ad7b9
New Crowdin updates (#1578)
* New translations en.xaml (Spanish (Modern))
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Portuguese)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
Co-authored-by: Hongtao Zhang <hongtao_zhang@outlook.com>
2022-12-05 20:05:17 +02:00
Vic
6c54ad8589 refactor preview info 2022-12-05 16:01:20 +08:00
Vic
53b17816c7 Renaming method and property 2022-12-05 14:07:35 +08:00
Vic
2194e3c5ec Preview image for explorer 2022-12-05 13:59:24 +08:00
Vic
ce2948e1e0 Merge branch 'ImagePreview' of https://github.com/onesounds/Flow.Launcher into pr/1360 2022-12-05 13:40:41 +08:00
Vic
ccab608331 fix unnecessary using 2022-12-05 13:22:00 +08:00
VictoriousRaptor
e2a46ed8e3
Merge branch 'dev' into ImagePreview 2022-12-05 13:20:35 +08:00
Hongtao Zhang
ee9c53d2f9
Add CopyText in Explorer Result 2022-12-04 21:46:11 -06:00
Jeremy
bcc801321e remove IIndexProvider.cs removal section in project file 2022-12-05 09:29:44 +11:00
Jeremy
08b8cdadb2 remove duplicate Everything dll copy in project file 2022-12-05 09:19:15 +11:00
Jeremy
5c4b78507c remove unnecessary Everything installation during startup 2022-12-05 08:55:35 +11:00
Jeremy
74ea629c55 search window hides when prompted to install, remove threading 2022-12-05 08:46:19 +11:00
Jeremy
caf200b644 move System.Linq.Async to Explorer project 2022-12-05 08:45:44 +11:00
Jeremy
797464d356 remove unnecessary show Windows index state in context menu option 2022-12-05 07:06:20 +11:00
Jeremy
e1c4ee0208 fix Windows context menu Segoe Fluent Icon 2022-12-05 06:32:25 +11:00
Hongtao Zhang
af07c3835a
cleanup code 2022-12-04 11:39:53 -06:00
Hongtao Zhang
c6a47b0b9e
add membernotnull attribute and small refactor 2022-12-04 11:38:19 -06:00
Hongtao Zhang
281f4db5f8
fix enable not working at the first time (also refactor a little bit code) 2022-12-04 01:47:48 -06:00
Kevin Zhang
435144b440
Merge branch 'dev' into explorerMerge 2022-12-03 13:53:48 -06:00
Hongtao Zhang
e9d8579bbd
fix concurrency issue (really potentially) 2022-12-03 13:50:30 -06:00
Hongtao Zhang
4a0ee9b4fc
fix concurrency issue (potentially) 2022-12-03 13:44:43 -06:00
Vic
564721bd2f Set preview image for uwp apps 2022-12-03 13:01:51 +08:00
Jeremy
605db6095a add icon for Everything's content search warning 2022-12-02 09:04:13 +11:00
Jeremy
355035eefa re-add warning when Windows Index service is off as a search result 2022-12-01 23:03:18 +11:00
DB P
f54831020f
Merge branch 'dev' into ImagePreview 2022-12-01 16:34:25 +09:00
Jeremy Wu
b0297d31ad
Merge pull request #1581 from VictoriousRaptor/RefactorUWP
Refactor UWP class in Program plugin
2022-11-30 20:38:21 +11:00
Jeremy
5ac2366697 allow path to be searchable in quick access list 2022-11-30 08:21:47 +11:00
Jeremy
a8d6e8df64 only display quick access list when action keyword is used 2022-11-30 08:21:17 +11:00
Jeremy
9fdf220e09 trigger general search only when action keywords match 2022-11-30 07:42:59 +11:00
Hongtao Zhang
d74a635f46
use nint instead of ulong 2022-11-29 08:37:58 -06:00
Hongtao Zhang
b45b5fbcbd
use ulong instead of int to prevent overflow (if possible let's use nint but now we have some issue with it) 2022-11-29 08:26:10 -06:00
DB p
90f6176d1a Merge branch 'explorerMerge' of https://github.com/Flow-Launcher/Flow.Launcher into explorerMerge 2022-11-29 19:50:56 +09:00
DB p
c820bc139c Fix Context Menu Image Icon 2022-11-29 19:50:53 +09:00
Vic
ed0b3608ab Hide open windows index context menu when result is not from it 2022-11-29 18:46:37 +08:00
Vic
724160d2f0 Hide openwith editor when editor path is null or empty 2022-11-29 18:29:18 +08:00
Vic
592b838f3e Fix hard-coded translation 2022-11-29 18:13:55 +08:00
Vic
422307d507 formatting 2022-11-29 17:56:56 +08:00
Vic
416fcd1881 set desired size to 64x64 2022-11-29 17:50:49 +08:00
Vic
a2d57c14bf Fix xpath issue 2022-11-29 17:49:36 +08:00
Jeremy
a4ca486a6c formatting 2022-11-29 20:44:28 +11:00
Jeremy
0e555b5224 fix Windows Indexed Content search not triggering 2022-11-29 20:33:22 +11:00
Vic
713c586b9f Fix IDE0005 2022-11-29 14:40:50 +08:00
Vic
f9fbd08873 Delete unused file 2022-11-29 14:38:09 +08:00
Vic
2fd241d776 Use search pattern in Directory.EnumerateFiles 2022-11-29 14:34:15 +08:00
Vic
78bc3f4809 Prepare for preview panel 2022-11-29 12:30:36 +08:00
Vic
f40f41628d Comment legacy logo code 2022-11-29 12:12:09 +08:00
Vic
76f5c6c5ab Revert "Remove Uwp Icon's Backgorund color" to avoid conflict
This reverts commit 48c67c7ab7.
2022-11-29 11:55:21 +08:00
Hongtao Zhang
22bc292aa9
Add try catch to encounter dllnotfound issue and move warning string to resource 2022-11-28 21:38:27 -06:00
Hongtao Zhang
acc7d5171b
Remove legacy code and slightly refactor 2022-11-28 21:38:27 -06:00
Jeremy Wu
3acda2e165 remove compatibility code 2022-11-29 13:14:48 +11:00
Hongtao Zhang
8302ff8570
Rename path Enumeration Engine to Directory Recursive Search Engine 2022-11-28 18:41:35 -06:00
Hongtao Zhang
bec27f491d
Adjust naming and remove Use Index Search For Path Search option 2022-11-28 17:54:06 -06:00
Hongtao Zhang
158ee5fd38
Remove legacy initialization 2022-11-28 17:49:53 -06:00
Hongtao Zhang
f163ead486
Remove Launch Hidden feature 2022-11-28 17:49:06 -06:00
Kevin Zhang
718ed33321
Merge branch 'dev' into explorerMerge 2022-11-28 16:24:11 -06:00
Vic
7299833529 Formatting 2022-11-29 02:14:43 +08:00
Vic
da19788df1 Fix potential null reference 2022-11-29 02:06:11 +08:00
Vic
a9c271502a Reuse LogoPathFromUri() for preview image 2022-11-29 01:48:04 +08:00
Vic
202c660ee6 Log exceptions when initing apps 2022-11-29 01:46:48 +08:00
Vic
df30ec9742 Init apps after construction 2022-11-29 01:22:28 +08:00
Vic
b50f43ae7c Remove ApplicationActivationHelper 2022-11-29 01:02:53 +08:00
Vic
07a68ed192 Use imageloader to load icon 2022-11-28 22:55:10 +08:00
Vic
0374e9f56f set default values of fields 2022-11-28 22:13:55 +08:00
Vic
54f408aead comment unused 2022-11-28 22:09:55 +08:00
Vic
cd801e8ae7 Get uwp logo from xml 2022-11-28 22:01:16 +08:00
DB p
9ba7cb0794 Add 'Installing Plugin' string / Adjust Notification 2022-11-28 21:51:14 +09:00
Vic
a62ea0e989 Remove UWP member in Application 2022-11-28 19:06:16 +08:00
Vic
97d6b6e234 fix typo 2022-11-28 18:47:27 +08:00
Vic
e098426f5c Parse Appmanifest.xml 2022-11-28 18:46:48 +08:00
Vic
e4733207b3 Use AppListEntry to construct app 2022-11-28 18:43:56 +08:00
Vic
6fdf2f101b Avoid unnecessary logo finding 2022-11-28 17:48:27 +08:00
Vic
afc0946eda Use winRT api for uwp info and logo 2022-11-28 15:51:28 +08:00
Jeremy Wu
4d91e1086f
Merge pull request #1395 from onesounds/BookmarkSettingPanel
Loading bookmarks by browser
2022-11-28 13:32:56 +11:00
DB P
f59cfc0be2
Merge branch 'dev' into ImagePreview 2022-11-27 16:02:06 +09:00
Jeremy Wu
748e7f11ef
New Crowdin updates (#1577)
* New translations en.xaml (Spanish, Latin America)
[ci skip]

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

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

Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2022-11-26 21:54:46 +02:00
DB p
48c67c7ab7 Remove Uwp Icon's Backgorund color 2022-11-27 03:28:25 +09:00
Jeremy Wu
553e5f2b1c
New Crowdin updates (#1573)
* New translations en.xaml (French)

* New translations en.xaml (German)

* New translations en.xaml (Italian)

* New translations en.xaml (Danish)

* New translations en.xaml (Japanese)

* New translations en.xaml (Dutch)

* New translations en.xaml (Polish)

* New translations en.xaml (Portuguese)

* New translations en.xaml (Russian)

* New translations en.xaml (Slovak)

* New translations en.xaml (Turkish)

* New translations en.xaml (Ukrainian)

* New translations en.xaml (Chinese Simplified)

* New translations en.xaml (Chinese Traditional)

* New translations en.xaml (Portuguese, Brazilian)

* New translations en.xaml (Norwegian Bokmal)

* New translations en.xaml (Serbian (Latin))

* New translations en.xaml (Spanish, Latin America)

* New translations en.xaml (Portuguese)

* New translations en.xaml (Spanish (Modern))

* New translations en.xaml (Korean)
2022-11-26 18:18:48 +02:00
DB P
ab54833bb5
Merge branch 'dev' into ImagePreview 2022-11-27 00:54:15 +09:00
Vic
c95c276ac7 fix typo 2022-11-26 11:43:35 +08:00
Hongtao Zhang
9267938018
Append Result for everything error and windows index error 2022-11-25 13:25:12 -06:00
DB p
14bb856639 Merge Dev 2022-11-25 21:30:17 +09:00
DB P
982783b800
Merge branch 'dev' into BookmarkSettingPanel 2022-11-25 19:28:41 +09:00
Jeremy Wu
63a05fc1d6
Merge pull request #1570 from onesounds/ChangeWindowSettingKeyword
Change Windows Settings plugin Keyword to s from *
2022-11-25 20:26:52 +11:00
DB p
289bdad33a keyword change to s from ws 2022-11-25 17:44:02 +09:00
Kevin Zhang
5b2990cbe9
Merge pull request #1568 from VictoriousRaptor/FixNewCultureInfo
[Dev] Fix new culture info
2022-11-24 23:49:13 -06:00
DB p
e38a3b0505 Change Keyword to ws from * 2022-11-25 14:08:37 +09:00
Vic
30987f9c95 Use DefaultThreadCurrentCulture for culture in app domain 2022-11-25 12:11:24 +08:00
Jeremy Wu
5bc6acff8b
Merge pull request #1351 from Flow-Launcher/handle-icon-urls
Allow plugins to use web URL's for icon paths
2022-11-25 13:50:30 +11:00
Hongtao Zhang
786e9427d9
Apply IndexSearchExcludedPaths to Index Search in a unified way 2022-11-24 17:06:22 -06:00
Hongtao Zhang
2da557c2db
fix path equality check 2022-11-24 16:46:33 -06:00
Hongtao Zhang
ec810865cc
Port Everything string 2022-11-24 15:09:02 -06:00
Hongtao Zhang
f3fe26bd55
Adjust ComboBox binding 2022-11-24 15:08:54 -06:00
Hongtao Zhang
5f9703ee88
Merge remote-tracking branch 'origin' into explorerMerge 2022-11-24 14:54:36 -06:00
Jeremy Wu
e5948a70c4 Merge branch 'dev' into handle-icon-urls 2022-11-22 20:06:47 +11:00
VictoriousRaptor
25e3825fa0
Merge branch 'dev' into ProgramIndexPATH 2022-11-21 19:39:24 +08:00
Vic
2b14d5b140 Distinguish .lnks by arguments 2022-11-21 19:36:11 +08:00
Jeremy Wu
9b9704cca7
Merge pull request #1562 from VictoriousRaptor/ProgramIndexPATH
[Dev] Use path of lnk file when launching proram
2022-11-21 22:08:16 +11:00
Vic
626e8b1f42 Eliminate warning 2022-11-21 18:11:53 +08:00
Vic
1b51a461dc Use path of lnk to execute program 2022-11-21 18:05:35 +08:00
DB p
cdb583cb59 Merge Dev 2022-11-19 00:08:10 +09:00
DB P
414e55c97d
Merge branch 'dev' into handle-icon-urls 2022-11-18 22:41:45 +09:00
DB p
4ba027d5e2 Adjust Center Line 2022-11-18 18:12:10 +09:00
DB p
16abd9d4f0 Fix Button Moving in programSetting panel 2022-11-18 16:22:19 +09:00
DB p
c57a2be5f0 Adjust Button Template 2022-11-18 16:07:43 +09:00
DB p
6e5cbb99a9 Merge branch 'FixNarrowSizes' of https://github.com/onesounds/Flow.Launcher into FixNarrowSizes 2022-11-18 15:28:19 +09:00
DB p
65920a50a5 Fix ProgramSetting's Button Area 2022-11-18 15:28:16 +09:00
DB P
2e1020f098
Merge branch 'dev' into FixNarrowSizes 2022-11-18 15:20:18 +09:00
DB p
d3ebeb2814 Change Constant Tooltips to String 2022-11-18 14:13:57 +09:00
DB P
e011b718e2
Merge branch 'dev' into explorerMerge 2022-11-18 14:02:28 +09:00
DB p
087df5143e Changed ActionKeywordWindow to Responsive (Explorer Plugin) 2022-11-18 13:26:29 +09:00
Vic
4845e35d71 Fix subpath detection in PATH 2022-11-18 12:11:24 +08:00
Garulf
ce529199dc
Merge branch 'dev' into handle-icon-urls 2022-11-17 14:31:23 -05:00
Vic
9dcf030e8a formatting 2022-11-18 01:42:15 +08:00
Vic
db8ba91558 Fix subpath 2022-11-18 01:39:42 +08:00
Vic
8bac95db66 fix typo 2022-11-18 01:16:57 +08:00
Vic
b120c2358b Adjust text for protocol tooltip
Try to avoid situation like http matches https
2022-11-17 23:22:12 +08:00
Vic
118e100140 Fix opening containing folder for lnk
open parent dir of .lnk instead of its target
2022-11-17 23:16:11 +08:00
Vic
5f2b944245 Only watch user specified extensions 2022-11-17 17:39:09 +08:00
Vic
e5f82eb0d9 Revert "non-recursive monitor for custom source"
This reverts commit 0e18c08798.
2022-11-17 16:55:53 +08:00
Vic
0e18c08798 non-recursive monitor for custom source 2022-11-17 16:49:10 +08:00
Vic
fed130b0ce Filter common parent for PATH and custom sources 2022-11-17 16:22:05 +08:00
Vic
e69926ec44 Renaming functions 2022-11-17 16:02:39 +08:00
Vic
5f85694142 get common parents for program sources 2022-11-17 15:50:54 +08:00
Vic
519702cd6f handing exception 2022-11-17 15:41:25 +08:00
Vic
3347e9f39e Refactor 2022-11-17 15:04:09 +08:00
Vic
d661836cad re-organize linq 2022-11-17 14:32:29 +08:00
Vic
d1e8bbf9ff Remove toarray() in ProgramsHasher 2022-11-17 01:27:58 +08:00
DB P
6b85e1abf1
Merge branch 'dev' into ImagePreview 2022-11-16 13:12:37 +09:00
Vic
440e477927 fix deleting folder 2022-11-15 18:48:48 +08:00
Vic
f92760f80e Merge remote-tracking branch 'upstream/dev' into FixBookmarkDependencies 2022-11-15 18:19:28 +08:00
Vic
364c180926 Revert "Use runtimeidentifier"
This reverts commit d7f966e486.
2022-11-15 18:08:41 +08:00
VictoriousRaptor
a2c967d317
Merge branch 'dev' into FixProgramUID 2022-11-15 01:13:09 +08:00
DB p
396f85f97f Fix Height 2022-11-15 01:55:51 +09:00
Vic
46b9565b85 formatting 2022-11-15 00:48:24 +08:00
Vic
7f586b3106 make name not null 2022-11-15 00:43:37 +08:00
Vic
5c62c5ac9b Fix disabled source 2022-11-15 00:07:12 +08:00
DB p
3cb8bf297e Fix TextBox Size 2022-11-15 00:26:34 +09:00
DB p
bb038d244f Adjust Layout 2022-11-15 00:23:39 +09:00
DB p
c7eb4e213c Merge Dev 2022-11-15 00:23:27 +09:00
DB p
7d769c5922 Change the Add program source window to responsive 2022-11-15 00:09:04 +09:00
Vic
d7f966e486 Use runtimeidentifier 2022-11-14 22:46:06 +08:00
Vic
0ae30bd7ec Fix sqlite dependencies dll 2022-11-14 21:43:09 +08:00
Jeremy Wu
167e180487
Merge pull request #1482 from Flow-Launcher/dependabot/nuget/System.Data.SQLite.Core-1.0.116
Bump System.Data.SQLite.Core from 1.0.114.3 to 1.0.116
2022-11-14 20:57:08 +11:00
Vic
f5701d44ac fix merge 2022-11-14 15:27:06 +08:00
Vic
2ea310ce37 Merge remote-tracking branch 'upstream/dev' into FixProgramUID 2022-11-14 15:25:40 +08:00
DB p
80db9b8592 Merge Dev 2022-11-14 02:02:49 +09:00
VictoriousRaptor
2263c94010
Merge branch 'dev' into SearchProgramsInPATH 2022-11-13 16:36:31 +08:00
VictoriousRaptor
c8b80f42b4
Merge branch 'dev' into FixProgramUID 2022-11-13 16:36:16 +08:00
Hongtao Zhang
169857bb4b
Merge remote-tracking branch 'origin/dev' into handle-icon-urls
# Conflicts:
#	Flow.Launcher/ViewModel/ResultViewModel.cs
2022-11-11 16:45:41 -06:00
Kevin Zhang
36a35a1c01
Merge branch 'dev' into explorerMerge 2022-11-11 11:14:42 -06:00
Vic
a67e719c8a merge fix 2022-11-08 13:32:55 +08:00
DB p
318ec131ee - Changed Expander to Tabcontrol / Add Strings
- Adjust Tabcontrol templates (releated settingwindow)
2022-11-07 17:48:58 +09:00
Kevin Zhang
c744f4cf0f
Merge branch 'dev' into BookmarkSettingPanel 2022-11-06 10:33:18 -06:00
Kevin Zhang
e77be5e3da
Merge branch 'dev' into dependabot/nuget/System.Data.SQLite.Core-1.0.116 2022-11-06 10:27:05 -06:00
VictoriousRaptor
4062ce6f9e
Merge branch 'dev' into SearchProgramsInPATH 2022-11-05 14:53:14 +08:00
Vic
b54dab5c87 adjust texts 2022-11-05 14:48:59 +08:00
Vic
59c355eed2 remove unused property 2022-11-05 13:48:16 +08:00
Vic
1e8cc9afb5 Slightly speed up uwp index 2022-11-05 13:21:57 +08:00
DB p
d2cb9c073a Adjust Setting Panel Layout 2022-11-05 13:59:01 +09:00
Hongtao Zhang
c7743236c3
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into explorerMerge 2022-11-04 13:17:31 -05:00
Vic
cdde5fae2e Update Win32.cs 2022-11-04 17:09:23 +08:00
Vic
44c541bd1e Fix path case in comparison 2022-11-04 16:01:14 +08:00
Vic
8d4a21ed95 Merge remote-tracking branch 'upstream/dev' into FixProgramIcons 2022-11-04 15:39:16 +08:00
Vic
0079a882be minor refactor 2022-11-04 14:57:57 +08:00
Hongtao Zhang
8b856c223e
fix edit & remove for IndexExcludedPath 2022-11-04 01:29:18 -05:00
Hongtao Zhang
cc79079045
Add sdk files 2022-11-04 01:19:14 -05:00
Vic
5f6bcdef6e Comment 2022-11-04 14:17:37 +08:00
Vic
ff430c71d3 Fix duplicate program sources when editing 2022-11-04 14:15:42 +08:00
Hongtao Zhang
e41691d10f
Fix everything sdk issue & a null reference issue 2022-11-04 01:06:56 -05:00
Hongtao Zhang
569cc19001
Fix setting issue and everything sdk issue 2022-11-04 00:58:07 -05:00
Hongtao Zhang
970fcd8f14
Fix testing and remove obsolete method 2022-11-03 23:57:47 -05:00
Vic
b8a68febcd Check after merging all win32 programs 2022-11-04 01:50:28 +08:00
Vic
4725b0df07 Implement object.Equals for uwp and win32 2022-11-04 00:47:52 +08:00
Vic
165aa90da1 Fix indexing unwanted protocols in custom sources 2022-11-03 18:41:58 +08:00
Vic
85256ef42f Comments 2022-11-03 18:38:36 +08:00
Vic
7d27d735e2 Delete FileChangeWatcher.cs 2022-11-03 18:24:37 +08:00
Vic
befa19c4bb remove unnecessary using 2022-11-03 18:20:13 +08:00
Vic
55bc7cde97 formatting 2022-11-03 18:07:28 +08:00
Vic
187b195ff4 use ExeProgram for .exe 2022-11-03 18:03:29 +08:00
Vic
4d63895919 Formatting and use default for invalid programs 2022-11-03 17:59:37 +08:00
Vic
32f7c59d93 Merge remote-tracking branch 'upstream/dev' into FixProgramUID 2022-11-03 17:41:06 +08:00
Vic
b0a4ac7996 Enable parallel query for custom sources 2022-11-03 17:40:16 +08:00
Vic
36f67b8f32 refactor usage of getprotocols 2022-11-03 17:33:38 +08:00
Vic
a523584c67 Fix indexing unwanted protocols in custom sources 2022-11-03 17:31:52 +08:00
Vic
e065743957 remove await to speedup startup 2022-11-02 18:11:14 +08:00
Vic
f8346e4c18 Merge update 2022-11-02 14:12:42 +08:00
Vic
da755fa8c7 Index .url files in PATH 2022-11-02 14:07:56 +08:00
Vic
d18189105e Merge branch 'dev' into SearchProgramsInPATH 2022-11-02 14:06:22 +08:00
Vic
e1220eefcf Merge branch 'dev' into FixProgramIcons 2022-11-02 14:00:08 +08:00
Vic
f6c842de2d Merge dev 2022-11-02 13:58:56 +08:00
VictoriousRaptor
171ac0762f
Merge branch 'dev' into Fix-1476 2022-11-02 13:28:19 +08:00
Vic
51f5b428eb Text update 2022-11-02 13:17:42 +08:00
Vic
a3a50cd4bd Backward compatibilty 2022-11-02 12:17:51 +08:00
DB P
7031971fcd
Merge branch 'dev' into SearchProgramsInPATH 2022-11-02 12:23:37 +09:00
DB p
7f322fe73c Adjust Checkboxes layout 2022-11-02 12:20:26 +09:00
Jeremy Wu
81555ecdb5
formatting 2022-11-02 08:18:10 +11:00
Vic
cc65562511 Save settings 2022-11-01 20:02:21 +08:00
Vic
f4b933ad5e Fix UI layout 2022-11-01 18:30:26 +08:00
Vic
88d6b0a9cd enable path by default 2022-11-01 01:37:31 +08:00
Vic
2d0f42590a fix separator 2022-11-01 01:36:19 +08:00
Vic
24afcb22a1 minor fix 2022-11-01 01:18:54 +08:00
Vic
ac7a1a7ce8 Revert "Remove duplicate win32 programs"
This reverts commit d5d141f9db.
2022-10-31 22:02:10 +08:00
Vic
0ab82de704 Try to find logo closest to 44x44 2022-10-31 20:03:34 +08:00
Kevin Zhang
ff2ebc87a8
Merge branch 'dev' into handle-icon-urls 2022-10-30 14:50:31 -05:00
Hongtao Zhang
e9bf62ed08
Revert "Merge branch 'handle-icon-urls' of https://github.com/Flow-Launcher/Flow.Launcher into handle-icon-urls"
This reverts commit cae0b7be77, reversing
changes made to ba0aee14ba.
2022-10-30 14:23:04 -05:00
Vic
902c88df63 fix typo 2022-10-31 01:57:24 +08:00
Vic
c194d21948 Fix IcoPath for epic urls 2022-10-31 01:52:03 +08:00
Vic
70b0e3bc2c Fix uid change when editing uwp sources 2022-10-30 18:43:44 +08:00
Vic
134870815a revert 2022-10-30 02:49:33 +08:00
Vic
a5d7005497 refactor foreach 2022-10-30 02:42:35 +08:00
Vic
4296652edf Time when manually reindex 2022-10-30 02:37:22 +08:00
Vic
0b247db1b2 minor changes 2022-10-30 01:27:41 +08:00
Vic
3af296e4d7 Try to get 44x44 logo 2022-10-29 02:04:26 +08:00
Vic
cc7d2bc855 Fix location setter and uid case 2022-10-28 20:00:38 +08:00
Vic
3efa0e185d Remove DisabledProgramSource 2022-10-28 18:06:44 +08:00
Vic
6e19b49f91 Freeze logo 2022-10-28 16:50:08 +08:00
Vic
efece39c1e Fix var for task.run 2022-10-28 16:44:44 +08:00
Vic
8ac873b953 remove comments 2022-10-28 16:25:28 +08:00
Vic
874383bd07 bugfix and refactor
1. Fix issues with uid.
2. Implement #1486.
2022-10-25 17:39:01 +08:00
Vic
2f9b19ddfc Fix 1356 2022-10-25 15:27:47 +08:00
Vic
0a19b02792 Fix merge 2022-10-25 14:53:59 +08:00
Vic
184aa57db9 Merge branch 'FixProgramPluginSettings' into FixProgramUID 2022-10-25 14:20:01 +08:00
VictoriousRaptor
af7539a218
Merge branch 'dev' into dev 2022-10-25 01:19:14 +08:00
Vic
1aa3668ea4 bugfix 2022-10-25 01:13:36 +08:00
Vic
440337ba22 bugfix 2022-10-25 00:09:20 +08:00
Vic
cd6c4ddb5e revert rename 2022-10-24 23:31:53 +08:00
Vic
d7d863547c comment 2022-10-24 23:31:02 +08:00
Vic
cb295bbd90 Refactor 2022-10-24 23:26:41 +08:00
Vic
8a4ff3bada use shallow copy 2022-10-24 23:16:09 +08:00
Vic
9bf1645a40 Use String.Equals 2022-10-24 23:06:37 +08:00
Vic
c8dfd565e5 Check if url field is null 2022-10-24 21:50:31 +08:00
Vic
31453e5942 Review update 2022-10-24 14:31:19 +08:00
Vic
568dced4bb Check null 2022-10-24 14:14:23 +08:00
Vic
2ba155944a bugfix 2022-10-24 14:00:02 +08:00
Vic
6f46504d18 Adjust text 2022-10-23 22:57:28 +08:00
Vic
642ea4a290 bugfix 2022-10-23 22:09:22 +08:00
Vic
5103b2b712 Update text 2022-10-23 20:05:51 +08:00
Vic
1715f8145d protocols setting 2022-10-23 20:01:18 +08:00
Vic
b77a8f755a Fix suffixes 2022-10-23 18:50:38 +08:00
Vic
d13c3817e4 Data binding for suffixes 2022-10-23 17:29:37 +08:00
DB p
d5be961975 Adjust margin 2022-10-22 18:17:33 +09:00
DB p
24ad8ed816 Adjust Strings and add guide text 2022-10-22 18:02:20 +09:00
DB p
c27761e59d - Adjust Strings
- Add Auto Hide Styles
2022-10-22 17:21:45 +09:00
DB p
b559ad1980 Adjust Text / Change Button / Add Layout 2022-10-22 15:39:40 +09:00
Vic
84b1c26369 Fix image file usage
See https://github.com/microsoft/PowerToys/pull/5109
2022-10-22 00:28:17 +08:00
Vic
d92ea580b2 CA1822 2022-10-21 18:39:03 +08:00
Vic
3362d1cba7 CA1825 2022-10-21 18:35:10 +08:00
Vic
02b23756ff set AppxPackageHelper to static 2022-10-21 18:34:49 +08:00
Vic
e72810ca2c Temporary fix for sharing violation
Sharing violation may occur when reindexing after deleting user added source, causing some uwp programs can't be indexed. Don't actually know why it happens. Try to fix it.
2022-10-21 15:45:00 +08:00
Vic
d533c5ee93 Try to find in Assets\ if logo doesn't exist 2022-10-21 01:01:07 +08:00
Vic
cbcae41d0a bugfix 2022-10-20 20:54:16 +08:00
Vic
463f417a42 bugfix 2022-10-20 18:16:46 +08:00
Vic
8a488ad88e CA1829 2022-10-20 17:22:31 +08:00
Vic
cc1e32333c Remove unnecessary Count() 2022-10-20 17:21:36 +08:00
Vic
7832ab6898 Remove ProgramSource() 2022-10-20 17:15:16 +08:00
Vic
bc54b07fdc manually set win32 uid when construct 2022-10-20 17:00:18 +08:00
Vic
4da7a5e078 Remove DisabledProgramSource() 2022-10-20 16:55:14 +08:00
Vic
db67d3b925 Remove unnecessary Count() 2022-10-20 16:47:49 +08:00
Vic
4f2dc062d2 fix 2022-10-20 16:36:58 +08:00
Vic
c85af888f9 Make UID lowercase 2022-10-20 16:31:26 +08:00
Vic
81d295498b Move ProgramSource definition 2022-10-20 16:15:56 +08:00
Vic
f806c23e57 Fix UWP icon missing issue 2022-10-20 02:30:58 +08:00
Vic
2672460cc8 Remove unused using 2022-10-19 18:53:12 +08:00
Vic
6791579494 Use Linq 2022-10-19 18:53:12 +08:00
Vic
d5d141f9db Remove duplicate win32 programs 2022-10-19 18:53:12 +08:00
Vic
4334d28dc2 Change UI 2022-10-19 18:53:12 +08:00
Vic
afa01559b0 Text key update 2022-10-19 18:53:12 +08:00
Vic
a171addf4c Disable recursive search for PATH folders 2022-10-19 18:53:12 +08:00
Vic
d90d115654 minor fix 2022-10-19 18:53:12 +08:00
Vic
e6c933851a Fix typo 2022-10-19 18:53:12 +08:00
Vic
13a8f82bfe Add PATH environment variable to program source 2022-10-19 18:53:12 +08:00
DB p
4d75e1b29a Removed ColorProfile in ControlPanelIcon 2022-10-19 14:08:28 +09:00
dependabot[bot]
521e8976be
Bump Mages from 2.0.0 to 2.0.1
Bumps [Mages](https://github.com/FlorianRappl/Mages) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/FlorianRappl/Mages/releases)
- [Changelog](https://github.com/FlorianRappl/Mages/blob/devel/CHANGELOG.md)
- [Commits](https://github.com/FlorianRappl/Mages/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: Mages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 21:06:58 +00:00
Vic
58ad92b812 Revert changes in Settings.cs 2022-10-18 21:46:28 +08:00
Vic
fac76af685 Reindex when disable program from results 2022-10-18 21:30:55 +08:00
Vic
bcd2b8d658 bugfix 2022-10-18 20:25:43 +08:00
Vic
569f69a270 bugfix 2022-10-18 20:07:43 +08:00
Vic
dcec3611de Fix button text issue 2022-10-18 19:28:12 +08:00
Vic
3196dc559a Update text 2022-10-18 19:21:10 +08:00
Vic
c56c343ed6 Add Checkbox to edit program source window
1. Add Checkbox to edit program source window
2. Double click item to edit
2022-10-18 19:21:10 +08:00
dependabot[bot]
f623352539
Bump System.Data.SQLite.Core from 1.0.114.3 to 1.0.116
Bumps System.Data.SQLite.Core from 1.0.114.3 to 1.0.116.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 22:37:23 +00:00
Tai Le
750cfa44c1 Support .url file 2022-10-16 16:25:47 +07:00
Hongtao Zhang
2189eaaa0c
Allow user to disable loading bookmark from certain browser 2022-10-12 16:11:15 -05:00
DB p
c79c1adfa9 Change Delete Icon to RecycleBin 2022-10-11 12:37:39 +09:00
Hongtao Zhang
2a2514d1a9
Reformat some code 2022-10-10 11:11:48 -05:00
Hongtao Zhang
d3ea580c3e
Fix merge issue 2022-10-10 11:08:49 -05:00
Hongtao Zhang
5ea6c54d38
Merge remote-tracking branch 'origin/dev' into explorerMerge
# Conflicts:
#	Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
2022-10-10 11:03:19 -05:00
Jeremy Wu
8b78288afd
New Crowdin updates (#1429)
* New translations en.xaml (Spanish, Latin America)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Chinese Simplified)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Slovak)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Portuguese)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Chinese Simplified)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Italian)
[ci skip]

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

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

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

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

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

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

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

* New translations Resources.resx (Slovak)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2022-10-06 06:20:08 +03:00
Jeremy Wu
bf15720b9b
remove left over language keys 2022-10-05 19:57:11 +11:00
DB p
d2578104bc Adjust Commands 2022-10-05 12:40:11 +09:00
DB p
3bbe894f11 Remove Commands 2022-10-05 12:37:50 +09:00
DB p
8049a5c69d Merge branch 'OpenRecycleBinCommand' of https://github.com/onesounds/Flow.Launcher into OpenRecycleBinCommand 2022-10-04 14:19:25 +09:00
DB p
405e3f0851 Change shellcommand 2022-10-04 14:19:21 +09:00
DB P
c65ca18338
Merge branch 'dev' into OpenRecycleBinCommand 2022-10-02 14:36:39 +09:00
Hongtao Zhang
6817260af3
make windows index the default search engine 2022-10-01 23:42:39 -05:00
DB P
aaf5e9f4a5
Merge branch 'dev' into ImagePreview 2022-10-02 12:35:45 +09:00
Kevin Zhang
8e05f312af
Merge pull request #1383 from Sparrkle/ProgressBarBindingError
Fixed Progressbar Binding Error (ProgressBar Value is Not Nullable)
2022-09-30 21:24:56 -05:00
DB P
e0c3fa893c
- Change EN Guide websearch plugin (#1430)
- Change URL Text to Selectable
2022-09-30 21:23:36 -05:00
Vic
1f0bd82fe9 Change hard-coded strings in WindowsSettings plugin to translated 2022-09-30 11:11:53 -05:00
Sparrkle
63f1dd971e
Merge branch 'dev' into ProgressBarBindingError 2022-09-30 10:00:27 +09:00
Sparrkle
3e6c869472 Merge branch 'ProgressBarBindingError' of https://github.com/Sparrkle/Flow.Launcher into ProgressBarBindingError 2022-09-30 09:58:38 +09:00
Sparrkle
ab1ddbb6c5 Change ProgressBar Value to Nullable. 2022-09-30 09:58:33 +09:00
DB P
98d8601e4d
Merge pull request #1 from VictoriousRaptor/RemoveSegoeUI
Remove all Segoe UI usage.
2022-09-29 15:29:19 +09:00
Vic
f0d6961ede Remove all Segoe UI usage. 2022-09-29 14:00:53 +08:00
Sparrkle
33ada18b66
Merge branch 'dev' into ProgressBarBindingError 2022-09-29 01:36:38 +09:00
Jeremy Wu
32a0195ea3
Merge pull request #1424 from Flow-Launcher/version_bump_plugins
[Dev] Version bump plugins
2022-09-29 01:35:42 +10:00
Jeremy Wu
8ded9d60f5
Merge pull request #1382 from onesounds/AdjustDesign
Adjust designs & Texts
2022-09-28 21:54:23 +10:00
Jeremy Wu
b902427815 version bump plugins 2022-09-28 19:13:35 +10:00
Jeremy Wu
7050c046e0
Merge pull request #1390 from Flow-Launcher/issue_1371
Use Search instead of SearchTerm[0] in PluginIndicator
2022-09-28 08:30:57 +10:00
Jeremy Wu
1dfada9243
Update README.md 2022-09-28 08:19:41 +10:00
DB p
65524981a4 change the 'settings' command's subtitle 2022-09-28 00:22:39 +09:00
Hongtao Zhang
d973826333
Remove extra information in subtitle (discussion #706)
Fix index search keyword not working
2022-09-24 14:31:32 -05:00
Hongtao Zhang
2c3df3f4db
Change signature back to string to accommodate async method.
Port open Windows Context Menu feature
2022-09-24 14:23:59 -05:00
Sparrkle
9d294ed71a
Merge Remote pattern 2022-09-21 19:21:28 -05:00
Hongtao Zhang
1622e57e78
Merge remote-tracking branch 'origin/dev' into explorerMerge 2022-09-21 19:19:13 -05:00
Hongtao Zhang
8b1c125bdf
Custom Exception & Some Refactor
- Try use ReadOnlySpan<char> instead of String for applicable API
- Use Customized Exception to return error result
2022-09-21 19:18:20 -05:00
Sparrkle
d9d2cfb8a0
Special character error in ole db query (#1381) 2022-09-21 16:07:05 -05:00
DB p
768c44567a Add Checkboxes and Adjust layout 2022-09-20 19:22:13 +09:00
Hongtao Zhang
3185e2d216
use Search instead of SearchTerm[0] to prevent empty search triggering error 2022-09-19 15:40:03 -05:00
DB p
bb0c57d3d2 - remove test customcontrol in program plugin
- change small icon in result to folder thumbnail
2022-09-16 20:33:54 +09:00
Sparrkle
314f2d6a90 Fixed Progressbar Binding Error (ProgressBar Value is Not Nullable) 2022-09-15 15:57:05 +09:00
Hongtao Zhang
733ebb8ac1
Add support for customized usercontrol 2022-09-13 17:34:11 -05:00
DB p
68f59dd924 changed "openmycomputer" string to "openmypc" 2022-09-13 09:13:39 +09:00
DB p
d59bc6320a Fix Recyclebin Glyph Icon 2022-09-13 09:11:17 +09:00
Hongtao Zhang
d973470465
Remove restriction for plugin panel height 2022-09-12 14:39:36 -05:00
Jeremy
e23eb94caf allow progress bar customisation via plugin 2022-09-12 08:05:03 +10:00
Hongtao Zhang
000c45bfa8
Refactor Explorer Code to fit the new architecture
1. Rename some method in QueryConstructor.cs by removing prefix and suffix
2. Split the logic of checking '>' to outer SearchManager.cs
3. Use IAsyncEnumerable for potential future improvement.
2022-09-10 10:45:41 -05:00
Jeremy Wu
b62ab1d0aa
formatting 2022-09-09 09:08:05 +10:00
DB p
eedcb4d8aa Add commands and icon update 2022-09-08 20:45:26 +09:00
DB p
930e4e8207 - Add Open RecycleBin
- Add Open Desktop
- Add Open My Computer
2022-09-08 17:43:25 +09:00
DB p
4bc3367e3f - Add 'Free Space in drive'
- when Type "d:\", showing graph with free space.
2022-09-06 23:59:33 +09:00
Jeremy
202821824d Merge remote-tracking branch 'origin/dev' into filewatcher 2022-08-30 06:19:41 +10:00
Hongtao Zhang
193ea552dd
Merge remote-tracking branch 'origin/dev' into explorerMerge
# Conflicts:
#	Flow.Launcher.Test/Plugins/ExplorerTest.cs
#	Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
2022-08-16 21:38:15 -04:00
Hongtao Zhang
6423143c5c
Implement Everything AutoInstall 2022-08-16 21:32:49 -04:00
Hongtao Zhang
4b6b10af02
Add Open with Shell for folder result 2022-08-16 20:52:53 -04:00
Hongtao Zhang
6a5509bc80
Add customized editor path 2022-08-16 18:51:03 -04:00
Hongtao Zhang
6df3bd8275
Add UseWpf option to csproj for Shell and sys plugin to resolve weird error for IDE 2022-08-16 18:46:23 -04:00
Hongtao Zhang
a3622d472e
Code Refactor with IAsyncEnumerable instead of Task<IEnumerable> 2022-08-16 18:45:36 -04:00
Jeremy Wu
b122dc35c6
New Crowdin updates (#1280)
* New translations en.xaml (Danish)
* New translations en.xaml (French)
* New translations Resources.resx (Polish)
* New translations en.xaml (French)
* New translations Resources.resx (French)
* New translations Resources.resx (Danish)
* New translations Resources.resx (German)
* New translations Resources.resx (Italian)
* New translations Resources.resx (Japanese)
* New translations Resources.resx (Korean)
* New translations Resources.resx (Dutch)
* New translations Resources.resx (Portuguese)
* New translations Resources.resx (Spanish, Latin America)
* New translations Resources.resx (Russian)
* New translations Resources.resx (Slovak)
* New translations Resources.resx (Turkish)
* New translations Resources.resx (Ukrainian)
* New translations Resources.resx (Chinese Simplified)
* New translations Resources.resx (Chinese Traditional)
* New translations Resources.resx (Portuguese, Brazilian)
* New translations Resources.resx (Norwegian Bokmal)
* New translations Resources.resx (Serbian (Latin))
* New translations Resources.resx (Spanish (Modern))
* New translations en.xaml (Japanese)
* New translations en.xaml (Korean)
* New translations en.xaml (German)
* New translations en.xaml (Italian)
* New translations en.xaml (Russian)
* New translations en.xaml (Dutch)
* New translations en.xaml (Polish)
* New translations en.xaml (Ukrainian)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Norwegian Bokmal)
* New translations en.xaml (Serbian (Latin))
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Portuguese, Brazilian)
* New translations en.xaml (Spanish, Latin America)
2022-08-17 01:15:04 +03:00
Oren Nachman
719fc99154 Combine string 2022-08-10 11:52:16 -07:00
Oren Nachman
30669e8c25 Further cleanups 2022-08-09 20:18:37 -07:00
Oren Nachman
13c70a9bb7 Remove unused code 2022-08-09 17:41:02 -07:00
Oren Nachman
03cedcc37e AllowedLanguage documentation 2022-08-09 16:38:43 -07:00
Oren Nachman
dbe2151810 Clean up exception throwing code for plugin loading 2022-08-09 16:31:29 -07:00
Oren Nachman
b38ffef23c Remove spuriously added discard (_=) for void call
Intellisense for the non-win
2022-08-08 17:48:17 -07:00
Oren Nachman
3648126854 Revert JSON Null change + fix more warnings
See comment inline re:JSON null
2022-08-08 17:35:38 -07:00
Oren Nachman
b85399137e Addressing more warnings 2022-08-08 14:55:04 -07:00
Oren Nachman
ffd877290d Addressing initial feedback 2022-08-08 11:27:11 -07:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Jeremy Wu
fee3d1da90 Merge branch 'master' into dev 2022-07-24 11:42:19 +10:00
Jeremy Wu
6dedb4fc40
Release 1.9.4 (#1287)
* Merge pull request #1205 from Flow-Launcher/fix_cmd_command_with_blank

Fix shell cmd command with quote and space

* Bump NuGet.CommandLine from 5.4.0 to 5.7.2 (#1241)

* Merge pull request #1098 from Flow-Launcher/ScrollToSelectedPlugin

Scroll to selected item when expanded or size changed

* fix RemoveOldQueryResults NullPointerException (#1204)

* Merge pull request #1005 from Flow-Launcher/KillProcess

Use Cancellation Token to avoid potential race tracing issue

* Merge pull request #1187 from Flow-Launcher/update_python_download_mirrors

Update Python download mirrors

* Merge pull request #1108 from Flow-Launcher/CalculatorDecimalSeparator

Respect Decimal Separator for query not just result

* Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell

Set Shell plugin's default replace Win R hotkey to off

* Merge pull request #1077 from Flow-Launcher/fix_explorer_button_visibility

Fix incorrect button visibility in Explorer's expander control

* Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index

Fix the use of index in path search

* Merge pull request #1071 from medlir/fix-browser-bookmarks-plugin-exception

avoid exception in ChromiumBookmarkLoader.cs

* Merge pull request #1056 from Flow-Launcher/fix_context_menu_typo

Fix typo for plugin title in context menu and WindowsSettings name

* Merge pull request #1119 from onesounds/antialising

Remove All Cleartype Rendering

* Version bump

* Remove Calculator plugin CopyText feature for 1.9.4 release
2022-07-24 11:39:31 +10:00
Jeremy Wu
a550e5818e
version bump 2022-07-18 06:38:46 +10:00
Jeremy Wu
a21a899c79 Merge remote-tracking branch 'origin/dev' into windowsSettingtranslationWarning 2022-07-18 06:33:15 +10:00
Jeremy Wu
f7b3871cf0
New Crowdin updates (#1258)
* New translations en.xaml (Chinese Traditional)
2022-07-05 08:09:30 +10:00
Kevin Zhang
86210d0cfb
Merge branch 'dev' into explorerMerge 2022-07-03 19:51:12 -05:00
Hongtao Zhang
d36d15c887
Further Refactor UI Code and Implement Engine Selection and Everything Setting UI 2022-07-03 19:50:19 -05:00
Jeremy Wu
3738c7a2b9
New Crowdin updates (#1254)
* New translations en.xaml (Spanish (Modern))

* New translations en.xaml (Slovak)

* New translations en.xaml (Portuguese)
2022-07-02 00:09:02 +10:00
Hongtao Zhang
70e9a0ca84
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into explorerMerge 2022-07-01 00:02:06 -05:00
Hongtao Zhang
d5e1b7cb22
Rewrite Explorer View Logic based on MVVM Pattern to avoid complicated View Logic 2022-06-30 23:56:15 -05:00
Hongtao Zhang
7bda6ed3c4
Merge remote-tracking branch 'origin/dev' into filewatcher 2022-06-28 18:03:21 -05:00
Jeremy Wu
472fff83fd
New Crowdin updates (#1240)
Follow Crowdin favored file format
2022-06-28 16:52:50 +03:00
Jeremy Wu
377c7d792e
Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index
Fix the use of index in path search
2022-06-28 23:44:08 +10:00
Hongtao Zhang
9b471de3cf
Implement Path Enumeration and ContentSearch 2022-06-25 12:39:02 -05:00
Hongtao Zhang
fa0cd35e18
Support Path Enumeration (Part 1) 2022-06-25 12:39:02 -05:00
Hongtao Zhang
b671f562ef
Add missing File 2022-06-25 12:39:01 -05:00
Hongtao Zhang
6fdff2971c
Merge Explorer & Everything Plugins (Step 1)
1. Shared Interface for Windows Index and Everything Index
2. Settings Merge (Part 1)
3. Include Everything dll
2022-06-25 12:38:50 -05:00
Jeremy
dba03c9676 formatting 2022-06-22 07:59:39 +10:00
Jeremy
9b894b3b92 update comment regarding usage of Argument vs ArgumentList 2022-06-22 07:55:47 +10:00
Jeremy
b11e5740ef Merge branch 'dev' into fix_cmd_command_with_blank 2022-06-22 06:46:57 +10:00
Jeremy
d48e841f21 formatting 2022-06-22 06:37:33 +10:00
Jeremy Wu
f903e6881d
New Crowdin updates (#1232)
* New translations en.xaml (Korean)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Dutch)
[ci skip]

* New translations Resources.resx (Spanish (Modern))
[ci skip]

* New translations Resources.resx (Serbian (Latin))
[ci skip]

* New translations Resources.resx (Norwegian Bokmal)
[ci skip]

* New translations Resources.resx (Portuguese, Brazilian)
[ci skip]

* New translations Resources.resx (Chinese Traditional)
[ci skip]

* New translations Resources.resx (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Ukrainian)
[ci skip]

* New translations Resources.resx (Turkish)
[ci skip]

* New translations Resources.resx (Slovak)
[ci skip]

* New translations Resources.resx (Russian)
[ci skip]

* New translations Resources.resx (Portuguese)
[ci skip]

* New translations Resources.resx (Polish)
[ci skip]

* New translations Resources.resx (Korean)
[ci skip]

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

* New translations Resources.resx (Japanese)
[ci skip]

* New translations Resources.resx (Italian)
[ci skip]

* New translations Resources.resx (German)
[ci skip]

* New translations Resources.resx (Danish)
[ci skip]

* New translations Resources.resx (French)
[ci skip]

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

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

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

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

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

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

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

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

* New translations Resources.resx (Spanish, Latin America)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Polish)
[ci skip]

* New translations Resources.resx (German)
[ci skip]

* New translations Resources.resx (Italian)
[ci skip]

* New translations Resources.resx (Japanese)
[ci skip]

* New translations Resources.resx (Korean)
[ci skip]

* New translations Resources.resx (Russian)
[ci skip]

* New translations Resources.resx (Turkish)
[ci skip]

* New translations Resources.resx (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Chinese Traditional)
[ci skip]

* New translations Resources.resx (Portuguese, Brazilian)
[ci skip]

* New translations Resources.resx (French)
[ci skip]

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

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

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

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

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

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

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

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

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

* New translations Resources.resx (Portuguese)
[ci skip]

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

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

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

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

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

* Revert Unexpected Change back to dev version

* update zh-tw

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

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

* Revert "New translations en.xaml (Korean)"

This reverts commit 9b55ca7b0e.

* Fix some korean string

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

Co-authored-by: Hongtao Zhang <hongtao_zhang@outlook.com>
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2022-06-13 13:58:50 +10:00
Hongtao Zhang
a47ce1c591
Add Glyph Support for some settings 2022-06-11 14:21:41 -05:00
Hongtao Zhang
123cad8450
adjust default result when query is empty
Make Tasklink Area Unknown
Make Tasklink results score lower
2022-06-11 14:09:03 -05:00
Hongtao Zhang
b2090bc808
Remove Some Obsolete/Duplicate Entry in TaskLink 2022-06-11 03:09:32 -05:00
Hongtao Zhang
959b5f558b
Revert "Remove WindowsSetting resource not found warning"
This reverts commit 26c4650cfc.
2022-06-11 02:47:12 -05:00
Hongtao Zhang
0dcf2ba522
Fix a missing logic of updating language in plugin;Adjust Resource Name to match the culture we use; Adjust some of the key name; Put Tasklink item into culture 2022-06-11 02:45:56 -05:00
Kevin Zhang
6f2e8f57e7
Merge branch 'dev' into windowsSettingtranslationWarning 2022-06-10 18:37:16 -05:00
Kevin Zhang
a78956bbee
Merge branch 'dev' into filewatcher 2022-06-10 18:02:19 -05:00
Jeremy
1bdab8f901 update readme for .Net 6 instructions 2022-06-10 21:58:22 +10:00
Jeremy Wu
e2626a90a4 update WindowsSettings plugin to .NET 6 2022-05-24 23:10:40 +10:00
Jeremy Wu
e6f5807782 Merge branch 'dev' into Dotnet6 2022-05-23 13:53:15 +10:00
Hongtao Zhang
b7bebc8a32 use old Arguments instead of ArgumentList to prevent auto escape quote in commands 2022-05-14 21:25:36 -05: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
Hongtao Zhang
4b09e07e09 Use decimal separator in setting for query 2022-03-31 13:53:07 -05:00
Jeremy
347fe5a3f9 set Shell plugin's default replace Win R hotkey 2022-03-19 20:04:10 +11:00
Jeremy
a276022fbf fix error logging message 2022-03-13 16:50:41 +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
cc283fd5dc allow option to enable/disable the use of index in path search 2022-03-13 14:27:46 +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
84a806bf75
Release 1.9.3 (#1052)
## Bug fixes
- Addresses the issue where WindowsSettings plugin results appear higher than other results #1020 

- Fixed an issue where full screen mode does not disable hotkey when enabled #1037 

- Fixed some potential issues when loading plugins that use shared assembly #1036 

- Sorted out a race condition issue causing image loading on some results to fail #1040 

- Revised ttf/otf support #935 

- Resolved the issue where WebSearch plugin would crash if not connected to internet #977 

- Fixed incorrect text for "New Tab" and "New Window" buttons under Settings' default browser section #951 

- Fixed typos in plugin title and WindowsSettings name inside the context menu #1056
2022-03-03 13:59:43 +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
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
Jeremy
8f33b5ad6d Merge remote-tracking branch 'origin/master' into resolve_1_9_2_merge_conflict 2022-02-28 14:16:19 +11:00
Hongtao Zhang
5404303c5f Wrap IndexWin32Programs with Task.Run 2022-02-23 18:21:13 -06:00
Hongtao Zhang
ef4bb121f9 Add FileSystemWatcher to Watcherlist 2022-02-23 18:19:34 -06:00
Hongtao Zhang
80eb0e4943 Reset Cache and rewrite uwp detection logic 2022-02-21 15:54:46 -06:00
Jeremy
7b6686d9a1 version bump 2022-02-12 14:10:18 +11:00
Jeremy
6ad1bca24b lower non-name matched results and use fuzzy scores for name matches 2022-02-12 14:09:31 +11:00
Hongtao Zhang
87e7ff5b53 Remove unneeded logic and add a background reindex at startup 2022-02-06 17:34:50 -06:00
Hongtao Zhang
823fa38dcd Remove unused method 2022-02-06 17:27:12 -06:00
Jeremy
18acea3321 remove dup RegisterBookmarkFile & update condition 2022-02-07 08:47:28 +11:00
Jeremy
dd52a34919 Shell plugin version bump 2022-02-02 07:49:56 +11:00
Hongtao Zhang
bffa90a81e stop trigger global hotkey when shell plugin is not enabled 2022-02-02 07:49:09 +11:00
Jeremy
f64c50c479 bump WebSearch plugin 2022-02-02 07:41:59 +11:00
tech189
781a773131 Some pedantic capitalisation 2022-02-02 07:40:47 +11:00
tech189
2ae2c0f600 Clean up deprecated translations 2022-02-02 07:40:24 +11:00
Jeremy
362ab52c52 version bump PluginsManager 2022-02-02 07:32:46 +11:00
dependabot[bot]
69f6eb36c1 Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 07:30:14 +11:00
Jeremy
819ee97555 version bump PluginsManager 2022-02-02 07:22:19 +11:00
dependabot[bot]
6713865432
Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 16:24:12 +00:00
Jeremy
96cf9fe36a fix application URI logic when opening via WebSearch plugin 2022-01-31 21:36:13 +11:00
Jeremy
25cc50b9ac version bump Program & BrowserBookmark plugins 2022-01-27 20:52:47 +11:00
Jeremy
2b538d9cb6 Merge branch 'dev' into filewatcher 2022-01-27 20:50:54 +11:00
Jeremy Wu
0842091f26
formatting 2022-01-27 20:22:01 +11:00
Jeremy Wu
f42fd29224
formatting 2022-01-27 20:14:42 +11:00
Jeremy
530f5b80f1 version bump plugins after merge 2022-01-19 21:34:18 +11:00
Jeremy
4df7413cf0 Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon 2022-01-19 21:32:09 +11:00
Jeremy
06859ef359 version bump plugins 2022-01-19 21:22:55 +11:00
Jeremy Wu
9c92219e7f
Merge pull request #977 from Flow-Launcher/fixWebsearchNullPointer
Add null check before enumerating the enumerable
2022-01-19 20:51:10 +11:00
Jeremy
e9d3a0df1c version bump WebSearch 2022-01-19 20:44:19 +11:00
Jeremy Wu
20e1b659fd
update suggestion result with ActionKeywordAssigned 2022-01-19 20:39:48 +11:00
Kevin Zhang
b0d29be067
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:09:11 -06:00
Kevin Zhang
267b79a86e
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:08:00 -06:00
Jeremy Wu
b9048f50f0
Merge pull request #972 from Flow-Launcher/refactor_plugin_manifest
Improvements to PluginManager plugin
2022-01-14 08:12:32 +11:00
Jeremy
deb4bee786 version bump PluginsManager 2022-01-14 07:58:46 +11:00
Jeremy Wu
45f691c3b1
Merge pull request #974 from tech189/fix-spellings
Fix spellings in translation keys
2022-01-14 07:57:12 +11:00
Jeremy
abc4dc0141 bump WebSearch plugin 2022-01-14 07:48:12 +11:00
Ioannis G
84716376c2
bump plugin versions 2022-01-13 22:40:59 +02:00
tech189
a02011ddf1 Some pedantic capitalisation 2022-01-13 11:13:40 +00:00
tech189
661e99d073 Clean up deprecated translations 2022-01-13 10:30:44 +00:00
Ioannis G
5941049a11
use AutoCompleteText in PluginIndicator, ProcessKiller plugins
makes hitting Tab from the results of those plugins less weird
2022-01-13 04:52:13 +02:00
Ioannis G
a0bb995643
PluginsManager: refactor sub-commands
Rename them to something more accurate, switch them to be const
2022-01-12 23:48:16 +02:00
Hongtao Zhang
77f3788539 Add null check before enumerating the enumerable 2022-01-12 15:21:21 -06:00
Ioannis G
d6bca894ff
PluginsManager: remove IAsyncReloadable
no point for it, anymore
2022-01-12 19:25:42 +02:00
Ioannis G
bc5a9710b3
PluginsManager: fetch plugins on init 2022-01-12 19:22:55 +02:00
Ioannis G
d95010697d
PluginsManager: simplify passing down of queries 2022-01-11 08:55:59 +02:00
Ioannis G
658ddb2cf6
PluginsManager: improve query navigation 2022-01-11 08:21:15 +02:00
Ioannis G
daedc03008
PluginsManager: fix "new issue" URL for some plugins
since the `UrlSourceCode` field is inconsistent in the manifest file
2022-01-11 06:49:56 +02:00
Ioannis G
35e043859c
pass CancellationToken to PluginsManifest.UpdateManifestAsync 2022-01-11 06:12:10 +02:00
Ioannis G
33fb0ddee6
refactor PluginsManifest to use conditional requests 2022-01-11 06:00:14 +02:00
Jeremy Wu
de97cd4e52
Merge pull request #953 from Flow-Launcher/disableshellwinr
stop trigger global hotkey when shell plugin is not enabled
2022-01-10 20:11:13 +11:00
Jeremy
88b4ce5bb6 Shell plugin version bump 2022-01-10 20:05:05 +11:00
Hongtao Zhang
26c4650cfc Remove WindowsSetting resource not found warning 2022-01-09 18:27:28 -06:00
Hongtao Zhang
af68cb5093 detect browserbookmark file change 2022-01-08 16:58:12 -06:00
Hongtao Zhang
50144ea8f4 Remove firefox bookmark with no title 2022-01-08 16:31:28 -06:00
Hongtao Zhang
9fc0e03b3d detect windows version 2022-01-08 16:03:53 -06:00
Hongtao Zhang
73056534bb Reindex when app install or deleted (and uwp update). 2022-01-08 15:50:27 -06:00
Jeremy
21775c7bed bump PluginsManager version 2022-01-05 20:56:34 +11:00
Hongtao Zhang
3298194a45 stop trigger global hotkey when shell plugin is not enabled 2022-01-03 10:26:18 -06:00
Ioannis G
845d9e51d9
stop using obsolete SearchWeb methods internally 2022-01-03 15:25:38 +02:00
Jeremy Wu
7dd5c12b36
Merge pull request #941 from Flow-Launcher/release_version_bump
Release 1.9.1 version bump
2022-01-01 22:00:55 +11:00
Jeremy Wu
c2d992d49e
Merge pull request #890 from onesounds/RemovePathHighlight
Remove Subtitle Highlight
2022-01-01 22:00:02 +11:00
Jeremy
288bf4ce09 version bump plugins 2022-01-01 21:49:53 +11:00
Jeremy
65d88076ad bump plugin versions 2021-12-31 18:25:40 +11:00
Kevin Zhang
701a5d444b
Update translations from Crowdin(#880)
* New translations en.xaml (Chinese Simplified)
[ci skip]

* 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 (Slovak)
[ci skip]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations en.xaml (Korean)
[ci skip]
2021-12-31 18:07:05 +11:00
Kevin Zhang
f9d608840d Upgrade to .net 6 2021-12-28 11:36:28 -06:00
Jeremy
6f9a879f58 remove subtitle highlighting code 2021-12-21 07:19:31 +11:00
Jeremy
7e1f041cde Merge remote-tracking branch 'origin/dev' into fixSourceString 2021-12-20 08:47:43 +11:00
Jeremy
99ba1b7440 fix key name 2021-12-20 08:47:05 +11:00
Jeremy Wu
3b2ab46af2
Merge pull request #920 from Flow-Launcher/remove-startup-notification
Remove Startup Error notification for updating manifest and update check
2021-12-20 08:40:23 +11:00
Jeremy
7d9bd3ae48 version bump PluginsManager 2021-12-20 08:35:09 +11:00
Hongtao Zhang
60ee43d704 fix bookmark string 2021-12-19 15:25:25 -06:00
Jeremy Wu
7841b6faae
Merge pull request #922 from onesounds/FixPrivateText
Correct the typo (private, bookmark)
2021-12-20 07:29:57 +11:00
DB p
8fc027496e Fix Bookmmark to Bookmark 2021-12-20 03:33:40 +09:00
Hongtao Zhang
5ae9ee46c0 Suppress Startup Manifest Download Error Notification 2021-12-19 11:37:38 -06:00
Jeremy
6911cadcf3 version bump plugins 2021-12-19 19:58:31 +11:00
DB p
f8eafb4d2b Adjust Shell plugin layout 2021-12-17 11:59:32 +09:00
DB p
d7d567e22b Change Searchsource Window layout to responsive (in WebSearch Plugin) 2021-12-16 00:28:35 +09:00
DB p
2ce526005b Adjust Korean String in WindowsSetting 2021-12-15 19:48:33 +09:00
DB p
979c89d14b Adjust Calculator layout to responsive 2021-12-15 13:51:39 +09:00
DB p
3b5b3abf21 Add BookmarkData Window Title String in portugee 2021-12-15 12:51:50 +09:00
DB p
968315aabd Adjust Layout custombrowsersetting in bookmark plugin 2021-12-15 12:21:56 +09:00
DB p
bf6fbf7f5d Adjust Layout in CustomBrowserSetting in Bookmark Plugin 2021-12-15 12:20:49 +09:00
DB p
3f1f23bbe9 Change Bookmark layout to responsive 2021-12-14 18:23:45 +09:00
DB p
6095d0b1be - Change Hardcoded text to string
- Adjust Button size to responsive
- Add Accent Button Color
2021-12-14 17:35:32 +09:00
DB p
0b5c77eba2 Change Button Sizes in Explorer Setting Panel 2021-12-14 17:23:08 +09:00
DB p
405a33c26a Fix Shell Plugin Checkbox 2021-12-14 17:19:08 +09:00
DB p
64c2373ecf Merge branch 'dev' into pluginmanagercheckbox 2021-12-10 11:28:50 +09:00
DB p
fac1b3a7ad Change Checkbox position right to left 2021-12-10 10:44:46 +09:00
Jeremy Wu
037e0f83bc
Merge pull request #800 from onesounds/GlobalBrowserSetting
Global browser setting / Private mode option
2021-12-09 20:01:06 +11:00
Hongtao Zhang
27d1796e48 Fix Suggestion Result Action 2021-12-08 21:48:27 -06:00
Jeremy Wu
2855c6c317
Merge pull request #834 from Flow-Launcher/GlobalHotkeyRefactor
[dev] Global hotkey refactor
2021-12-08 20:56:03 +11:00
DB p
d952950894 remove comment 2021-12-08 17:56:06 +09:00
Kevin Zhang
7bf6a7d141
Update crowdin translations (#871)
Update crowdin translations (#871)
2021-12-08 19:49:32 +11:00
Kevin Zhang
b286762062
Update Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-07 23:21:03 -06:00
Garulf
efd2b78e38
Merge pull request #863 from Garulf/add-auto-complete-to-file-explorer 2021-12-07 21:52:21 -05:00
Jeremy
f741420f95 retrieve path with action keywrod 2021-12-08 08:01:16 +11:00
Jeremy Wu
b11f72866d
Merge pull request #867 from onesounds/AdjustExplorerPlugin
[dev] Adjust popup in explorer plugin with string
2021-12-07 21:09:54 +11:00
Jeremy
e84e5b1d9f remove obsolete new tab/window methods 2021-12-07 20:44:19 +11:00
Jeremy
00f514fad5 version bump plugins 2021-12-07 20:40:12 +11:00
Kevin Zhang
e62f6d98df Remove contextmenu of windowsseting plugin 2021-12-06 22:50:22 -06:00
DB p
ee224aa02c Change Icons
Add icons8.com link in about
2021-12-07 08:56:57 +09:00
Garulf
b201d789d2 Prepend folder action keyword 2021-12-06 16:57:06 -05:00
Jeremy
6468b14d11 Merge remote-tracking branch 'origin/dev' into GlobalBrowserSetting 2021-12-07 08:17:15 +11:00
Garulf
74f97f1b95
Update Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-06 16:09:14 -05:00
Garulf
34fd11a411
Update Plugins/Flow.Launcher.Plugin.Explorer/plugin.json
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-06 16:08:57 -05:00
Garulf
3618979774 Bump version 2021-12-06 15:59:36 -05:00
Kevin Zhang
4affa2ed4a
Add Crowdin Integration (#826)
* Create crowdin.yml
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (German)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Polish)
* New translations en.xaml (Slovak)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Korean)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* Add Portuguese (Portugal) Language
* Update Crowdin configuration file
* Update Crowdin configuration file
* Apply suggestions from code review

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
Co-authored-by: Vladimír Kubala <37414585+kubalav@users.noreply.github.com>
2021-12-06 22:21:43 +11:00
Jeremy
6fdfbe3263 version bump Shell plugin 2021-12-06 20:51:52 +11:00
Kevin Zhang
ec96028f55 change query after showing window to make it not selectable 2021-12-05 21:14:01 -06:00
DB p
b38a662fe6 Remove Color String 2021-12-06 12:06:53 +09:00
Kevin Zhang
6565b55746 Use API mainwindow show 2021-12-05 21:06:33 -06:00
DB p
b83bbb5923 Adjust popup in explorer plugin with string
Fix Color
2021-12-06 11:59:21 +09:00
Kevin Zhang
b3155bcfed Merge remote-tracking branch 'upstream/dev' into GlobalHotkeyRefactor 2021-12-05 17:41:17 -06:00
DB p
ef959d2539 Remove BrowserSetting item in bookmark / Url / Websearch
Remove Releated code (just for build)
Adjust Bookmark plugin popup layout and add string
2021-12-06 07:03:34 +09:00
Kevin Zhang
9c86af7c86 Align Bookmark plugin into global browser 2021-12-05 15:31:39 -06:00
Garulf
ff867d22a1 Initial commit
Fix misaligned suggestion text
2021-12-05 15:07:32 -05:00
Kevin Zhang
d8eef69e21 Use Global Browser Setting around flow 2021-12-05 13:34:23 -06:00
Jeremy
a4fd337856 remove unused icon image WindowsSettings.dark.png 2021-12-02 22:05:27 +11:00
Jeremy
7297c1be39 remove ControlPanel plugin 2021-12-02 22:00:21 +11:00
Jeremy
0250a28c9f update typo 2021-12-02 21:53:56 +11:00
Jeremy
b497f7bf52 remove WindowsSettings.json duplicate taskbar entry, update description 2021-12-02 21:44:13 +11:00
Jeremy
aad4fc1973 update subtitle's setting type display to System settings/Control Panel 2021-12-02 21:33:05 +11:00
Jeremy
0b725eb02c change project to .Net SDK, Any CPU build, remove Platform targeted, 2021-12-01 22:15:22 +11:00
Jeremy
8fc5776efe update plugin description 2021-12-01 21:25:36 +11:00
Jeremy
acb697cba7 update project file, plugin.json and comments 2021-12-01 21:20:13 +11:00
Jeremy
0d152f5ee7 change default action keyword to global 2021-12-01 20:21:26 +11:00
Kevin Zhang
9d26eb995e Merge branch 'add_windows_settings_plugin' of github.com:Flow-Launcher/Flow.Launcher into add_windows_settings_plugin 2021-11-30 15:37:59 -06:00
Kevin Zhang
e66af0f605 Add ControlPanelIcon
Add Control Panel Icon to separate control panel setting and windows setting item

Co-Authored-By: Dobin Park <6903107+onesounds@users.noreply.github.com>
2021-11-30 15:37:45 -06:00
Jeremy
c88af8a4c6 include WindowsSettings project in build 2021-12-01 06:54:11 +11:00
Jeremy
bf1e9397b8 rename WindowsSettings project 2021-12-01 06:27:51 +11:00
Jeremy
0a5e636bab remove git ignore from WindowsSettings 2021-12-01 06:17:58 +11:00
Jeremy
a701b48511 Merge remote-tracking branch 'origin/dev' into add_windows_settings_plugin 2021-12-01 05:56:36 +11:00
DB p
594075deba Adjust Button Size 2021-11-30 10:01:44 +09:00
Kevin Zhang
dafd7d2544 Adjust program setting listview style 2021-11-29 18:39:52 -06:00
Kevin Zhang
505bbb94c8 Rename setting and reset cache when results are chosen 2021-11-29 18:31:48 -06:00
Kevin Zhang
1990a7edfd Merge remote-tracking branch 'upstream/dev' into add_windows_settings_plugin 2021-11-29 17:53:31 -06:00
Kevin Zhang
9fac7cc77f Update WindowsSettings.light.png
Co-Authored-By: Dobin Park <6903107+onesounds@users.noreply.github.com>
2021-11-29 17:47:49 -06:00
DB p
582fe6c193 Change EnableHideLnkPath Name to EnableHideAppsPath 2021-11-30 02:41:10 +09:00
Jeremy
3d8ed6038e Program plugin version bump 2021-11-29 20:37:27 +11:00
Jeremy
51481d7766 simplify if condition for hide app path 2021-11-29 20:36:34 +11:00
Jeremy
dbf3f1e159 Merge remote-tracking branch 'origin/dev' into AdjustProgramPlugin 2021-11-29 20:18:18 +11:00
Jeremy
b826090bca Merge remote-tracking branch 'origin/dev' into GlobalHotkeyRefactor 2021-11-29 20:02:26 +11:00
Jeremy
84fed734b9 Shell plugin version bump 2021-11-29 19:55:35 +11:00
Jeremy Wu
e7198c6d79
Merge pull request #742 from spedrickson/JsonRPCShellRun
add initial ShellRun support for JsonRPC
2021-11-29 08:43:59 +11:00
Jeremy Wu
2ebdead706
Merge pull request #817 from onesounds/DarkMode
Dark mode
2021-11-29 08:39:11 +11:00
Jeremy Wu
52046431ea
Merge pull request #829 from taooceros/ShellNotClose
Refactor Shell Command
2021-11-29 06:39:54 +11:00
Jeremy
056bffeda9 Shell version bump 2021-11-29 06:34:58 +11:00
Jeremy
07aebaeeaa Merge branch 'dev' into install-from-url 2021-11-29 06:18:16 +11:00
Jeremy
ea179e5455 shorten version compare logic 2021-11-29 06:06:08 +11:00
DB p
1b0fa24096 Merge branch 'DarkMode' into AdjustProgramPlugin 2021-11-29 00:42:51 +09:00
DB p
9297bac72f Adjust Color in SearchSourceSetting/ Remove Comment in SelectFileManager 2021-11-29 00:24:56 +09:00
DB p
ea4ae0cbf2 Add Listview Style Comment & Adjust button margin 2021-11-28 08:18:44 +09:00
DB p
12fdeffddd Adjust Popup Layout
Adjust Button Size
2021-11-28 07:37:08 +09:00
DB p
cb77fbfd7b Merge branch 'DarkMode' into AdjustProgramPlugin 2021-11-28 06:11:05 +09:00
DB p
113f15487a Adjust SettingPanel Layout 2021-11-28 06:09:36 +09:00
Kevin Zhang
d3d1f6faa7 Fix Unexpected Intercept result when multiple plugin register the global hotkey event 2021-11-27 14:26:20 -06:00
DB p
8343bc761d Add hide uwp/lnk path setting 2021-11-28 05:05:25 +09:00
DB p
16c6e8b4d2 Merge Dev 2021-11-27 14:04:32 +09:00
Jeremy
091b4afe4e switch to use main window's Show method 2021-11-27 13:51:45 +11:00
Kevin Zhang
16c30e9803 Refactor Shell Command 2021-11-25 15:47:11 -06:00
DB p
b1bbe8aaac Add TextBlock Color / Adjust BookMarkPlugin Input Height 2021-11-25 12:14:20 +09:00
Garulf
2edc345892 Fix or condition 2021-11-24 02:06:39 -05:00
Jeremy
76efdfcff0 version bump PluginsManager 2021-11-22 19:45:21 +11:00
Jeremy
48c0f21a24 only msg plugin download & install succes/failure 2021-11-22 19:43:14 +11:00
Jeremy
a07252cc04 add ability to switch off warning when unknown source
fixed search terms to show with out to lower
2021-11-21 16:09:49 +11:00
Jeremy
ebf9ef1d80 add check downloaded plugin zip has same or lesser version 2021-11-21 13:31:43 +11:00
Jeremy
4eeaaec3c7 fix naming when installed from url source 2021-11-20 21:26:56 +11:00
Jeremy
73c1031e0f append new guid as zip and file name, update error messaging 2021-11-20 20:01:57 +11:00
Jeremy
99405395ec add plugin installation notifications 2021-11-20 18:47:10 +11:00
Garulf
2e2d2591d7 Block install if manual install exists 2021-11-19 10:59:32 -05:00
Garulf
cf056a92c0 Filename as title for result 2021-11-18 11:47:21 -05:00
Garulf
8c50d13aa5 Use correct icon 2021-11-18 11:40:06 -05:00
Garulf
092b4593f8
Detect URL and install 2021-11-18 10:35:45 -05:00
Jeremy
3e38a9035c version bump plugins 2021-11-17 21:07:44 +11:00
Jeremy
a6ddaf9ff9 Merge branch 'dev' into JsonRPCShellRun 2021-11-17 21:02:32 +11:00
Jeremy
ae7de8db09 refactor to use ShellCommand 2021-11-17 21:00:36 +11:00
DB p
7333b57109 - remove Bookmark/websearch setting panel hardcoded bgcolor
- Adjust Colors in settingwindow
2021-11-17 15:04:57 +09:00
Jeremy
e09248fe0a bump version for plugins 2021-11-11 08:50:02 +11:00
DB p
7d18c3e10c - Add Height Program Plugin Setting Panel
- Disable Done Button when Null in TextBoxes
- Adjust Dopus Arguments
2021-11-09 23:02:33 -06:00
Kevin Zhang
2c1e07065c migrate explorer open containing folder to new api 2021-11-09 23:02:00 -06:00
Kevin Zhang
a3b62bc4d8 Fix rename issue 2021-11-09 23:01:59 -06:00
Kevin Zhang
5ee6c4b6a5 Migrate Program Plugin Custom Explorer 2021-11-09 23:01:59 -06:00
Kevin Zhang
8a312d4874 Implement the API call to custom explorer via ipublicapi, and migrate the exist call to explorer to the api call. 2021-11-09 23:01:59 -06:00
Jeremy Wu
17f8ffed2d
version bump BrowserBookmarks plugin 2021-11-05 08:00:01 +11:00
kubalav
58ee77f40f Removed extra spaces before chevrons 2021-11-03 09:29:33 +01:00
kubalav
ad88e3fb34 Update Slovak translation + bump version 2021-11-03 09:21:10 +01:00
Jeremy Wu
ddda425e7f
Merge pull request #779 from onesounds/AdjustWebsearchPlugin
Adjust websearch plugin & Small Fix for pluginstore PR & Setting Popup Redesign
2021-11-03 09:21:36 +11:00
Jeremy
c2a633097b update wording and bump WebSearch version 2021-11-03 08:17:57 +11:00
DB p
4e5975ccf7 - Remove URL
- Add Icon
2021-10-31 08:09:12 +09:00
Kevin Zhang
304fb90c5d Expand EnvironmentVariable in Command 2021-10-30 00:11:17 -05:00
Kevin Zhang
fac8b76485
Merge pull request #780 from Flow-Launcher/FixBookmarkIssueWhen
quick exit when children property is not found
2021-10-30 00:10:43 -05:00
Kevin Zhang
7cfb71df35 Change WindowsSettings class to record and use with to create translated setting 2021-10-29 23:08:59 -05:00
Kevin Zhang
255f8091a5 Add OnCultureInfoChanged to IPluginI18n to allow plugin do action when culture change 2021-10-29 22:16:13 -05:00
Kevin Zhang
582e29658b Update Translation Mechamism in Flow 2021-10-29 21:53:52 -05:00
Kevin Zhang
02bb75fac4 Include WindowsSettings in Flow Project 2021-10-29 21:53:22 -05:00
DB p
43a62d0d12 - add netflix / youtube music
- add netflix / youtube music icon
- change list array order
- remove findicon.com
- add search source setting guide string
2021-10-30 05:31:13 +09:00
Kevin Zhang
47e074ca2a Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into add_windows_settings_plugin 2021-10-29 15:00:22 -05:00
Kevin Zhang
4c10208008 quick exit when children property is not found 2021-10-29 14:09:58 -05:00
DB p
89e2edb12f Add Noresize property in setting search source popup 2021-10-30 02:58:29 +09:00
DB p
0edbcfde2b - Adjust Priority Change Popup Window Design
- Adjust Websearch setting layout
- Change and add Websearch String
- Change Websearch popup design
2021-10-30 02:31:11 +09:00
Jeremy
63ffb3a3c3 plugin version bumps 2021-10-27 21:56:20 +11:00
Jeremy
a7ac7b183a remove GroupName attribute from Url plugin's open url behaviour
fixes the new tab/window selection binding not working with the new ui
2021-10-27 21:30:42 +11:00
Kevin Zhang
8a59e87f99 Fix unselected issue for bookmark plugin by using binding (Don't understand Reason it doesn't work before) 2021-10-25 18:51:34 -05:00
Kevin Zhang
fd70326b2d Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into PluginStore 2021-10-21 12:21:00 -05:00
Jeremy Wu
f6f306efe4
Merge pull request #751 from Flow-Launcher/fix_bookmark_plugin_window_size
Dev: Fix Bookmark plugin settings browser edit
2021-10-19 06:02:14 +11:00
Jeremy Wu
2a68a41ef0
Merge pull request #681 from Flow-Launcher/QueryTermsRefactor
Fixes Typo TermSeparator & remove the actionkeyword in Terms
2021-10-18 08:10:03 +11:00
Kevin Zhang
1ce31505a6 Merge remote-tracking branch 'upstream/dev' into PluginStore 2021-10-16 21:09:32 -05:00
Vladimír Kubala
32cb242821
Update Slovak translation Brower Bookmark plugin 2021-10-13 13:37:19 +02:00
kubalav
9e3861ce67 version bump Browser Bookmark plugin 2021-10-13 13:10:44 +02:00
kubalav
6ffcdfe7d6 Update Slovak translation for Browser Bookmark plugin 2021-10-13 13:06:57 +02:00
Jeremy
c7c5990c2e fix edge bookmark loading 2021-10-13 21:49:26 +11:00
Jeremy
db3099ed0e fix bookmark plugin browser edit button logic 2021-10-13 09:07:27 +11:00
Jeremy
7b70386936 fix bookmark plugin settings button width 2021-10-13 08:27:10 +11:00
Jeremy
e85a99f8d6 fix custom browser setting window positioning of controls 2021-10-13 08:22:12 +11:00
Jeremy Wu
8a33bf4a33
Merge pull request #695 from Flow-Launcher/BrowserBookmarkRefactor
Refactor Bookmark plugin
2021-10-12 08:43:13 +11:00
Kevin Zhang
c4f9dcbe90 Merge Dev (Conflict PluginsManifest Move) 2021-10-10 16:53:38 -05:00
Kevin Zhang
3d06404614 Move PluginsManifest to Flow.Launcher.Core & Change PluginStore Binding to PluginsManifest 2021-10-10 16:46:54 -05:00
Dobin Park
e6c4ca1d49 - Adjust Content Control Margin
- Adjust Calc/webseearch plugin setting Margin
2021-10-10 03:28:14 +09:00
Dobin Park
0d11b79ee3 - Adjust Shell, Calc, WebSearch Setting Margin 2021-10-10 00:02:41 +09:00
Jeremy
0b60d3d0df move to plugins folder 2021-10-09 15:25:57 +11:00
Kevin Zhang
3baaa2d406
Merge pull request #704 from onesounds/ModernTheme
Modern Design
2021-10-08 20:37:00 -05:00
Jeremy
04a10ed62d add glyph option to settings 2021-10-07 21:58:54 +11:00
Jeremy
5f0df980bf adjust Program plugin width 2021-10-07 07:03:17 +11:00
Jeremy
54145d7604 revert subtitle change 2021-10-07 07:02:56 +11:00
Dobin Park
66e722bc53 - Change context icon to glyph in some plugin
- Add Glyph property in themes
2021-10-06 13:21:19 +09:00
Dobin Park
8aaeb85d69 - item of *.lnk remove subtitle (for test) 2021-10-06 02:25:37 +09:00
Dobin Park
88a9767975 - delete csproj 2021-10-05 11:10:54 +09:00
Kevin Zhang
309006e754 Align setting control and allow localization and version bump 2021-10-04 17:11:44 -05:00
Jeremy
4941f346a5 fix explorer crash on square brackets 2021-10-01 07:44:59 +10:00
Jeremy
1b69d27ea9 fix Explorer plugin crash on semicolon 2021-09-29 22:18:01 +10:00
Dobin Park
3a0594f99b - Changing Result item and hotkey layout
- Add Hightlight Styling
- Add New Themes and adjust classic themes
2021-09-27 20:00:46 +09:00
Jeremy Wu
9a488dc896
version bump PluginsManager 2021-09-27 07:39:49 +10:00
Kevin Zhang
e5e8c48d51 Implement editing 2021-09-23 13:32:10 -05:00
Kevin Zhang
672616ef62 Rename Variable & adjust window size 2021-09-23 13:13:01 -05:00
Kevin Zhang
eac61fb40c Add setting for Custom Browser Bookmark 2021-09-23 13:07:40 -05:00
Kevin Zhang
f64821eb1f Use CDN for PluginManifest 2021-09-23 12:16:48 -05:00
kubalav
f3329666fe Version bump for Program plugin 2021-09-23 09:03:45 +02:00
kubalav
11bca43bb3 Update Slovak translation for Program plugin 2021-09-23 09:03:11 +02:00
Jeremy Wu
ad43456533
Merge pull request #679 from Flow-Launcher/add_restart_advanced_boot_options
Add Advanced Boot Options restart for Sys plugin
2021-09-23 12:24:54 +10:00
Jeremy Wu
1a7c1720d3
Merge pull request #663 from themike10452/dev
run as administration when holding ctrl and shift
2021-09-23 12:24:32 +10:00
Jeremy Wu
03166ecd55
Merge pull request #654 from Flow-Launcher/DependencyBump
Bump applicable nuget packages to latest versions
2021-09-23 12:24:22 +10:00
Jeremy Wu
661b8cf4f8
Merge pull request #621 from Flow-Launcher/add_quickaccess_actionkeyword
Add Quick Access action keyword for Explorer
2021-09-23 12:21:57 +10:00
Kevin Zhang
d51579967b Further Refactor & add CustomBrowsers UI 2021-09-22 18:09:30 -05:00
Kevin Zhang
7ff9b688c9 Refactor Bookmark plugin 2021-09-21 13:50:51 -05:00
Jeremy
972ae27d89 Merge remote-tracking branch 'origin/dev' into DependencyBump 2021-09-15 21:18:56 +10:00
Jeremy
dd6b8f8c47 Merge remote-tracking branch 'origin/dev' into add_quickaccess_actionkeyword 2021-09-15 21:15:33 +10:00
Jeremy
675c45aa6c Merge remote-tracking branch 'origin/dev' into cacheProgramResult 2021-09-15 21:00:30 +10:00
Michael Mouawad
3452ecf33b remove unnecessary strings from languages files 2021-09-13 19:44:10 +03:00
Jeremy
4c75f8b8bb version bump Shell plugin 2021-09-13 08:20:34 +10:00
Jeremy Wu
2641899782
Merge branch 'dev' into dev 2021-09-13 08:12:49 +10:00
Jeremy
ae868671d1 version bump for Program and Explorer plugin 2021-09-13 08:05:06 +10:00
Michael Mouawad
9764a99d26 show notification message when attempting to run an unsupported UWP app as admin 2021-09-11 21:01:48 +03:00