Magpie/src/App
刘旭 1bcd208aef feat: 优化实现开机启动
如果创建任务计划失败则回落到在启动文件夹中创建快捷方式
2022-08-06 20:55:37 +08:00
..
AboutPage.cpp feat: 实现缩放配置页导航 2022-07-05 13:44:12 +08:00
AboutPage.h feat: 实现缩放配置页导航 2022-07-05 13:44:12 +08:00
AboutPage.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
AboutPage.xaml style: 清理 XAML 文件 2022-07-20 19:20:56 +08:00
app.base.h style: 清理 2022-07-22 17:08:47 +08:00
App.cpp feat: 添加实用类 Variant 用于管理 VARIANT 的生命周期 2022-08-05 11:22:08 +08:00
App.h feat: 实现常驻后台配置项 2022-08-04 19:25:46 +08:00
App.idl feat: 实现常驻后台配置项 2022-08-04 19:25:46 +08:00
App.vcxproj WIP: 实现开机启动 2022-08-04 22:42:00 +08:00
App.vcxproj.filters WIP: 实现开机启动 2022-08-04 22:42:00 +08:00
App.xaml feat: 实现以管理员身份重新启动 2022-08-01 19:51:24 +08:00
AppSettings.cpp feat: 优化实现开机启动 2022-08-06 20:55:37 +08:00
AppSettings.h feat: 实现开机启动选项 2022-08-05 22:54:15 +08:00
AppXReader.cpp feat: 添加 NotifyIconService 用于管理托盘图标 2022-07-28 17:17:56 +08:00
AppXReader.h feat: 实现窗口列表的图标绑定 2022-07-19 19:31:37 +08:00
AutoStartHelper.cpp feat: 优化实现开机启动 2022-08-06 20:55:37 +08:00
AutoStartHelper.h feat: 优化实现开机启动 2022-08-06 20:55:37 +08:00
BoolNegationConverter.cpp feat: 添加 BoolNegationConverter 2022-08-01 17:28:32 +08:00
BoolNegationConverter.h feat: 添加 BoolNegationConverter 2022-08-01 17:28:32 +08:00
BoolNegationConverter.idl feat: 添加 BoolNegationConverter 2022-08-01 17:28:32 +08:00
BoolToVisibilityConverter.cpp feat: 添加 BoolNegationConverter 2022-08-01 17:28:32 +08:00
BoolToVisibilityConverter.h feat: 添加 BoolNegationConverter 2022-08-01 17:28:32 +08:00
BoolToVisibilityConverter.idl feat: 添加 BoolNegationConverter 2022-08-01 17:28:32 +08:00
CandidateWindowItem.cpp feat: 页面标题显示图标 2022-07-21 22:01:10 +08:00
CandidateWindowItem.h feat: 页面标题显示图标 2022-07-21 22:01:10 +08:00
CandidateWindowItem.idl feat: 页面标题显示图标 2022-07-21 22:01:10 +08:00
ComboBoxHelper.h refactor: HotkeyManger 更名为 HotkeyService,移植为常规 C++ 类 2022-07-03 13:58:54 +08:00
dummy.exe chore: 重命名项目 2022-05-28 11:30:47 +08:00
HomePage.cpp refactor: 完成重构 HomePage 2022-07-04 18:18:46 +08:00
HomePage.h refactor: 完成重构 HomePage 2022-07-04 18:18:46 +08:00
HomePage.idl refactor: 将 HomePage 部分功能实现转移到 HomeViewModel 2022-07-04 16:31:25 +08:00
HomePage.xaml feat: 常驻后台 2022-08-01 22:26:33 +08:00
HomeViewModel.cpp feat: 常驻后台 2022-08-01 22:26:33 +08:00
HomeViewModel.h feat: 常驻后台 2022-08-01 22:26:33 +08:00
HomeViewModel.idl feat: 常驻后台 2022-08-01 22:26:33 +08:00
HotkeyHelper.cpp refactor: HotkeyManger 更名为 HotkeyService,移植为常规 C++ 类 2022-07-03 13:58:54 +08:00
HotkeyHelper.h refactor: HotkeyManger 更名为 HotkeyService,移植为常规 C++ 类 2022-07-03 13:58:54 +08:00
HotkeyService.cpp fix: 修复主窗口关闭时不能使用热键的问题 2022-08-03 21:28:37 +08:00
HotkeyService.h fix: 修复主窗口关闭时不能使用热键的问题 2022-08-03 21:28:37 +08:00
HotkeySettings.cpp refactor: HotkeySettings 移植为常规 C++ 类 2022-07-04 10:41:26 +08:00
HotkeySettings.h refactor: HotkeySettings 移植为常规 C++ 类 2022-07-04 10:41:26 +08:00
IconHelper.cpp feat: 添加 NotifyIconService 用于管理托盘图标 2022-07-28 17:17:56 +08:00
IconHelper.h feat: 页面标题显示图标 2022-07-21 22:01:10 +08:00
KeyVisual.cpp fix: 通过 hack 使 Tooltip 适应主题 2022-07-07 20:35:28 +08:00
KeyVisual.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
KeyVisual.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
KeyVisual.xaml style: 清理 XAML 文件 2022-07-20 19:20:56 +08:00
LoggerHelper.cpp refactor: 通过 LoggerHelper 初始化 dll 中的 Logger 2022-06-23 13:47:04 +08:00
LoggerHelper.h refactor: HotkeyManger 更名为 HotkeyService,移植为常规 C++ 类 2022-07-03 13:58:54 +08:00
LoggerHelper.idl refactor: HotkeyManger 更名为 HotkeyService,移植为常规 C++ 类 2022-07-03 13:58:54 +08:00
MagService.cpp fix: 修复主窗口关闭时不能使用热键的问题 2022-08-03 21:28:37 +08:00
MagService.h fix: 修复关闭主窗口后缩放错误 2022-08-03 20:54:00 +08:00
MainPage.cpp feat: 实现常驻后台配置项 2022-08-04 19:25:46 +08:00
MainPage.h feat: 实现常驻后台配置项 2022-08-04 19:25:46 +08:00
MainPage.idl refactor: 将 MainPage 部分功能重构为 MVVM 2022-07-19 21:04:38 +08:00
MainPage.xaml feat: 添加删除缩放配置的用户界面 2022-07-27 17:19:32 +08:00
MicaBrush.cpp fix: 修复内存泄露 2022-08-01 23:06:26 +08:00
MicaBrush.h fix: 修复内存泄露 2022-08-01 23:06:26 +08:00
MicaBrush.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
NewProfileViewModel.cpp feat: 实现以管理员身份重新启动 2022-08-01 19:51:24 +08:00
NewProfileViewModel.h feat: 实现检测管理员权限 2022-07-21 09:25:53 +08:00
NewProfileViewModel.idl feat: 实现检测管理员权限 2022-07-21 09:25:53 +08:00
Package.appxmanifest chore: 将 MyHeader 属性改名为 Title 2022-05-29 18:55:36 +08:00
packages.config chore: 更新依赖 2022-07-13 20:52:55 +08:00
PageFrame.cpp feat: 实现复制缩放配置 2022-07-30 23:05:01 +08:00
PageFrame.h feat: 添加管理缩放配置的用户界面 2022-07-22 11:57:32 +08:00
PageFrame.idl feat: 添加管理缩放配置的用户界面 2022-07-22 11:57:32 +08:00
PageFrame.xaml UI: 优化用户界面 2022-07-30 22:11:16 +08:00
pch.cpp chore: 重命名项目 2022-05-28 11:30:47 +08:00
pch.h fix: 优化 DPI 获取 2022-07-11 10:41:44 +08:00
ScalingModesPage.cpp feat: 实现多显示器选项 2022-06-30 10:58:17 +08:00
ScalingModesPage.h feat: 实现缩放配置页导航 2022-07-05 13:44:12 +08:00
ScalingModesPage.idl feat: 实现多显示器选项 2022-06-30 10:58:17 +08:00
ScalingModesPage.xaml style: 清理 XAML 文件 2022-07-20 19:20:56 +08:00
ScalingProfile.cpp refactor: ScalingRule 重命名为 ScalingProfile 2022-07-05 10:58:21 +08:00
ScalingProfile.h feat: 实现添加缩放配置 2022-07-14 13:08:06 +08:00
ScalingProfilePage.cpp UI: 优化用户界面 2022-07-30 22:11:16 +08:00
ScalingProfilePage.h feat: 实现重新排序缩放配置 2022-07-27 22:07:31 +08:00
ScalingProfilePage.idl feat: 实现自定义裁剪 2022-07-05 19:35:21 +08:00
ScalingProfilePage.xaml UI: 优化用户界面 2022-07-30 22:11:16 +08:00
ScalingProfileService.cpp feat: 实现复制缩放配置 2022-07-30 23:05:01 +08:00
ScalingProfileService.h feat: 实现复制缩放配置 2022-07-30 23:05:01 +08:00
ScalingProfileViewModel.cpp fix: 修复 ScalingProfileViewModel 中的内存泄露 2022-08-03 14:52:20 +08:00
ScalingProfileViewModel.h feat: 优化重新排序的 UI 2022-07-28 11:13:40 +08:00
ScalingProfileViewModel.idl feat: 优化重新排序的 UI 2022-07-28 11:13:40 +08:00
SettingItem.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingItem.h feat: Settings 添加热键相关接口 2022-06-19 19:36:55 +08:00
SettingItem.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingItem.xaml style: 清理 XAML 文件 2022-07-20 19:20:56 +08:00
SettingsGroup.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsGroup.h feat: Settings 添加热键相关接口 2022-06-19 19:36:55 +08:00
SettingsGroup.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsGroup.xaml style: 清理 XAML 文件 2022-07-20 19:20:56 +08:00
SettingsPage.cpp chore: 移除 NewProfileDialog 2022-07-18 17:18:20 +08:00
SettingsPage.h feat: 添加 HomeViewModel 2022-07-04 14:22:01 +08:00
SettingsPage.idl feat: 添加 HomeViewModel 2022-07-04 14:22:01 +08:00
SettingsPage.xaml feat: 实现开机启动选项 2022-08-05 22:54:15 +08:00
SettingsViewModel.cpp feat: 优化实现开机启动 2022-08-06 20:55:37 +08:00
SettingsViewModel.h feat: 实现开机启动选项 2022-08-05 22:54:15 +08:00
SettingsViewModel.idl feat: 实现开机启动选项 2022-08-05 22:54:15 +08:00
ShortcutControl.cpp feat: 实现以管理员身份重新启动 2022-08-01 19:51:24 +08:00
ShortcutControl.h feat: ShortcutControl 支持 Title 属性 2022-07-08 10:52:26 +08:00
ShortcutControl.idl feat: ShortcutControl 支持 Title 属性 2022-07-08 10:52:26 +08:00
ShortcutControl.xaml style: 清理 XAML 文件 2022-07-20 19:20:56 +08:00
ShortcutDialog.cpp refactor: ShortcutDialogContent 重命名为 ShortcutDialog 2022-07-06 19:38:14 +08:00
ShortcutDialog.h refactor: ShortcutDialogContent 重命名为 ShortcutDialog 2022-07-06 19:38:14 +08:00
ShortcutDialog.idl refactor: ShortcutDialogContent 重命名为 ShortcutDialog 2022-07-06 19:38:14 +08:00
ShortcutDialog.xaml style: 清理 XAML 文件 2022-07-20 19:20:56 +08:00
TextBlockHelper.cpp fix: 通过 hack 使 Tooltip 适应主题 2022-07-07 20:35:28 +08:00
TextBlockHelper.h feat: TextBlock 被截断时设置 Tooltip 2022-07-07 16:13:59 +08:00
TextBlockHelper.idl feat: TextBlock 被截断时设置 Tooltip 2022-07-07 16:13:59 +08:00
ToggleSwitch.xaml style: 清理 ToggleSwitch.xaml 2022-07-21 20:20:19 +08:00