PowerToys/Wox/MainWindow.xaml.cs

255 lines
8.9 KiB
C#
Raw Normal View History

2014-01-29 18:33:24 +08:00
using System;
using System.ComponentModel;
2014-01-29 18:33:24 +08:00
using System.Windows;
using System.Windows.Input;
using System.Windows.Media.Animation;
using System.Windows.Controls;
2014-12-26 19:36:43 +08:00
using Wox.Core.Plugin;
using Wox.Core.Resource;
2014-03-02 11:04:30 +08:00
using Wox.Helper;
2016-06-19 23:18:43 +08:00
using Wox.Infrastructure.UserSettings;
2016-02-23 05:43:37 +08:00
using Wox.ViewModel;
using Screen = System.Windows.Forms.Screen;
using ContextMenu = System.Windows.Forms.ContextMenu;
using MenuItem = System.Windows.Forms.MenuItem;
using NotifyIcon = System.Windows.Forms.NotifyIcon;
2014-01-29 18:33:24 +08:00
2014-07-24 04:46:19 +08:00
namespace Wox
{
public partial class MainWindow
2014-07-24 04:46:19 +08:00
{
2016-02-27 07:43:57 +08:00
#region Private Fields
2014-07-24 04:46:19 +08:00
2016-02-27 07:43:57 +08:00
private readonly Storyboard _progressBarStoryboard = new Storyboard();
private Settings _settings;
private NotifyIcon _notifyIcon;
private MainViewModel _viewModel;
2015-02-04 23:16:41 +08:00
2014-07-24 04:46:19 +08:00
#endregion
2016-02-27 07:43:57 +08:00
public MainWindow(Settings settings, MainViewModel mainVM)
{
InitializeComponent();
DataContext = mainVM;
_viewModel = mainVM;
_settings = settings;
}
2014-07-24 04:46:19 +08:00
public MainWindow()
{
InitializeComponent();
}
2016-02-27 07:43:57 +08:00
private void OnClosing(object sender, CancelEventArgs e)
2014-07-24 04:46:19 +08:00
{
_notifyIcon.Visible = false;
_viewModel.Save();
2014-07-24 04:46:19 +08:00
}
private void OnInitialized(object sender, EventArgs e)
{
// show notify icon when wox is hided
InitializeNotifyIcon();
}
2016-02-27 07:43:57 +08:00
private void OnLoaded(object sender, RoutedEventArgs _)
2014-07-24 04:46:19 +08:00
{
WindowsInteropHelper.DisableControlBox(this);
2016-05-10 05:56:05 +08:00
ThemeManager.Instance.ChangeTheme(_settings.Theme);
InitProgressbarAnimation();
_viewModel.PropertyChanged += (o, e) =>
{
if (e.PropertyName == nameof(MainViewModel.MainWindowVisibility))
{
if (Visibility == Visibility.Visible)
{
Activate();
QueryTextBox.Focus();
SetWindowPosition();
_settings.ActivateTimes++;
if (_viewModel.QueryTextSelected)
{
QueryTextBox.SelectAll();
_viewModel.QueryTextSelected = false;
}
}
}
};
// since the default main window visibility is visible
// so we need set focus during startup
QueryTextBox.Focus();
}
2016-02-12 17:20:46 +08:00
private void InitializeNotifyIcon()
{
2016-05-19 02:38:43 +08:00
_notifyIcon = new NotifyIcon { Text = Infrastructure.Constant.Wox, Icon = Properties.Resources.app, Visible = true };
_notifyIcon.Click += (o, e) => Visibility = Visibility.Visible;
var open = new MenuItem(InternationalizationManager.Instance.GetTranslation("iconTrayOpen"));
open.Click += (o, e) => Visibility = Visibility.Visible;
var setting = new MenuItem(InternationalizationManager.Instance.GetTranslation("iconTraySettings"));
setting.Click += (o, e) => App.API.OpenSettingDialog();
var exit = new MenuItem(InternationalizationManager.Instance.GetTranslation("iconTrayExit"));
exit.Click += (o, e) => Close();
2016-05-23 02:16:39 +08:00
MenuItem[] childen = { open, setting, exit };
_notifyIcon.ContextMenu = new ContextMenu(childen);
2015-02-20 21:45:42 +08:00
}
2014-07-24 04:46:19 +08:00
private void InitProgressbarAnimation()
{
var da = new DoubleAnimation(ProgressBar.X2, ActualWidth + 100, new Duration(new TimeSpan(0, 0, 0, 0, 1600)));
var da1 = new DoubleAnimation(ProgressBar.X1, ActualWidth, new Duration(new TimeSpan(0, 0, 0, 0, 1600)));
2014-07-24 04:46:19 +08:00
Storyboard.SetTargetProperty(da, new PropertyPath("(Line.X2)"));
Storyboard.SetTargetProperty(da1, new PropertyPath("(Line.X1)"));
2016-02-27 07:43:57 +08:00
_progressBarStoryboard.Children.Add(da);
_progressBarStoryboard.Children.Add(da1);
_progressBarStoryboard.RepeatBehavior = RepeatBehavior.Forever;
ProgressBar.BeginStoryboard(_progressBarStoryboard);
_viewModel.ProgressBarVisibility = Visibility.Hidden;
2014-07-24 04:46:19 +08:00
}
2016-02-27 07:43:57 +08:00
private void OnMouseDown(object sender, MouseButtonEventArgs e)
2014-07-24 04:46:19 +08:00
{
if (e.ChangedButton == MouseButton.Left) DragMove();
}
private void OnPreviewMouseButtonDown(object sender, MouseButtonEventArgs e)
{
if (sender != null && e.OriginalSource != null)
{
var r = (ResultListBox)sender;
var d = (DependencyObject)e.OriginalSource;
var item = ItemsControl.ContainerFromElement(r, d) as ListBoxItem;
var result = (ResultViewModel)item?.DataContext;
if (result != null)
{
if (e.ChangedButton == MouseButton.Left)
{
_viewModel.OpenResultCommand.Execute(null);
}
else if (e.ChangedButton == MouseButton.Right)
{
_viewModel.LoadContextMenuCommand.Execute(null);
}
}
2016-02-12 14:21:12 +08:00
}
}
2016-02-27 07:43:57 +08:00
private void OnDrop(object sender, DragEventArgs e)
2014-07-24 04:46:19 +08:00
{
if (e.Data.GetDataPresent(DataFormats.FileDrop))
2014-07-24 04:46:19 +08:00
{
// Note that you can have more than one file.
string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);
2014-07-24 04:46:19 +08:00
if (files[0].ToLower().EndsWith(".wox"))
{
2014-12-27 12:34:51 +08:00
PluginManager.InstallPlugin(files[0]);
2014-07-24 04:46:19 +08:00
}
else
{
2015-01-21 23:00:56 +08:00
MessageBox.Show(InternationalizationManager.Instance.GetTranslation("invalidWoxPluginFileFormat"));
2014-07-24 04:46:19 +08:00
}
}
2016-02-12 14:21:12 +08:00
e.Handled = false;
2014-07-24 04:46:19 +08:00
}
2016-02-27 07:43:57 +08:00
private void OnPreviewDragOver(object sender, DragEventArgs e)
2014-07-24 04:46:19 +08:00
{
e.Handled = true;
}
private void OnContextMenusForSettingsClick(object sender, RoutedEventArgs e)
{
App.API.OpenSettingDialog();
}
private void OnDeactivated(object sender, EventArgs e)
{
if (_settings.HideWhenDeactive)
{
Hide();
}
}
private bool _startup = true;
private void SetWindowPosition()
{
if (!_settings.RememberLastLaunchLocation && !_startup)
{
Left = WindowLeft();
Top = WindowTop();
}
else
{
_startup = false;
}
}
/// <summary>
// used to set correct position on windows first startup
// since the actual width and actual height will be avaiable after this event
/// </summary>
private void OnSizeChanged(object sender, SizeChangedEventArgs e)
{
Left = WindowLeft();
Top = WindowTop();
}
private double WindowLeft()
{
var screen = Screen.FromPoint(System.Windows.Forms.Cursor.Position);
var dip1 = WindowsInteropHelper.TransformPixelsToDIP(this, screen.WorkingArea.X, 0);
var dip2 = WindowsInteropHelper.TransformPixelsToDIP(this, screen.WorkingArea.Width, 0);
var left = (dip2.X - ActualWidth) / 2 + dip1.X;
return left;
}
private double WindowTop()
{
var screen = Screen.FromPoint(System.Windows.Forms.Cursor.Position);
var dip1 = WindowsInteropHelper.TransformPixelsToDIP(this, 0, screen.WorkingArea.Y);
var dip2 = WindowsInteropHelper.TransformPixelsToDIP(this, 0, screen.WorkingArea.Height);
var top = (dip2.Y - QueryTextBox.ActualHeight) / 4 + dip1.Y;
return top;
}
/// <summary>
/// Register up and down key
/// todo: any way to put this in xaml ?
/// </summary>
private void OnKeyDown(object sender, KeyEventArgs e)
{
if (e.Key == Key.Down)
{
_viewModel.SelectNextItemCommand.Execute(null);
e.Handled = true;
}
else if (e.Key == Key.Up)
{
_viewModel.SelectPrevItemCommand.Execute(null);
e.Handled = true;
}
else if (e.Key == Key.PageDown)
{
_viewModel.SelectNextPageCommand.Execute(null);
e.Handled = true;
}
else if (e.Key == Key.PageUp)
{
_viewModel.SelectPrevPageCommand.Execute(null);
e.Handled = true;
}
}
private void OnTextChanged(object sender, TextChangedEventArgs e)
{
2016-07-21 06:37:06 +08:00
if (_viewModel.QueryTextCursorMovedToEnd)
{
QueryTextBox.CaretIndex = QueryTextBox.Text.Length;
_viewModel.QueryTextCursorMovedToEnd = false;
}
}
2014-07-24 04:46:19 +08:00
}
2013-12-22 19:35:21 +08:00
}