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
7eea6ebe57
Remove unused code
2016-03-27 23:23:37 +01:00
bao-qian
b6a42ecf48
Kill Wox before solution build
...
ref:
http://stackoverflow.com/questions/2295454/solution-wide-pre-build-event/2295583#2295583
2016-03-27 18:43:48 +01:00
bao-qian
95becde93d
Add error info when file/application can't be open
...
1. Fix #492
2. FIx #478
2016-03-27 02:49:05 +01:00
bao-qian
0538d082dc
Fix dll has been blocked problems
...
1. Fix #536
2. Fix #279
ref: https://msdn.microsoft.com/en-us/library/dd409252(v=vs.110).aspx
2016-03-27 00:55:05 +00:00
bao-qian
c3b6b8d821
Remove unused code
2016-03-26 18:15:28 +00:00
bao-qian
c41fbbb93e
Cleanup using Resharper
2016-03-26 04:46:39 +00:00
bao-qian
0728d96339
Bump nuget package version
2016-03-26 04:45:03 +00:00
bao-qian
abc335143b
Misc
2016-03-26 03:15:28 +00:00
bao-qian
dc9908eac1
Refactoring ContextMenu
...
1. Remove ItemDropEvent
2. Remove ShowContextMenus from API
3. Fix context menu item can't be opened ( #535 ), bug introduced from PR #494 (commit 45dbb50)
4. Move open result command and load context menu command back to
MainViewModel
5. unify load context menu logic
6. other performance enhancement and potential bug fixed
2016-03-26 03:01:39 +00:00
bao-qian
6274b617f4
Fix position
...
1. Fix "Remember launch location", this was introduced since e7aa6022.
Fix #511
2. Fix opening position ( #510 ), bug introduced from PR #494 (commit e7aa602)
2016-03-26 03:01:37 +00:00
bao-qian
c5d45c6b44
Refactoring CustomizedPluginConfig
...
1. Reorder the sequence of initialization of UserSettings.
2. Use dictionary for CustomizedPluginConfigs, so code logic like
`.FirstOrDefault(o => o.ID == id);` are removed
3. part of #389
2016-03-26 03:01:36 +00:00
stafford
ef1a195036
made margins consistent
2016-03-26 03:01:35 +00:00
bao-qian
5ac0837be3
Refactoring ContextMenu
...
1. Remove ItemDropEvent
2. Remove ShowContextMenus from API
3. Fix context menu item can't be opened ( #535 ), bug introduced from PR #494 (commit 45dbb50)
4. Move open result command and load context menu command back to
MainViewModel
5. unify load context menu logic
6. other performance enhancement and potential bug fixed
2016-03-26 01:26:21 +00:00
bao-qian
fbc6f78cb5
Fix position
...
1. Fix "Remember launch location", this was introduced since e7aa6022.
Fix #511
2. Fix opening position ( #510 ), bug introduced from PR #494 (commit e7aa602)
2016-03-26 01:25:56 +00:00
bao-qian
d6f9fddc94
Refactoring CustomizedPluginConfig
...
1. Reorder the sequence of initialization of UserSettings.
2. Use dictionary for CustomizedPluginConfigs, so code logic like
`.FirstOrDefault(o => o.ID == id);` are removed
3. part of #389
2016-03-25 01:22:31 +00:00
bao-qian
199011feb8
Merge pull request #505 from schulz3000/add_german_translations
...
Add German Translation
2016-03-24 21:51:45 +00:00
bao-qian
98f1d5cd9b
Merge pull request #517 from staff0rd/settings_margins
...
Consistent margins
2016-03-24 21:48:38 +00:00
bao-qian
32e9a7fa06
Misc
2016-03-23 20:31:59 +00:00
stafford
88a47e7788
made margins consistent
2016-03-11 12:13:47 +11:00
Xaver Schulz
7d1dbbb27a
Add German Translation
...
Add German Translation to Core and Defaultplugins
2016-02-28 17:22:51 +01:00
bao-qian
c00583dd98
Remove harder coded text
...
1. Remove harder coded text, part of refactoring for PR #494
2. Remove other arguments redundant
2016-02-27 00:10:39 +00:00
bao-qian
49ca3bfd00
Refactoring
2016-02-26 23:43:57 +00:00
bao-qian
3adc3ed5d2
Fix textbox keyboard focusing
2016-02-26 21:34:27 +00:00
bao-qian
bdca59b3d7
merge dev
2016-02-26 12:13:04 +00:00
bao-qian
d5ab4093a9
Refactoring for PR #499 , part 2
2016-02-26 12:08:56 +00:00
bao-qian
e6df19efbc
Refactoring for PR #499 , part 1
2016-02-26 12:01:48 +00:00
rmterra
a13557d71d
Merge branch 'dev'
2016-02-23 23:07:35 -03:00
bao-qian
e2338fcedf
Remove yoda conditions
...
part of refactoring for PR #494
2016-02-22 21:47:58 +00:00
bao-qian
43bfeff2be
Remove redundant code
2016-02-22 21:43:37 +00:00
rmterra
1ac92c561b
removes VisibilityConverter .cs
2016-02-21 18:27:45 -03:00
rmterra
cb952b0d3a
updates MainWindow visibility bindings to use System.Windows.Visibility instead of bool
2016-02-21 18:27:05 -03:00
rmterra
5919dd998b
adds System.Windows.Visibility extension methods to validates if current value is Visible or not
2016-02-21 17:49:43 -03:00
bao-qian
320f78b31b
Remove redundant code
...
1. remove this
2. auto property should be only 1 line
3. misc
4. part of refactoring for PR #494
2016-02-21 18:46:04 +00:00
bao-qian
533bc4c2fe
Misc
...
part of refactoring for PR #494
2016-02-21 17:10:24 +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
4197580b04
ResultItem -> Result, part 1
...
part of refactoring for PR #494
2016-02-21 17:10:22 +00:00
bao-qian
0e92f7bfff
UserControl -> ListBox
2016-02-21 17:10:21 +00:00
bao-qian
927277a6cd
ActionPanel -> ContextMenu
...
part of refactoring for PR #494
2016-02-21 17:10:21 +00:00
bao-qian
d5696010d9
ResultPanelViewModel -> ResultsViewModel, part 2
...
part of refactoring for PR #494
2016-02-21 17:10:15 +00:00
bao-qian
9db37c2799
ResultPanelViewModel -> ResultsViewModel, part 1
...
part of refactoring for PR #494
2016-02-21 17:04:29 +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
fc3a369d3d
ResultPanel -> ResultListBox, part 1
...
part of refactoring for PR #494
2016-02-21 17:04:27 +00:00
bao-qian
5df766466a
Misc
...
part of refactoring for PR #494
2016-02-21 15:26:57 +00:00
bao-qian
6814130570
ResultItem -> Result, part 2
...
part of refactoring for PR #494
2016-02-21 15:19:42 +00:00
bao-qian
cb6160f1e4
ResultItem -> Result, part 1
...
part of refactoring for PR #494
2016-02-21 15:13:27 +00:00
bao-qian
b00214bdbd
UserControl -> ListBox
2016-02-21 14:53:32 +00:00
bao-qian
4643810b75
ActionPanel -> ContextMenu
...
part of refactoring for PR #494
2016-02-21 14:40:10 +00:00
bao-qian
45246bccd7
ResultPanelViewModel -> ResultsViewModel, part 1
...
part of refactoring for PR #494
2016-02-21 14:33:18 +00:00
bao-qian
78b44a1319
ResultPanelViewModel -> ResultsViewModel, part 1
...
part of refactoring for PR #494
2016-02-21 14:30:13 +00:00
bao-qian
0e6cd0f72a
ResultPanel -> ResultListBox, part 2
...
part of refactoring for PR #494
2016-02-21 14:22:34 +00:00
bao-qian
0aeba7c5af
tmp rename
2016-02-21 14:14:27 +00:00
bao-qian
525c00ea18
ResultPanel -> ResultListBox, part 1
...
part of refactoring for PR #494
2016-02-21 13:53:20 +00:00
bao-qian
93682fb42b
Merge pull request #494 from LingForCC/MVVM_MainWindow_ResultPanel
...
Refactor MainWindow and ResultPanel
2016-02-19 18:39:41 +00:00
Colin Liu
aa9ec603a9
Try to fix the problem that the designer preview is empty
2016-02-20 01:47:47 +08:00
Colin Liu
6f83bf3af2
Remove ResultOpened related events
...
Since we are going to refactor plugin-UI interaction mechanism in the
near future, we just keep current implementation as simple as possible.
2016-02-19 23:26:13 +08:00
Colin Liu
d5245f0730
Bug Fixing - The caret is not at the last of search text when switching back from context menu
2016-02-19 22:59:01 +08:00
Colin Liu
1b4cc556be
Revert Hotkey from InputBinding back to KeyDown event
2016-02-19 22:58:27 +08:00
Colin Liu
2efcbd060a
Implement ToString and GetHashCode methods for ResultItemViewModel
2016-02-19 22:55:58 +08:00
Colin Liu
68ee35d03b
Bug Fixing - IsSelected is not implemented in ResultItemViewModel
...
If this property is not implemented, the Theme of selected search result
won't take effect.
2016-02-19 21:36:44 +08:00
Colin Liu
1b6a43ae15
Add support for design time DataContext binding
...
Add this support to suppress the warning from Resharper
2016-02-19 21:25:55 +08:00
Colin Liu
8de26af246
Fix UI Flickering issue
2016-02-18 22:53:41 +08:00
Colin Liu
c3fd732243
Refactor according to MVVM implementation
2016-02-18 20:56:53 +08:00
Colin Liu
3ce0b8bc97
Remove unused code
...
- ListBoxItem_OnDrop Event Handler
- ItemDropEvent Handler
- UpdateItemNumber method
2016-02-18 20:29:51 +08:00
Colin Liu
2846eea956
Remove unused code
2016-02-18 19:44:07 +08:00
Colin Liu
ca3bedc9a1
Fix dependency bugs
2016-02-18 19:43:35 +08:00
Colin Liu
2d4d7b80c1
Support for Sys Tray Icon
2016-02-18 19:42:57 +08:00
Colin Liu
df85543337
Implement the support for shortcut key
2016-02-18 19:40:47 +08:00
Colin Liu
e15baeb4a2
Remove unused code and add required code for MVVM
2016-02-18 19:35:17 +08:00
Colin Liu
f16804c0f8
Comment out code for later update
2016-02-18 19:32:48 +08:00
Colin Liu
934a41e414
Refactor ResultPanel/ResultItem with MVVM
2016-02-18 19:31:15 +08:00
Colin Liu
8621fe2e3c
Refactor MainWindow with MVVM
...
- Add MVVM structure(BaseViewModel)
- Create ViewModel for MainWindow
- Refactor MainWindow.xaml to support MVVM
- Move PublicAPI implementation from MainViewModel to PublicAPIInstance
2016-02-18 19:30:36 +08:00
niwatolli3
8182141e93
refs #485
...
* Add more Japanese support
2016-02-09 23:53:06 +09:00
niwatolli3
d7d2efd58e
refs #484
...
* Add japanese Support.
* I add following language file
* Plugins/Wox.Plugin.WebSearch/Languages/ja.xaml
* Wox/Languages/ja.xaml
2016-02-09 23:30:54 +09:00
bao-qian
6071319acd
Refactoring directory path for misc
2016-01-08 01:57:11 +00:00
bao-qian
ec40956721
Merge language and theme into resource folder
2016-01-07 20:04:37 +00:00
bao-qian
c8a932b6b3
Refactoring directory path for storage
2016-01-07 02:31:17 +00:00
bao-qian
b386af4121
Add executable directory path
2016-01-06 22:18:27 +00:00
bao-qian
0daa3a8f57
ReSharper: remove redundant code
2016-01-06 21:34:42 +00:00
bao-qian
ae42c4df16
Fix accident bug
2016-01-06 21:18:36 +00:00
bao-qian
f589bdc78d
Optimize using
2016-01-06 06:45:08 +00:00
bao-qian
1a8efdbf2c
Replace DelayInvoke with Task + Async
2016-01-06 06:31:17 +00:00
bao-qian
b78e0144de
Remove unused files
2016-01-06 06:03:50 +00:00
bao-qian
3c27b50ff6
Update score when titles are same
2016-01-06 04:58:40 +00:00
bao-qian
38b3c82ece
Remove ShellRun
...
1. Remove ShellRun using p/invoke
2. Remove ResolveShortcut when open contanning folder
3. fix #88
2016-01-04 00:01:48 +00:00
bao-qian
99a7453f28
Merge pull request #454 from Wox-launcher/dotnet45
...
Upgrade Wox to .net 4.5
2016-01-03 17:32:02 +00:00
bao-qian
8ade52c8d9
Merge pull request #423 from lances101/bugfix-271-positioning
...
Bugfix #271 positioning
2016-01-03 17:31:44 +00:00
bao-qian
a3ca1febbc
ResultPanel should be empty when there is no result
2016-01-02 23:22:58 +00:00
bao-qian
f9e27ef67c
Fix UI flickering under .net 4.5
...
1. This is part of .net 4.5 fix, check #393 to see more
2. This bug is introduced since commit df4ca3fecc9784a3b55f93806d8b2a662523056f
2016-01-02 06:59:35 +00:00
bao-qian
4d25d505e0
Fix color of selected item and mouse item
...
This is part of .net 4.5 fix, check #393 to see more
2016-01-02 04:34:20 +00:00
bao-qian
74fb470647
Merge pull request #453 from Wox-launcher/master
...
Merge branch 'master' into 'dotnet45'
2016-01-02 02:10:37 +00:00
bao-qian
4fcb8d5540
Merge branch 'dev'
2016-01-02 00:23:12 +00:00
bao-qian
4251ad7d45
Fix crashes for context menu on empty query
...
Fixed issue #434 , thanks @pieper126
2016-01-02 00:22:43 +00:00
bao-qian
d87317f937
Merge pull request #427 from lances101/bugfix-397
...
Bugfix for issue #397
2016-01-01 17:09:40 +00:00
bao-qian
a860acaf0d
Remove .net 4 compability
2015-12-14 10:32:45 +00:00
Boris Makogonyuk
734505ee73
Bugfix for issue #397
...
Wallpaper is not cached in Wox's memory, so that the wallpaper file remains unlocked
2015-12-13 21:43:58 +01:00
bao-qian
539eadf533
Merge master
2015-12-13 13:32:30 +00:00
bao-qian
3beebd42a8
delete junk
2015-12-13 13:16:33 +00:00
Boris Makogonyuk
66e00bb79a
Messages should now display correctly on high dpi devices: now using Device Aware Pixels too.
2015-12-13 04:50:23 +01:00
Boris Makogonyuk
83985aa44c
Added Pixel to Device Independent Pixel transformation to WindowIntelopHelper
...
MainWindow GetWindowsTop and GetWindowsLeft will use DIP when searching for the center of the screen
2015-12-13 04:22:01 +01:00
bao-qian
29f535da94
Upgrade json package
2015-11-30 22:45:04 +00:00
bao-qian
cbc3cfc33b
Fix duplication of tray icons
...
Fix #413
2015-11-30 19:49:46 +00:00
bao-qian
5b8fa5ec8d
Refresh UI after change font
2015-11-29 07:40:56 +00:00
bao-qian
2c81ff90da
Use opacity to set blur
...
releated: #330
2015-11-29 07:23:05 +00:00
bao-qian
38791e50ea
Refactoring blur
...
1. Refactoring blur, see discussion in : 7f8bb80
2. Releated issue: #330
2015-11-29 06:29:32 +00:00
bao-qian
a8c6a97579
Better mutex cleanup
2015-11-29 05:14:56 +00:00
bao-qian
5bb90828f8
Fix Wox restart by wait Mutex to be released
...
Fix bug in 24866ff032829e9bd34704d3d5970d227a4c8db3.
Wait existing Mutex to release itself instead of create a new one.
Relate issue: #322
2015-11-29 03:28:47 +00:00
bao-qian
e3e5085214
Merge branch 'master' into dev
2015-11-28 11:48:28 +00:00
bao-qian
d7d71d9ff1
Add solution level AssemblyInfo file, and bump version
...
1. Add solution level AssemblyInfo file
2. Bump assembly version
3. Fix #324
2015-11-28 10:47:49 +00:00
vankasteelj
2d68e3d4f3
add fr to csproj
2015-11-27 23:22:29 +01:00
vankasteelj
53236faaa0
add french locale & xaml
2015-11-27 22:04:13 +01:00
bao-qian
b11972d1b7
Merge remote-tracking branch 'origin/master' into dotnet45
2015-11-26 07:45:12 +00:00
bao-qian
041ea2fbb1
Merge branch 'master' into dev
2015-11-26 07:43:44 +00:00
bao-qian
bc2a9cf1c0
Misc
...
IDE Misc
2015-11-26 07:09:08 +00:00
bao-qian
c4a5eeabcc
merge master
2015-11-26 06:57:12 +00:00
bao-qian
6023f415a4
Fix Wox restart
...
1. refactoring restart
2. delte some windows forms methods
3. using string inteperlation and delete hard coeded new line char
should fix #322
2015-11-26 05:01:00 +00:00
qianlifeng
9c082a573c
Merge pull request #383 from lances101/dev
...
Wox now has Blur
2015-11-13 11:05:29 +08:00
bao-qian
7de0a0a44a
Fix "The type initializer for 'System.Windows.Application' threw an exception."
2015-11-12 22:14:22 +00:00
bao-qian
e848c78dba
Merge branch 'master' into dotnet45
2015-11-12 22:02:40 +00:00
bao-qian
3f60723425
Fix some unresolved reference for xaml
2015-11-12 20:36:32 +00:00
bao-qian
49bf86a8d5
Fix missing dll for CMD plugin
...
1. Fix #382
2. Part of #387
2015-11-11 01:17:37 +00:00
bao-qian
e6f19a4abf
Fix unhandled exception
2015-11-11 00:33:33 +00:00
Boris Makogonyuk
ece09a93cd
Changed WindowsAccentMode (int32) Theme setting to ThemeBlurEnabled (boolean):
...
- Exposed a new function "SetBlurForWindow" in WindowIntelopHelper that handles the blur.
- Deleted Accent and Test themes
- Changed SimpleBlur and Base themes according to changes
2015-11-10 12:18:03 +01:00
Boris Makogonyuk
9a56ebea81
Black and White Themes updated and staged
2015-11-10 06:54:23 +01:00
Boris Makogonyuk
287e15fddc
*forgot to stage files on last commit
2015-11-10 06:36:08 +01:00
Boris Makogonyuk
724cb0787d
Applying theme before actually setting the theme accent.
...
UserSettingStorage now stores current theme accent mode.
Themes:
Added a bunch of them. Testing what works.
2015-11-10 06:35:09 +01:00
Boris Makogonyuk
d8b806966a
Reversing MainWindow Blur call and settings window modification
...
Added WindowsAccentMode to Base theme
2015-11-10 03:37:34 +01:00
Boris Makogonyuk
f24a6f0e3c
MainWindow: AllowsTransparency set to True
...
WindowIntelopHelper: Added accent handling
SettingsWindow: Added combobox with accent selector to Theme tab (not functional yet)
Languages: Added entries for accent colors (all are in english for now)
[TEMP] Blur and Accent themes experiments
[TEMP] blur set in mainwindow on load.
2015-11-10 00:51:22 +01:00
bao-qian
8aee2858ea
Fix setting for multiple action keywords
...
1. completed rewrite the action keyword setting logic.
2. Fix setting for multiple action keywords in #352
3. Fix setting for Web Search plugin
2015-11-09 03:20:02 +00:00
bao-qian
da5a930e89
Move namespace
2015-11-09 01:32:33 +00:00
bao-qian
543cd5af80
Fix progress bar
...
Bug introduced in 9962ddf2ed80a00036ebdb2965429675c4355472
2015-11-08 03:06:34 +00:00
bao-qian
e3cdfe27d1
Fix query history for the new result panel
2015-11-08 02:50:33 +00:00
bao-qian
b33b696336
Misc
2015-11-08 02:27:13 +00:00
bao-qian
2b27e84956
Enhance result panel update
...
The last commit f132cb54baa000a245feb5da87149960f6dbd9f5 only fix UI
flickering for different icon. This commit also fix the commit for same
icon. e.g. in web search plugin, although the title is different, but
the icon is not changes.
part of #350
2015-11-08 01:44:28 +00:00
bao-qian
9627272b57
Fix clearance of old results
...
part of #350
2015-11-07 20:48:18 +00:00
bao-qian
705354a3d6
Better logger
...
1. Throw exception for fatal/error log when debugging
2. Write to debug output for warn/debug/info log when debugging
3. part of #355
2015-11-07 17:32:58 +00:00
bao-qian
7d52b0cc96
Fix exclusive for action keyword
2015-11-07 03:50:26 +00:00
bao-qian
8662e963ac
Misc
2015-11-07 03:50:15 +00:00
bao-qian
08594f0b96
Upgrade to .net 4.5
2015-11-07 03:09:10 +00:00
bao-qian
7db73cbd44
tmp
2015-11-07 02:23:40 +00:00
bao-qian
cae8485092
Fix UI flickering
...
See #350
2015-11-06 21:30:38 +00:00
bao-qian
64e020b1ad
Better crash report
2015-11-06 19:55:48 +00:00
bao-qian
2dd2208f48
Fix ui for action keywords
2015-11-06 18:12:46 +00:00
bao-qian
af7beb2c34
Improve UI for multiple action keywords
...
See #352
2015-11-06 02:29:32 +00:00
bao-qian
99d9d14d3b
Misc
...
1. Rename
2. Fix progress bar: progress bar should not be loaded when only white
spaces typed
2015-11-06 01:09:08 +00:00
bao-qian
a07d6aa1e7
Enable multiple action keywords
...
See issue #352
2015-11-05 19:29:45 +00:00
bao-qian
59a4abff7c
Better name
...
Timeit.Stopwatch -> Stopwatch.Normal
Timeit.StopwatchDebug -> Stopwatch.Debug
2015-11-05 19:29:45 +00:00
bao-qian
df0f310ddd
Replace Dispose with Lambda
...
1. Faster
2. Fix #361
2015-11-04 21:35:04 +00:00
bao-qian
3085799c3c
Fix #357
...
Fix bug introduced since a5abe9234faafcd170f9468a70f42bf60eda0f0d
2015-11-04 17:21:45 +00:00
bao-qian
dc8df9c62f
Enable PreLoadImages
...
Fix bug introduced in
cf87f68b42
2015-11-04 01:10:54 +00:00
bao-qian
cb1da686ec
Fix System.NullReferenceException for #356
2015-11-04 00:26:15 +00:00
bao-qian
288ac62448
Refactoring Query initialisation
2015-11-03 05:09:54 +00:00
bao-qian
f5d3df65b0
Misc
2015-11-03 01:33:53 +00:00
bao-qian
fc6ac662cd
Refactoring instant query
2015-11-03 00:34:27 +00:00
bao-qian
c9edc217fd
Misc
2015-11-02 13:43:19 +00:00
bao-qian
881e414043
Fix ResourceMerger
...
1. Fix duplication for loading resource.
2. Fix null reference when plugin is not loaded.
3. speedup.
2015-11-02 02:49:38 +00:00
bao-qian
b5a8312167
Add startup time measurement
2015-11-02 02:47:43 +00:00
bao-qian
a3117fa61d
Misc
2015-11-02 00:09:42 +00:00
bao-qian
bfa0db3ba3
Replace all Stopwatch with Timeit
2015-11-02 00:04:05 +00:00
bao-qian
8c7bac7dbb
Refactoring GetExclusivePlugin and GetActionKeywordPlugin
...
System plugin = plugin with action keyword *
Non system plugin = exclusive plugin + action keyword plugin
2015-11-01 19:47:20 +00:00
bao-qian
bb3b982dea
Refactoring Query Dispatch
...
half lines of code :)
2015-11-01 17:28:13 +00:00
bao-qian
4368602684
Use consistent name convention
2015-11-01 01:18:53 +00:00
bao-qian
ca8293ebdb
Migrate MSBuild-Integrated solutions to use Automatic Package Restore
...
http://docs.nuget.org/consume/package-restore/migrating-to-automatic-package-restore
2015-11-01 01:18:40 +00:00
bao-qian
1616aa87bd
Remove PluginDebugger
2015-10-31 18:20:43 +00:00
bao-qian
9d9400f4d9
Fix Debug output
...
DebugHelper is useless, bacuase the return statement is always executed before the actual code.
2015-10-31 18:06:57 +00:00
bao-qian
a6f8eb28f2
Refactoring Query
2015-10-31 16:02:56 +00:00
bao-qian
251834143c
Better comment
2015-10-30 23:23:08 +00:00
bao-qian
ad8b6c806d
Optimize using directives
2015-10-30 23:23:01 +00:00
bao-qian
26a6264039
Refactoring DelayInvoke
...
In MainWindow.xaml.cs, the reference of originQuery, lastQuery and
tbQuery.Text are same, so remove originQuery is fine.
2015-10-30 23:22:54 +00:00
bao-qian
2dfcee6b25
Remove unnecessary thread switch
2015-10-30 23:22:47 +00:00
bao-qian
2538a79ef0
Remove unused reference
...
System.xaml also removed because .net 3.5 doesn't has this dll, and it resolve the issue when using code metrics
2015-10-30 23:22:25 +00:00
Boris Makogonyuk
559eebbb70
Issue: If Wox was set to ignore hotkeys on full-screen it would fail.
...
Cause: Compared IntPtr with null. IntPtr is never null.
2015-10-14 18:41:45 +02: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
3fbebfc283
~Changed how the fullscreen detection work. Checking by Topmost was a stupid idea. It will now check for the window to fill the whole screen area.
2015-10-08 00:52:52 +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
Boris Makogonyuk
92ddf2ca41
Fixed commit #334 multiple SelectionChanged firing
2015-10-06 14:46:12 +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
Boris Makogonyuk
805b83da9c
Added Russian translations to Wox
2015-09-04 22:35:52 +01:00
renzhn
9ce239dedb
fix StringNullOrEmptyToVisibilityConverter has no 0 parameter constructor
2015-08-28 08:02:23 +08:00
renzhn
bc86c9b57d
setting window: plugin
2015-08-28 08:02:09 +08:00
renzhn
d9b9e02412
set port number if not zero
2015-08-28 08:01:41 +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
qianlifeng
68b3c449a6
misc
2015-07-17 14:37:38 +08:00
kerams
2089406eaf
Add option to put computer to sleep
2015-07-14 17:59:24 +02:00
kerams
c79bf1ca3a
Make the number of results show at a time customizable
2015-07-12 21:13:30 +02:00
Leon V
825128b630
Support for assigning any key as a hotkey; minor refactoring
2015-06-07 13:45:06 +10:00
qianlifeng
6d3f3985a2
Remove context shell load codes and change image cache path
2015-03-07 16:30:54 +08:00
qianlifeng
7aae1b262e
Add translation for icon tray.
2015-02-21 21:57:00 +08:00
qianlifeng
5ace62a5fd
Merge branch 'dev' of https://github.com/qianlifeng/Wox.git
2015-02-20 22:29:29 +08:00
qianlifeng
48e01d3ea3
adding fixed height for caculating windows top
2015-02-20 22:18:27 +08:00
qianlifeng
d93c705737
fix #251 add auto center Wox option
2015-02-20 21:45:42 +08:00
qianlifeng
d91088879c
Implement ShellContextMenu [WIP]
2015-02-12 18:58:39 +08:00
qianlifeng
21e5f33487
Add shell context [WIP]
2015-02-12 00:12:28 +08:00
qianlifeng
815d911143
Add log for storage crashing
2015-02-10 23:48:09 +08:00
qianlifeng
e767cee4c0
Update query history language
2015-02-09 22:14:38 +08:00
qianlifeng
a942882c73
Add QueryHistory to Wox (Ctrl+Up and Ctrl+Down)
2015-02-09 19:16:13 +08:00
qianlifeng
b8f829dbc3
Add item number [WIP]
2015-02-09 00:13:08 +08:00
qianlifeng
8d33644749
Add a new theme
2015-02-08 21:25:59 +08:00
qianlifeng
6c731f50a9
Improve Everything plugin user experience
2015-02-08 16:27:41 +08:00
qianlifeng
dc2f3cd166
Improve setting window performance (theme).
2015-02-08 10:38:32 +08:00
qianlifeng
bc7dce6026
Add IContextMenu interface & lazy load context menus
2015-02-07 23:49:46 +08:00
qianlifeng
2d05ecc81f
Add title translations
2015-02-07 21:27:48 +08:00
qianlifeng
437c1a154c
Add plugin title translations
2015-02-07 20:17:49 +08:00
qianlifeng
82d30c6e74
Allow searches in context menu
2015-02-07 16:53:33 +08:00
qianlifeng
02e22e5781
Add top most function.
2015-02-05 23:29:41 +08:00
qianlifeng
ad11ca0a87
Add IExclusivePlugin
2015-02-05 22:20:42 +08:00
qianlifeng
fa53bce27a
Add init time and query time to setting view
2015-02-05 00:03:35 +08:00
qianlifeng
1d3f1fd7d0
Improve instant search ue
2015-02-04 23:16:41 +08:00
qianlifeng
5d9a94466a
Add drop event.
2015-02-03 18:32:16 +08:00
qianlifeng
4a5a496802
Merge branch 'V1.2.0' of https://github.com/qianlifeng/Wox into V1.2.0
2015-02-03 12:29:26 +08:00
qianlifeng
30b6c8aa03
Add hotkey for navigating result items.
2015-02-03 12:27:59 +08:00
qianlifeng
95e468c90a
Add drop event [WIP]
2015-02-02 23:28:40 +08:00
qianlifeng
5ef72b81ae
Add upgrade dialog
2015-02-01 22:46:56 +08:00
qianlifeng
a112c6d9ee
Remove autohotkey and add toggle command args
2015-01-29 22:35:01 +08:00
qianlifeng
2b1e343186
Add autohotkey
2015-01-29 18:26:50 +08:00
qianlifeng
9f64a384d6
Implement IInstantSearch for CMD and WebSearch plugin
2015-01-27 22:59:03 +08:00
qianlifeng
4ecff94aec
Change update logic
2015-01-27 21:51:29 +08:00
qianlifeng
c7e73924c8
Add clean script to Wox.csproj
2015-01-27 19:29:32 +08:00
qianlifeng
87958d9db8
Move web search setting to its own project
2015-01-26 22:50:38 +08:00
qianlifeng
56fa719931
API changes
2015-01-26 20:54:01 +08:00
qianlifeng
7821f41723
some API changes for Query class and renames.
2015-01-26 17:46:55 +08:00
qianlifeng
929cc2727d
Add pluginID for result.
2015-01-24 22:34:55 +08:00
qianlifeng
4379145231
Add activate statistics
2015-01-23 21:52:46 +08:00
qianlifeng
672abbcaad
Implement #202
2015-01-23 18:28:14 +08:00
qianlifeng
17bc9c35a7
add Cleanup CI job
2015-01-23 13:01:52 +08:00
qianlifeng
00953850b3
Improve the update progress.
2015-01-21 23:00:56 +08:00
qianlifeng
1ef163f827
Change log facility.
2015-01-20 22:33:45 +08:00
qianlifeng
284767409a
Merge branch 'V1.2.0' of https://github.com/qianlifeng/Wox.git
2015-01-19 23:09:00 +08:00
qianlifeng
5e3d29df4c
Add Auto Updater [WIP] & remove UAC project
2015-01-19 23:08:53 +08:00
qianlifeng
c380049b21
Refactoring
2015-01-19 19:14:02 +08:00
qianlifeng
b49209a0d9
Add query history plugin & upgrade all third-party packages
2015-01-18 18:21:48 +08:00
qianlifeng
9d39b616f9
Better exception report.
2015-01-16 23:42:12 +08:00
qianlifeng
32e0074f26
downgrade to .net framework 3.5
2015-01-15 21:01:43 +08:00
qianlifeng
8d746cd206
Upgrade to .net framework 4.5
2015-01-15 20:47:48 +08:00
qianlifeng
bc341d193f
Upgrade to .net framework 4.0
2015-01-14 22:19:44 +08:00
qianlifeng
acfad7ec5b
add translation for crash reporter
2015-01-12 22:46:36 +08:00
qianlifeng
5be6511529
Add Wox.CrashReporter
2015-01-11 21:52:30 +08:00
qianlifeng
f20b4d570e
Change output folders for plugins in Release
2015-01-09 12:45:56 +08:00
qianlifeng
06a9478555
Merge pull request #232 from allanpk716/V1.2.0
...
1,fix ImageLoader GetIcon() trigger FileNotFoundException when file not ...
2015-01-09 10:43:02 +08:00
716
6e3ca5391a
1,fix ImageLoader GetIcon() trigger FileNotFoundException when file not exist;
...
2,In FolderPluginSettings when trigger Delete Action need confirm;
3,Add drag and drop functionality in ProgramSetting and FileSystemSettings.
Signed-off-by: 716 <525223688@qq.com>
2015-01-09 10:30:12 +08:00
qianlifeng
220ac2fa2d
Fix a global hotkey issues in CMD, which will hang Wox on init.
2015-01-08 22:49:42 +08:00
Chin allan
0bb1669efa
修复 GetIcon 可能出现的 FileNotFoundException 异常
...
重启电脑的时候会提示 FileNotFoundException ,所以在这里加一个检查。
2015-01-08 08:47:24 +08:00
qianlifeng
492e33aeda
Add translations for Program plugin.
2015-01-06 23:24:11 +08:00
qianlifeng
5e0821417e
Merge
2015-01-06 09:44:42 +08:00
qianlifeng
ce451e4dd4
Move some user settings to its own dll (cmd,folder plugin and etc)
2015-01-05 22:41:17 +08:00
qianlifeng
714d8c7092
Fix a issue when deserialize binary storage.
2015-01-05 18:18:29 +08:00
qianlifeng
4243843951
Refactoring. Move system plugins to seperate DLLs.
2015-01-03 15:20:34 +08:00
qianlifeng
203965043e
Add i18n support [WIP]
2015-01-02 23:07:49 +08:00
qianlifeng
bf87500e35
Add multiple language. [WIP]
2015-01-02 16:16:09 +08:00
qianlifeng
a038587224
Fix typo
2015-01-01 23:07:14 +08:00
qianlifeng
96d908094b
Merge branch 'V1.2.0' of https://github.com/qianlifeng/Wox into V1.2.0
2014-12-31 12:43:02 +08:00
qianlifeng
61dc148d34
Fix a crash issue.
2014-12-31 12:42:49 +08:00
qianlifeng
f753369d1a
Add unittest [WIP]
2014-12-29 23:02:50 +08:00
qianlifeng
72c2fa3863
Fix issues if didn't has permission to create dir
2014-12-29 22:09:54 +08:00
qianlifeng
ba0bda6aa6
Update the installer
2014-12-29 21:55:27 +08:00
qianlifeng
d9b2863382
Refactoring.
2014-12-27 12:34:51 +08:00
qianlifeng
ccc8d7e5cd
Refactoring.
2014-12-26 22:51:04 +08:00
qianlifeng
50f6044a2f
Refactoring [WIP]
2014-12-26 19:36:43 +08:00
qianlifeng
e2a892eda3
Upgrade to v1.1.1
2014-12-23 21:17:15 +08:00
qianlifeng
2b211c2ba0
Refactoring
2014-12-21 22:03:03 +08:00
qianlifeng
57bc1f2032
Preload top used images.
2014-12-18 19:22:47 +08:00
qianlifeng
00c8ebbfe8
Revert "Add crashreproter"
...
This reverts commit ad81dfa001493272d1ea7e4a19ae74ca65c84622.
2014-12-18 12:20:58 +08:00
qianlifeng
17951d7fe0
Add crashreproter
2014-12-17 19:10:28 +08:00
qianlifeng
3e5288836d
Add new version window
2014-12-16 23:29:25 +08:00
qianlifeng
6c94c3aa7b
Add About Page.
2014-12-16 22:25:22 +08:00
qianlifeng
32867d3666
make plugin folder name readable.
2014-12-15 20:38:42 +08:00
qianlifeng
cecd4aa36a
Merge branch 'dev' of https://github.com/qianlifeng/Wox.git
2014-12-15 18:29:42 +08:00
qianlifeng
c34afae250
fix #203 . Improve the weight of user selected items.
2014-12-15 18:26:15 +08:00
qianlifeng
128453fad1
Add upgrade check.
2014-12-14 23:16:29 +08:00
qianlifeng
b6d01133c4
Reduce the icon size and remove unnecessary images.
2014-12-12 13:02:13 +08:00
qianlifeng
9ddaee9830
Remove unnecessary codes merged from v1.1.0
2014-12-12 12:37:01 +08:00
qianlifeng
5c84ffe5dc
Merge branch 'V1.1.0' into dev
2014-12-12 12:21:23 +08:00
qianlifeng
f178c8cce2
Solution files change.
2014-12-10 10:02:39 +08:00
qianlifeng
36bcafea98
Change the default width for themes.
2014-12-10 09:50:55 +08:00
qianlifeng
e928c78749
Change the default with of Wox.
...
Remove Aero themes.
2014-11-27 13:01:12 +08:00
qianlifeng
217a7a34f8
fix #189 startup is too slow
2014-11-27 12:14:02 +08:00
qianlifeng
3c4a9a05a0
Add search monitor
2014-11-03 18:49:18 +08:00
qianlifeng
90c7bf4413
Merge
2014-10-27 20:47:11 +08:00
qianlifeng
0b09f788c5
Merge
2014-10-27 20:38:47 +08:00
qianlifeng
a64be42f39
Update AssemblyInfo.cs
2014-10-27 16:50:09 +08:00
qianlifeng
8405301500
Merge branch 'dev'
2014-10-27 15:11:20 +08:00
qianlifeng
07ed6a6416
fix #189 startup is too slow
2014-10-27 15:08:32 +08:00
qianlifeng
970c9e70e4
Move MFTSearch to find file plugin.
2014-10-27 14:53:44 +08:00
qianlifeng
f399ef8f69
fix #151 Add context menu for programs
2014-10-24 13:09:51 +08:00
qianlifeng
755e7bc232
Add Context menu
2014-10-23 18:39:11 +08:00
qianlifeng
80e38fc430
Add find file plugin.
2014-10-22 22:49:34 +08:00
qianlifeng
3634ca624d
Fix a issues that JSONPRCAction could be null.
2014-10-22 16:20:50 +08:00
qianlifeng
be33ac3c4f
Refactoring command args and change the signal instance implement.
2014-10-21 18:16:05 +08:00
qianlifeng
6e10dc2893
Merge branch 'dev' of https://github.com/qianlifeng/Wox into dev
2014-09-19 17:26:28 +08:00
qianlifeng
87ce03e13e
Move Log to Infrastructure project.
2014-09-19 16:57:48 +08:00
qianlifeng
a30f60c2ba
Fix a clipboard crash issues & don't default exit Wox when exception happens.
2014-08-20 22:12:45 +08:00
qianlifeng
e91e4042ba
close #150 Use tab to cycle switch candidates
2014-08-19 15:21:26 +08:00
qianlifeng
3144a54c5b
Including PythonHome in CI building
2014-08-17 16:15:01 +08:00
qianlifeng
8eb2f66b14
#149 fix Path including space in their name issues
2014-08-14 21:07:56 +08:00
qianlifeng
5d1006f05b
Expose index file suffixes config [WIP]
2014-08-13 23:16:45 +08:00
qianlifeng
4121bbc772
Fix a programs bug if custom program folder is not exist.
2014-08-12 12:21:04 +08:00
qianlifeng
7926dd9aeb
Add F1 to open wox function guide page.
2014-08-10 22:47:37 +08:00
qianlifeng
0e812b911e
Adjust score weight for programs.
2014-08-10 16:50:35 +08:00