commit spice-up for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2019-10-31 22:37:38

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new.2990 (New)


Package is "spice-up"

Thu Oct 31 22:37:38 2019 rev:16 rq:744462 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2019-06-12 
13:12:13.168947525 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new.2990/spice-up.changes  
2019-10-31 22:37:41.869281189 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 00:56:05 UTC 2019 - Alexei Podvalsky 
+
+- Add spice-up-1.8.2-vala-0.46.patch
+
+---

New:

  spice-up-1.8.2-vala-0.46.patch



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.I6YXqD/_old  2019-10-31 22:37:43.581283316 +0100
+++ /var/tmp/diff_new_pack.I6YXqD/_new  2019-10-31 22:37:43.609283350 +0100
@@ -24,6 +24,8 @@
 Group:  Productivity/Office/Other
 URL:https://github.com/Philip-Scott/Spice-up
 Source: 
https://github.com/Philip-Scott/Spice-up/archive/%{version}.tar.gz#/Spice-up-%{version}.tar.gz
+# PATCH-FIX_UPSTREAM -- Make constructors of abstract classes protected (vala 
>= 0.46)
+Patch0: spice-up-1.8.2-vala-0.46.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q -n Spice-up-%{version}
+%patch0 -p1
 
 %build
 %cmake \

++ spice-up-1.8.2-vala-0.46.patch ++
diff -ruN Spice-up-1.8.2.orig/src/Tests/ColorItem/MockedCanvasItem.vala 
Spice-up-1.8.2/src/Tests/ColorItem/MockedCanvasItem.vala
--- Spice-up-1.8.2.orig/src/Tests/ColorItem/MockedCanvasItem.vala   
2019-05-06 07:03:55.0 +0300
+++ Spice-up-1.8.2/src/Tests/ColorItem/MockedCanvasItem.vala2019-10-31 
03:31:12.211950979 +0300
@@ -6,7 +6,7 @@
 public Canvas canvas { get; set; }
 protected Gtk.Grid? grid = null;
 
