Jeremy Wu
12d3ca2d50
fix delete logic
2019-10-17 08:00:54 +11:00
Jeremy Wu
aa08125e43
fix directory drag drop
2019-10-17 07:35:27 +11:00
Jeremy Wu
9ce94a8398
update
2019-10-17 07:04:56 +11:00
Jeremy Wu
34a3535abe
Add dynamic Delete to the Enable/Disable button
2019-10-17 06:43:18 +11:00
Jeremy Wu
ac79803f1b
Update setting description summary
2019-10-16 22:38:44 +11:00
Jeremy Wu
006ec1abb8
Fix add button action to not duplicate + implement new model
2019-10-16 22:38:02 +11:00
Jeremy Wu
b2a47e6216
Add uniqiue identifier when adding customer user program source
2019-10-15 22:40:33 +11:00
Jeremy Wu
85638c23ae
Add reindex call for enable/disable button
...
For when program source enable && disable + where program not in cache
2019-10-15 22:39:55 +11:00
Jeremy Wu
44c1c93e81
Change DisabledProgramSource class to inherit ProgramSource
2019-10-15 20:22:20 +11:00
Jeremy Wu
06c9ff49a0
Fix identation + display disabled program sources
2019-10-15 20:21:55 +11:00
Jeremy Wu
bbe72f52ba
Update reindex call to use disabledprogramsources
2019-10-15 20:20:55 +11:00
Jeremy Wu
5793b85c5b
Add Enable program source to Program plugin view
2019-10-15 08:05:21 +11:00
Jeremy Wu
eccc3717bc
Merge branch 'master' into enable_userselected_programloading
2019-10-15 05:49:00 +11:00
Jeremy Wu
d64a7cb739
Merge branch 'enable_manual_reloaddata' into dev
2019-10-09 06:18:55 +11:00
Jeremy Wu
127e28a6f4
Remove task to wait for the program reload to complete
2019-10-09 06:16:53 +11:00
İsmail Carlık
6b8a55f55b
Added Turkish translation and some other i18n work.
2019-10-07 18:08:06 +03:00
Jeremy Wu
9e69d01db7
Add reload call for Programs plugin
2019-10-06 13:15:06 +11:00
Jeremy Wu
cc23495591
Update Program plugin with new code
2019-09-29 15:03:30 +10:00
Jeremy Wu
26be6ae7c5
bug fix
2019-09-13 07:26:24 +10:00
Jeremy Wu
14e4a052bb
Update btn name to 'All Programs'
2019-09-12 08:05:09 +10:00
Jeremy Wu
ae3d8860be
Update multi-selection
2019-09-12 07:53:19 +10:00
Jeremy Wu
2eede422a4
Add sorting
2019-09-12 07:42:42 +10:00
Jeremy Wu
24debbf349
remove debug code
2019-09-11 08:05:20 +10:00
Jeremy Wu
81e252d564
Update load programsources with uniqueidentifier
2019-09-11 08:01:38 +10:00
Jeremy Wu
1ca9389110
Update class to inherite from Settings.ProgramSource
2019-09-11 07:16:38 +10:00
Jeremy Wu
10fb76377c
Update disable logic and add unique identifier for programs
2019-09-10 07:57:03 +10:00
Jeremy Wu
4a6242b3a0
Add initial disable program code
2019-09-08 22:18:55 +10:00
Jeremy Wu
b540cc8ac4
Refactor Plugins.Program
2019-09-08 22:16:47 +10:00
Jeremy Wu
5fb0402216
Updated button positions and name
2019-09-07 16:28:16 +10:00
Jeremy Wu
bc202ecc98
Add disable programs functionality
2019-09-07 15:58:13 +10:00
Jeremy Wu
9d3f0d45d5
Add display of all loaded applications
2019-09-06 08:06:51 +10:00
Jeremy Wu
f51c391e84
Enable user selected program loading only
...
Update logic, add program source only loading
2019-09-05 08:05:17 +10:00
jhdxr
3fddb77564
validate path before save ( fix #1869 )
2018-12-22 14:44:39 +08:00
Zepp
9b2239d4fa
UWP HiDPI icon support ( #1515 )
...
* Add HiDPI support for UWP on Windows 10
* Code structure improvement
2018-07-15 23:32:22 +08:00
Dandjinh
be43c2156f
skip broken folder when re-index ( #2004 )
...
* skip broken folder when re-index
* add log for DirectoryNotFoundException
2018-07-15 23:31:54 +08:00
bao-qian
9423b8da57
update website
2018-02-25 02:18:35 +08:00
Boris Makogonyuk
1c10ee106e
Program paths fix + #1779 ( #1780 )
...
* ProgramPaths now searches for files on a per-folder basis using a Queue instead of calling EnumerateFiles. This allows us to escape permission errors.
Issue #1779 is fixed because of this too.
2017-12-24 11:52:53 +01:00
LiuJianhua
808523b814
Fix folder UnauthorizedAccessException #1282 #1357
2017-04-11 15:40:11 +01:00
bao-qian
3554d9fda2
Handle more exceptions for UWP #1309
2017-04-01 19:15:23 +01:00
bao-qian
75ce6d42d0
update nuget package
2017-03-04 16:35:24 +00:00
bao-qian
886e35477e
Add more error handling, fix #1252
2017-03-01 23:21:34 +00:00
bao-qian
3a8a16bf48
fix #1252 #1251
2017-02-23 11:13:05 +00:00
bao-qian
2793c8dd03
add issue link to comment
2017-02-12 17:56:39 +00:00
bao-qian
86b2391543
Cache for pinyin https://github.com/Wox-launcher/Wox/issues/1189
2017-02-12 16:57:41 +00:00
bao-qian
c361d8d16b
fixup
2017-01-25 00:23:28 +00:00
bao-qian
045fd20d8c
Rewrite all log message format
2017-01-24 01:02:32 +00:00
bao-qian
0a2592893d
rename cache file
2017-01-14 14:10:30 +00:00
bao-qian
4c6c310e0a
Use cache type directly instead of a new class, decouple binarystorage and storage
2017-01-13 15:40:32 +00:00
bao-qian
a5aa305773
remove unused stop watcher
2017-01-13 15:39:46 +00:00
bao-qian
2cf20f4b6c
genuine cache for program plugin
2017-01-13 01:21:00 +00:00