Hello community, here is the log from the commit of package featherpad for openSUSE:Factory checked in at 2020-03-12 23:07:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/featherpad (Old) and /work/SRC/openSUSE:Factory/.featherpad.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "featherpad" Thu Mar 12 23:07:18 2020 rev:12 rq:784233 version:0.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/featherpad/featherpad.changes 2020-03-11 18:50:17.319539195 +0100 +++ /work/SRC/openSUSE:Factory/.featherpad.new.3160/featherpad.changes 2020-03-12 23:12:23.707326028 +0100 @@ -1,0 +2,7 @@ +Thu Mar 12 09:33:32 UTC 2020 - Michael Vetter <[email protected]> + +- Update to 0.13.1: + * Don't suggest the last file extension when saving a + newly created doc + +------------------------------------------------------------------- Old: ---- V0.13.0.tar.gz New: ---- V0.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ featherpad.spec ++++++ --- /var/tmp/diff_new_pack.M78rHn/_old 2020-03-12 23:12:24.131326196 +0100 +++ /var/tmp/diff_new_pack.M78rHn/_new 2020-03-12 23:12:24.131326196 +0100 @@ -17,7 +17,7 @@ Name: featherpad -Version: 0.13.0 +Version: 0.13.1 Release: 0 Summary: Qt5-based plaintext editor License: GPL-3.0-only ++++++ V0.13.0.tar.gz -> V0.13.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/ChangeLog new/FeatherPad-0.13.1/ChangeLog --- old/FeatherPad-0.13.0/ChangeLog 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/ChangeLog 2020-03-10 23:32:22.000000000 +0100 @@ -1,6 +1,10 @@ +V0.13.1 +--------- + * Don't preserve the last file's extension on saving a new tab. + V0.13.0 --------- - * Allow dash and some other characters (-,;!@*') in URL schemes. + * Allow dash in URL schemes (as in "google-drive") and also some special characters (-,;!@*') in URLs. * Support syntax color customization, with two separate settings for light and dark color schemes. * Also added an option for the whitespace color value. * Never use processEvents(); it makes single-instance apps prone to crash in rare cases. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/NEWS new/FeatherPad-0.13.1/NEWS --- old/FeatherPad-0.13.0/NEWS 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/NEWS 2020-03-10 23:32:22.000000000 +0100 @@ -1,5 +1,5 @@ Latest version: - 9 Mar 2020, V0.13.0 + 11 Mar 2020, V0.13.1 See "ChangeLog" for changes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad.ts 2020-03-10 23:32:22.000000000 +0100 @@ -968,7 +968,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_ar_DZ.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_ar_DZ.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_ar_DZ.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_ar_DZ.ts 2020-03-10 23:32:22.000000000 +0100 @@ -968,7 +968,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_cs.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_cs.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_cs.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_cs.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Všechny soubory (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_cy.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_cy.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_cy.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_cy.ts 2020-03-10 23:32:22.000000000 +0100 @@ -968,7 +968,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_da.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_da.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_da.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_da.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Alle filer (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_de.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_de.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_de.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_de.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_el.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_el.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_el.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_el.ts 2020-03-10 23:32:22.000000000 +0100 @@ -969,7 +969,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation type="unfinished"></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_eo.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_eo.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_eo.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_eo.ts 2020-03-10 23:32:22.000000000 +0100 @@ -930,7 +930,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Ĉiuj Dosieroj (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_es.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_es.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_es.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_es.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Todos los archivos (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_fa.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_fa.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_fa.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_fa.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>همه فايلها (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_fr.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_fr.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_fr.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_fr.ts 2020-03-10 23:32:22.000000000 +0100 @@ -1066,7 +1066,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Tous les fichiers (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_hu.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_hu.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_hu.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_hu.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Minden fájl (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_id.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_id.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_id.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_id.ts 2020-03-10 23:32:22.000000000 +0100 @@ -969,7 +969,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation></translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_it.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_it.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_it.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_it.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Tutti i file (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_ja.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_ja.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_ja.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_ja.ts 2020-03-10 23:32:22.000000000 +0100 @@ -982,7 +982,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>すべてのファイル(*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_lt.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_lt.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_lt.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_lt.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Visi failai (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_nb_NO.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_nb_NO.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_nb_NO.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_nb_NO.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Alle filer (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_nl.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_nl.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_nl.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_nl.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Alle bestanden (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_pl.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_pl.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_pl.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_pl.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Wszystkie pliki (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_pt_BR.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_pt_BR.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_pt_BR.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_pt_BR.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Todos os Arquivos (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_pt_PT.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_pt_PT.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_pt_PT.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_pt_PT.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Todos os ficheiros (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_ru.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_ru.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_ru.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_ru.ts 2020-03-10 23:32:22.000000000 +0100 @@ -935,7 +935,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Все файлы (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_sk_SK.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_sk_SK.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_sk_SK.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_sk_SK.ts 2020-03-10 23:32:22.000000000 +0100 @@ -968,7 +968,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Všetky súbory (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_tr.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_tr.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_tr.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_tr.ts 2020-03-10 23:32:22.000000000 +0100 @@ -978,7 +978,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>Tüm Dosyalar (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_zh_CN.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_zh_CN.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_zh_CN.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_zh_CN.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>所有文件(*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_zh_TW.ts new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_zh_TW.ts --- old/FeatherPad-0.13.0/featherpad/data/translations/featherpad_zh_TW.ts 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/data/translations/featherpad_zh_TW.ts 2020-03-10 23:32:22.000000000 +0100 @@ -970,7 +970,7 @@ </message> <message> <location filename="../../fpwin.cpp" line="2497"/> - <location filename="../../fpwin.cpp" line="2654"/> + <location filename="../../fpwin.cpp" line="2653"/> <location filename="../../fpwin.cpp" line="2681"/> <source>All Files (*)</source> <translation>所有檔案 (*)</translation> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/fpwin.cpp new/FeatherPad-0.13.1/featherpad/fpwin.cpp --- old/FeatherPad-0.13.0/featherpad/fpwin.cpp 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/fpwin.cpp 2020-03-10 23:32:22.000000000 +0100 @@ -2650,10 +2650,10 @@ TabPage *tabPage = qobject_cast< TabPage *>(ui->tabWidget->widget (index)); TextEdit *textEdit = tabPage->textEdit(); QString fname = textEdit->getFileName(); - if (fname.isEmpty()) fname = lastFile_; QString filter = tr ("All Files (*)"); - if (!fname.isEmpty() - && QFileInfo (fname).fileName().contains ('.')) + if (fname.isEmpty()) + fname = lastFile_; + else if (QFileInfo (fname).fileName().contains ('.')) { /* if relevant, do filtering to prevent disastrous overwritings */ filter = tr (".%1 Files (*.%1);;All Files (*)").arg (fname.section ('.', -1, -1)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/main.cpp new/FeatherPad-0.13.1/featherpad/main.cpp --- old/FeatherPad-0.13.0/featherpad/main.cpp 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/main.cpp 2020-03-10 23:32:22.000000000 +0100 @@ -43,7 +43,7 @@ int main (int argc, char **argv) { const QString name = "FeatherPad"; - const QString version = "0.13.0"; + const QString version = "0.13.1"; const QString option = QString::fromUtf8 (argv[1]); if (option == "--help" || option == "-h") { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/FeatherPad-0.13.0/featherpad/textedit.cpp new/FeatherPad-0.13.1/featherpad/textedit.cpp --- old/FeatherPad-0.13.0/featherpad/textedit.cpp 2020-03-09 18:34:49.000000000 +0100 +++ new/FeatherPad-0.13.1/featherpad/textedit.cpp 2020-03-10 23:32:22.000000000 +0100 @@ -1393,9 +1393,9 @@ scrollTimer_->stop(); } /*************************/ -void TextEdit::resizeEvent (QResizeEvent *e) +void TextEdit::resizeEvent (QResizeEvent *event) { - QPlainTextEdit::resizeEvent (e); + QPlainTextEdit::resizeEvent (event); QRect cr = contentsRect(); lineNumberArea->setGeometry (QRect (QApplication::layoutDirection() == Qt::RightToLeft ? cr.width() - lineNumberAreaWidth() : cr.left(), @@ -1409,19 +1409,19 @@ resizeTimerId = startTimer (UPDATE_INTERVAL); } /*************************/ -void TextEdit::timerEvent (QTimerEvent *e) +void TextEdit::timerEvent (QTimerEvent *event) { - QPlainTextEdit::timerEvent (e); + QPlainTextEdit::timerEvent (event); - if (e->timerId() == resizeTimerId) + if (event->timerId() == resizeTimerId) { - killTimer (e->timerId()); + killTimer (event->timerId()); resizeTimerId = 0; emit resized(); } - else if (e->timerId() == updateTimerId) + else if (event->timerId() == updateTimerId) { - killTimer (e->timerId()); + killTimer (event->timerId()); updateTimerId = 0; /* we use TextEdit's rect because the last rect that updateRequest() provides after 50ms may be null */
