Merge lp://staging/~ken-vandine/unity/6_with_social_preview into lp://staging/unity/6.0
Proposed by
Ken VanDine
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Ken VanDine | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 2688 | ||||
Proposed branch: | lp://staging/~ken-vandine/unity/6_with_social_preview | ||||
Merge into: | lp://staging/unity/6.0 | ||||
Diff against target: |
1880 lines (+1712/-0) 17 files modified
UnityCore/CMakeLists.txt (+2/-0) UnityCore/Preview.cpp (+5/-0) UnityCore/SocialPreview.cpp (+105/-0) UnityCore/SocialPreview.h (+77/-0) dash/previews/CMakeLists.txt (+10/-0) dash/previews/Preview.cpp (+5/-0) dash/previews/SocialPreview.cpp (+305/-0) dash/previews/SocialPreview.h (+93/-0) dash/previews/SocialPreviewComments.cpp (+193/-0) dash/previews/SocialPreviewComments.h (+78/-0) dash/previews/SocialPreviewContent.cpp (+325/-0) dash/previews/SocialPreviewContent.h (+86/-0) dash/previews/StandaloneSocialPreview.cpp (+287/-0) tests/CMakeLists.txt (+4/-0) tests/test_previews_social.cpp (+110/-0) unity-shared/PreviewStyle.cpp (+15/-0) unity-shared/PreviewStyle.h (+12/-0) |
||||
To merge this branch: | bzr merge lp://staging/~ken-vandine/unity/6_with_social_preview | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Neil J. Patel (community) | Approve | ||
Review via email: mp+124513@code.staging.launchpad.net |
Commit message
Adds SocialPreview
Description of the change
Adds SocialPreview
To post a comment you must log in.
Looks good and works well, approved.