Commit graph

5732 commits

Author SHA1 Message Date
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
Jeremy Wu
37cc01e5ed
Merge pull request #1543 from VictoriousRaptor/FixBookmarkDependencies
[dev] Fix bookmark sql dependency issue
2022-11-16 13:53:06 +11: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
7e04a707b1
Merge pull request #1541 from VictoriousRaptor/dev
[dev] Fix missing text
2022-11-15 16:07:57 +08:00
VictoriousRaptor
e4981fa724
Merge branch 'dev' into dev 2022-11-15 15:32:02 +08:00
Vic
afa461c166 Update missing text 2022-11-15 15:30:09 +08:00
dependabot[bot]
455094633a
Bump Microsoft.Toolkit.Uwp.Notifications from 7.1.2 to 7.1.3 (#1538) 2022-11-14 22:17:10 +00:00
VictoriousRaptor
0838f21d40
Merge pull request #1537 from VictoriousRaptor/FixProgramUID
[Dev][Program Plugin] Fix uid case of user disabled programs
2022-11-15 06:00:43 +08:00
VictoriousRaptor
a2c967d317
Merge branch 'dev' into FixProgramUID 2022-11-15 01:13:09 +08:00
VictoriousRaptor
e825a86be4
Merge pull request #1535 from onesounds/FixNarrowButton
Change the Add program source window to responsive
2022-11-15 01:11:23 +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
Kevin Zhang
e2427cef81
Merge pull request #1534 from VictoriousRaptor/FixBookmarkDependencies 2022-11-14 08:54:23 -06: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
Jeremy Wu
a477be54e2
Merge pull request #1525 from Flow-Launcher/dependabot/nuget/Flow.Launcher.Infrastructure/System.Drawing.Common-5.0.3
Bump System.Drawing.Common from 5.0.2 to 5.0.3 in /Flow.Launcher.Infrastructure
2022-11-14 20:54:56 +11:00
Jeremy Wu
2f57d4feb0
Merge pull request #1496 from VictoriousRaptor/FixProgramUID
[Program Plugin] Fix program UID and other bugs
2022-11-14 20:47:54 +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
Vic
225d002ca9 Merge branch 'FixProgramUID' of https://github.com/VictoriousRaptor/Flow.Launcher into FixProgramUID 2022-11-14 15:17:57 +08:00
Vic
2f5789f91b Merge remote-tracking branch 'upstream/dev' into FixProgramUID 2022-11-14 15:15:18 +08:00
Jeremy Wu
f8b009ed75
Merge pull request #1479 from VictoriousRaptor/SearchProgramsInPATH
[Program Plugin] Search programs in PATH
2022-11-14 13:31:45 +11:00
Kevin Zhang
83a14c113f
Merge pull request #1528 from onesounds/CheckboxesToToggle4
Fix Setting Window Designs
2022-11-13 10:56:43 -06:00
DB p
9253fa82bf Merge branch 'CheckboxesToToggle4' of https://github.com/onesounds/Flow.Launcher into CheckboxesToToggle4 2022-11-13 18:34:17 +09:00
DB p
f5321da436 Fix csproj 2022-11-13 18:33:00 +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