Commit graph

50 commits

Author SHA1 Message Date
Hongtao Zhang
a4dea1f2fd Use Microsoft Package to register toast notification 2022-01-13 17:33:23 -06:00
Dobin Park
e500b3517d
Apply suggestions from code review
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-11-19 14:24:28 +09:00
DB p
abe4eec65d fix Wav output setting 2021-11-14 15:09:09 +09:00
DB p
5a430bfc48 Change Wav to output 2021-11-14 13:39:45 +09:00
DB p
b17f12b99a change wav file to resource 2021-11-14 11:43:03 +09:00
Kevin Zhang
2c9646791e Fix QueryTime won't change by adding fody to Flow.Launcher.Plugin.csproj and add a delegate to trigger update once the avgquerytime is changed through querying 2021-10-20 14:50:46 -05:00
Jeremy
04a10ed62d add glyph option to settings 2021-10-07 21:58:54 +11:00
Dobin Park
1948ec5a4c
Update Flow.Launcher/Flow.Launcher.csproj
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-10-05 11:05:33 +09:00
Dobin Park
d1e7b4e753
Update Flow.Launcher/Flow.Launcher.csproj
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-10-05 11:05:26 +09:00
Dobin Park
c1b0929ed5 - Redesign Setting Window
- Add Segoe Fluent Icons
- Edited Hotkey control for right aligment
  (Plugin Area WIP)
2021-10-03 21:44:03 +09:00
Dobin Park
c227ba38aa - fix for build (recovery some item group) 2021-09-28 01:30:27 +09:00
Dobin Park
f83212a0dd remove itemgroup in csproj. 2021-09-28 01:26:45 +09:00
Dobin Park
4ced99569d - Delete Comment 2021-09-28 01:20:36 +09:00
Dobin Park
3a0594f99b - Changing Result item and hotkey layout
- Add Hightlight Styling
- Add New Themes and adjust classic themes
2021-09-27 20:00:46 +09:00
Jeremy
8fbf755155 fix build failure
nuget pack 5.10.0 requires target platform version to be appended to nuspec
2021-08-25 09:03:20 +10:00
Kevin Zhang
fd794b8e77 Bump Dependency 2021-08-14 07:12:22 +08:00
Jeremy Wu
f4c77fb67b Merge branch 'dev' into DotNet5Upgrade 2021-02-23 21:01:39 +11:00
弘韬 张
0981be499f Use PortablePDB instead of Full pdb for debugging 2021-02-22 13:16:48 +08:00
Jeremy Wu
ab4e3f87cb Merge branch 'dev' into DotNet5Upgrade 2021-02-16 07:46:20 +11:00
Jeremy Wu
13f737740e fix formatting 2021-02-13 22:01:52 +11:00
弘韬 张
baf75c4985 remove extra copy 2021-02-13 12:25:02 +08:00
弘韬 张
b503584dbf Use app.ico as icon instead of app.png for setting window 2021-02-12 22:03:35 +08:00
弘韬 张
a37f1918ae Update all profile to dotnet 5 2021-02-12 03:17:13 +08:00
弘韬 张
597dc06b31 revert unexpected personal change 2021-01-26 16:24:30 +08:00
弘韬 张
900f009893 Revert DotNet 5 update 2021-01-26 16:19:06 +08:00
弘韬 张
c54b678e6f Merge dev 2021-01-14 22:40:45 +08:00
张弘韬
0fc9f64e85 image not found issue in build 2021-01-09 12:05:55 +08:00
张弘韬
62009ac3fb Merge remote-tracking branch 'upstream/dev' into DotNet5Upgrade
# Conflicts:
#	Flow.Launcher/Flow.Launcher.csproj
#	Plugins/Flow.Launcher.Plugin.Color/Flow.Launcher.Plugin.Color.csproj
#	Plugins/Flow.Launcher.Plugin.PluginManagement/Flow.Launcher.Plugin.PluginManagement.csproj
2021-01-09 11:01:38 +08:00
Ioannis G
49560db7f6
copy svg images to output from the main project 2021-01-09 02:49:14 +02:00
Ioannis G
bc3dfd4a73
appveyor: publish self-contained 2021-01-07 00:53:54 +02:00
Ioannis G
499a0abe7f
bump PropertyChanged.Fody to 3.3.1 2021-01-07 00:53:50 +02:00
弘韬 张
3b9c10fd66 Use SVG for search icon 2021-01-06 10:34:08 +08:00
Jeremy Wu
482988c288 use wild card to include images for main project 2021-01-02 12:59:58 +11:00
弘韬 张
e973e1d0bb Update ModernWPF so that the app can run 2020-12-02 13:26:05 +08:00
弘韬 张
1ddf83fc86 Update to DotNet5 2020-11-30 11:34:45 +08:00
Jeremy Wu
7fd9c87bd1 remove excess or duplicated package references
- since we have fixed how dependencies are resolved for plugins, these excess or duplicated package references can be safely removed

- for example Newtonsoft.Json can be removed from default plugins as it is included in Flow.Launcher.Plugin project, and external plugins will be resolved to use the reference there
2020-09-22 07:17:01 +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
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
47a69a322d Merge branch 'dev' into update_ui 2020-05-08 12:41:57 +10:00
Jeremy Wu
815c3f2a1e Main Search Window- Update appearance 2020-05-05 08:41:24 +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
Ioannis G
ef95913aba
update projects with SatelliteResourceLanguages
Without this property set, the output folder is populated with multiple
culture-specific versions of `Fsharp.Core.resources.dll`
2020-05-02 19:52:41 +03:00
Ioannis G
07be7e2bea
bump PropertyChanged.Fody to 3.2.8
This outdated dependency causes `dotnet build`, `dotnet pack` etc to fail
2020-05-02 09:46:38 +03:00
Jeremy Wu
3c235887d6 Update General tab UI 2020-04-28 21:10:42 +10:00
Jeremy Wu
3c7f067770 rename all project file name 2020-04-21 21:27:02 +10:00
Renamed from Wox/Wox.csproj (Browse further)