mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[PR #54] [MERGED] PhotoFrame cleanup #191
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/54
Author: @devmil
Created: 8/9/2018
Status: ✅ Merged
Merged: 8/9/2018
Merged by: @pauldotknopf
Base:
develop← Head:improvement/photoframe_cleanup📝 Commits (4)
e4642bbPhotoFrame cleanup: First batch0b89086PhotoFrame cleanup: Second batch - UI7fd636ePhotoFrame cleanup: Third batch - Config and BL9da1640PhotoFrame cleanup: Last batch📊 Changes
27 files changed (+251 additions, -392 deletions)
View changed files
📝
samples/PhotoFrame/PhotoFrame.App/PhotoFrame.App.csproj(+4 -1)📝
samples/PhotoFrame/PhotoFrame.App/Program.cs(+15 -18)➖
samples/PhotoFrame/PhotoFrame.App/nuget.config(+0 -8)📝
samples/PhotoFrame/PhotoFrame.Logic/AppModel.cs(+75 -115)📝
samples/PhotoFrame/PhotoFrame.Logic/BL/FrameController.cs(+46 -58)📝
samples/PhotoFrame/PhotoFrame.Logic/BL/IFrameController.cs(+3 -5)📝
samples/PhotoFrame/PhotoFrame.Logic/BL/PhotoDatabase.cs(+28 -42)📝
samples/PhotoFrame/PhotoFrame.Logic/BL/ViewSwitchType.cs(+3 -5)📝
samples/PhotoFrame/PhotoFrame.Logic/BL/ViewType.cs(+1 -5)📝
samples/PhotoFrame/PhotoFrame.Logic/Config/FrameJsonConfig.cs(+32 -50)📝
samples/PhotoFrame/PhotoFrame.Logic/IAppModel.cs(+0 -3)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/QML/main.qml(+1 -1)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/ViewModels/IViewModel.cs(+1 -5)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/ViewModels/ViewModelBase.cs(+13 -19)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/ViewModels/ViewModelBorder.cs(+1 -4)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/ViewModels/ViewModelColorize.cs(+0 -3)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/ViewModels/ViewModelNormal.cs(+0 -3)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/ViewModels/ViewSwitchInfo.cs(+4 -3)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/Views/IView.cs(+0 -3)📝
samples/PhotoFrame/PhotoFrame.Logic/UI/Views/IViewManager.cs(+0 -3)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.