Hello community,

here is the log from the commit of package notejot for openSUSE:Factory checked 
in at 2019-08-07 14:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notejot (Old)
 and      /work/SRC/openSUSE:Factory/.notejot.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notejot"

Wed Aug  7 14:00:51 2019 rev:12 rq:721435 version:1.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/notejot/notejot.changes  2019-06-12 
13:11:58.760962633 +0200
+++ /work/SRC/openSUSE:Factory/.notejot.new.9556/notejot.changes        
2019-08-07 14:00:53.428853209 +0200
@@ -1,0 +2,17 @@
+Mon Jul 29 15:40:08 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.5.8:
+  * perm issue
+  *
+  * Merge branch 'master' of https://github.com/lainsce/notejot
+  * 1.5.6
+  * Merge pull request #123 from Etamuk/Etamuk-patch-3
+  * Merge pull request #124 from Etamuk/patch-1
+  * Merge pull request #125 from Etamuk/patch-2
+  * Create de_DE.po
+  * Update LINGUAS
+  * Create FUNDING.yml
+  * Update .travis.yml
+  * Merge pull request #118 from siigdev/master
+
+-------------------------------------------------------------------

Old:
----
  notejot-1.5.5.tar.gz

New:
----
  notejot-1.5.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ notejot.spec ++++++
--- /var/tmp/diff_new_pack.LAGVsH/_old  2019-08-07 14:00:54.008853203 +0200
+++ /var/tmp/diff_new_pack.LAGVsH/_new  2019-08-07 14:00:54.008853203 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           notejot
-Version:        1.5.5
+Version:        1.5.8
 Release:        0
 Summary:        A Sticky Note App
 License:        GPL-3.0-only

++++++ notejot-1.5.5.tar.gz -> notejot-1.5.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/.github/FUNDING.yml 
new/notejot-1.5.8/.github/FUNDING.yml
--- old/notejot-1.5.5/.github/FUNDING.yml       1970-01-01 01:00:00.000000000 
+0100
+++ new/notejot-1.5.8/.github/FUNDING.yml       2019-07-28 03:35:50.000000000 
+0200
@@ -0,0 +1,3 @@
+# These are supported funding model platforms
+
+patreon: lainsce
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/.travis.yml 
new/notejot-1.5.8/.travis.yml
--- old/notejot-1.5.5/.travis.yml       2019-02-19 13:26:00.000000000 +0100
+++ new/notejot-1.5.8/.travis.yml       2019-07-28 03:35:50.000000000 +0200
@@ -17,22 +17,8 @@
     packages:
       - libstdc++-5-dev
 
-cache:
-  directories:
-    - /tmp/liftoff
-
-matrix:
-  include:
-    - env: DIST=loki
-    - env: DIST=juno
-
 install:
-  - npm install @elementaryos/houston
+  - npm i -g @elementaryos/houston
 
 script:
   - houston ci
-    --distribution $DIST
-
-branches:
-  only:
-    - master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.5.5/data/com.github.lainsce.notejot.appdata.xml.in 
new/notejot-1.5.8/data/com.github.lainsce.notejot.appdata.xml.in
--- old/notejot-1.5.5/data/com.github.lainsce.notejot.appdata.xml.in    
2019-02-19 13:26:00.000000000 +0100
+++ new/notejot-1.5.8/data/com.github.lainsce.notejot.appdata.xml.in    
2019-07-28 03:35:50.000000000 +0200
@@ -52,6 +52,15 @@
         <content_attribute id="money-gambling">none</content_attribute>
     </content_rating>
     <releases>
+        <release version="1.5.6" date="2019-08-01">
+            <description>
+                <p>Release: Pin with Gusto</p>
+                <ul>
+                    <li>Notes's pin icon rotates when active.</li>
+                    <li>Under/overshoot style when there more text.</li>
+                </ul>
+            </description>
+        </release>
         <release version="1.5.5" date="2019-02-22">
             <description>
                 <p>Release: A Small Change of Pace</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/meson.build 
new/notejot-1.5.8/meson.build
--- old/notejot-1.5.5/meson.build       2019-02-19 13:26:00.000000000 +0100
+++ new/notejot-1.5.8/meson.build       2019-07-28 03:35:50.000000000 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.notejot', ['vala', 'c'],
-    version: '1.5.5'
+    version: '1.5.6'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/po/LINGUAS new/notejot-1.5.8/po/LINGUAS
--- old/notejot-1.5.5/po/LINGUAS        2019-02-19 13:26:00.000000000 +0100
+++ new/notejot-1.5.8/po/LINGUAS        2019-07-28 03:35:50.000000000 +0200
@@ -8,4 +8,6 @@
 ca
 ja
 cs
