diff -Nru filelight-18.12.2/.arcconfig filelight-18.12.3/.arcconfig --- filelight-18.12.2/.arcconfig 1970-01-01 00:00:00.000000000 +0000 +++ filelight-18.12.3/.arcconfig 2019-03-04 16:12:00.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "phabricator.uri" : "https://phabricator.kde.org/" +} diff -Nru filelight-18.12.2/CMakeLists.txt filelight-18.12.3/CMakeLists.txt --- filelight-18.12.2/CMakeLists.txt 2019-02-05 00:28:57.000000000 +0000 +++ filelight-18.12.3/CMakeLists.txt 2019-03-05 00:12:16.000000000 +0000 @@ -25,7 +25,7 @@ # KDE Application Version, managed by release script set(KDE_APPLICATIONS_VERSION_MAJOR "18") set(KDE_APPLICATIONS_VERSION_MINOR "12") -set(KDE_APPLICATIONS_VERSION_MICRO "2") +set(KDE_APPLICATIONS_VERSION_MICRO "3") set(KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") set(PROJECT_VERSION ${KDE_APPLICATIONS_VERSION}) diff -Nru filelight-18.12.2/debian/changelog filelight-18.12.3/debian/changelog --- filelight-18.12.2/debian/changelog 2019-02-17 13:12:26.000000000 +0000 +++ filelight-18.12.3/debian/changelog 2019-03-07 13:25:00.000000000 +0000 @@ -1,3 +1,9 @@ +filelight (4:18.12.3-0ubuntu1) disco; urgency=medium + + * New upstream release (18.12.3) + + -- Rik Mills Thu, 07 Mar 2019 13:25:00 +0000 + filelight (4:18.12.2-0ubuntu1) disco; urgency=medium * New upstream release (18.12.2) diff -Nru filelight-18.12.2/po/gl/filelight.po filelight-18.12.3/po/gl/filelight.po --- filelight-18.12.2/po/gl/filelight.po 2019-02-05 00:28:53.000000000 +0000 +++ filelight-18.12.3/po/gl/filelight.po 2019-03-05 00:12:15.000000000 +0000 @@ -7,13 +7,13 @@ # Xosé , 2010. # Adrian Chaves Fernandez , 2013, 2015, 2017. # Marce Villarino , 2013, 2014. -# Adrián Chaves , 2017, 2018. +# Adrián Chaves , 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: filelight\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:55+0100\n" -"PO-Revision-Date: 2018-10-20 09:42+0100\n" +"PO-Revision-Date: 2019-03-03 20:01+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" "Language: gl\n" @@ -21,7 +21,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 18.12.2\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -121,7 +121,7 @@ "b> from being scanned if you scan /." msgstr "" "Permite que os exames entren en directorios que son parte doutros sistemas " -"de ficheiros. Por exemplo, se non se marca, isto xeralmente evita que o " +"de ficheiros. Por exemplo, cando se desmarca, isto xeralmente evita que o " "contido de /mnt se examine cando se estea a examinar /." #. i18n: ectx: property (text), widget (QCheckBox, scanAcrossMounts) @@ -403,7 +403,7 @@ #: src/mainWindow.cpp:408 #, kde-format msgid "Aborting Scan..." -msgstr "Estase a cancelar o exame…" +msgstr "Interrompendo o exame…" #: src/mainWindow.cpp:471 #, kde-format diff -Nru filelight-18.12.2/po/zh_CN/filelight.po filelight-18.12.3/po/zh_CN/filelight.po --- filelight-18.12.2/po/zh_CN/filelight.po 2019-02-05 00:28:54.000000000 +0000 +++ filelight-18.12.3/po/zh_CN/filelight.po 2019-03-05 00:12:16.000000000 +0000 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:55+0100\n" -"PO-Revision-Date: 2019-01-27 23:11\n" +"PO-Revision-Date: 2019-02-20 23:33\n" "Last-Translator: guoyunhe \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru filelight-18.12.2/src/localLister.cpp filelight-18.12.3/src/localLister.cpp --- filelight-18.12.2/src/localLister.cpp 2019-02-03 04:48:56.000000000 +0000 +++ filelight-18.12.3/src/localLister.cpp 2019-03-04 16:12:00.000000000 +0000 @@ -32,11 +32,6 @@ #include #include -#ifdef Q_OS_SOLARIS -#include -#elif !defined(Q_OS_WIN) -#include -#endif #include #include #include diff -Nru filelight-18.12.2/src/scan.cpp filelight-18.12.3/src/scan.cpp --- filelight-18.12.2/src/scan.cpp 2019-02-03 04:48:56.000000000 +0000 +++ filelight-18.12.3/src/scan.cpp 2019-03-04 16:12:00.000000000 +0000 @@ -146,6 +146,7 @@ //something went wrong, we couldn't find the folder we were expecting qWarning() << "Didn't find " << path << " in the cache!\n"; it.remove(); + emit aboutToEmptyCache(); delete folder; break; //do a full scan }