Commit graph

9876 commits

Author SHA1 Message Date
Garulf
a53b961406 Append full image type to path if we're caching a full imagefile 2022-09-02 07:38:25 -04:00
Garulf
832c41f3dd Override type if we load the full image 2022-09-02 07:37:25 -04:00
Garulf
f5a511a4f1 Add FullImageFIle type 2022-09-02 07:36:57 -04:00
Garulf
a090b10b1e Add field images to be displayed in previews 2022-09-02 05:57:06 -04:00
DB p
b00ab13b76 - Add Preview Bar Color in themes 2022-09-02 15:53:49 +09:00
DB p
7b7e038900 - Add 'Always open priview' in settings 2022-09-02 15:12:32 +09:00
DB p
e8ccd46589 - Add Preview Toggle (F2 Key)
- Fix Seperate line for toggle
- Block preview when nothing result
2022-09-02 14:35:25 +09:00
DB p
766e13b0e7 - Adjust Layout 2022-09-02 13:15:52 +09:00
DB p
15e34e08c6 - Layout Adjust 2022-09-02 12:33:32 +09:00
DB p
2f7e8e4251 Remove Guide LIne 2022-09-02 11:11:24 +09:00
Kevin Zhang
609e8e815c
Remove testing code 2022-09-01 18:57:01 -05:00
DB p
a2d9cb6f2d - Adjust ResultListItem Layout for Large Window Size
- Change Window Max Width to 1920 from 900
2022-09-01 21:04:14 +09:00
DB p
d2332abd95 - Add Clock/Date in SettingWindow 2022-09-01 16:19:00 +09:00
DB p
9dc86fdfb4 - Add Clock/Date Colors in Themes 2022-09-01 11:44:09 +09:00
Hongtao Zhang
2fd13c08d8
Rollback rename 2022-08-31 21:38:10 -05:00
Hongtao Zhang
094da0ef0a
Rollback rename 2022-08-31 21:37:29 -05:00
Hongtao Zhang
67d1b896b1
Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
DB p
4bb6ea92ec - Adjust Alignment and color 2022-09-01 11:08:04 +09:00
DB p
a8bdb34c55 - Adjust Clock Color
- Adjust Layout
- Add Clock/Date in Settings (data only)
2022-08-31 23:40:35 +09:00
DB p
5c2a88519b - Adjust Date Cultural info
- Hide Clock when open context menu and history
2022-08-31 18:21:11 +09:00
DB p
3b0551ff37 - Add Clock Code
- Add Base Clock Style
2022-08-31 15:21:52 +09:00
Jeremy Wu
fabb396dec
Merge pull request #1328 from Flow-Launcher/update_about_icons
[Dev] Add icons to About tab
2022-08-31 14:53:22 +10:00
Garulf
bd1499b2d3 Add clip mask 2022-08-30 04:27:37 -04:00
Garulf
70ea6a89e3 Remove Icon X & Y hard coded dependency 2022-08-30 04:27:17 -04:00
Garulf
239c9d7a93 Add field to control if Icon uses rounded mask 2022-08-30 04:26:22 -04:00
Garulf
b5c212504a
Merge branch 'dev' into handle-icon-urls 2022-08-30 01:55:14 -04:00
Garulf
fda155a0ba DOn't prepend pluginpath if IcoPath is a web URL 2022-08-30 01:51:31 -04:00
Garulf
03e319e200 Remove whitespace 2022-08-30 01:50:59 -04:00
Garulf
ffbd8fd650 Add logic for IcoPath's that are web URL's 2022-08-30 01:48:05 -04:00
Jeremy Wu
c74eafb9d5
Merge pull request #967 from Flow-Launcher/filewatcher
Auto re-index for Program and Bookmark plugins
2022-08-30 07:14:02 +10:00
Jeremy
202821824d Merge remote-tracking branch 'origin/dev' into filewatcher 2022-08-30 06:19:41 +10:00
Jeremy Wu
2c790bf7e0
Merge pull request #1341 from Flow-Launcher/jsonrpc_empty_response
[Dev] Unregister Cancellation Event by disposing the delegate
2022-08-23 11:39:50 +10:00
Jeremy Wu
0c1aabb31c
Merge branch 'dev' into jsonrpc_empty_response 2022-08-23 11:33:59 +10:00
Hongtao Zhang
f6e6cd5a42
Fix Error Message for empty response 2022-08-21 22:09:56 -04:00
Hongtao Zhang
793b432d61
Use Length instead of Position to keep thing clear 2022-08-21 22:02:46 -04:00
Hongtao Zhang
74d9290944
Redesign exception stream handling and dispose stream to recycle 2022-08-21 22:00:42 -04:00
Hongtao Zhang
2b60422a6c
Cleanup Using 2022-08-21 20:59:31 -04:00
Hongtao Zhang
ddb25a253a
Unregister Cancellation Event by disposing the delegate 2022-08-21 20:58:17 -04:00
Jeremy Wu
7686f61645
Merge pull request #1337 from Flow-Launcher/jsonrpc_empty_response
suppress Jsonrpc empty response
2022-08-20 15:28:31 +10:00
Hongtao Zhang
c3dd3b1851
Suppress JsonRPC Empty Response Exception and refactor code 2022-08-18 09:37:41 -04:00
Hongtao Zhang
76d23aba9b
Suppress JsonRPC Empty Response Exception and refactor code 2022-08-18 09:34:53 -04: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
Zero
a9ed7da16e
DOC: use issue forms replace plain text (#752) 2022-08-15 22:57:51 -04:00
Jeremy
8b543a2d4c add icons to About tab 2022-08-13 00:16:41 +10:00