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