-public CanvasItem (Canvas canvas, Json.Object save_data) {
+protected CanvasItem (Canvas canvas, Json.Object save_data) {
 Object (canvas: _canvas, save_data: _save_data);
 }
 
diff -ruN Spice-up-1.8.2.orig/src/Tests/ImageItem/MockedCanvasItem.vala 
Spice-up-1.8.2/src/Tests/ImageItem/MockedCanvasItem.vala
--- Spice-up-1.8.2.orig/src/Tests/ImageItem/MockedCanvasItem.vala   
2019-05-06 07:03:55.0 +0300
+++ Spice-up-1.8.2/src/Tests/ImageItem/MockedCanvasItem.vala2019-10-31 
03:37:19.686485914 +0300
@@ -6,7 +6,7 @@
 public Canvas canvas { get; set; }
 protected Gtk.Grid? grid = null;
 
-public CanvasItem (Canvas canvas, Json.Object save_data) {
+protected CanvasItem (Canvas canvas, Json.Object save_data) {
 Object (canvas: _canvas, save_data: _save_data);
 }
 
diff -ruN Spice-up-1.8.2.orig/src/Tests/TextItem/MockedCanvasItem.vala 
Spice-up-1.8.2/src/Tests/TextItem/MockedCanvasItem.vala
--- Spice-up-1.8.2.orig/src/Tests/TextItem/MockedCanvasItem.vala
2019-05-06 07:03:55.0 +0300
+++ Spice-up-1.8.2/src/Tests/TextItem/MockedCanvasItem.vala 2019-10-31 
03:45:12.886906317 +0300
@@ -6,7 +6,7 @@
 public Canvas canvas { get; set; }
 protected Gtk.Grid? grid = null;
 
-public CanvasItem (Canvas canvas, Json.Object save_data) {
+protected CanvasItem (Canvas canvas, Json.Object save_data) {
 Object (canvas: _canvas, save_data: _save_data);
 }
 
diff -ruN Spice-up-1.8.2.orig/src/Widgets/CanvasItems/CanvasItem.vala 
Spice-up-1.8.2/src/Widgets/CanvasItems/CanvasItem.vala
--- Spice-up-1.8.2.orig/src/Widgets/CanvasItems/CanvasItem.vala 2019-05-06 
07:03:55.0 +0300
+++ Spice-up-1.8.2/src/Widgets/CanvasItems/CanvasItem.vala  2019-10-31 
03:25:28.626395498 +0300
@@ -86,7 +86,7 @@
 
 public unowned Canvas? canvas { protected get; construct; }
 
-public CanvasItem (Spice.Canvas? _canvas, Json.Object _save_data) {
+protected CanvasItem (Spice.Canvas? _canvas, Json.Object _save_data) {
 Object (canvas: _canvas, save_data: _save_data);
 }
 



commit spice-up for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2019-06-12 13:12:09

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new.4811 (New)


Package is "spice-up"

Wed Jun 12 13:12:09 2019 rev:15 rq:705947 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2019-02-27 
15:07:28.778422701 +0100
+++ /work/SRC/openSUSE:Factory/.spice-up.new.4811/spice-up.changes  
2019-06-12 13:12:13.168947525 +0200
@@ -1,0 +2,12 @@
+Mon May  6 19:38:56 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.8.2:
+  * Add Issue and PR Templates
+  * 1.8.1 Release
+  * Removed remote templates service
+  * Invert logic of history_is_enabled
+  * Respect privacy settings using Granite (#260)
+  * Require Gtk3.22 - Dropped support for older Gtk versions
+  * Update fr.po (#261)
+
+---

Old:

  Spice-up-1.8.0.tar.gz

New:

  Spice-up-1.8.2.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.8gjXko/_old  2019-06-12 13:12:13.604947068 +0200
+++ /var/tmp/diff_new_pack.8gjXko/_new  2019-06-12 13:12:13.608947064 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.8.0
+Version:1.8.2
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0-only

++ Spice-up-1.8.0.tar.gz -> Spice-up-1.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.8.0/.github/ISSUE_TEMPLATE.md 
new/Spice-up-1.8.2/.github/ISSUE_TEMPLATE.md
--- old/Spice-up-1.8.0/.github/ISSUE_TEMPLATE.md1970-01-01 
01:00:00.0 +0100
+++ new/Spice-up-1.8.2/.github/ISSUE_TEMPLATE.md2019-05-06 
06:03:55.0 +0200
@@ -0,0 +1,42 @@
+
+
+
+## Expected Behavior
+
+
+
+## Current Behavior
+
+
+
+## Possible Solution
+
+
+
+## Steps to Reproduce (for bugs)
+
+1.
+2.
+3.
+4.
+
+## Context
+
+
+
+
+
+
+
+
+## Screenshots of the Problem
+
+
+
+## Your Environment (for bugs)
+
+
+
+
+- Spice-Up Version: 
+- OS Info:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.8.0/.github/PULL_REQUEST_TEMPLATE.md 
new/Spice-up-1.8.2/.github/PULL_REQUEST_TEMPLATE.md
--- old/Spice-up-1.8.0/.github/PULL_REQUEST_TEMPLATE.md 1970-01-01 
01:00:00.0 +0100
+++ new/Spice-up-1.8.2/.github/PULL_REQUEST_TEMPLATE.md 2019-05-06 
06:03:55.0 +0200
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+## Summary / How this PR fixes the problem?
+
+
+## Steps to Test
+
+
+## Screenshots
+
+
+
+## Known Issues / Things To Do
+
+
+
+
+## This PR fixes/implements the following **bugs/features**:
+
+
+- Fixes #
+- Fixes #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.8.0/CMakeLists.txt 
new/Spice-up-1.8.2/CMakeLists.txt
--- old/Spice-up-1.8.0/CMakeLists.txt   2019-01-20 01:13:29.0 +0100
+++ new/Spice-up-1.8.2/CMakeLists.txt   2019-05-06 06:03:55.0 +0200
@@ -21,9 +21,9 @@
 add_definitions(-w)
 
 set (PKG_DEPS
-granite>=5.2.0
+granite>=5.2.3
 gee-0.8
-gtk+-3.0>=3.9.10
+gtk+-3.0>=3.22.0
 json-glib-1.0
 gudev-1.0
 libevdev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.8.0/README.md new/Spice-up-1.8.2/README.md
--- old/Spice-up-1.8.0/README.md2019-01-20 01:13:29.0 +0100
+++ new/Spice-up-1.8.2/README.md2019-05-06 06:03:55.0 +0200
@@ -65,9 +65,6 @@
 sudo apt-get update
 sudo apt-get install com.github.philip-scott.spice-up
 
-### Donations
-Liked Spice-up? Would like to support its development of this app and more? 
Feel free to [leave a little tip 
:)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYD9ZJK6ZFUDQ)
 or support my work torwards a new feature over at 
[Bountysource](https://www.bountysource.com/trackers/44752823-philip-scott-spice-up).
 I'd really appreciate it :)
-
 ## Dependencies
 These dependencies must be present before building
  - `gtk+-3.0>=3.9.10`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Spice-up-1.8.0/data/com.github.philip-scott.spice-up.appdata.xml 
new/Spice-up-1.8.2/data/com.github.philip-scott.spice-up.appdata.xml
--- old/Spice-up-1.8.0/data/com.github.philip-scott.spice-up.appdata.xml
2019-01-20 01:13:29.0 +0100
+++ new/Spice-up-1.8.2/data/com.github.philip-scott.spice-up.appdata.xml
2019-05-06 06:03:55.0 +0200
@@ -28,6 +28,18 @@
 spice-up
   
   
+
+  
+Privacy Mode and Translations
+

commit spice-up for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2019-02-27 15:07:24

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new.28833 (New)


Package is "spice-up"

Wed Feb 27 15:07:24 2019 rev:14 rq:679483 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-10-17 
08:43:21.909755854 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new.28833/spice-up.changes 
2019-02-27 15:07:28.778422701 +0100
@@ -1,0 +2,33 @@
+Mon Jan 21 17:18:23 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.8.0:
+  * Autohide cursor while presenting
+  * Move the rest of the actions to the Main Window
+  * Move Insertion actions to Window Actions
+  * Move Headerbar actions to Window Actions
+  * Allow more than one window
+  * Move current_file to window
+  * Move history manager to Window
+  * Remove global window variable
+  * Undo,Redo,Clone
+  * Add .pdf extension to exports
+  * Prevent screen from turning off during presentations
+  * Grab focus when PresenterNotes is revealed
+  * Use new Granite.markup_accel_tooltip & Add actions for clone 
+and present
+  * Handle unfullscreening while presenting
+  * Fixed: Animation on canvas is played when returning from the 
+last slide while presenting
+  * Fix: Property with custom 'get' / 'set' cannot have 'default' 
+value (#251)
+  * update travis.yml (#252)
+  * Use user cache folder for template cache
+  * Update com.github.philip-scott.spice-up.appdata.xml
+  * Update README.md
+  * Canvas: fixed precision problems on different sizes
+  * Smart clipboard v2 (#239)
+  * Smart Clipboard (#233)
+  * Fix SlideWidget shadows not showing up
+  * Color picker refactoring (#238)
+
+---

Old:

  Spice-up-1.6.1.tar.gz

New:

  Spice-up-1.8.0.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.I9gFQK/_old  2019-02-27 15:07:29.590422455 +0100
+++ /var/tmp/diff_new_pack.I9gFQK/_new  2019-02-27 15:07:29.590422455 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.6.1
+Version:1.8.0
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0-only

++ Spice-up-1.6.1.tar.gz -> Spice-up-1.8.0.tar.gz ++
 5294 lines of diff (skipped)




commit spice-up for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-10-17 08:42:27

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Wed Oct 17 08:42:27 2018 rev:13 rq:642429 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-10-02 
19:49:20.293711564 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-10-17 
08:43:21.909755854 +0200
@@ -1,0 +2,6 @@
+Mon Oct  8 11:56:25 UTC 2018 - Alexei Podvalsky 
+
+- Update to 1.6.1:
+  * Remote templates v2 (#237)
+
+---

Old:

  Spice-up-1.6.0.tar.gz

New:

  Spice-up-1.6.1.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.dxsryb/_old  2018-10-17 08:43:22.285755535 +0200
+++ /var/tmp/diff_new_pack.dxsryb/_new  2018-10-17 08:43:22.285755535 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0-only

++ Spice-up-1.6.0.tar.gz -> Spice-up-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Spice-up-1.6.0/data/com.github.philip-scott.spice-up.appdata.xml 
new/Spice-up-1.6.1/data/com.github.philip-scott.spice-up.appdata.xml
--- old/Spice-up-1.6.0/data/com.github.philip-scott.spice-up.appdata.xml
2018-09-24 06:56:52.0 +0200
+++ new/Spice-up-1.6.1/data/com.github.philip-scott.spice-up.appdata.xml
2018-10-04 02:48:01.0 +0200
@@ -26,7 +26,7 @@
 spice-up
   
   
-
+
   
 Slide Transitions and the Slide List Redesign
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.6.0/src/Services/Fetcher.vala 
new/Spice-up-1.6.1/src/Services/Fetcher.vala
--- old/Spice-up-1.6.0/src/Services/Fetcher.vala2018-09-24 
06:56:52.0 +0200
+++ new/Spice-up-1.6.1/src/Services/Fetcher.vala2018-10-04 
02:48:01.0 +0200
@@ -20,9 +20,9 @@
 */
 
 public class Spice.Services.Fetcher {
-private const string TEMPLATES_URL = 
"https://spice-up-dev.azurewebsites.net/api/get-templates";;
+private const string TEMPLATES_URL = 
"https://spice-up-prod.azurewebsites.net/api/";;
 private const int64 CACHE_LIFE = 43200; // 1/2 a day
-public const int CURRENT_VERSION = 1;
+public const string CURRENT_VERSION = "2";
 
 private File cache_file;
 private string cache = "";
@@ -32,7 +32,7 @@
 cache_file = File.new_for_path (Environment.get_tmp_dir () + 
"/com.github.philip-scott.spice-up.cache.json");
 }
 
-public void fetch () {
+public void fetch_templates () {
 var now = new DateTime.now_utc ().to_unix ();
 
 var settigns = Spice.Services.Settings.get_instance ();
@@ -44,7 +44,7 @@
 debug ("Getting templates from server\n");
 new Thread ("fetch-templates", () => {
 var session = new Soup.Session ();
-var message = new Soup.Message ("GET", TEMPLATES_URL);
+var message = new Soup.Message ("GET", TEMPLATES_URL + 
"get-templates");
 
 session.send_message (message);
 
@@ -56,6 +56,7 @@
 mutex.lock ();
 
 cache = data.str;
+
 if (cache != "") {
 save_to_cache (cache);
 settigns.last_fetch = now.to_string ();
@@ -70,6 +71,20 @@
 }
 }
 
+public static string get_template_data (string template) {
+var session = new Soup.Session ();
+var message = new Soup.Message ("GET", TEMPLATES_URL + template);
+
+session.send_message (message);
+
+var data = new StringBuilder ();
+foreach (var c in message.response_body.data) {
+data.append ("%c".printf (c));
+}
+
+return data.str;
+}
+
 public string get_data () {
 mutex.lock ();
 if (cache == "" && cache_file.query_exists ()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.6.0/src/Widgets/Library/Library.vala 
new/Spice-up-1.6.1/src/Widgets/Library/Library.vala
--- old/Spice-up-1.6.0/src/Widgets/Library/Library.vala 2018-09-24 
06:56:52.0 +0200
+++ new/Spice-up-1.6.1/src/Widgets/Library/Library.vala 2018-10-04 
02:48:01.0 +0200
@@ -57,7 +57,26 @@
 item_box.min_children_per_line = 2;
 
 item_box.child_activated.connect ((child) => {
-item_selected ((child as Library

commit spice-up for openSUSE:Factory

2018-10-02 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-10-02 19:48:30

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Tue Oct  2 19:48:30 2018 rev:12 rq:639447 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-09-18 
11:47:01.203687035 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-10-02 
19:49:20.293711564 +0200
@@ -1,0 +2,17 @@
+Mon Sep 24 10:42:29 UTC 2018 - Alexei Podvalsky 
+
+- Update to 1.6.0:
+  * Code cleanups
+  * Slide Transitions (#236)
+  * Add: PresenterNotes.vala
+  * Add option to set a slide as the File Preview
+  * SlideList: Right click actions
+  * Add presenter notes to main view
+  * Move button creation to function
+  * SlideList: Add separator and fix styles
+  * Add new slide after selected one
+  * Stick new slide button
+  * Fix: Empty slides not rendering in slide list
+  * Set accent color & use that on slide list
+
+---

Old:

  Spice-up-1.5.2.tar.gz

New:

  Spice-up-1.6.0.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.XQKTGo/_old  2018-10-02 19:49:22.125709656 +0200
+++ /var/tmp/diff_new_pack.XQKTGo/_new  2018-10-02 19:49:22.129709651 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.5.2
+Version:1.6.0
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0-only

++ Spice-up-1.5.2.tar.gz -> Spice-up-1.6.0.tar.gz ++
Binary files old/Spice-up-1.5.2/Screenshot.png and 
new/Spice-up-1.6.0/Screenshot.png differ
Binary files old/Spice-up-1.5.2/Screenshot1.png and 
new/Spice-up-1.6.0/Screenshot1.png differ
Binary files old/Spice-up-1.5.2/Screenshot2.png and 
new/Spice-up-1.6.0/Screenshot2.png differ
Binary files old/Spice-up-1.5.2/Screenshot3.png and 
new/Spice-up-1.6.0/Screenshot3.png differ
Binary files old/Spice-up-1.5.2/Screenshot4.png and 
new/Spice-up-1.6.0/Screenshot4.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Spice-up-1.5.2/data/com.github.philip-scott.spice-up.appdata.xml 
new/Spice-up-1.6.0/data/com.github.philip-scott.spice-up.appdata.xml
--- old/Spice-up-1.5.2/data/com.github.philip-scott.spice-up.appdata.xml
2018-09-08 23:10:15.0 +0200
+++ new/Spice-up-1.6.0/data/com.github.philip-scott.spice-up.appdata.xml
2018-09-24 06:56:52.0 +0200
@@ -26,7 +26,22 @@
 spice-up
   
   
-   
+
+  
+Slide Transitions and the Slide List Redesign
+
+  After so long, Slide Transitions are finally here! Use them to 
make your presentations more interesting
+  The New Slide Button will now always appear at the bottom, and 
new slides will now be added after the currently selected slide
+  You can right click the slide, and select from the actions 
there.
+  From that right click menu, you can now select which slide will 
be shown in the thumbnail!
+  Presenter notes has been moved to the main window. Toggle the 
editor from the new button on the headerbar!
+  Some color and Style changes!
+  Fixed the problem where empty slides would refuse to render on 
the Slide List!
+  Fixed: Non-editable items on the toolbar now show up 
properly
+
+  
+
+
   
 A Very Juno Update
 
@@ -173,7 +188,7 @@
 none
 none
 none
-none
+mild
 none
 none
 none
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.5.2/data/stylesheet.css 
new/Spice-up-1.6.0/data/stylesheet.css
--- old/Spice-up-1.5.2/data/stylesheet.css  2018-09-08 23:10:15.0 
+0200
+++ new/Spice-up-1.6.0/data/stylesheet.css  2018-09-24 06:56:52.0 
+0200
@@ -1,4 +1,5 @@
-@define-color colorPrimary #2C2D2E;
+@define-color colorPrimary #2c2d2e;
+@define-color colorAccent @SLATE_100;
 
 .padding-none {
 padding: 0px;
@@ -13,9 +14,12 @@
 border-right: solid 1px rgba(0,0,0,0.75);
 }
 
+.slide-list .list-row:selected:focus, .slide-list row:selected:focus {
+background-color: @colorAccent;
+}
+
 .slide-list .list-row:selected, .slide-list row:selected {
-box-shadow: inset 0px 24px 10px -6px rgba(0,0,0, 0.53);
-background-color: shade(@bg_color, 0.5);
+background-color: shade(@colorAccent, 0.7);
 }
 
 .new.slide {
@@ -86,6 +90,14 @@
 box-shadow: 0px 0px 1px 1px rgba (0,0,0, 0.1);
 }
 
+.spice-dynamic-toolbar .spice .entry {
+padding: 0px 3px;
+}
+
+.spice-dynamic-too

commit spice-up for openSUSE:Factory

2018-09-18 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-09-18 11:46:32

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Tue Sep 18 11:46:32 2018 rev:11 rq:636172 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-08-28 
09:24:44.152882585 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-09-18 
11:47:01.203687035 +0200
@@ -1,0 +2,19 @@
+Mon Sep 10 12:10:22 UTC 2018 - Alexei Podvalsky 
+
+- Update to 1.5.2:
+  * Update com.github.philip-scott.spice-up.appdata.xml
+  * LibraryItem: Don't show popover on templates
+  * Rename com.github.philip_scott.spice_up.mime.xml to 
+com.github.philip-scott.spice-up.mime.xml
+  * Update CMakeLists.txt
+  * Update and rename 
+com.github.philip_scott.spice_up.appdata.xml to 
+com.github.philip-scott.spice-up.appdata.xml
+  * PresenterView: Change font-size with +/- keys
+  * Be smart about the mutex
+  * allow whitespace between commas on gradient regex
+  * Improve item positioning rounding
+  * Fix crash when moving a slide past the end
+  * Update RDNN name (#219)
+
+---

Old:

  Spice-up-1.5.1.tar.gz

New:

  Spice-up-1.5.2.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.NHItBU/_old  2018-09-18 11:47:06.803681240 +0200
+++ /var/tmp/diff_new_pack.NHItBU/_new  2018-09-18 11:47:06.807681235 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0-only
@@ -70,8 +70,8 @@
 %{_datadir}/com.github.philip-scott.spice-up/
 %{_datadir}/glib-2.0/schemas/com.github.philip-scott.spice-up.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*.??g
-%{_datadir}/metainfo/com.github.philip_scott.spice_up.appdata.xml
-%{_datadir}/mime/packages/com.github.philip_scott.spice_up.mime.xml
+%{_datadir}/metainfo/com.github.philip-scott.spice-up.appdata.xml
+%{_datadir}/mime/packages/com.github.philip-scott.spice-up.mime.xml
 
 %files lang -f %{name}.lang
 

++ Spice-up-1.5.1.tar.gz -> Spice-up-1.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.5.1/data/CMakeLists.txt 
new/Spice-up-1.5.2/data/CMakeLists.txt
--- old/Spice-up-1.5.1/data/CMakeLists.txt  2018-08-23 15:43:49.0 
+0200
+++ new/Spice-up-1.5.2/data/CMakeLists.txt  2018-09-08 23:10:15.0 
+0200
@@ -58,9 +58,9 @@
 RENAME application-x-spiceup.svg)
 
 # install the appdata
-install(FILES 
${CMAKE_CURRENT_SOURCE_DIR}/com.github.philip_scott.spice_up.appdata.xml
+install(FILES 
${CMAKE_CURRENT_SOURCE_DIR}/com.github.philip-scott.spice-up.appdata.xml
 DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/metainfo/)
 
 # install the mimefile
-install(FILES 
${CMAKE_CURRENT_SOURCE_DIR}/com.github.philip_scott.spice_up.mime.xml
+install(FILES 
${CMAKE_CURRENT_SOURCE_DIR}/com.github.philip-scott.spice-up.mime.xml
 DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/mime/packages/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Spice-up-1.5.1/data/com.github.philip-scott.spice-up.appdata.xml 
new/Spice-up-1.5.2/data/com.github.philip-scott.spice-up.appdata.xml
--- old/Spice-up-1.5.1/data/com.github.philip-scott.spice-up.appdata.xml
1970-01-01 01:00:00.0 +0100
+++ new/Spice-up-1.5.2/data/com.github.philip-scott.spice-up.appdata.xml
2018-09-08 23:10:15.0 +0200
@@ -0,0 +1,193 @@
+
+
+
+  com.github.philip-scott.spice-up
+  CC0-1.0
+  GPL-3.0+
+  Spice-Up
+  Create simple and beautiful presentations
+  
+
+  Everything you need to create simple and beautiful presentations with 
text, images, and shapes. Add some spice to your presentations with a wide 
variety of background patterns and beautiful color palette.
+
+
+  Features Include:
+
+
+  Exporting to PDF!
+  Presentation Browser: Scroll through the presentations you have made 
and jump right into them with one click!.
+  Controller Support: If you have a USB or Bluetooth controller, plug 
it in and control your slides!
+  Templates, so you can whip up a presentation in a blink of an 
eye.
+  You can edit images in your favorite editor, and it will 
automatically update when saved
+  Open Spice-Up files from a web browser by drag and drop if the app 
is not installed!
+
+  
+  
+spice-up
+  
+  
+   
+  
+A Very Juno Update
+
+  Spice-Up 

commit spice-up for openSUSE:Factory

2018-08-28 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-08-28 09:24:43

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Tue Aug 28 09:24:43 2018 rev:10 rq:631801 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-07-09 
13:26:58.551033174 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-08-28 
09:24:44.152882585 +0200
@@ -1,0 +2,26 @@
+Thu Aug 23 15:52:49 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.5.1:
+  * Update README.md
+  * Updated appdata for 1.5 release
+  * Load more templates from external server (#217)
+  * Fix color picker not updating
+  * Add new gradients to the palette
+  * Add new colors to palette
+  * Fix disabled button icons not getting styled correctly
+  * PickerWindow: Remove deprecated warnings
+  * Show filename under thumbnail
+  * ColorPicker: Don't grab all key events
+  * Fix extra padding on grabbers in Gtk3.22
+  * Fix text entry styles on Gtk3.22
+  * Copy & Paste from color picker
+  * Remove about option from desktop entry (#202)
+  * Add OARS information
+  * Update Pt_pt (#198)
+  * Updated screenshot
+- Change the home page
+- Add pkgconfig(libsoup-2.4)
+- Switch to vala >= 0.40.4
+- Remove obsolete macros
+
+---

Old:

  Spice-up-1.3.2.tar.gz

New:

  Spice-up-1.5.1.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.Tf15R9/_old  2018-08-28 09:24:44.800884608 +0200
+++ /var/tmp/diff_new_pack.Tf15R9/_new  2018-08-28 09:24:44.808884632 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   spice-up
-Version:1.3.2
+Version:1.5.1
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0-only
 Group:  Productivity/Office/Other
-Url:https://launchpad.net/spice-up
+URL:https://github.com/Philip-Scott/Spice-up
 Source: 
https://github.com/Philip-Scott/Spice-up/archive/%{version}.tar.gz#/Spice-up-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -31,18 +31,15 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  shared-mime-info
-BuildRequires:  vala
+BuildRequires:  vala >= 0.40.4
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(granite) >= 0.5
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libevdev)
-Requires(post):shared-mime-info
-Requires(postun):  shared-mime-info
+BuildRequires:  pkgconfig(libsoup-2.4)
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
 
 %description
 Spice-up is a desktop presentation application
@@ -62,37 +59,20 @@
 
 %install
 %cmake_install
-mkdir -p %{buildroot}%{_datadir}/appdata
-mv 
%{buildroot}%{_datadir}/{metainfo,appdata}/com.github.philip-scott.%{name}.appdata.xml
 %find_lang com.github.philip-scott.spice-up %{name}.lang
 %fdupes %{buildroot}%{_datadir}
 
-%post
-%mime_database_post
-%icon_theme_cache_post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%mime_database_postun
-%icon_theme_cache_postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
 %files
-%defattr(-,root,root)
-%doc COPYING README.md
+%license COPYING
+%doc README.md
 %{_bindir}/com.github.philip-scott.spice-up
+%{_datadir}/applications/com.github.philip-scott.spice-up.desktop
 %{_datadir}/com.github.philip-scott.spice-up/
-%{_datadir}/applications/*.%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/*%{name}.??g
-%{_datadir}/icons/hicolor/*/mimetypes/*spiceup.??g
-%{_datadir}/glib-2.0/schemas/*.%{name}.gschema.xml
-%{_datadir}/appdata/*.%{name}.appdata.xml
-%{_datadir}/mime/packages/*%{name}.mime.xml
-%dir %{_datadir}/appdata
+%{_datadir}/glib-2.0/schemas/com.github.philip-scott.spice-up.gschema.xml
+%{_datadir}/icons/hicolor/*/*/*.??g
+%{_datadir}/metainfo/com.github.philip_scott.spice_up.appdata.xml
+%{_datadir}/mime/packages/com.github.philip_scott.spice_up.mime.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ Spice-up-1.3.2.tar.gz -> Spice-up-1.5.1.tar.gz ++
 3431 lines of diff (skipped)




commit spice-up for openSUSE:Factory

2018-07-09 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-07-09 13:26:58

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Mon Jul  9 13:26:58 2018 rev:9 rq:620063 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-03-06 
10:47:09.636560163 +0100
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-07-09 
13:26:58.551033174 +0200
@@ -1,0 +2,5 @@
+Thu Jun 14 18:33:26 UTC 2018 - avvi...@yandex.by
+
+- Change the Group tag to Productivity/Office/Other
+
+---



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.zo9lTN/_old  2018-07-09 13:26:59.175031828 +0200
+++ /var/tmp/diff_new_pack.zo9lTN/_new  2018-07-09 13:26:59.179031820 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-up
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
 Version:1.3.2
 Release:0
 Summary:Desktop presentation application
-License:GPL-3.0
-Group:  Productivity/Multimedia/Video/Players
+License:GPL-3.0-only
+Group:  Productivity/Office/Other
 Url:https://launchpad.net/spice-up
 Source: 
https://github.com/Philip-Scott/Spice-up/archive/%{version}.tar.gz#/Spice-up-%{version}.tar.gz
 BuildRequires:  cmake
@@ -33,7 +33,7 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gee-0.8)
-BuildRequires:  pkgconfig(granite) >= 0.3
+BuildRequires:  pkgconfig(granite) >= 0.5
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18.0
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)




commit spice-up for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-03-06 10:47:07

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Tue Mar  6 10:47:07 2018 rev:8 rq:582014 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-02-16 
21:46:42.254690701 +0100
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-03-06 
10:47:09.636560163 +0100
@@ -1,0 +2,10 @@
+Fri Feb 23 15:44:36 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.3.2:
+  * Use elementary color palette with the icons
+  * Selected style on Gradient Editor Nubs
+  * Keep track of previous selected step
+  * Merge branch 'master' of github.com:Philip-Scott/Spice-up
+  * add custom color picker icons
+
+---

Old:

  Spice-up-1.3.0.tar.gz

New:

  Spice-up-1.3.2.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.1vEKbM/_old  2018-03-06 10:47:10.360534010 +0100
+++ /var/tmp/diff_new_pack.1vEKbM/_new  2018-03-06 10:47:10.368533721 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.3.0
+Version:1.3.2
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0

++ Spice-up-1.3.0.tar.gz -> Spice-up-1.3.2.tar.gz ++
 3001 lines of diff (skipped)




commit spice-up for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-02-16 21:46:39

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Fri Feb 16 21:46:39 2018 rev:7 rq:577305 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2018-01-13 
21:49:49.567980396 +0100
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-02-16 
21:46:42.254690701 +0100
@@ -1,0 +2,18 @@
+Fri Feb  9 13:46:34 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.3.0:
+  * Prevent accidental background image changes
+  * Disable notifications while presenting
+  * Font style with markup (#193)
+  * Add new tooltips
+  * Make UI icons symbolic
+  * Add gradient palette
+  * Reset canceled color from picker properly
+  * Merge branch 'master' of github.com:Philip-Scott/Spice-up
+  * Updated screenshot
+  * Color picker makeover (#189)
+  * TextBar.vala: Make font-style EntryCombo uneditable (#188)
+  * Search fonts (#186)
+  * Fix font picker styles on Gtk3.22
+
+---

Old:

  Spice-up-1.2.1.tar.gz

New:

  Spice-up-1.3.0.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.CPPGgU/_old  2018-02-16 21:46:43.182657232 +0100
+++ /var/tmp/diff_new_pack.CPPGgU/_new  2018-02-16 21:46:43.190656944 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.2.1
+Version:1.3.0
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0

++ Spice-up-1.2.1.tar.gz -> Spice-up-1.3.0.tar.gz ++
 2650 lines of diff (skipped)




commit spice-up for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2018-01-13 21:49:48

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Sat Jan 13 21:49:48 2018 rev:6 rq:563956 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2017-11-20 
17:07:15.429741754 +0100
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2018-01-13 
21:49:49.567980396 +0100
@@ -1,0 +2,25 @@
+Sat Jan  6 02:07:40 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.2.1:
+  * Don't override the system CFLAGS
+  * Fix appdata validations
+  * More image validations
+  * Add Screenshot4.png
+  * Clickable next-preview
+  * Gtk 3.22 fixes
+  * Fix small typo.
+  * Connect end of presentation slide
+  * Refactored Ligrary and Template view into one
+  * Add missing element to empty slide json
+  * Always open PresenterView with -d
+  * Add the Presentation view
+  * Add Slideshow Controller
+  * Use SlideWidget
+  * Create and use SlideWidget
+  * Load edit and save slide notes
+  * End of presentation slide added
+  * Prevent loading a null slide preview
+  * Use Gdk.Cursor.from_name
+  * PresenterWindow tweaks
+
+---

Old:

  Spice-up-1.1.0.tar.gz

New:

  Spice-up-1.2.1.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.LJ3iEH/_old  2018-01-13 21:49:50.343944216 +0100
+++ /var/tmp/diff_new_pack.LJ3iEH/_new  2018-01-13 21:49:50.343944216 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.1.0
+Version:1.2.1
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0

++ Spice-up-1.1.0.tar.gz -> Spice-up-1.2.1.tar.gz ++
 2436 lines of diff (skipped)




commit spice-up for openSUSE:Factory

2017-11-20 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2017-11-20 17:06:27

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Mon Nov 20 17:06:27 2017 rev:5 rq:542993 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2017-11-11 
14:19:30.199425958 +0100
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2017-11-20 
17:07:15.429741754 +0100
@@ -1,0 +2,5 @@
+Sun Nov 19 07:22:24 UTC 2017 - avvi...@yandex.by
+
+- Remove smp_mflags to avoid compilation errors
+
+---



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.t1fFCu/_old  2017-11-20 17:07:16.513702511 +0100
+++ /var/tmp/diff_new_pack.t1fFCu/_new  2017-11-20 17:07:16.513702511 +0100
@@ -56,7 +56,9 @@
 %build
 %cmake \
 -DGSETTINGS_COMPILE=OFF
-make %{?_smp_mflags}
+
+# remove smp_mflags to avoid compilation errors
+make -j1 V=1
 
 %install
 %cmake_install




commit spice-up for openSUSE:Factory

2017-11-11 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2017-11-11 14:19:24

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Sat Nov 11 14:19:24 2017 rev:4 rq:539082 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2017-10-26 
18:44:45.418907123 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2017-11-11 
14:19:30.199425958 +0100
@@ -1,0 +2,8 @@
+Sat Nov  4 23:56:32 UTC 2017 - avvi...@yandex.by
+
+- Update to 1.1.0:
+  * Add images on Drag & Drop
+  * Update README.md
+  * Update com.github.philip-scott.spice-up.appdata.xml
+
+---

Old:

  Spice-up-1.0.1.tar.gz

New:

  Spice-up-1.1.0.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.KzVHvP/_old  2017-11-11 14:19:31.271386671 +0100
+++ /var/tmp/diff_new_pack.KzVHvP/_new  2017-11-11 14:19:31.271386671 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:1.0.1
+Version:1.1.0
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0

++ Spice-up-1.0.1.tar.gz -> Spice-up-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.0.1/README.md new/Spice-up-1.1.0/README.md
--- old/Spice-up-1.0.1/README.md2017-10-13 02:12:40.0 +0200
+++ new/Spice-up-1.1.0/README.md2017-11-02 17:04:08.0 +0100
@@ -41,6 +41,7 @@
 - **Controller Support**: If you have a USB or Bluetooth controller, plug it 
in and control your slides!
 - **Templates**, so you can whip up a presentation in a blink of an eye.
 - **Edit images** in your favorite editor, and it will automatically update 
when saved
+- **Web Viewer**: Presentations can now be viewed from a web browser if 
Spice-Up is not installed, even if you're not using Linux
 - And much more!
 
 
Binary files old/Spice-up-1.0.1/Screenshot.png and 
new/Spice-up-1.1.0/Screenshot.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spice-up-1.0.1/data/SaveFooter-min.html 
new/Spice-up-1.1.0/data/SaveFooter-min.html
--- old/Spice-up-1.0.1/data/SaveFooter-min.html 1970-01-01 01:00:00.0 
+0100
+++ new/Spice-up-1.1.0/data/SaveFooter-min.html 2017-11-02 17:04:08.0 
+0100
@@ -0,0 +1,18 @@
+
+var SLIDES='
{0}
';var SLIDE_STYLE="background: {1}, {0};";var SLIDE='
{0}
';var TEXT_STYLE="color: {0}; font-family: {1}; font-size: {2}px; {3}; justify-content: {4}; text-align: {5}; font-weight: {6}";var TEXT_ITEM='{0}';var COLOR_STYLE="background: {0}; {1}";var COLOR_ITEM='';var IMAGE_STYLE="background: url(data:image/{1};base64,{0}) no-repeat center; background-size: contain; {2}";var IMAGE_ITEM='';var POSITION_STYLE="left: {0}px; top: {1}px; min-width: {2}px; max-width: {2}px; min-height: {3}px; max-height: {3}px;";function setAspectRatio(aspectRatio){switch(aspectRatio){case 1:SCREEN_W=1920;SCREEN_H=1440;X_OFFSET=280;Y_OFFSET=20;MAX_WIDTH=1800+X_OFFSET;MAX_HEIGHT=1532+Y_OFFSET;SLIDE_RATIO="4-3" +FONT_SCALE=4.8;break;case 2:SCREEN_W=1920;SCREEN_H=1080;X_OFFSET=631;Y_OFFSET=20;MAX_WIDTH=2150+X_OFFSET;MAX_HEIGHT=1532+Y_OFFSET;SLIDE_RATIO="16-9" +FONT_SCALE=3.8;break;case 3:SCREEN_W=1920;SCREEN_H=1200;X_OFFSET=540;Y_OFFSET=12;MAX_WIDTH=2065+X_OFFSET;MAX_HEIGHT=1532+Y_OFFSET +SLIDE_RATIO="16-10" +FONT_SCALE=3.9;break;case 4:SCREEN_W=1920;SCREEN_H=1280;X_OFFSET=400;Y_OFFSET=20;MAX_WIDTH=1920+X_OFFSET;MAX_HEIGHT=1350+Y_OFFSET;SLIDE_RATIO="4-3" +FONT_SCALE=4.4;break;case 5:SCREEN_W=2100;SCREEN_H=1280;X_OFFSET=210;Y_OFFSET=20;MAX_WIDTH=1920+X_OFFSET;MAX_HEIGHT=1350+Y_OFFSET;SLIDE_RATIO="4-3" +FONT_SCALE=5.2;break}} +function getPosition(item){var w_scale=SCREEN_W/MAX_WIDTH;var h_scale=SCREEN_H/MAX_HEIGHT;var x=(item.x+X_OFFSET)*w_scale;var y=(item.y+Y_OFFSET)*h_scale;var w=item.w*w_scale;var h=item.h*h_scale;return String.build(POSITION_STYLE,x,y,w,h)} +function renderSlides(file){let root_object=JSON.parse(file);let content="";for(var id in root_object.slides){setAspectRatio(root_object["aspect-ratio"]);let slide=root_object.slides[id];let slide_content="";for(var object_id in slide.items){let item=slide.items[object_id];var pos=getPosition(item);let style="";switch(item.type){case "text":let text=base64Decode(item['text

commit spice-up for openSUSE:Factory

2017-10-26 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2017-10-26 18:44:43

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Thu Oct 26 18:44:43 2017 rev:3 rq:536586 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2017-09-13 
22:37:00.759202415 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2017-10-26 
18:44:45.418907123 +0200
@@ -1,0 +2,24 @@
+Wed Oct 18 14:47:53 UTC 2017 - avvi...@yandex.by
+
+- Update to 1.0.1:
+  * Create pull_request_template.md
+  * Fix screenshot
+  * Catch NULL Documents folder
+  * Allow future ViewerFiles to be open
+  * Allow future viewer files to be openable
+  * Scroll presentation with PgUp and PgDn
+  * Reset ImageID when a new presentation loads
+  * Lazy load slides
+  * Text vertical alignment (#158)
+  * Animate going back to the welcome screen
+  * Change order of text toolbar
+  * Move justification items to popover
+
+---
+Mon Sep 18 20:18:48 UTC 2017 - avvi...@yandex.by
+
+- Update to 1.0.0:
+  * Delete empty files
+  * Saving a presentation with no content causes a crash on load
+
+---

Old:

  Spice-up-0.9.0.tar.gz

New:

  Spice-up-1.0.1.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.sJuqHs/_old  2017-10-26 18:44:46.062877068 +0200
+++ /var/tmp/diff_new_pack.sJuqHs/_new  2017-10-26 18:44:46.062877068 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:0.9.0
+Version:1.0.1
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0

++ Spice-up-0.9.0.tar.gz -> Spice-up-1.0.1.tar.gz ++
 1645 lines of diff (skipped)




commit spice-up for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2017-09-13 22:36:53

Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and  /work/SRC/openSUSE:Factory/.spice-up.new (New)


Package is "spice-up"

Wed Sep 13 22:36:53 2017 rev:2 rq:523829 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes2017-08-29 
11:43:38.608021323 +0200
+++ /work/SRC/openSUSE:Factory/.spice-up.new/spice-up.changes   2017-09-13 
22:37:00.759202415 +0200
@@ -1,0 +2,26 @@
+Tue Sep 12 16:59:10 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.9.0:
+  * Update README.md
+  * Add another screenshot
+  * Update appdata & new screenshot
+  * Roundness scale text now reads better
+  * Allow for setting opacity on Text and Color items
+  * Fix: Double clicking would sometimes unselect the item
+  * Merge branch 'master' of github.com:Philip-Scott/Spice-up
+  * Images: Add a way to replace them
+  * Modify template format
+  * New slide button not focusable
+  * Put previous values on new canvas
+  * New Presentation templates
+  * Skip tests in Houston
+  * Disable testing on displayless server
+  * Update com.github.philip-scott.spice-up.appdata.xml
+  * Update screenshots
+  * Updated 128px icon
+  * Add undo & redo shortcuts
+  * Gtk 3.22 support (#138)
+  * Slide list on click response
+- Add a package with translations
+
+---

Old:

  Spice-up-0.8.1.tar.gz

New:

  Spice-up-0.9.0.tar.gz



Other differences:
--
++ spice-up.spec ++
--- /var/tmp/diff_new_pack.jrIvWe/_old  2017-09-13 22:37:01.439106686 +0200
+++ /var/tmp/diff_new_pack.jrIvWe/_new  2017-09-13 22:37:01.443106123 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-up
-Version:0.8.1
+Version:0.9.0
 Release:0
 Summary:Desktop presentation application
 License:GPL-3.0
@@ -30,16 +30,17 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
+BuildRequires:  shared-mime-info
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(granite) >= 0.3
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18.0
-BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libevdev)
-BuildRequires:  shared-mime-info
 Requires(post):shared-mime-info
 Requires(postun):  shared-mime-info
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
@@ -47,6 +48,8 @@
 Spice-up is a desktop presentation application
 based upon SpiceOfDesign's presentation concept.
 
+%lang_package
+
 %prep
 %setup -q -n Spice-up-%{version}
 
@@ -59,6 +62,7 @@
 %cmake_install
 mkdir -p %{buildroot}%{_datadir}/appdata
 mv 
%{buildroot}%{_datadir}/{metainfo,appdata}/com.github.philip-scott.%{name}.appdata.xml
+%find_lang com.github.philip-scott.spice-up %{name}.lang
 %fdupes %{buildroot}%{_datadir}
 
 %post
@@ -86,4 +90,7 @@
 %{_datadir}/mime/packages/*%{name}.mime.xml
 %dir %{_datadir}/appdata
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

++ Spice-up-0.8.1.tar.gz -> Spice-up-0.9.0.tar.gz ++
 4643 lines of diff (skipped)