Commit Graph

1584 Commits

Author SHA1 Message Date
Boris Makogonyuk
2aca12a49c
Issue template update (#1846)
* Update to ISSUE_TEMPLATE

Template partially based on https://github.com/facebook/react-native/blob/master/.github/ISSUE_TEMPLATE.md
2018-01-19 23:12:39 +01:00
Duncan Ogilvie
810ee422a1 Execute the OpenResultComand with Ctrl and Alt modifiers when pressing enter (#1685) 2017-12-25 02:10:46 +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
Boris Makogonyuk
e251c59da1
Merge pull request #1783 from smallg0at/patch-1
Update README.md
2017-12-24 11:44:59 +01:00
YC L
df35844bb2
Update README.md
minor fix for "pinyin" part
2017-12-24 17:08:14 +08:00
Boris Makogonyuk
d8006087a2
Merge pull request #1778 from lances101/hotfix/detailed-aggregate-exception
Changed exception formatting back to default ToString call
2017-12-22 20:00:48 +01:00
Boris Makogonyuk Vasylev
1fa91cbb6f Changed ReportWindow's exception formatting back to Exception.ToString() call as it is more detailed and provides more information for AggregateException and others. 2017-12-22 19:44:40 +01:00
Boris Makogonyuk
3aacfdca20
Merge pull request #1776 from lances101/feature/cache-being-used
#1394 caching fix
2017-12-22 17:05:31 +01:00
Boris Makogonyuk Vasylev
b886422416 Added file length check before loading cache and removed BinaryStorage.Save when file was already locked. 2017-12-22 16:59:55 +01:00
Keul
a29ea0374c Updated French Translation (#1522)
added :
lastQueryMode
LastQueryPreserved
LastQuerySelected
LastQueryEmpty
checkUpdatesFailed
downloadUpdatesFailed
2017-12-16 15:10:34 +08:00
jhdxr
e6a09e7cf7 Merge branch 'dev' 2017-10-21 16:44:21 +08:00
jhdxr
83282ebcb8 fix #1397 action keywords should not be set to empty string 2017-10-21 16:23:22 +08:00
jhdxr
d3169b10f8 Merge branch 'master' into dev 2017-10-21 15:11:53 +08:00
蝦米
197c22c7fe Merge pull request #1628 from shufflecode/dev
since Yamp is not maintained anymore, replaced with Mages
2017-10-21 14:59:40 +08:00
Michael Wirth
cfe923b8c4 re-enabled exception during debug 2017-10-17 20:01:41 +02:00
Michael Wirth
742048f24e Fixed typos and swapped Brackets for parentheses, Corrections due to PR 2017-10-16 20:17:53 +02:00
Michael Wirth
36111aa001 since Yamp is not maintained anymore, i switched it for Mages
https://github.com/FlorianRappl/Mages
fixes also #1022
2017-10-15 20:21:23 +02:00
bao-qian
8a0f80181e Notes for maintenance 2017-04-23 23:33:53 +01:00
Hüseyin Tüfekçilerli
fd4fec5340 Removed extra leading space char (#1368) 2017-04-11 15:43:10 +01:00
LiuJianhua
808523b814 Fix folder UnauthorizedAccessException #1282 #1357 2017-04-11 15:40:11 +01:00
Michael Eichhorn
5640b2157f ContextMenu 4: for non c# plugin #1366 2017-04-11 14:50:26 +01:00
Michael Eichhorn
f3d79d906e ContextMenu 3: Format #1366 2017-04-11 14:50:25 +01:00
Michael Eichhorn
5198f70ebf ContextMenu 2: Extract DeserializedResult #1366 2017-04-11 14:50:25 +01:00
Michael Eichhorn
de12208d4a ContextMenu 1: Rename #1366 2017-04-11 14:50:09 +01:00
bao-qian
e20247d055 Merge pull request #1364 from martian-f/calculator-user-locale
Convert calculator numbers from/to user locale.
2017-04-11 11:45:34 +01:00
martian-f
0862326a79 Convert calculator numbers from/to user locale.
Tries to convert numbers in query string to invariant culture format before passing to YAMP, and the other way around when presenting result from
YAMP. Nothing fancy, just a regular expression scanning for substrings consisting of number, decimal separator and group separator, trying a
parse and convert on them. Translation is skipped if no conversion between user locale and invariant culture number format is necessary.

Closes #436.
2017-04-10 23:43:23 +02:00
bao-qian
16531653ab Merge branch 'master' into dev 2017-04-07 11:55:56 +01:00
bao-qian
2f3a2d495a Update ISSUE_TEMPLATE.md 2017-04-06 16:28:16 +01:00
bao-qian
baa9837702 Update ISSUE_TEMPLATE.md 2017-04-06 15:26:11 +01:00
bao-qian
cfa7d9820b remove annoying fail prompt #1339 2017-04-05 13:59:16 +01:00
bao-qian
3554d9fda2 Handle more exceptions for UWP #1309 2017-04-01 19:15:23 +01:00
bao-qian
cb2eebef40 More exception info 2017-04-01 18:56:29 +01:00
bao-qian
f4d0cc4dd1 Misc 2017-04-01 18:50:22 +01:00
bao-qian
d31347c0e0 Revert "Remove first chance exception"
This reverts commit 4aa4d98c08f3bcc176bd3ac1b9b718ab98298ca4.
The squirrel crash is not caused by this #1320
2017-04-01 18:45:57 +01:00
bao-qian
911a43337b error report windows won't crashs 2017-04-01 13:13:53 +01:00
bao-qian
f62f15cea7 Decouple runtime info and dependencies info 2017-04-01 13:02:07 +01:00
bao-qian
dcd27a5f7a Add more NonNull check 2017-04-01 12:54:05 +01:00
bao-qian
bf4c4561ce Remove some useless code for error reporting 2017-04-01 12:49:51 +01:00
bao-qian
cc6c18b5ad fix debug info 2017-04-01 12:49:51 +01:00
bao-qian
6b536ced92 let it crash 2017-04-01 12:49:51 +01:00
bao-qian
60ca0cbae3 Add build instruction 2017-03-31 11:39:20 +01:00
bao-qian
b16abfba9c Remove more duplicated dll 2017-03-30 18:52:49 +01:00
bao-qian
0a34143388 Ensure UpdateManager is Disposed #1320 2017-03-30 18:43:52 +01:00
bao-qian
1e79f202f4 Merge branch 'master' of https://github.com/Wox-launcher/Wox 2017-03-29 10:19:12 +01:00
bao-qian
90f7b5259b Remove first chance exception
Remove first chance exception,
it crash the app frequently when squirrel throw/catch exception internally.
2017-03-28 22:30:55 +01:00
bao-qian
2d143abda6 update #1266 help info 2017-03-27 00:18:47 +01:00
bao-qian
128671f5e9 fix github update error handling #1266 2017-03-27 00:10:02 +01:00
bao-qian
6945eb548f Add default config 2017-03-14 20:28:05 +00:00
bao-qian
ca3cd36887 add script into solution 2017-03-14 02:24:41 +00:00
bao-qian
31da08d186 fixup 2017-03-14 02:16:30 +00:00