commit quilter for openSUSE:Leap:15.2

2020-05-11 Thread root
Hello community,

here is the log from the commit of package quilter for openSUSE:Leap:15.2 
checked in at 2020-05-11 08:39:58

Comparing /work/SRC/openSUSE:Leap:15.2/quilter (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.quilter.new.2738 (New)


Package is "quilter"

Mon May 11 08:39:58 2020 rev:33 rq:802024 version:2.2.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/quilter/quilter.changes2020-04-17 
13:36:55.476191950 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.quilter.new.2738/quilter.changes  
2020-05-11 08:39:59.371107717 +0200
@@ -1,0 +2,7 @@
+Thu Apr 30 07:36:31 UTC 2020 - Alexei Podvalsky 
+
+- Update to 2.2.4:
+  * Added language Esperanto (eo) (#333)
+  * 2.2.3 - Some varied small changes
+
+---

Old:

  quilter-2.2.2.tar.gz

New:

  quilter-2.2.4.tar.gz



Other differences:
--
++ quilter.spec ++
--- /var/tmp/diff_new_pack.oluCXa/_old  2020-05-11 08:39:59.675108375 +0200
+++ /var/tmp/diff_new_pack.oluCXa/_new  2020-05-11 08:39:59.679108383 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   quilter
-Version:2.2.2
+Version:2.2.4
 Release:0
 Summary:Writing application
 License:GPL-3.0-only

++ quilter-2.2.2.tar.gz -> quilter-2.2.4.tar.gz ++
 2688 lines of diff (skipped)




commit quilter for openSUSE:Leap:15.2

2020-04-17 Thread root
Hello community,

here is the log from the commit of package quilter for openSUSE:Leap:15.2 
checked in at 2020-04-17 13:36:54

Comparing /work/SRC/openSUSE:Leap:15.2/quilter (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.quilter.new.2738 (New)


Package is "quilter"

Fri Apr 17 13:36:54 2020 rev:32 rq:793885 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/quilter/quilter.changes2020-04-14 
14:22:13.877330474 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.quilter.new.2738/quilter.changes  
2020-04-17 13:36:55.476191950 +0200
@@ -1,0 +2,6 @@
+Mon Apr  6 21:32:14 UTC 2020 - Alexei Podvalsky 
+
+- Update to 2.2.2:
+  * 2.2.1 - General small fixes
+
+---

Old:

  quilter-2.2.0.tar.gz

New:

  quilter-2.2.2.tar.gz



Other differences:
--
++ quilter.spec ++
--- /var/tmp/diff_new_pack.zxYWTR/_old  2020-04-17 13:36:55.848192230 +0200
+++ /var/tmp/diff_new_pack.zxYWTR/_new  2020-04-17 13:36:55.852192234 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   quilter
-Version:2.2.0
+Version:2.2.2
 Release:0
 Summary:Writing application
 License:GPL-3.0-only

++ quilter-2.2.0.tar.gz -> quilter-2.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/quilter-2.2.0/data/com.github.lainsce.quilter.appdata.xml.in 
new/quilter-2.2.2/data/com.github.lainsce.quilter.appdata.xml.in
--- old/quilter-2.2.0/data/com.github.lainsce.quilter.appdata.xml.in
2020-03-21 20:25:26.0 +0100
+++ new/quilter-2.2.2/data/com.github.lainsce.quilter.appdata.xml.in
2020-03-31 19:21:49.0 +0200
@@ -55,6 +55,22 @@
 none
 
 
+
+ 
+Release: Small Fixes
+
+Small Fix: Added focus-full styling so that when focused 
and not half-width, the styling doesn't look bugged.
+
+ 
+
+
+ 
+Release: Small Fixes
+
+General small fixes to deliver the best Quilter can 
be.
+
+ 
+
 
  
 Release: Mysterious Mermaid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.2.0/data/styles/app-main-stylesheet.css 
new/quilter-2.2.2/data/styles/app-main-stylesheet.css
--- old/quilter-2.2.0/data/styles/app-main-stylesheet.css   2020-03-21 
20:25:26.0 +0100
+++ new/quilter-2.2.2/data/styles/app-main-stylesheet.css   2020-03-31 
19:21:49.0 +0200
@@ -246,3 +246,8 @@
 .focus {
 border-radius: 4px;
 }
+
+.focus-full .quilter-edit-view {
+  border-bottom-right-radius: 4px;
+  border-top-right-radius: 4px;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.2.0/meson.build 
new/quilter-2.2.2/meson.build
--- old/quilter-2.2.0/meson.build   2020-03-21 20:25:26.0 +0100
+++ new/quilter-2.2.2/meson.build   2020-03-31 19:21:49.0 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.quilter', ['vala', 'c'],
-version: '2.2.0'
+version: '2.2.2'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.2.0/src/MainWindow.vala 
new/quilter-2.2.2/src/MainWindow.vala
--- old/quilter-2.2.0/src/MainWindow.vala   2020-03-21 20:25:26.0 
+0100
+++ new/quilter-2.2.2/src/MainWindow.vala   2020-03-31 19:21:49.0 
+0200
@@ -428,7 +428,6 @@
 
 this.window_position = Gtk.WindowPosition.CENTER;
 this.set_size_request (600, 700);
-this.margin = 4;
 this.get_style_context().add_class("rounded");
 }
 
@@ -604,6 +603,7 @@
 overlay_button_revealer.reveal_child = false;
 statusbar.reveal_child = true;
 context.remove_class ("focus");
+context.remove_class ("focus-full");
 } else {
 overlay_button_revealer.visible = true;
 toolbar_revealer.reveal_child = false;
@@ -618,6 +618,12 @@
 }
 return false;
 });
