mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #35] [MERGED] PhotoFrame sample application #180
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#180
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/35
Author: @devmil
Created: 7/23/2018
Status: ✅ Merged
Merged: 7/25/2018
Merged by: @pauldotknopf
Base:
master← Head:samples/PhotoFrame📝 Commits (5)
aba01a4PhotoFrame sample application6bd9f6dSwitched from relative path to absolute path main.qml reference92bf74cMerge branch 'master' into samples/PhotoFrameed60718Merge branch 'master' into samples/PhotoFramedb38f1fUpdating Qml.Net📊 Changes
69 files changed (+2652 additions, -0 deletions)
View changed files
➕
samples/PhotoFrame/.gitignore(+8 -0)➕
samples/PhotoFrame/ImagePool/abandoned-forest-industry-34950.jpg(+0 -0)➕
samples/PhotoFrame/ImagePool/agriculture-apple-blur-257840.jpg(+0 -0)➕
samples/PhotoFrame/ImagePool/animal-animal-photography-big-cat-145939.jpg(+0 -0)➕
samples/PhotoFrame/ImagePool/art-ball-ball-shaped-235615.jpg(+0 -0)➕
samples/PhotoFrame/ImagePool/beautiful-bird-s-eye-view-boats-1039302.jpg(+0 -0)➕
samples/PhotoFrame/ImagePool/clouds-cloudy-countryside-236047.jpg(+0 -0)➕
samples/PhotoFrame/ImagePool/mobilechallenge-4k-wallpaper-close-up-807598.jpg(+0 -0)➕
samples/PhotoFrame/PhotoFrame.App/PhotoFrame.App.csproj(+12 -0)➕
samples/PhotoFrame/PhotoFrame.App/Program.cs(+69 -0)➕
samples/PhotoFrame/PhotoFrame.App/Properties/launchSettings.json(+9 -0)➕
samples/PhotoFrame/PhotoFrame.App/nuget.config(+8 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/BL/PhotoDatabaseTest.cs(+140 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/BL/testphotos/abandoned-forest-industry-34950.jpg(+0 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/BL/testphotos/agriculture-apple-blur-257840.jpg(+0 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/BL/testphotos/animal-animal-photography-big-cat-145939.jpg(+0 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/BL/testphotos/art-ball-ball-shaped-235615.jpg(+0 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/BL/testphotos/beautiful-bird-s-eye-view-boats-1039302.jpg(+0 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/PhotoFrame.Logic.Tests.csproj(+55 -0)➕
samples/PhotoFrame/PhotoFrame.Logic.Tests/UI/ViewModels/ViewModelBaseTest.cs(+100 -0)...and 49 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.