Hello community,

here is the log from the commit of package dippi for openSUSE:Factory checked 
in at 2020-02-21 16:41:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dippi (Old)
 and      /work/SRC/openSUSE:Factory/.dippi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dippi"

Fri Feb 21 16:41:42 2020 rev:6 rq:777759 version:2.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/dippi/dippi.changes      2019-06-12 
13:11:51.516970229 +0200
+++ /work/SRC/openSUSE:Factory/.dippi.new.26092/dippi.changes   2020-02-21 
16:41:51.237972620 +0100
@@ -1,0 +2,13 @@
+Wed Feb 19 19:05:44 UTC 2020 - Alexei Podvalsky <[email protected]>
+
+- Update to 2.7.4:
+  * Create release.yml
+  * Create lint.yml
+  * Create gettext.yml
+  * Create compress-images.yml
+  * Remove debian packaging from in-tree
+  * Update .travis.yml
+  * Prefer dark (#72)
+  * Update com.github.cassidyjames.dippi.appdata.xml.in (#71)
+
+-------------------------------------------------------------------

Old:
----
  dippi-2.7.3.tar.gz

New:
----
  dippi-2.7.4.tar.gz

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

Other differences:
------------------
++++++ dippi.spec ++++++
--- /var/tmp/diff_new_pack.l2GbOk/_old  2020-02-21 16:41:52.237974618 +0100
+++ /var/tmp/diff_new_pack.l2GbOk/_new  2020-02-21 16:41:52.265974673 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           dippi
-Version:        2.7.3
+Version:        2.7.4
 Release:        0
 Summary:        Tool for calculating display info like DPI and aspect ratio
 License:        GPL-3.0-or-later

++++++ dippi-2.7.3.tar.gz -> dippi-2.7.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/.github/workflows/compress-images.yml 
new/dippi-2.7.4/.github/workflows/compress-images.yml
--- old/dippi-2.7.3/.github/workflows/compress-images.yml       1970-01-01 
01:00:00.000000000 +0100
+++ new/dippi-2.7.4/.github/workflows/compress-images.yml       2020-02-17 
23:51:39.000000000 +0100
@@ -0,0 +1,12 @@
+name: Compress images
+on: pull_request
+jobs:
+  build:
+    name: calibreapp/image-actions
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@master
+      - name: calibreapp/image-actions
+        uses: docker://calibreapp/github-image-actions
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/.github/workflows/gettext.yml 
new/dippi-2.7.4/.github/workflows/gettext.yml
--- old/dippi-2.7.3/.github/workflows/gettext.yml       1970-01-01 
01:00:00.000000000 +0100
+++ new/dippi-2.7.4/.github/workflows/gettext.yml       2020-02-17 
23:51:39.000000000 +0100
@@ -0,0 +1,12 @@
+name: Gettext updates
+on:
+  push:
+    branches: master
+jobs:
+  gettext_template:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v1
+    - uses: elementary/actions/gettext-template@master
+      env:
+        GITHUB_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/.github/workflows/lint.yml 
new/dippi-2.7.4/.github/workflows/lint.yml
--- old/dippi-2.7.3/.github/workflows/lint.yml  1970-01-01 01:00:00.000000000 
+0100
+++ new/dippi-2.7.4/.github/workflows/lint.yml  2020-02-17 23:51:39.000000000 
+0100
@@ -0,0 +1,12 @@
+name: Lint
+
+on: [pull_request, push]
+
+jobs:
+  lint:
+
+    runs-on: ubuntu-latest
+    
+    steps:
+    - uses: actions/checkout@v1
+    - uses: elementary/actions/vala-lint@master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/.github/workflows/release.yml 
new/dippi-2.7.4/.github/workflows/release.yml
--- old/dippi-2.7.3/.github/workflows/release.yml       1970-01-01 
01:00:00.000000000 +0100
+++ new/dippi-2.7.4/.github/workflows/release.yml       2020-02-17 
23:51:39.000000000 +0100
@@ -0,0 +1,16 @@
+name: Release
+on:
+  pull_request:
+    branches: master
+    types: closed
+jobs:
+  release:
+    runs-on: ubuntu-latest
+    if: github.event.pull_request.merged == true && true == 
contains(join(github.event.pull_request.labels.*.name), 'Release')
+    steps:
+    - uses: actions/checkout@v1
+    - uses: elementary/actions/release@master
+      env:
+        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+      with:
+        release_branch: 'juno'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/.travis.yml new/dippi-2.7.4/.travis.yml
--- old/dippi-2.7.3/.travis.yml 2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/.travis.yml 2020-02-17 23:51:39.000000000 +0100
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - lts/*
+  - 10.17.0
 
 sudo: required
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/data/Application.css 
new/dippi-2.7.4/data/Application.css
--- old/dippi-2.7.3/data/Application.css        2019-04-09 21:56:15.000000000 
+0200
+++ new/dippi-2.7.4/data/Application.css        2020-02-17 23:51:39.000000000 
+0100
@@ -1,3 +1,2 @@
 @define-color PURPLE #525;
 @define-color colorAccent @PURPLE;
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dippi-2.7.3/data/com.github.cassidyjames.dippi.appdata.xml.in 
new/dippi-2.7.4/data/com.github.cassidyjames.dippi.appdata.xml.in
--- old/dippi-2.7.3/data/com.github.cassidyjames.dippi.appdata.xml.in   
2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/data/com.github.cassidyjames.dippi.appdata.xml.in   
2020-02-17 23:51:39.000000000 +0100
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2018 Cassidy James Blaede <[email protected]> -->
+<!-- Copyright 2018–2020 Cassidy James Blaede <[email protected]> -->
 <component type="desktop">
   <id>com.github.cassidyjames.dippi</id>
   <metadata_license>CC0</metadata_license>
   <project_license>GPL-3.0+</project_license>
   <name>Dippi</name>
   <summary>Calculate display info like DPI and aspect ratio</summary>
-
   <description>
     <p>Analyze any display. Input a few simple details and figure out the 
aspect ratio, DPI, and other details of a particular display. Great for 
deciding which laptop or external monitor to purchase, and if it would be 
considered HiDPI.</p>
     <p>Handy features:</p>
@@ -40,8 +39,12 @@
   <provides>
     <binary>com.github.cassidyjames.dippi</binary>
   </provides>
-
   <releases>
+    <release version="2.7.4" date="2020-02-17">
+      <description>
+        <p>Code style and organization fixes</p>
+      </description>
+    </release>
     <release version="2.7.3" date="2019-04-09">
       <description>
         <p>Updated translations</p>
@@ -225,7 +228,6 @@
       </description>
     </release>
   </releases>
-
   <screenshots>
     <screenshot type="default">
       
<image>https://raw.githubusercontent.com/cassidyjames/dippi/master/data/screenshot.png</image>
@@ -240,7 +242,6 @@
       
<image>https://raw.githubusercontent.com/cassidyjames/dippi/master/data/screenshot-4.png</image>
     </screenshot>
   </screenshots>
-
   <content_rating type="oars-1.1">
     <content_attribute id="violence-cartoon">none</content_attribute>
     <content_attribute id="violence-fantasy">none</content_attribute>
@@ -270,20 +271,16 @@
     <content_attribute id="money-purchasing">none</content_attribute>
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
-
   <developer_name>Cassidy James Blaede</developer_name>
-
   <url type="homepage">https://cassidyjames.com</url>
   <url type="bugtracker">https://github.com/cassidyjames/dippi/issues</url>
   <url 
type="translate">https://github.com/cassidyjames/dippi/tree/master/po#readme</url>
   <url type="donation">https://cassidyjames.com/pay</url>
   <url type="help">https://cassidyjames.com/support</url>
   <!--url type="contact">https://cassidyjames.com/support</url-->
-
   <custom>
     <value key="x-appcenter-color-primary">#525</value>
     <value key="x-appcenter-color-primary-text">#fffffc</value>
     <value key="x-appcenter-suggested-price">4</value>
   </custom>
 </component>
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/data/meson.build 
new/dippi-2.7.4/data/meson.build
--- old/dippi-2.7.3/data/meson.build    2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/data/meson.build    2020-02-17 23:51:39.000000000 +0100
@@ -47,4 +47,3 @@
     args: ['validate', join_paths(meson.current_build_dir (), 
meson.project_name() + '.appdata.xml')]
   )
 endif
-
Binary files old/dippi-2.7.3/data/screenshot-2.png and 
new/dippi-2.7.4/data/screenshot-2.png differ
Binary files old/dippi-2.7.3/data/screenshot-3.png and 
new/dippi-2.7.4/data/screenshot-3.png differ
Binary files old/dippi-2.7.3/data/screenshot-4.png and 
new/dippi-2.7.4/data/screenshot-4.png differ
Binary files old/dippi-2.7.3/data/screenshot.png and 
new/dippi-2.7.4/data/screenshot.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/debian/changelog 
new/dippi-2.7.4/debian/changelog
--- old/dippi-2.7.3/debian/changelog    2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/debian/changelog    1970-01-01 01:00:00.000000000 +0100
@@ -1,66 +0,0 @@
-com.github.cassidyjames.dippi (2.2.1) xenial; urgency=medium
-
-  * Select between laptop or desktop
-  * Refreshed icons thanks to Micah Ilbery
-  * Completely reworked DPI ranges
-  * Differentiate between laptops and desktop displays
-  * Tweaked DPI assessment and reasoning copy
-  * Flattened titlebar
-  * Fixed bugs and warnings
-
- -- Cassidy James Blaede <[email protected]>  Wed, 11 Jan 2018 22:28:00 -0700
-
-com.github.cassidyjames.dippi (2.0.0) xenial; urgency=medium
-
-  * All-new side-by-side UI
-  * Added icons for clearer assessment results
-  * Tweak assessment and reasoning copy
-
- -- Cassidy James Blaede <[email protected]>  Wed, 10 Jan 2018 15:39:00 -0700
-
-com.github.cassidyjames.dippi (1.2.0) xenial; urgency=medium
-
-  * Add ranges and reasoning
-  * Fix bug with adding a zero
-  * Significant refactoring
-
- -- Cassidy James Blaede <[email protected]>  Wed, 10 Jan 2018 00:47:00 -0700
-
-com.github.cassidyjames.dippi (1.0.1) xenial; urgency=medium
-
-  * Fix GTK bugs
-  * New icon
-  * Added visualization to UI
-  * Significant refactoring
-
- -- Cassidy James Blaede <[email protected]>  Tue, 9 Jan 2018 15:22:00 -0700
-
-com.github.cassidyjames.dippi (0.1.5) xenial; urgency=medium
-
-  * Fix AppStream data
-
- -- Cassidy James Blaede <[email protected]>  Tue, 9 Jan 2018 00:31:00 -0700
-
-com.github.cassidyjames.dippi (0.1.4) xenial; urgency=medium
-
-  * More packaging work
-
- -- Cassidy James Blaede <[email protected]>  Tue, 9 Jan 2018 00:11:00 -0700
-
-com.github.cassidyjames.dippi (0.1.3) xenial; urgency=medium
-
-  * Make packaging more happy
-
- -- Cassidy James Blaede <[email protected]>  Tue, 9 Jan 2018 00:03:00 -0700
-
-com.github.cassidyjames.dippi (0.1.2) xenial; urgency=medium
-
-  * Make packaging happy
-
- -- Cassidy James Blaede <[email protected]>  Mon, 8 Jan 2018 23:55:00 -0700
-
-com.github.cassidyjames.dippi (0.1) precise; urgency=low
-
-  * Initial Release.
-
- -- Cassidy James Blaede <[email protected]>  Mon, 8 Jan 2018 22:45:00 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/debian/compat 
new/dippi-2.7.4/debian/compat
--- old/dippi-2.7.3/debian/compat       2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/debian/compat       1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/debian/control 
new/dippi-2.7.4/debian/control
--- old/dippi-2.7.3/debian/control      2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/debian/control      1970-01-01 01:00:00.000000000 +0100
@@ -1,16 +0,0 @@
-Source: com.github.cassidyjames.dippi
-Section: x11
-Priority: extra
-Maintainer: Cassidy James Blaede <[email protected]>
-Build-Depends: debhelper (>= 9),
-               libgranite-dev,
-               libgtk-3-dev,
-               meson,
-               valac
-Standards-Version: 3.9.3
-
-Package: com.github.cassidyjames.dippi
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Calculate display info like DPI and aspect ratio
- Input a few simple details and figure out the aspect ratio, DPI, and other 
details of any display.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/debian/copyright 
new/dippi-2.7.4/debian/copyright
--- old/dippi-2.7.3/debian/copyright    2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/debian/copyright    1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-Format: http://dep.debian.net/deps/dep5
-Upstream-Name: dippi
-Source: https://github.com/cassidyjames/dippi
-
-Files: src/* data/* debian/*
-Copyright: 2018 Cassidy James Blaede
-License: GPL-3.0+
-
-License: GPL-3.0+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/debian/rules new/dippi-2.7.4/debian/rules
--- old/dippi-2.7.3/debian/rules        2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/debian/rules        1970-01-01 01:00:00.000000000 +0100
@@ -1,29 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-%:
-       dh $@
-
-override_dh_auto_clean:
-       rm -rf debian/build
-
-override_dh_auto_configure:
-       mkdir -p debian/build
-       cd debian/build && meson --prefix=/usr ../..
-
-override_dh_auto_build:
-       cd debian/build && ninja -v
-
-override_dh_auto_test:
-       cd debian/build && ninja test
-
-override_dh_auto_install:
-       cd debian/build && 
DESTDIR=${CURDIR}/debian/com.github.cassidyjames.dippi ninja install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/debian/source/format 
new/dippi-2.7.4/debian/source/format
--- old/dippi-2.7.3/debian/source/format        2019-04-09 21:56:15.000000000 
+0200
+++ new/dippi-2.7.4/debian/source/format        1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-3.0 (native)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/meson.build new/dippi-2.7.4/meson.build
--- old/dippi-2.7.3/meson.build 2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/meson.build 2020-02-17 23:51:39.000000000 +0100
@@ -1,4 +1,8 @@
-project('com.github.cassidyjames.dippi', 'vala', 'c')
+project(
+    'com.github.cassidyjames.dippi',
+    'vala', 'c',
+    version: '2.7.4'
+)
 
 gnome = import('gnome')
 i18n = import('i18n')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/po/com.github.cassidyjames.dippi.pot 
new/dippi-2.7.4/po/com.github.cassidyjames.dippi.pot
--- old/dippi-2.7.3/po/com.github.cassidyjames.dippi.pot        2019-04-09 
21:56:15.000000000 +0200
+++ new/dippi-2.7.4/po/com.github.cassidyjames.dippi.pot        2020-02-17 
23:51:39.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: com.github.cassidyjames.dippi\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-22 23:36-0700\n"
+"POT-Creation-Date: 2020-02-17 22:31+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -52,6 +52,7 @@
 msgstr ""
 
 #: data/com.github.cassidyjames.dippi.appdata.xml.in:17
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:187
 msgid "Differentiate between laptops and desktop displays"
 msgstr ""
 
@@ -113,7 +114,242 @@
 msgid "David Jordan for helping determine DPI ranges"
 msgstr ""
 
-#: data/com.github.cassidyjames.dippi.appdata.xml.in:265
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:47
+msgid "Updated translations"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:49
+msgid "Updated Spanish translations thanks to Adolfo Jayme-Barrientos"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:50
+msgid "Hallo! Dutch translations thanks to Heimen Stoffels"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:56
+msgid "Happy new year! Just some AppData fixes today. 😉"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:61
+msgid "Under-the-hood tweaks"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:66
+msgid "Hello, Juno!"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:68
+msgid "Update translation link"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:69
+msgid "Under the hood cleanup"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:75
+msgid "Add translation instructions and update translation link in app data"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:80
+msgid "Added translation link to app data"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:85
+msgid "Lithuanian Translation"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:87
+msgid "Lithuanian translation thanks to welaq"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:88
+msgid "Fixed deprecation"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:94
+msgid "Translation &amp; Tweaks"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:96
+msgid "French translations"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:97
+msgid "Hide labels when data is invalid"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:98
+msgid "Fix max length on width entry"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:99
+msgid "Fix displayed AppData"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:101
+msgid "Behind the scenes:"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:103
+msgid "Add editorconfig and Travis for more consistency"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:104
+msgid "Split utilities out into their own file"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:110
+msgid "AppData tweaks"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:115
+msgid "Fixed:"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:117
+msgid "Window no longer resizes when switching between analyses"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:123
+msgid "Under the hood changes:"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:125
+msgid "Include success icon as a fallback for other icon sets"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:131
+msgid "Changes:"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:133
+msgid ""
+"Tweaked DPI ranges for internal displays to be a tiny more strict for the "
+"“ideal” range"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:134
+msgid "Metadata additions and tweaks"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:136
+msgid "Fixes:"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:138
+msgid "Install all available icon sizes"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:139
+msgid "Allow all languages to be translated"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:141
+msgid "And more! Read the recent blog post at goo.gl/tKwkq4"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:147
+msgid "Added logical resolution"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:148
+msgid "Cleaned up design by moving display details to below the analysis"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:155
+msgid "New purple accent color"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:156
+msgid "Refined margins and alignment"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:157
+msgid "Escape now closes the window"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:158
+msgid "Lots of little code cleanup"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:165
+msgid "Fix bug with setting display icon"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:166
+msgid "Under-the-hood fixes"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:172
+msgid "Display icon now changes according to display type"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:178
+msgid "Select between laptop or desktop"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:179
+msgid "Refreshed icons thanks to Micah Ilbery"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:186
+msgid "Completely reworked DPI ranges"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:188
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:198
+msgid "Tweaked DPI assessment and reasoning copy"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:189
+msgid "Flattened titlebar"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:190
+msgid "Fixed bugs and warnings"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:197
+msgid "All new side-by-side UI"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:199
+msgid "Added icons to make assessment clearer"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:206
+msgid "Made visualization interactive!"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:207
+msgid "Added Cassidy-approval and reasoning"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:208
+msgid "Fix a bug where sometimes an extra zero would sneak in"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:209
+msgid "Under-the-hood restructuring"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:216
+msgid "Shiny new icon"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:217
+msgid "Added visualization to UI"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:218
+msgid "Significant code cleanup"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:224
+msgid "Initial release for AppCenter"
+msgstr ""
+
+#: data/com.github.cassidyjames.dippi.appdata.xml.in:274
 msgid "Cassidy James Blaede"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/src/Application.vala 
new/dippi-2.7.4/src/Application.vala
--- old/dippi-2.7.3/src/Application.vala        2019-04-09 21:56:15.000000000 
+0200
+++ new/dippi-2.7.4/src/Application.vala        2020-02-17 23:51:39.000000000 
+0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2018 Cassidy James Blaede (https://cassidyjames.com)
+* Copyright © 2018–2020 Cassidy James Blaede (https://cassidyjames.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public
@@ -34,17 +34,6 @@
         add_action (quit_action);
         set_accels_for_action ("app.quit", {"Escape"});
 
-        const string DESKTOP_SCHEMA = "io.elementary.desktop";
-        const string DARK_KEY = "prefer-dark";
-
-        var lookup = SettingsSchemaSource.get_default ().lookup 
(DESKTOP_SCHEMA, false);
-
-        if (lookup != null) {
-            var desktop_settings = new Settings (DESKTOP_SCHEMA);
-            var gtk_settings = Gtk.Settings.get_default ();
-            desktop_settings.bind (DARK_KEY, gtk_settings, 
"gtk_application_prefer_dark_theme", SettingsBindFlags.DEFAULT);
-        }
-
         var provider = new Gtk.CssProvider ();
         provider.load_from_resource 
("/com/github/cassidyjames/dippi/Application.css");
         Gtk.StyleContext.add_provider_for_screen (
@@ -67,4 +56,3 @@
         return app.run (args);
     }
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/src/MainWindow.vala 
new/dippi-2.7.4/src/MainWindow.vala
--- old/dippi-2.7.3/src/MainWindow.vala 2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/src/MainWindow.vala 2020-02-17 23:51:39.000000000 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2018 Cassidy James Blaede (https://cassidyjames.com)
+* Copyright © 2018–2020 Cassidy James Blaede (https://cassidyjames.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public
@@ -75,7 +75,7 @@
                     return _("Analyze a Display");
 
                 default:
-                        assert_not_reached();
+                        assert_not_reached ();
             }
         }
 
@@ -112,7 +112,7 @@
                     return _("Enter details about a display to analyze it.");
 
                 default:
-                        assert_not_reached();
+                        assert_not_reached ();
             }
         }
 
@@ -137,7 +137,7 @@
                     return "dialog-information";
 
                 default:
-                        assert_not_reached();
+                        assert_not_reached ();
             }
         }
     }
@@ -196,7 +196,7 @@
         var diag_label = new Gtk.Label (_("Diagonal size:"));
         diag_label.halign = Gtk.Align.END;
 
-        diag_entry = new Gtk.Entry();
+        diag_entry = new Gtk.Entry ();
         diag_entry.max_length = 5;
         diag_entry.max_width_chars = 5;
         diag_entry.width_chars = 5;
@@ -209,7 +209,7 @@
         var res_label = new Gtk.Label (_("Resolution:"));
         res_label.halign = Gtk.Align.END;
 
-        width_entry = new Gtk.Entry();
+        width_entry = new Gtk.Entry ();
         width_entry.max_length = 5;
         width_entry.max_width_chars = 5;
         width_entry.width_chars = 5;
@@ -219,7 +219,7 @@
             return focus_in_event (event);
         });
 
-        height_entry = new Gtk.Entry();
+        height_entry = new Gtk.Entry ();
         height_entry.max_length = 5;
         height_entry.max_width_chars = 5;
         height_entry.width_chars = 5;
@@ -300,7 +300,7 @@
             );
 
             if (!height_entry.has_focus && (is_default_height || height == 0)) 
{
-                double calculated_height = Math.round(
+                double calculated_height = Math.round (
                     width *
                     DEFAULT_ASPECT_HEIGHT /
                     DEFAULT_ASPECT_WIDTH
@@ -322,7 +322,7 @@
             );
 
             if (!width_entry.has_focus && (is_default_width || width == 0)) {
-                double calculated_width = Math.round(
+                double calculated_width = Math.round (
                     height *
                     DEFAULT_ASPECT_WIDTH /
                     DEFAULT_ASPECT_HEIGHT
@@ -343,7 +343,7 @@
                     break;
 
                 default:
-                    assert_not_reached();
+                    assert_not_reached ();
             }
 
             assess_dpi (Utils.dpi (inches, width, height), display_type);
@@ -357,17 +357,17 @@
         data_grid.row_spacing = 6;
         data_grid.get_style_context ().add_class ("data-grid");
 
-        data_grid.attach (diagram,         0, 0, 5, 1);
-        data_grid.attach (diag_label,      0, 1, 1, 1);
-        data_grid.attach (diag_entry,      1, 1, 1, 1);
-        data_grid.attach (inches_label,    2, 1, 2, 1);
-        data_grid.attach (res_label,       0, 2, 1, 1);
-        data_grid.attach (width_entry,     1, 2, 1, 1);
-        data_grid.attach (x_label,         2, 2, 1, 1);
-        data_grid.attach (height_entry,    3, 2, 1, 1);
-        data_grid.attach (px_label,        4, 2, 1, 1);
-        data_grid.attach (type_label,      0, 3, 1, 1);
-        data_grid.attach (type_modebutton, 1, 3, 4, 1);
+        data_grid.attach (diagram, 0, 0, 5);
+        data_grid.attach (diag_label, 0, 1);
+        data_grid.attach (diag_entry, 1, 1);
+        data_grid.attach (inches_label, 2, 1, 2);
+        data_grid.attach (res_label, 0, 2);
+        data_grid.attach (width_entry, 1, 2);
+        data_grid.attach (x_label, 2, 2);
+        data_grid.attach (height_entry, 3, 2);
+        data_grid.attach (px_label, 4, 2);
+        data_grid.attach (type_label, 0, 3);
+        data_grid.attach (type_modebutton, 1, 3, 4);
 
         var assessment_grid = new Gtk.Grid ();
         assessment_grid.column_spacing = 12;
@@ -378,20 +378,20 @@
         assessment_grid.valign = Gtk.Align.START;
         assessment_grid.get_style_context ().add_class ("assessment-grid");
 
-        assessment_grid.attach (range_icon,               0, 0, 1, 2);
-        assessment_grid.attach (range_title_label,        1, 0, 3, 1);
-        assessment_grid.attach (range_description_label,  1, 1, 3, 1);
-        assessment_grid.attach (aspect_result_label,      1, 2, 1, 1);
-        assessment_grid.attach (dpi_result_label,         2, 2, 1, 1);
-        assessment_grid.attach (logical_resolution_label, 3, 2, 1, 1);
+        assessment_grid.attach (range_icon, 0, 0, 1, 2);
+        assessment_grid.attach (range_title_label, 1, 0, 3);
+        assessment_grid.attach (range_description_label, 1, 1, 3);
+        assessment_grid.attach (aspect_result_label, 1, 2);
+        assessment_grid.attach (dpi_result_label, 2, 2);
+        assessment_grid.attach (logical_resolution_label, 3, 2);
 
         var main_layout = new Gtk.Grid ();
         main_layout.column_spacing = 6;
         main_layout.height_request = 258;
         main_layout.row_spacing = 6;
         main_layout.width_request = 710;
-        main_layout.attach (data_grid,             0, 0, 1, 1);
-        main_layout.attach (assessment_grid, 1, 0, 1, 1);
+        main_layout.attach (data_grid, 0, 0);
+        main_layout.attach (assessment_grid, 1, 0);
 
         diag_entry.grab_focus ();
 
@@ -528,4 +528,3 @@
         diagram.icon_name = "display-measure-" + direction + 
display_type.icon_suffix ();
     }
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dippi-2.7.3/src/Utils.vala 
new/dippi-2.7.4/src/Utils.vala
--- old/dippi-2.7.3/src/Utils.vala      2019-04-09 21:56:15.000000000 +0200
+++ new/dippi-2.7.4/src/Utils.vala      2020-02-17 23:51:39.000000000 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2018 Cassidy James Blaede (https://cassidyjames.com)
+* Copyright © 2018–2020 Cassidy James Blaede (https://cassidyjames.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public
@@ -33,7 +33,7 @@
                     return _("Desktop");
 
                 default:
-                    assert_not_reached();
+                    assert_not_reached ();
             }
         }
 
@@ -46,13 +46,13 @@
                     return "";
 
                 default:
-                    assert_not_reached();
+                    assert_not_reached ();
             }
         }
     }
 
     public int dpi (double inches, int width, int height) {
-        double unrounded_dpi = Math.sqrt(
+        double unrounded_dpi = Math.sqrt (
             Math.pow (width, 2) +
             Math.pow (height, 2)
         ) / inches;
@@ -77,4 +77,3 @@
         }
     }
 }
-


Reply via email to