Jeremy Wu
37149d9956
Reduce Wox's drain on CPU when using Pinyin search ( #162 )
...
* Remove this unneccessary dreadful logging that kills performance
* Update to ShouldUsePinyin option
1. Change default start up not to use Pinyin as default language is English
2. Add prompt when switching to Chinese or Chinese_TW prompt user if they want to use Pinyin search
2020-03-12 00:57:36 +02: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
AT
42edb20b07
fixes to string matcher alg and some logging stuff
2019-12-30 01:13:33 +02:00
AT
dcb9e34d59
alphabet settings
2019-11-16 00:34:27 +02:00
İsmail Carlık
6b8a55f55b
Added Turkish translation and some other i18n work.
2019-10-07 18:08:06 +03:00
Jeremy Wu
8717cd077c
Add ui for user preference selection
2019-09-29 20:04:30 +10:00
jhdxr
3dac6fd1c3
hide tray icon ( close #563 )
2018-12-19 12:15:05 +08:00
bao-qian
c41035058a
Merge update logic #1266
2017-03-06 01:54:06 +00:00
Jason Ko
3bb0b93c79
make the font list sorted ( #1263 ) fix #790
2017-03-02 11:07:52 +00:00
bao-qian
afdbf0adbf
Add last query mode #1141 #1050
...
https://github.com/Wox-launcher/Wox/issues/1050
https://github.com/Wox-launcher/Wox/issues/1141
2017-02-12 22:34:12 +00:00
bao-qian
6e13440f1f
MVVM refactoring for web search plugin, part 1
...
1. #486
2. fix #778 #763 #742
3. MVVM refactoring
4. remove IMultipleActionKeywords interface, use PluginManager directly
2016-06-21 00:14:32 +01:00
bao-qian
3efeb4a0a6
Refactoring proxy, part 2
2016-06-19 16:22:45 +01:00
bao-qian
e1131dcf3d
More data bindings (MaxResultsToShow + ActivatedTimes)
2016-05-25 01:03:52 +01:00
bao-qian
e7f5491239
Save and close for setting tab
2016-05-25 01:03:48 +01:00
bao-qian
ba78637361
misc
2016-05-25 01:03:47 +01:00
bao-qian
b3119749d9
Databinding for proxy tab
2016-05-25 01:03:43 +01:00
bao-qian
cb56b98222
Databinding for hotkey tab
...
part of #660
2016-05-25 01:03:43 +01:00
bao-qian
4c21a68139
remove tab selection
2016-05-25 01:03:40 +01:00
bao-qian
38cf74d83b
Databinding for theme tab
2016-05-25 01:03:39 +01:00
bao-qian
826a69c531
misc
2016-05-25 01:03:38 +01:00
bao-qian
7056be0870
Databinding for plugin tab + faster image load
2016-05-25 01:03:37 +01:00
bao-qian
708dba6cb1
misc
2016-05-25 01:03:36 +01:00
bao-qian
164a34a340
Refactoring for tab selected event
2016-05-25 01:03:36 +01:00
bao-qian
3593a918b7
Databinding for general tab
2016-05-25 01:03:35 +01:00
bao-qian
cc4b343cf4
Misc
2016-05-25 01:03:33 +01:00
bao-qian
299864a9cf
rename
2016-05-25 01:03:32 +01:00
bao-qian
b49e45827f
fix #608
2016-05-21 00:16:58 +01:00
xzhao
87497d2d09
Fixed #586
...
- add option to hide main window on startup
- Fixed #586
2016-05-14 14:48:58 +01:00
bao-qian
71308316b1
Add auto updates gui option
2016-05-13 23:54:37 +01:00
bao-qian
45d5da98ca
fix disable plugin + fix #575 #609
2016-05-12 02:45:39 +01:00
bao-qian
6ac33b0568
Add manually check updates option
...
1. manually check updates
2. refactoring get http request to use async
3. remove some generic exception catch
4. remove unused code
2016-05-09 02:32:47 +01:00
stafford
099b62b645
Cleanup proxy enable/disable, fix #518
2016-05-08 17:27:56 +01:00
bao-qian
785843198a
Use existing installed python
...
1. use installed python
2. add settings to choose python directory
3. add py3 compability
4. create hello world python example
2016-05-05 01:57:03 +01:00
bao-qian
174c7a776e
Refactoring Refactoring icon, part 2
...
1. Add baidu, fix #576 , #582
2. Refactoring
2016-05-03 21:22:11 +01:00
bao-qian
07fe141f8a
Fix #565
...
1. Fix resultlistbox visibility
2. Fix #565
3. Remove unused convertor
2016-04-24 17:06:28 +01:00
bao-qian
c596039453
Rearrange query execution order
...
1. remove usage of PushResult
2. rearrange query execution order
3. decouple UserSetting dependency
4. remove instant query
5. remove backkeydown event
6. part of #389
2016-03-28 03:02:30 +01:00
bao-qian
c41fbbb93e
Cleanup using Resharper
2016-03-26 04:46:39 +00:00
stafford
ef1a195036
made margins consistent
2016-03-26 03:01:35 +00:00
bao-qian
eb8aa195c2
ResultItem -> Result, part 2
...
part of refactoring for PR #494
2016-02-21 17:10:23 +00:00
bao-qian
7e7b41cd8c
ResultPanel -> ResultListBox, part 2
...
part of refactoring for PR #494
2016-02-21 17:04:28 +00:00
bao-qian
3f60723425
Fix some unresolved reference for xaml
2015-11-12 20:36:32 +00:00
bao-qian
af7beb2c34
Improve UI for multiple action keywords
...
See #352
2015-11-06 02:29:32 +00:00
bao-qian
a07d6aa1e7
Enable multiple action keywords
...
See issue #352
2015-11-05 19:29:45 +00:00
Boris Makogonyuk
dc4c33c0d5
Reflected functionality changes from the last commit on the whole project.
2015-10-08 01:02:36 +02:00
Boris Makogonyuk
7273e1218a
Wox now has an option to ignore hotkeys when the focused window is topmost. This will ignore not only the main Wox hotkey but also plugin hotkeys.
...
~ WindowIntelopHelper edited
~ User settings entry added
~ Checkbox added to General tab (as well as its events)
~ Language entries added for en/ru
2015-10-08 00:17:37 +02:00
Ioannis G
860210628e
close settings with esc
2015-09-26 00:50:22 +03:00
Ioannis G
a1988f91c1
fix tab populating in settings ( fixes #291 )
2015-09-25 23:43:09 +03:00
renzhn
bc86c9b57d
setting window: plugin
2015-08-28 08:02:09 +08:00
qianlifeng
618ba376b2
Ajust maxium result item UI
2015-07-17 15:23:38 +08:00
qianlifeng
c8a445275b
merge with master
2015-07-17 15:08:39 +08:00