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
49ca3bfd00
Refactoring
2016-02-26 23:43:57 +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
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
cb952b0d3a
updates MainWindow visibility bindings to use System.Windows.Visibility instead of bool
2016-02-21 18:27:05 -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
927277a6cd
ActionPanel -> ContextMenu
...
part of refactoring for PR #494
2016-02-21 17:10:21 +00:00
bao-qian
5df766466a
Misc
...
part of refactoring for PR #494
2016-02-21 15:26:57 +00:00
bao-qian
4643810b75
ActionPanel -> ContextMenu
...
part of refactoring for PR #494
2016-02-21 14:40:10 +00:00
Colin Liu
ca3bedc9a1
Fix dependency bugs
2016-02-18 19:43:35 +08:00
Colin Liu
df85543337
Implement the support for shortcut key
2016-02-18 19:40:47 +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