-ru
\ No newline at end of file
+ru
+da
+de_DE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/po/da.po new/notejot-1.5.8/po/da.po
--- old/notejot-1.5.5/po/da.po  1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.5.8/po/da.po  2019-07-28 03:35:50.000000000 +0200
@@ -0,0 +1,68 @@
+# Danish translations for com.github.lainsce.notejot package.
+# Copyright (C) 2019 THE com.github.lainsce.notejot'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the 
com.github.lainsce.notejot package.
+# Siigdev, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.lainsce.notejot\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-01-23 01:00-0200\n"
+"PO-Revision-Date: 2019-04-08 21:15+0100\n"
+"Last-Translator: Siigdev\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/MainWindow.vala:308
+msgid "New note"
+msgstr "Ny note"
+
+#: src/MainWindow.vala:313
+msgid "Delete note"
+msgstr "Slet note"
+
+#: src/MainWindow.vala:327
+msgid "White"
+msgstr "Hvid"
+
+#: src/MainWindow.vala:338
+msgid "Red"
+msgstr "Rød"
+
+#: src/MainWindow.vala:349
+msgid "Orange"
+msgstr "Orange"
+
+#: src/MainWindow.vala:360
+msgid "Yellow"
+msgstr "Gul"
+
+#: src/MainWindow.vala:371
+msgid "Green"
+msgstr "Grøn"
+
+#: src/MainWindow.vala:382
+msgid "Blue"
+msgstr "Blå"
+
+#: src/MainWindow.vala:393
+msgid "Indigo"
+msgstr "Indigo"
+
+#: src/MainWindow.vala:404
+msgid "Cocoa"
+msgstr "Kakao"
+
+#: src/MainWindow.vala:415
+msgid "Slate"
+msgstr "Skifer"
+
+#: src/MainWindow.vala:432
+msgid "Note Color"
+msgstr "Note farve"
+
+#: src/MainWindow.vala:423
+msgid "Settings"
+msgstr "Indstillinger"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/po/de_DE.po 
new/notejot-1.5.8/po/de_DE.po
--- old/notejot-1.5.5/po/de_DE.po       1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.5.8/po/de_DE.po       2019-07-28 03:35:50.000000000 +0200
@@ -0,0 +1,69 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.lainsce.notejot\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-17 20:58+0400\n"
+"PO-Revision-Date: 2019-06-23 20:47+0200\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.2.3\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-Basepath: ../src\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Last-Translator: Onno Giesmann <[email protected]>\n"
+"Language-Team: \n"
+"Language: de_DE\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: src/MainWindow.vala:308
+msgid "New note"
+msgstr "Neue Notiz"
+
+#: src/MainWindow.vala:313
+msgid "Delete note"
+msgstr "Notiz löschen"
+
+#: src/MainWindow.vala:327
+msgid "White"
+msgstr "Weiß"
+
+#: src/MainWindow.vala:338
+msgid "Red"
+msgstr "Rot"
+
+#: src/MainWindow.vala:349
+msgid "Orange"
+msgstr "Orange"
+
+#: src/MainWindow.vala:360
+msgid "Yellow"
+msgstr "Gelb"
+
+#: src/MainWindow.vala:371
+msgid "Green"
+msgstr "Grün"
+
+#: src/MainWindow.vala:382
+msgid "Blue"
+msgstr "Blau"
+
+#: src/MainWindow.vala:393
+msgid "Indigo"
+msgstr "Indigo"
+
+#: src/MainWindow.vala:404
+msgid "Cocoa"
+msgstr "Kakao"
+
+#: src/MainWindow.vala:415
+msgid "Slate"
+msgstr "Schiefer"
+
+#: src/MainWindow.vala:432
+msgid "Note Color"
+msgstr "Notizfarbe"
+
+#: src/MainWindow.vala:448
+msgid "Settings"
+msgstr "Einstellungen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/po/extra/LINGUAS 
new/notejot-1.5.8/po/extra/LINGUAS
--- old/notejot-1.5.5/po/extra/LINGUAS  2019-02-19 13:26:00.000000000 +0100
+++ new/notejot-1.5.8/po/extra/LINGUAS  2019-07-28 03:35:50.000000000 +0200
@@ -8,4 +8,6 @@
 ca
 ja
 cs
