Ioannis G
cf2947dd94
remove unused includes in project files
2020-05-04 12:47:56 +03:00
SysC0mp
cfdbd19d99
Remove variable and use returned dictionary directly
2020-05-03 18:05:01 +02:00
SysC0mp
64de0ceef3
Remove unused usings
2020-05-03 16:02:31 +02:00
SysC0mp
31501a1a9e
Load environment variables from system
2020-05-03 16:02:15 +02:00
SysC0mp
a66b4cd057
New method to check for environment variable
2020-05-03 16:00:27 +02:00
Jeremy Wu
484eb9cdff
Merge pull request #32 from JohnTheGr8/folder_plugin_env_strings
...
Folder plugin: handle environment string paths
2020-05-03 23:12:57 +10:00
Ioannis G
8ee168bb12
plugin/folder: handle environment string paths
2020-05-03 14:00:01 +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
0cedc8b8f2
bump NLog dependency in Program plugin
...
from 4.7.0-rc1 to 4.7.0
2020-05-02 14:28:33 +03:00
Ioannis G
1dcaf62e27
add dependency to FSharp.Core
...
ensure there are no runtime errors when FSharp.Core cannot be located:
* add reference to FSharp.Core 4.7.1 in Flow.Launcher.Core
* update FSharp.Core to 4.7.1 in HelloWorldFSharp
2020-05-02 14:13:20 +03:00
SysC0mp
c23073ec47
Fix IcoPath
2020-05-01 16:25:43 +02:00
SysC0mp
ce9ca5dabd
Add default app.png image
2020-05-01 16:25:32 +02:00
SysC0mp
20d7646274
Add missing icon path
2020-05-01 12:10:51 +02:00
Ioannis G
1238d86fc5
add HelloWorldFSharp example plugin
2020-04-30 11:40:28 +03:00
Ioannis G
9ac9a2f218
fix typo in IPublicAPI
...
`RestarApp` to `RestartApp`. Mark `RestarApp` as obsolete.
2020-04-30 09:54:13 +03:00
Jeremy Wu
d63ae1570a
Recursive delete sub folders and files
2020-04-29 19:37:16 +10:00
Jeremy Wu
df1af8f45a
Update method name to describe purpose
2020-04-29 18:58:52 +10:00
Jeremy Wu
cd670e70ad
Merge pull request #18 from Flow-Launcher/fix_load_uwp
...
Fix UWP apps loading
2020-04-27 19:17:01 +10:00
Jeremy Wu
374e1f6207
Added unit testing
2020-04-26 20:30:18 +10:00
Jeremy Wu
79cbe69627
Remove default loading of .bat extension files
2020-04-25 18:57:56 +10:00
Jeremy Wu
f40d4fc782
Fix bug loading incorrect class for Lnk extension files
2020-04-25 18:44:02 +10:00
Jeremy Wu
1675a48202
Fix UWP apps loading
2020-04-25 15:07:40 +10:00
Jeremy Wu
bc06c8d495
Merge branch 'master' into fix_settings_openurl
2020-04-25 13:31:50 +10:00
Jeremy Wu
5a45591550
Fix python plugin template names
2020-04-24 07:49:16 +10:00
Jeremy Wu
c7fd64aff0
Rename url and file name
2020-04-23 22:29:32 +10:00
Jeremy Wu
a1353d5249
Update start process for opening directory
2020-04-23 21:56:11 +10:00
Jeremy Wu
722d1f0db6
Rename- description strings
2020-04-23 18:23:58 +10:00
Jeremy Wu
acdea86a2d
update plugin.json url to point to current repo
2020-04-22 21:29:14 +10:00
Jeremy Wu
9f1377619d
Update description strings
2020-04-22 20:26:09 +10:00
Jeremy Wu
28d67c8c81
Rename further code and text
2020-04-21 22:54:41 +10:00
Jeremy Wu
f5ed0291a0
Fix rename errors
2020-04-21 22:16:10 +10:00
Jeremy Wu
3c7f067770
rename all project file name
2020-04-21 21:27:02 +10:00
Jeremy Wu
1b795309d5
Rename code & text
2020-04-21 19:12:17 +10:00
Jeremy Wu
98758f60b6
Fix opening web/url/bookmarks in new window and tab
...
Functionality broken after the upgrade
2020-04-17 20:47:56 +10:00
Jeremy Wu
26e93869a9
Merge branch 'master' up to commit f325674
2020-04-01 22:20:33 +11:00
Jeremy Wu
782c73e471
Merge in branch 'master' up to commit 24cf015
...
commit: 24cf015b0a9b36503efbd83c9c9ed3c64da10f18- 24cf015b0a
2020-03-31 22:00:09 +11:00
Jeremy Wu
d2a3d029ee
Remove UWPDesktop reference and add Windows sdk Contracts
2020-03-29 16:01:55 +11:00
Barbara Kudiess
3fd1021b55
Changing variable to const
2020-03-03 15:55:11 -08:00
Barbara Kudiess
e6d5d7cba4
Fix PR Comments
2020-03-03 14:25:59 -08:00
Barbara Kudiess
b168166c89
Merge branch 'master' into dontnet-core-upgrade
2020-03-02 17:04:00 -08:00
Barbara Kudiess
9e6f0d6fa5
Deleting assembly files
2020-03-02 16:51:14 -08:00
Barbara Kudiess
4b45a1952b
Plugins converted from .NET Framework to .NET Core
2020-03-02 16:48:07 -08:00
Barbara Kudiess
d329b73748
.net framework 4.5.2 -> 4.7.2 and Sistem.Runtime.Remoting replacement
2020-02-28 17:42:37 -08:00
Jeremy Wu
e5cc2ccaab
Merge pull request #145 from jjw24/pluginInitFail
...
plugin init fail continue - create query builder and re-enable tests.
2020-02-26 07:25:20 +11:00
Jeremy Wu
cecb65cd40
Installed & portable mode: Enhance auto updates ( #142 )
...
* Add handling of portable mode when updating
Additionally:
1. Changed getting version from internally rather than from RELEASES file
2. Added PortableDataPath as a constant so can be used to determine if portable mode is used
* Fix incorrectly wired auto update event handler
* Fix Sys plugin missing Shutdown command icon
* Add check update command to Sys plugin
* Add message if current Wox version is latest
* Add default silent when auto checking updates in background
Silent when current is still the latest version
* Move UserData folder to new version location
* Changes per review
1. Move IsPortableMode to Constant
2. Merge if statement
* Per comment- change variables to be more descriptive
UpdateInfo and UpdateManager renamed
* Per comment- Add exception handling and message if failed.
2020-02-25 12:08:51 +02:00
clueless
e1e7387c73
create query builder and re-enable tests.
...
make the plugin manager plugin data the source for disabled plugins
2020-02-22 11:02:07 +02:00
Jeremy Wu
d5f223fc88
Add file path to files search result in Folder Plugin ( #139 )
...
* Add file path to files in Folder Plugin
* Add folder subtitle display path when wildcard '>' is used
2020-02-15 08:23:17 +02:00
clueless
fec7912870
remove
2020-01-26 11:14:38 +02:00
clueless
9488864f47
everything updates -
...
- support ~cancellation in api.
- API refactoring.
- API - locked to enable collisions.
- other small changes
2020-01-26 01:34:11 +02:00
AT
725df15012
update to package reference
2020-01-14 21:10:54 +02:00