[PR #54] [MERGED] PhotoFrame cleanup #191

Closed
opened 2026-05-05 11:20:30 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: developHead: improvement/photoframe_cleanup


📝 Commits (4)

  • e4642bb PhotoFrame cleanup: First batch
  • 0b89086 PhotoFrame cleanup: Second batch - UI
  • 7fd636e PhotoFrame cleanup: Third batch - Config and BL
  • 9da1640 PhotoFrame 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.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/54 **Author:** [@devmil](https://github.com/devmil) **Created:** 8/9/2018 **Status:** ✅ Merged **Merged:** 8/9/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `develop` ← **Head:** `improvement/photoframe_cleanup` --- ### 📝 Commits (4) - [`e4642bb`](https://github.com/qmlnet/qmlnet/commit/e4642bb4827b9eb3f235ad223cc7dad5e1b20911) PhotoFrame cleanup: First batch - [`0b89086`](https://github.com/qmlnet/qmlnet/commit/0b890863973af7c92afa46ed9d0603f7b6a5b661) PhotoFrame cleanup: Second batch - UI - [`7fd636e`](https://github.com/qmlnet/qmlnet/commit/7fd636e4e13560855a89e5918e52b1ece1a56de5) PhotoFrame cleanup: Third batch - Config and BL - [`9da1640`](https://github.com/qmlnet/qmlnet/commit/9da1640f2456103f227303be2fbf2edb9e0597b8) PhotoFrame cleanup: Last batch ### 📊 Changes **27 files changed** (+251 additions, -392 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:30 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#191
No description provided.