-ru
\ No newline at end of file
+ru
+da
+de_DE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/po/extra/da.po 
new/notejot-1.5.8/po/extra/da.po
--- old/notejot-1.5.5/po/extra/da.po    1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.5.8/po/extra/da.po    2019-07-28 03:35:50.000000000 +0200
@@ -0,0 +1,54 @@
+# Danish translations for extra package.
+# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the extra package.
+# Siigdev, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: extra\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-17 21:29+0400\n"
+"PO-Revision-Date: 2019-04-07 21:15+0100\n"
+"Last-Translator: Siigdev\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:6
+#: data/com.github.lainsce.notejot.desktop.in:2
+msgid "Notejot"
+msgstr "Notejot"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:7
+#: data/com.github.lainsce.notejot.desktop.in:3
+msgid "Jot your ideas"
+msgstr "Notér dine ideer"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:9
+msgid ""
+"A stupidly-simple sticky notes application for any type of short term notes "
+"or ideas."
+msgstr ""
+"En simpel post-it note applikation for enhver type af korttids tanker "
+"eller ideer."
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:11
+msgid "Quit anytime with the shortcut Ctrl + Q"
+msgstr "Luk på et ethvert tidspunkt med genvejen Ctrl + Q"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:17
+msgid "Lains"
+msgstr "Lains"
+
+#: data/com.github.lainsce.notejot.desktop.in:4
+msgid "com.github.lainsce.notejot"
+msgstr "com.github.lainsce.notejot"
+
+#: data/com.github.lainsce.notejot.desktop.in:6
+msgid "Text;Plain;Plaintext;Notepad;"
+msgstr "Tekst;Simpelt;Ren tekst;Note;"
+
+#: data/com.github.lainsce.notejot.desktop.in:15
+msgid "New note…"
+msgstr "Ny note"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/po/extra/de_DE.po 
new/notejot-1.5.8/po/extra/de_DE.po
--- old/notejot-1.5.5/po/extra/de_DE.po 1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.5.8/po/extra/de_DE.po 2019-07-28 03:35:50.000000000 +0200
@@ -0,0 +1,60 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the extra package.
+# Onno Giesmann <[email protected]>, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: extra\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-17 21:29+0400\n"
+"PO-Revision-Date: 2019-06-23 20:48+0200\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.2.3\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-Basepath: ../../data\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Last-Translator: Onno Giesmann <[email protected]>\n"
+"Language-Team: \n"
+"Language: de_DE\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:6
+#: data/com.github.lainsce.notejot.desktop.in:2
+msgid "Notejot"
+msgstr "Notejot"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:7
+#: data/com.github.lainsce.notejot.desktop.in:3
+msgid "Jot your ideas"
+msgstr "Notieren Sie Ihre Ideen"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:9
+msgid ""
+"A stupidly-simple sticky notes application for any type of short term notes "
+"or ideas."
+msgstr ""
+"Eine total einfache Notizzettel-Anwendung für so ziemlich jede Art von "
+"kleinen Notizen oder Ideen."
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:11
+msgid "Quit anytime with the shortcut Ctrl + Q"
+msgstr "Beenden jederzeit mit dem Kürzel Strg + Q möglich"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:17
+msgid "Lains"
+msgstr "Lains"
+
+#: data/com.github.lainsce.notejot.desktop.in:4
+msgid "com.github.lainsce.notejot"
+msgstr "com.github.lainsce.notejot"
+
+#: data/com.github.lainsce.notejot.desktop.in:6
+msgid "Text;Plain;Plaintext;Notepad;"
+msgstr "Text;Klar;Klartext;Notepad;"
+
+#: data/com.github.lainsce.notejot.desktop.in:15
+msgid "New note…"
+msgstr "Neue Notiz…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/po/lt.po new/notejot-1.5.8/po/lt.po
--- old/notejot-1.5.5/po/lt.po  2019-02-19 13:26:00.000000000 +0100
+++ new/notejot-1.5.8/po/lt.po  2019-07-28 03:35:50.000000000 +0200
@@ -2,61 +2,69 @@
 msgstr ""
 "Project-Id-Version: com.github.lainsce.notejot\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-01-23 01:00-0200\n"
-"PO-Revision-Date: 2017-08-28 13:55+0300\n"
+"POT-Creation-Date: 2019-01-17 20:58+0400\n"
+"PO-Revision-Date: 2019-02-18 15:09+0200\n"
 "Last-Translator: Moo\n"
+"Language-Team: \n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.8.7.1\n"
+"X-Generator: Poedit 2.0.6\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
 "%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: src/MainWindow.vala:299
+#: src/MainWindow.vala:308
 msgid "New note"
 msgstr "Nauji užrašai"
 
-#: src/MainWindow.vala:303
+#: src/MainWindow.vala:313
 msgid "Delete note"
 msgstr "Ištrinti užrašus"
 
-#: src/MainWindow.vala:310
+#: src/MainWindow.vala:327
 msgid "White"
 msgstr "Balta"
 
-#: src/MainWindow.vala:320
+#: src/MainWindow.vala:338
 msgid "Red"
 msgstr "Raudona"
 