+
+if (Quilter.Application.gsettings.get_string("preview-type") 
== "full") {
+context.add_class ("focus-full");
+} else {
+context.remove_class ("focus-full");
+}
 }
 
 if (Quilter.Application.gsettings.get_string("current-file") != "" 
|| Quilter.Application.gsettings.get_string("current-file") != _("No Documents 
Open")) {




commit quilter for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package quilter for openSUSE:Leap:15.2 
checked in at 2020-03-21 16:46:29

Comparing /work/SRC/openSUSE:Leap:15.2/quilter (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.quilter.new.3160 (New)


Package is "quilter"

Sat Mar 21 16:46:29 2020 rev:30 rq:786920 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/quilter/quilter.changes2020-02-21 
23:53:08.181017731 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.quilter.new.3160/quilter.changes  
2020-03-21 16:47:49.641677279 +0100
@@ -1,0 +2,7 @@
+Wed Mar 11 16:49:13 UTC 2020 - Alexei Podvalsky 
+
+- Update to 2.1.2:
+  * Merge branch 'master' of https://github.com/lainsce/quilter
+quilter.changes quilter.spec
+
+---

Old:

  quilter-2.1.1.tar.gz

New:

  quilter-2.1.2.tar.gz



Other differences:
--
++ quilter.spec ++
--- /var/tmp/diff_new_pack.Oainyu/_old  2020-03-21 16:47:49.957677478 +0100
+++ /var/tmp/diff_new_pack.Oainyu/_new  2020-03-21 16:47:49.961677481 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   quilter
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:Writing application
 License:GPL-3.0-only

++ quilter-2.1.1.tar.gz -> quilter-2.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.1.1/.travis.yml 
new/quilter-2.1.2/.travis.yml
--- old/quilter-2.1.1/.travis.yml   2020-02-10 06:44:07.0 +0100
+++ new/quilter-2.1.2/.travis.yml   2020-03-06 19:57:20.0 +0100
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - 10/*
+  - 10.17.0
 
 sudo: required
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/quilter-2.1.1/data/com.github.lainsce.quilter.appdata.xml.in 
new/quilter-2.1.2/data/com.github.lainsce.quilter.appdata.xml.in
--- old/quilter-2.1.1/data/com.github.lainsce.quilter.appdata.xml.in
2020-02-10 06:44:07.0 +0100
+++ new/quilter-2.1.2/data/com.github.lainsce.quilter.appdata.xml.in
2020-03-06 19:57:20.0 +0100
@@ -55,6 +55,16 @@
 none
 
 
+
+ 
+Release: Calm Composing
+
+Fixed: Would not prompt to save files which were modified 
on changing between them
+Fixed: Version info accessible on Terminal
+Added: New UI for when Focus Mode is active
+
+ 
+
 
  
 Release: Swift Scenes
Binary files old/quilter-2.1.1/data/images/shot-focused.png and 
new/quilter-2.1.2/data/images/shot-focused.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.1.1/data/schemes/quilter-dark.xml 
new/quilter-2.1.2/data/schemes/quilter-dark.xml
--- old/quilter-2.1.1/data/schemes/quilter-dark.xml 2020-02-10 
06:44:07.0 +0100
+++ new/quilter-2.1.2/data/schemes/quilter-dark.xml 2020-03-06 
19:57:20.0 +0100
@@ -3,7 +3,7 @@
   Lains
   <_description>Emphasis on focus.
 
-  
+  
   
   
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.1.1/data/schemes/quilter-moon.xml 
new/quilter-2.1.2/data/schemes/quilter-moon.xml
--- old/quilter-2.1.1/data/schemes/quilter-moon.xml 2020-02-10 
06:44:07.0 +0100
+++ new/quilter-2.1.2/data/schemes/quilter-moon.xml 2020-03-06 
19:57:20.0 +0100
@@ -3,7 +3,7 @@
   Lains
   <_description>Emphasis on focus.
 
-  
+  
   
   
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.1.1/data/schemes/quilter-sepia.xml 
new/quilter-2.1.2/data/schemes/quilter-sepia.xml
--- old/quilter-2.1.1/data/schemes/quilter-sepia.xml2020-02-10 
06:44:07.0 +0100
+++ new/quilter-2.1.2/data/schemes/quilter-sepia.xml2020-03-06 
19:57:20.0 +0100
@@ -3,7 +3,7 @@
   Lains
   <_description>Emphasis on focus.
 
-  
+  
   
   
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.1.1/data/schemes/quilter.xml 
new/quilter-2.1.2/data/schemes/quilter.xml
--- old/quilter-2.1.1/data/schemes/quilter.xml  2020-02-10 06:44:07.0 
+0100
+++ new/quilter-2.1.2/data/schemes/quilter.xml  2020-03-06 19:57:20.0 
+0100
@@ -3,7 +3,7 @@
   Lains
   <_description>Emphasis on focus.
 
-  
+  
   
   
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-2.1.1/data/styles/app-main-stylesheet.css 
new/quilter-2.1.2/data/styles/app-main-stylesheet.css
--- old/quilter-2.1.1/data/styles/app-main-stylesheet.css   

commit quilter for openSUSE:Leap:15.2

2020-02-21 Thread root
Hello community,

here is the log from the commit of package quilter for openSUSE:Leap:15.2 
checked in at 2020-02-21 23:53:05

Comparing /work/SRC/openSUSE:Leap:15.2/quilter (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.quilter.new.26092 (New)


Package is "quilter"

Fri Feb 21 23:53:05 2020 rev:29 rq:778024 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/quilter/quilter.changes2020-02-21 
13:54:13.490074925 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.quilter.new.26092/quilter.changes 
2020-02-21 23:53:08.181017731 +0100
@@ -1,0 +2,8 @@
+Wed Feb 19 19:10:35 UTC 2020 - Alexei Podvalsky 
+
+- Update to 2.1.1:
+  * Fixed: Would duplicate files when open in the sidebar
+  * Fixed: If the sidebar was empty and Quilter was reopened, last 
+file contents would still appear
+
+---

Old:

  quilter-2.1.0.tar.gz

New:

  quilter-2.1.1.tar.gz



Other differences:
--
++ quilter.spec ++
--- /var/tmp/diff_new_pack.xvYPA6/_old  2020-02-21 23:53:08.613018589 +0100
+++ /var/tmp/diff_new_pack.xvYPA6/_new  2020-02-21 23:53:08.617018598 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   quilter
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Writing application
 License:GPL-3.0-only

++ quilter-2.1.0.tar.gz -> quilter-2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/quilter-2.1.0/data/com.github.lainsce.quilter.appdata.xml.in 
new/quilter-2.1.1/data/com.github.lainsce.quilter.appdata.xml.in
--- old/quilter-2.1.0/data/com.github.lainsce.quilter.appdata.xml.in
2020-01-15 07:34:18.0 +0100
+++ new/quilter-2.1.1/data/com.github.lainsce.quilter.appdata.xml.in
2020-02-10 06:44:07.0 +0100
@@ -55,6 +55,15 @@
 none
 
 
+
+ 
+Release: Swift Scenes
+
+Fixed: Would duplicate files when open in the sidebar
+Fixed: If the sidebar was empty and Quilter was reopened, 
last file contents would still appear
+
+ 
+
 
  
 Release: Beautiful Backend
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/quilter-2.1.0/flatpak/com.github.lainsce.quilter.json 
new/quilter-2.1.1/flatpak/com.github.lainsce.quilter.json
--- old/quilter-2.1.0/flatpak/com.github.lainsce.quilter.json   2020-01-15 
07:34:18.0 +0100
+++ new/quilter-2.1.1/flatpak/com.github.lainsce.quilter.json   1970-01-01 
01:00:00.0 +0100
@@ -1,95 +0,0 @@
-{
-"app-id" : "com.github.lainsce.quilter",
-"base" : "io.elementary.BaseApp",
-"base-version" : "juno",
-"runtime" : "org.gnome.Platform",
-"sdk" : "org.gnome.Sdk",
-"runtime-version" : "3.32",
-"command" : "com.github.lainsce.quilter",
-"rename-icon" : "com.github.lainsce.quilter",
-"finish-args" : [
-"--filesystem=home",
-"--socket=wayland",
-"--socket=x11",
-"--own-name=com.github.lainsce.quilter",
-"--talk-name=org.gtk.vfs",
-"--talk-name=org.gtk.vfs.*",
-"--talk-name=org.gnome.SettingsDaemon",
-"--filesystem=xdg-run/dconf",
-"--filesystem=xdg-config/dconf:ro",
-"--talk-name=ca.desrt.dconf",
-"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
-],
-"cleanup" : [
-"/include",
-"/lib/pkgconfig",
-"/share/vala",
-"/man",
-"*.a",
-"*.la"
-],
-"modules" : [
-{
-"name" : "gtksourceview",
-"config-opts" : [
-"--disable-gtk-doc"
-],
-"sources" : [
-{
-"type" : "archive",
-"url" : 
"https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.8.tar.xz;,
-"sha256" : 
"1e9bb8ff190db705deb916dd23ff681f0e8803aec407bf0fd64c7e615ac436fe"
-}
-]
-},
-{
-"name" : "gtkspell",
-"sources" : [
-{
-"type" : "archive",
-"url" : 
"https://sourceforge.net/projects/gtkspell/files/3.0.10/gtkspell3-3.0.10.tar.xz;,
-"sha256" : 
"b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732"
-}
-]
-},
-{
-"name" : "discount",
-"config-opts" : [
-"--shared",
-"--with-fenced-code",
-"--pkg-config"
-],
-"cleanup" : [
-"/bin"
-],
-"sources" : [
-  

commit quilter for openSUSE:Leap:15.2

2020-02-21 Thread root
Hello community,

here is the log from the commit of package quilter for openSUSE:Leap:15.2 
checked in at 2020-02-21 13:54:12

Comparing /work/SRC/openSUSE:Leap:15.2/quilter (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.quilter.new.26092 (New)


Package is "quilter"

Fri Feb 21 13:54:12 2020 rev:28 rq:777477 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/quilter/quilter.changes2020-01-15 
15:55:31.107669268 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.quilter.new.26092/quilter.changes 
2020-02-21 13:54:13.490074925 +0100
@@ -1,0 +2,168 @@
+Sun Feb  2 10:32:56 UTC 2020 - Alexei Podvalsky 
+
+- Update to 2.1.0:
+  * Glib.Settings Move (#310)
+  * add new .POT file
+  * small change, last thing of 2019 (Vacation Mode for Me)
+  * preview font chooser always shown
+
+---
+Mon Dec 23 17:49:17 UTC 2019 - Alexei Podvalsky 
+
+- Update to 2.0.5:
+  * 2.0.6 - Add LaTeX support finally
+  * 2.0.4 - Sync edit view scroll to preview scroll
+  * 2.0.4 - Quilt Vier
+  * 2.0.4 - Start work on syncing panes in half-width mode
+  * 2.0.4 - Don't remember open files if history setting is off
+  * 2.0.4 - Fix outline pane
+  * 2.0.4 - Some more fixes and additions
+  * Merge pull request #304 from michalzkosmosu/master
+  * Merge pull request #302 from NathanBnm/update-fr
+  * Merge pull request #301 from NathanBnm/editorconfig
+  * .editorconfig with elementary recommended config
+  * 2.0.4 - Change tooltip on search icon // Add tooltip on
+replace button
+  * Merge pull request #299 from michalzkosmosu/master
+  * - follow up fixes
+  * - fix weird text in sidebar file boxes
+  * Merge pull request #292 from meisenzahl/master
+
+---
+Mon Nov  4 14:12:59 UTC 2019 - Alexei Podvalsky 
+
+- Update to 2.0.3:
+  * Update com.github.lainsce.quilter.appdata.xml.in
+  * 2.0.2 - Many fixes of issues on this release
+
+---
+Tue Oct  1 20:53:30 UTC 2019 - Alexei Podvalsky 
+
+- Update to 2.0.1:
+  * small fix for maximize problems
+
+---
+Mon Sep  2 14:00:23 UTC 2019 - Alexei Podvalsky 
+
+- Update to 2.0.0:
+  * Added: New Layout; Half-Width, check it out by changing layouts 
+on the statusbar.
+
+---
+Wed Aug  7 20:32:38 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.9.5:
+  * Update com.github.lainsce.quilter.appdata.xml.in
+  * 1.9.3 - fix most bugs
+  * Merge pull request #271 from bleakgrey/master
+  * Don't open cache folder as document
+  * Merge pull request #270 from Vistaus/master
+  * Save files when creating new document
+  * Treat new documents as unique
+  * Save files if changed from the sidebar to another file.
+  * Merge pull request #265 from NathanBnm/master
+
+---
+Thu Jul  4 17:51:12 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.9.2:
+  * Added: "Remove All Files" button on the sidebar, this way, 
+no files will be harmed with the old close file buttons.
+  * Some other minor fixes.
+
+---
+Tue Jun 11 17:01:17 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.9.1:
+  * Merge pull request #258 from tim77/master
+  * Merge branch 'master' of https://github.com/lainsce/quilter
+  * Fix exporting as pdf visual glitches
+  * Add Fedora installation instructions
+
+---
+Mon Jun  3 12:06:11 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.9.0:
+  * fix flatpak
+  * 1.8.7 - Fix local image syntax with  instead of
+  * 1.8.6 - Even more tiny fixes on the Sidebar
+  * Update com.github.lainsce.quilter.appdata.xml.in
+
+---
+Tue May 28 16:58:48 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.8.5:
+  * Create FUNDING.yml
+
+---
+Mon Apr 29 11:52:55 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.8.4:
+  * Fixed: cache was not being made, resulting in multiple file loss 
+afterwards with many operations.
+
+---
+Mon Apr 22 14:40:09 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.8.3:
+  * cleanup of releases in appdata
+  * small fix
+
+---
+Mon Apr  1 14:49:41 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.8.2:
+  * lots of minor fixes
+
+---
+Mon Mar 25 19:18:59 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.8.1:
+  * Update