Skip to content

Commit

Permalink
Update base screenshots
Browse files Browse the repository at this point in the history
Issue: #5

Signed-off-by: Jiří Janoušek <[email protected]>
  • Loading branch information
jiri-janousek committed Jul 6, 2018
1 parent 9b604f2 commit e8886c1
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Nuvola SDK Change Log
* convert-project: Convert `integrate.js` to Standard JS code style.
* check-project: Check that `integrate.js` uses Standard JS code style.
* convert-project: API number in metadata is upgraded to that of Nuvola SDK.
* Makefile generator: If `src/webview.png` image is found, it is used to generate screenshots combining that web view
snapshot image with base Nuvola screenshots. The resulting images can be found in the screenshots subdirectory.
More screenshot types will be added in the next development cycle. Issue: tiliado/nuvolasdk#5

4.11.0 - May 8th, 2018
----------------------
Expand Down
Binary file added nuvolasdk/data/screenshots/gnome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified nuvolasdk/data/screenshots/pantheon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified nuvolasdk/data/screenshots/unity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions nuvolasdk/screenshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@

BASE_SCREENSHOTS = {
'other': [
('pantheon.png', '104,69+1080,600', '#c1c1c1'),
('unity.png', '132,106+1080,600', '#c1c1c1'),
('pantheon.png', '90,80+1080,600', '#c1c1c1'),
('unity.png', '108,106+1080,600', '#c1c1c1'),
('gnome.png', '117,87+1080,600', '#c1c1c1'),
]
}

Binary file added work-files/screenshots/gnome.xcf
Binary file not shown.
Binary file modified work-files/screenshots/pantheon.xcf
Binary file not shown.
Binary file modified work-files/screenshots/unity.xcf
Binary file not shown.

0 comments on commit e8886c1

Please sign in to comment.