-#: src/MainWindow.vala:330
+#: src/MainWindow.vala:349
 msgid "Orange"
 msgstr "Oranžinė"
 
-#: src/MainWindow.vala:340
+#: src/MainWindow.vala:360
 msgid "Yellow"
 msgstr "Geltona"
 
-#: src/MainWindow.vala:350
+#: src/MainWindow.vala:371
 msgid "Green"
 msgstr "Žalia"
 
-#: src/MainWindow.vala:360
+#: src/MainWindow.vala:382
 msgid "Blue"
 msgstr "Mėlyna"
 
-#: src/MainWindow.vala:370
+#: src/MainWindow.vala:393
 msgid "Indigo"
 msgstr "Indigo"
 
-#: src/MainWindow.vala:380
-msgid "Violet"
-msgstr "Violetinė"
+#: src/MainWindow.vala:404
+msgid "Cocoa"
+msgstr "Ruda"
 
-#: src/MainWindow.vala:390
+#: src/MainWindow.vala:415
 msgid "Slate"
 msgstr "Pilkai melsva"
 
-#: src/MainWindow.vala:423
+#: src/MainWindow.vala:432
+msgid "Note Color"
+msgstr "Užrašų spalva"
+
+#: src/MainWindow.vala:448
 msgid "Settings"
 msgstr "Nustatymai"
+
+#~ msgid "Violet"
+#~ msgstr "Violetinė"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.5/src/MainWindow.vala 
new/notejot-1.5.8/src/MainWindow.vala
--- old/notejot-1.5.5/src/MainWindow.vala       2019-02-19 13:26:00.000000000 
+0100
+++ new/notejot-1.5.8/src/MainWindow.vala       2019-07-28 03:35:50.000000000 
+0200
@@ -85,24 +85,29 @@
 
             var applet_button = new Gtk.ToggleButton ();
             applet_button.get_style_context ().add_class 
(Gtk.STYLE_CLASS_FLAT);
-            applet_button.set_image (new Gtk.Image.from_icon_name 
("view-pin-symbolic", Gtk.IconSize.SMALL_TOOLBAR));
+            var applet_button_image = new Gtk.Image.from_icon_name 
("view-pin-symbolic", Gtk.IconSize.SMALL_TOOLBAR);
+            applet_button.set_image (applet_button_image);
 
             if (pinned) {
                 applet_button.set_active (true);
+                applet_button.get_style_context().add_class("rotated");
                 set_keep_below (pinned);
                 stick ();
             } else {
                 applet_button.set_active (false);
+                applet_button.get_style_context().remove_class("rotated");
             }
 
             applet_button.toggled.connect (() => {
                 if (applet_button.active) {
                     pinned = true;
+                    applet_button.get_style_context().add_class("rotated");
                     set_keep_below (pinned);
                     stick ();
                        } else {
                            pinned = false;
-                           set_keep_below (pinned);
+                    set_keep_below (pinned);
+                    applet_button.get_style_context().remove_class("rotated");
                            unstick ();
                 }
             });
@@ -195,6 +200,22 @@
                     background-color: %s;
                 }
 
+                .mainwindow-%d undershoot.top {
+                    background:
+                        linear-gradient(
+                            %s 0%,
+                            alpha(%s, 0) 50%
+                        );
+                }
+                
+                .mainwindow-%d undershoot.bottom {
+                    background:
+                        linear-gradient(
+                            alpha(%s, 0) 50%,
+                            %s 100%
+                        );
+                }
+
                 .notejot-view text selection {
                     color: shade(%s, 1.88);
                     background-color: %s;
@@ -238,6 +259,10 @@
                     box-shadow: none;
                 }
 
+                .window-%d .rotated > widget > box > image {
+                    -gtk-icon-transform: rotate(90deg);
+                }
+
                 .color-button {
                     border-radius: 50%;
                     background-image: none;
@@ -288,7 +313,7 @@
                 .color-cocoa {
                     background-color: #a3907c;
                 }
-                """)).printf(uid, selected_color, selected_color, 
selected_color_text, uid, uid, selected_color_text, uid, selected_color_text, 
selected_color, selected_color, uid, selected_color_text, uid, uid, uid, 
selected_color, selected_color, selected_color_text);
+                """)).printf(uid, selected_color, uid, selected_color, 
selected_color, uid, selected_color, selected_color, selected_color, 
selected_color_text, uid, uid, selected_color_text, uid, selected_color_text, 
selected_color, selected_color, uid, selected_color_text, uid, uid, uid, 
selected_color, selected_color, selected_color_text, uid);
 
             try {
                 css_provider.load_from_data(style, -1);


Reply via email to