Commit graph

71 commits

Author SHA1 Message Date
Jeremy Wu
5ba4514f31 update error images 2020-06-26 18:09:00 +10:00
Jeremy Wu
4ac5881bc3 update logo and icons images 2020-06-26 15:13:29 +10:00
Jeremy Wu
d183b98e9a readd success language keyword for other controls 2020-06-23 07:37:30 +10:00
Jeremy Wu
fc37246a86 settings window- update query time translation on language change 2020-06-22 06:16:37 +10:00
Jeremy Wu
0fb05a799f settings window- update init time translation on language change 2020-06-22 05:55:55 +10:00
Jeremy Wu
10d45cc9cd remove maxwidth on action keyword display in Settings' plugin tab 2020-06-22 05:16:22 +10:00
Jeremy Wu
1a6b056ad0 Add text for current action keyword 2020-06-19 18:57:10 +10:00
Jeremy Wu
2209bb269d Hotkey tab window add close window on Esc key press 2020-06-19 18:52:11 +10:00
Jeremy Wu
8f411d9ec5 update hotkey tab window ui layout 2020-06-19 18:51:11 +10:00
Jeremy Wu
9c0dbda579 fix action keyword window textbox placement 2020-06-17 22:22:55 +10:00
Jeremy Wu
8f012f26f4 fix variable naming convention 2020-06-17 22:16:21 +10:00
Jeremy Wu
651e2a95b2 add refresh plugin action keyword display when changed 2020-06-17 21:56:46 +10:00
Jeremy Wu
34622d6bbf Update action keyword label text 2020-06-17 20:22:18 +10:00
Jeremy Wu
7cd8fc263b remove 'success' prompt after completing keyword change 2020-06-17 18:51:49 +10:00
Jeremy Wu
fc695b98b6 Merge branch 'dev' into update_uI_hotkey_actionkeyword 2020-06-17 18:45:03 +10:00
Jeremy Wu
eefe2b9ea9 Merge remote-tracking branch 'origin/dev' into explorer_plugin 2020-06-08 20:53:13 +10:00
Jeremy Wu
d3ea0e0dd9 move packages exclusive to Explorer plugin
Flow.Launcher.Plugin to Flow.Launcher project, reduce burden on the Plugin project since Explorer is a default Flow plugin
2020-06-08 20:50:49 +10:00
Ioannis G
8f99d632cb
update how theme files are copied to output folder
Moved the copying of themes from the build script to the project file.
The recursive copy-item call in the post-build script was causing the
2 files inside `Themes/ThemeBuilder` to also be copied, which resulted
in the `Tempalte.xaml` being loaded at runtime as a theme.

Closes #38
2020-06-02 17:43:11 +03:00
Jeremy Wu
acdca571fa Update ActionKeyword window 2020-05-23 14:58:57 +10:00
Jeremy Wu
f98eee6058 Fix nuget commandline reference 2020-05-21 13:31:24 +10:00
Jeremy Wu
cd2037dfae Merge branch 'dev' into feat_appveyor 2020-05-21 13:25:43 +10:00
Ioannis G
04b48eb616
downgrade PropertyChanged.Fody to 2.5.13
This is the latest version of the package that copies itself to the
build output. Downgrading fixes runtime errors.
2020-05-21 03:08:08 +03: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
1d86e229a0 Per comment, use DynamicResource 2020-05-14 19:56:11 +10: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
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
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
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
Jeremy Wu
900ba13443 Settings- Hotkey tab update layout 2020-05-04 19:35:52 +10:00
Jeremy Wu
c2731b186f Settings - Theme tab update layout 2020-05-04 18:17:50 +10:00
Grzegorz Dziedzic
6bc0ae6a82 Ability to hide mod+num. Display full hotkey. 2020-05-03 23:36:23 +02:00