Commit graph

9876 commits

Author SHA1 Message Date
Vic
efd1b6cfdd minor fix 2022-10-16 01:24:07 +08:00
Vic
ce1023876a Fix typo 2022-10-16 00:32:24 +08:00
Vic
63912aaa62 Add PATH environment variable to program source 2022-10-15 21:24:02 +08:00
Vic
ce60f414dd bugfix 2022-10-15 14:29:19 +08:00
Vic
23ecd39dc7 Separate custom & built-in shortcuts 2022-10-15 14:18:54 +08:00
Jeremy Wu
6592de9b5a update wording 2022-10-14 21:06:33 +11:00
Jeremy Wu
eef6878d92 fix minimum results to show 2022-10-14 20:46:53 +11:00
DB P
c733b95a8b
Merge branch 'dev' into clock 2022-10-14 13:06:26 +09:00
Vic
cde272ae4d Fix hard-coded text 2022-10-14 02:23:06 +08:00
Vic
d394d86201 Bugfix 2022-10-14 00:42:05 +08:00
Hongtao Zhang
c39a727e3b
Revert back some unnecessary change 2022-10-13 11:36:43 -05:00
Vic
334d58df29 Fix json load 2022-10-13 20:14:32 +08:00
Vic
5879c843b0 Show builtin vars in shortcut list 2022-10-13 19:49:44 +08:00
Hongtao Zhang
eb5e33aeb0 Make ImageLoader Async 2022-10-13 00:41:01 -05:00
Hongtao Zhang
957c4e237c Adjust Http Design to avoid memory leak 2022-10-13 00:40:00 -05:00
Hongtao Zhang
191c6af38e Adjust Bing Code a bit due to http change 2022-10-13 00:40:00 -05:00
Hongtao Zhang
3708489886 Adjust Google Code a bit due to http change 2022-10-13 00:40:00 -05:00
Hongtao Zhang
ef575bb5dd Adjust Http Code 2022-10-13 00:40:00 -05:00
Garulf
eb3f723752 // Only convert relative paths if its a valid path 2022-10-13 00:40:00 -05:00
Garulf
ebd6f177a9 Only convert relative paths if its a valid path 2022-10-13 00:40:00 -05:00
Garulf
ec1a06108d Switch from WebClient to HTTP 2022-10-13 00:40:00 -05:00
Garulf
416c44f4c1 Use URI class to detect web URL 2022-10-13 00:40:00 -05:00
Garulf
7f1b9d058e DOn't prepend pluginpath if IcoPath is a web URL 2022-10-13 00:40:00 -05:00
Garulf
ed107cc31e Remove whitespace 2022-10-13 00:40:00 -05:00
Garulf
57d63cfd37 Add logic for IcoPath's that are web URL's 2022-10-13 00:40:00 -05:00
DB p
523627986b Merge branch 'QuickSizeAdjust' of https://github.com/onesounds/Flow.Launcher into QuickSizeAdjust 2022-10-13 13:57:48 +09:00
DB p
833857d940 Fix Max/Min Logic 2022-10-13 13:57:42 +09:00
DB p
b9bc7002b0 Merge branch 'InstalledLabel5' of https://github.com/onesounds/Flow.Launcher into InstalledLabel5 2022-10-13 13:30:48 +09:00
DB p
6bcb8e5f3b Fix Button Align 2022-10-13 13:30:37 +09:00
DB P
5eca0963ea
Merge branch 'dev' into InstalledLabel5 2022-10-13 13:17:44 +09:00
DB P
5164c181ea
Merge branch 'dev' into QuickSizeAdjust 2022-10-13 09:32:40 +09:00
DB p
d1bfd1cc0f - Change the if code to switch.
- Change String to enum.
- Remove duplicated code.
2022-10-13 09:28:23 +09:00
Hongtao Zhang
2189eaaa0c
Allow user to disable loading bookmark from certain browser 2022-10-12 16:11:15 -05:00
dependabot[bot]
caa2c751eb
Bump Microsoft.VisualStudio.Threading from 16.10.56 to 17.3.44 (#1469) 2022-10-12 20:32:57 +00:00
dependabot[bot]
7e48c26c0a
Bump FSharp.Core from 5.0.2 to 6.0.6 (#1466) 2022-10-12 20:32:39 +00:00
Jeremy Wu
35bed31718
Merge pull request #1463 from onesounds/DeleteIcon
Delete Icon to RecycleBin
2022-10-12 18:51:18 +11:00
DB p
3c8acaa659 Add "dash" in item for easy to read 2022-10-12 15:29:20 +09:00
DB p
ad50c38f06 - Add Positioning Reset in Tray 2022-10-12 15:29:16 +09:00
DB p
7653d0ea96 - Change String "Remember Last Launch Location" to "Remember Last Location" 2022-10-12 15:29:14 +09:00
DB p
4fae112c39 - Add LeftTop / RightTop Option
- Remove comment
2022-10-12 15:29:12 +09:00
DB p
a69bbacc53 - Adjust Top Positioning 2022-10-12 15:28:59 +09:00
DB p
f4ce4bf6f2 - Add Launcher Positioning combobox in SettingWindow
- Add Mouse Center Top position
- remove RememberLastLaunch bool (moved to Launcher Positioning)
2022-10-12 15:28:52 +09:00
Hongtao Zhang
50702d80cc
Refactor Clcok/Date code to viewmodel 2022-10-11 23:01:50 -05:00
Kevin Zhang
31daacbd39
Add github dependency bot (#486)
* Add github dependency bot

Add automatic check for dependency update

* Check Update Weekly

* ignore squirrel windows check

* Add automatically reviewer
2022-10-12 08:12:45 +11:00
DB p
b970fdc7f0 - rename LabelUpdate from LabelUpdated
- Changed 'New' logic.
- Fix order
- Adjust Strings
2022-10-12 00:08:13 +09:00
DB p
f1c2dfec12 Merge branch 'InstalledLabel5' of https://github.com/onesounds/Flow.Launcher into InstalledLabel5 2022-10-11 21:54:18 +09:00
DB p
6b2a78e1f2 - Add Uninstall / Update Btn
- Adjust Strings
2022-10-11 21:37:43 +09:00
Jeremy Wu
dac6ccfe0d
Merge pull request #1464 from Flow-Launcher/readme_prs_milestones
Update readme explaning prs and milestones
2022-10-11 22:15:20 +11:00
DB P
517d644434
Merge branch 'dev' into InstalledLabel5 2022-10-11 20:12:18 +09:00
Jeremy Wu
2d8de9b7a5
formatting 2022-10-11 21:40:25 +11:00