Jeremy Wu
56b8b5f3d6
After restart, clean up data folder locations so only one is used
2020-03-05 23:20:55 +11:00
Jeremy Wu
7ac69f9bcd
Update disable portable mode code
...
- add message to inform user
- create uninstaller entry
- set delete indication
2020-03-05 23:14:44 +11:00
Jeremy Wu
e6b988d227
Add code to enable portable mode
2020-03-05 23:13:06 +11:00
Jeremy Wu
39eac96023
Change method name to make intention clearer. Add additional methods
2020-03-05 23:10:16 +11:00
Barbara Kudiess
108c371b5c
Updating .yml file to run on vs2019 with MSBuild 16
2020-03-03 16:09:25 -08:00
Barbara Kudiess
08ad52e37a
Updates .yml file to support .net core
2020-03-03 16:00:57 -08: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
Jeremy Wu
dbc52f56c8
Merge branch 'dev' into add_enable_portablemode_setting
2020-03-03 20:12:18 +11:00
Barbara Kudiess
d2faf6b7f1
Updating Wox assembly info
2020-03-02 17:11:53 -08:00
Barbara Kudiess
b168166c89
Merge branch 'master' into dontnet-core-upgrade
2020-03-02 17:04:00 -08:00
Barbara Kudiess
f98eb92afd
Updating gitignore
2020-03-02 16:53:13 -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
Jeremy Wu
2531f71402
Add disable portable mode programatically
2020-03-03 05:58:31 +11:00
Barbara Kudiess
556ff9702c
Wox peoject in .net Core
2020-03-01 17:22:26 -08:00
Jeremy Wu
1932515fe9
Merge pull request #152 from SysC0mp/improve-calculator
...
Improve calculator plugin
2020-03-01 21:17:41 +11:00
Jeremy Wu
28acd466b3
Merge branch 'dev'
2020-03-01 20:12:51 +11: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
Kevin Eck
366a351100
Merge branch 'dev' into improve-calculator
2020-02-27 11:36:41 +01:00
Jeremy Wu
3184f8d275
Update readme with main features released from this fork ( #149 )
...
* Update readme with main features released from this fork
* update
2020-02-27 00:16:09 +02:00
Jeremy Wu
8ec78688b8
Add empty actionParameters check ( #148 )
2020-02-27 00:14:45 +02:00
SysC0mp
9d447ca63f
Replace static text with localized label
2020-02-26 20:49:39 +01:00
SysC0mp
cc743aeeea
Round result using new introduced setting
2020-02-26 20:47:14 +01:00
SysC0mp
0933eab4b0
Update Mages version
2020-02-26 20:46:47 +01:00
SysC0mp
f18256ab39
Add "Max. decimal places" setting
2020-02-26 20:46:27 +01:00
SysC0mp
54191d6d88
Replace static text with localized label
2020-02-26 20:00:07 +01:00
SysC0mp
ec2aaa8457
Merge "dev" into "improve-calculator"
2020-02-26 19:45:37 +01:00
SysC0mp
3d917e0258
Extract validation to method
2020-02-26 19:40:20 +01: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
cbcca9cf5b
Merge branch 'dev'
2020-02-26 07:02:11 +11:00
SysC0mp
4f4e423a4b
Add missing using directives
2020-02-25 17:55:04 +01:00
SysC0mp
5ae3262279
Adjust decimal separator based on setting
...
The output decimal separator selected will be used for the output. The
input can also handle comma and dot as separator now.
2020-02-25 17:53:18 +01:00
SysC0mp
570c1d9a5f
Integrate calculator settings
...
Save & load settings when plugin is in use & specify user control.
2020-02-25 17:50:50 +01:00
SysC0mp
3d3d9435dc
Set minimum expression lenght to 2
...
Calculations like 8! haven't been possible before due to a validation on
the minimum query lenght.
2020-02-25 17:48:18 +01:00
SysC0mp
b37669b77e
Create user control for Calculator settings
2020-02-25 17:45:43 +01:00
SysC0mp
73a264b00d
Create DecimalSeperator enum
...
Localization is handled using the LocalizedDescription attribute and the
LocalizationConverter.
2020-02-25 17:43:12 +01:00
SysC0mp
2e714a8d7b
Create localization helper classes
2020-02-25 17:38:47 +01: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
Jeremy Wu
61845dd0db
Add disable portable mode code
2020-02-24 21:42:41 +11:00
Jeremy Wu
ba46ce09dc
Update with exception handling and continue
2020-02-24 07:20:34 +11:00
Jeremy Wu
ad4c9fb4ef
Add possible exception path too long handling
2020-02-23 20:21:47 +11:00
Jeremy Wu
69f66b7a4b
update
2020-02-23 19:41:24 +11: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
73705bec23
Merge pull request #144 from jjw24/pluginInitFail
...
Plugininitfail
2020-02-22 09:47:19 +11:00
clueless
cb9e045c7f
catch plugin init fails - stop Wox from not starting up and crushing and disable and explain the user what is the probalmatic plugin
2020-02-21 23:12:58 +02:00
Jeremy Wu
d55560ea97
Add UserData operations- Copy, verify, remove
2020-02-21 22:06:04 +11:00
Jeremy Wu
7385243c1d
Add enable portable mode logic
2020-02-21 08:27:46 +11:00
Jeremy Wu
56c2964e96
Fix issue incorrect dll reference ( #141 )
2020-02-15 08:24:29 +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