Hello community,

here is the log from the commit of package quilter for openSUSE:Factory checked 
in at 2018-05-10 15:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quilter (Old)
 and      /work/SRC/openSUSE:Factory/.quilter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quilter"

Thu May 10 15:49:26 2018 rev:7 rq:605474 version:1.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/quilter/quilter.changes  2018-03-26 
13:16:42.819898150 +0200
+++ /work/SRC/openSUSE:Factory/.quilter.new/quilter.changes     2018-05-10 
15:49:31.936972760 +0200
@@ -1,0 +2,7 @@
+Sat Apr 28 17:39:11 UTC 2018 - [email protected]
+
+- Update to 1.5.5:
+  * fix maximize/fullscreen problem
+  * Update README.md
+
+-------------------------------------------------------------------

Old:
----
  quilter-1.5.4.tar.gz

New:
----
  quilter-1.5.5.tar.gz

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

Other differences:
------------------
++++++ quilter.spec ++++++
--- /var/tmp/diff_new_pack.Ct06WY/_old  2018-05-10 15:49:33.076930979 +0200
+++ /var/tmp/diff_new_pack.Ct06WY/_new  2018-05-10 15:49:33.080930833 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           quilter
-Version:        1.5.4
+Version:        1.5.5
 Release:        0
 Summary:        Writing application
 License:        GPL-3.0-only

++++++ quilter-1.5.4.tar.gz -> quilter-1.5.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-1.5.4/README.md new/quilter-1.5.5/README.md
--- old/quilter-1.5.4/README.md 2018-03-18 09:59:58.000000000 +0100
+++ new/quilter-1.5.5/README.md 2018-04-27 18:42:47.000000000 +0200
@@ -19,10 +19,6 @@
 
 [Be my backer on Patreon](https://www.patreon.com/lainsce)
 
-or
-
-[Buy me a coffee on Kofi](https://ko-fi.com/C1C169U6)
-
 ## Dependencies
 
 Please make sure you have these dependencies first before building.
@@ -42,8 +38,8 @@
 
 Simply clone this repo, then:
 
-```
-$ meson build && cd build
-$ meson configure -Dprefix=/usr
-$ sudo ninja install
+```bash
+meson build && cd build
+meson configure -Dprefix=/usr
+sudo ninja install
 ```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/quilter-1.5.4/data/com.github.lainsce.quilter.appdata.xml 
new/quilter-1.5.5/data/com.github.lainsce.quilter.appdata.xml
--- old/quilter-1.5.4/data/com.github.lainsce.quilter.appdata.xml       
2018-03-18 09:59:58.000000000 +0100
+++ new/quilter-1.5.5/data/com.github.lainsce.quilter.appdata.xml       
2018-04-27 18:42:47.000000000 +0200
@@ -24,7 +24,16 @@
     <url type="homepage">https://github.com/lainsce/quilter/</url>
     <url type="bugtracker">https://github.com/lainsce/quilter/issues</url>
     <releases>
-        <release version="1.5.3" date="2018-02-18">
+        <release version="1.5.4" date="2018-04-27">
+           <description>
+               <p>Release: Don't Blot Yourself</p>
+               <ul>
+                   <li>Preview Mode will only update on changes from Edit 
View.</li>
+                   <li>Statusbar will update always.</li>
+               </ul>
+           </description>
+        </release>
+        <release version="1.5.3" date="2018-03-18">
            <description>
                <p>Release: All-Around An Inker!</p>
                <ul>
@@ -36,7 +45,7 @@
                </ul>
            </description>
         </release>
-        <release version="1.5.2" date="2018-02-18">
+        <release version="1.5.2" date="2018-02-17">
            <description>
                <p>Release: Visual Standardization</p>
                <ul>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-1.5.4/debian/changelog 
new/quilter-1.5.5/debian/changelog
--- old/quilter-1.5.4/debian/changelog  2018-03-18 09:59:58.000000000 +0100
+++ new/quilter-1.5.5/debian/changelog  2018-04-27 18:42:47.000000000 +0200
@@ -1,3 +1,10 @@
+com.github.lainsce.quilter (1.5.4) xenial; urgency=low
+
+  * Preview Mode will update only on changes in Edit Mode.
+  * Status bar will update always.
+
+ -- Lains <[email protected]>  Fri, 27 Mar 2018 13:34:00 -0300
+
 com.github.lainsce.quilter (1.5.3) xenial; urgency=low
 
   * Preview Mode won't load rogue Javascript code.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-1.5.4/meson.build 
new/quilter-1.5.5/meson.build
--- old/quilter-1.5.4/meson.build       2018-03-18 09:59:58.000000000 +0100
+++ new/quilter-1.5.5/meson.build       2018-04-27 18:42:47.000000000 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.quilter', ['vala', 'c'],
-    version: '1.5.3'
+    version: '1.5.4'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-1.5.4/po/README.md 
new/quilter-1.5.5/po/README.md
--- old/quilter-1.5.4/po/README.md      2018-03-18 09:59:58.000000000 +0100
+++ new/quilter-1.5.5/po/README.md      2018-04-27 18:42:47.000000000 +0200
@@ -1,4 +1,9 @@
 # How to Translate Quilter
+
+## First Things First
+
+* Clone this repository by opening the terminal in a folder of your choice and 
typing ```git clone https://github.com/lainsce/quilter```
+
 ## Basics
 
 * You'll need to know your language's code (ex. en = English).
@@ -6,4 +11,10 @@
 * Translate the .pot file using the PO editor of your choice (I recommend 
POEdit).
 * Save it as <language_code>.po in this folder.
 
+## Not so Basics
+
+* Next, in the folder you've cloned this repo in, open a terminal and type: 
```git checkout -b "Translation <language code>```
+* Then, type ```git add *```
+* Finally, ```git commit -m "Translated your app for <Language Name>" && git 
push```, follow the instructions in the terminal if need be, then type your 
github username and password.
+
 And that's it! You've successfully translated Quilter for your language!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-1.5.4/src/MainWindow.vala 
new/quilter-1.5.5/src/MainWindow.vala
--- old/quilter-1.5.4/src/MainWindow.vala       2018-03-18 09:59:58.000000000 
+0100
+++ new/quilter-1.5.5/src/MainWindow.vala       2018-04-27 18:42:47.000000000 
+0200
@@ -78,8 +78,8 @@
             Object (application: application,
                     resizable: true,
                     title: _("Quilter"),
-                    height_request: 800,
-                    width_request: 900);
+                    height_request: 600,
+                    width_request: 700);
 
             statusbar.update_wordcount ();
             statusbar.update_linecount ();
@@ -418,7 +418,13 @@
         }
 
         private bool render_func () {
-            preview_view_content.update_html_view ();
+            if (edit_view_content.is_modified) {
+                preview_view_content.update_html_view ();
+                edit_view_content.is_modified = false;
+            } else {
+                edit_view_content.is_modified = true;
+            }
+
             timer_scheduled = false;
             return false;
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quilter-1.5.4/src/Widgets/SourceView.vala 
new/quilter-1.5.5/src/Widgets/SourceView.vala
--- old/quilter-1.5.4/src/Widgets/SourceView.vala       2018-03-18 
09:59:58.000000000 +0100
+++ new/quilter-1.5.5/src/Widgets/SourceView.vala       2018-04-27 
18:42:47.000000000 +0200
@@ -154,6 +154,8 @@
                 changed ();
                 Services.FileManager.save_work_file ();
                 is_modified = false;
+            } else {
+                is_modified = true;
             }
         }
 


Reply via email to