Commit graph

6239 commits

Author SHA1 Message Date
Jeremy Wu
e4d087c186
Add gif 2020-05-18 00:47:21 +10:00
Jeremy Wu
3d7669f34b Merge branch 'dev' 2020-05-16 21:24:52 +10:00
Jeremy Wu
7aa9e9898e
Merge pull request #48 from JohnTheGr8/fix_language_includes
Fix translations for the main project
2020-05-15 09:57:44 +10:00
Ioannis G
22c480c0f7
copy language files to output of main project
fixes translation of UI fields that are not plugin-specific
2020-05-15 01:41:56 +03:00
Jeremy Wu
0d9c956c22
Merge pull request #37 from Flow-Launcher/update_ui
Launcher appearance uplift
2020-05-15 08:21:38 +10:00
Jeremy Wu
5a0faba0d4 Per comment, WebSearch- Add margin 2020-05-14 20:08:38 +10:00
Jeremy Wu
d788e86217 BrowserBookmark plugin update update and use DynamicResource 2020-05-14 20:05:57 +10:00
Jeremy Wu
1d86e229a0 Per comment, use DynamicResource 2020-05-14 19:56:11 +10:00
Ioannis G
595d8d33c4
update package properties 2020-05-13 01:33:36 +03:00
Jeremy Wu
f4ae5badf5 Add test for directory search query string and method 2020-05-12 06:50:17 +10:00
Jeremy Wu
26f0ce2778 Add base query constructor 2020-05-12 06:47:45 +10:00
Jeremy Wu
634e263086 Correct test case param 2020-05-12 05:56:51 +10:00
Ioannis G
5ed5d52733
post-build script: remove leftover comment
also convert indentation to spaces
2020-05-11 19:49:39 +03:00
Jeremy Wu
6d7aa46747 Add Windows Index directory search query test 2020-05-11 23:19:41 +10:00
Jeremy Wu
8848ed1a00 Add skeleton tests and classes for Explorer 2020-05-11 23:15:15 +10:00
Jeremy Wu
80fc62e38d Merge remote-tracking branch 'origin/dev' 2020-05-09 19:37:36 +10:00
Ioannis G
76e71368ad
appveyor: update versioning 2020-05-09 00:19:17 +03:00
Ioannis G
12bcb6bb89
appveyor: updating naming of artifacts 2020-05-09 00:15:54 +03:00
Ioannis G
b63521bff3
update appveyor.yml
* make the file easier to read
* minimal build output verbosity
* skip commits that edit markdown files
2020-05-08 23:07:05 +03:00
Jeremy Wu
db358e6a3d
Blanking out icons and images (#40) 2020-05-08 13:12:06 +03:00
Jeremy Wu
d751803cc2 fix merge hotkey placement 2020-05-08 17:13:14 +10:00
Jeremy Wu
47a69a322d Merge branch 'dev' into update_ui 2020-05-08 12:41:57 +10:00
Jeremy Wu
8188e7e9af Settings Theme tab update layout 2020-05-07 18:06:45 +10:00
Jeremy Wu
09308417a8 Add DropShadowEffect as a user option 2020-05-07 14:30:55 +10:00
Jeremy Wu
3fddae7e96 Settings- Update Theme's query text box preview
- Removed Hello Flow Launcher text in favour for simple Hi There text
- Removed Hello Flow Launcher text on other languages. Defaults to English and can be added for others later on
2020-05-06 21:41:38 +10:00
Jeremy Wu
874a9cb62d Fix theme when in dark mode via override 2020-05-06 20:18:58 +10:00
Jeremy Wu
5149720366 update Settings plugin side panel to display version
Tooltip for plugin name also changed to display description
2020-05-06 12:21:41 +10:00
Jeremy Wu
344a030256 Make query text selection highlight color consistent with result list 2020-05-05 22:04:06 +10:00
Jeremy Wu
c5100398f5 Main search window- add spacing before query text 2020-05-05 21:30:17 +10:00
Jeremy Wu
eb938ce584 Base.xaml- Remove BaseWindowStyle min & max width.
Main search window width control by grid width for shadow effect
2020-05-05 21:26:04 +10:00
Jeremy Wu
70b090e154 Add shadow effect to main search window 2020-05-05 21:00:15 +10:00
Ioannis G
658b9d721b
plugin: add SourceLink support 2020-05-05 13:13:17 +03:00
Jeremy Wu
6f80452318 Change Darker theme's Highlighting of result items
Intsead of standard blue highlight, now light gray
2020-05-05 19:41:48 +10:00
Jeremy Wu
3f96bb0435 Change Darker theme's hover over mouse pointer
When hovering over result items the mouse pointer is now a cursor instead of a hand
2020-05-05 19:40:06 +10:00
Jeremy Wu
0724f523ac lighten the base default font weight 2020-05-05 14:06:40 +10:00
Jeremy Wu
a4ef56cb46
Merge pull request #34 from gdziedzic/enhance-mod+num-launching
Enhance modifier + num launching
2020-05-05 13:20:06 +10:00
Jeremy Wu
815c3f2a1e Main Search Window- Update appearance 2020-05-05 08:41:24 +10:00
Grzegorz Dziedzic
69158b9777 Limit no of hotkeys displayed for mod+num launching 2020-05-04 20:58:37 +02:00
Ioannis G
9737d2fc70
delete nuspec file for the plugin project
no longer needed
2020-05-04 15:14:47 +03:00
Ioannis G
53bc0f2cba
plugin: set Authors to the nuget org name 2020-05-04 14:56:35 +03:00
Ioannis G
f57fdfbc50
appveyor: update path to Plugin artifacts
and remove the pack step from the post-build script (no longer needed)
2020-05-04 14:42:36 +03:00
Ioannis G
2d6dd97921
pack Plugin project on Release builds
also use the new format for package symbols (snupkg)
2020-05-04 14:33:11 +03:00
Jeremy Wu
3c119714a6 Settings- Proxy tab use style setter for font size 2020-05-04 20:17:31 +10:00
Jeremy Wu
0e64360a68 Settings- About tab update layout 2020-05-04 20:11:47 +10:00
Jeremy Wu
4f36cd9714 Settings- Proxy tab update layout 2020-05-04 19:57:11 +10:00
Ioannis G
6ef4c04b97
add package details to Flow.Launcher.Plugin.csproj 2020-05-04 12:48:00 +03:00
Ioannis G
fed56d26ad
update the post build script
* use dotnet pack for the plugin project
* refactor Zip-Release and Pack-Squirrel-Installer functions
* remove reference to NuGet.CommandLine - no longer needed
2020-05-04 12:47:59 +03:00
Ioannis G
85d2b3f522
update appveyor.yml 2020-05-04 12:47:58 +03:00
Ioannis G
cf2947dd94
remove unused includes in project files 2020-05-04 12:47:56 +03:00
Jeremy Wu
900ba13443 Settings- Hotkey tab update layout 2020-05-04 19:35:52 +10:00