Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2016-02-22 10:20:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okular (Old)
 and      /work/SRC/openSUSE:Factory/.okular.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okular"

Changes:
--------
--- /work/SRC/openSUSE:Factory/okular/okular.changes    2016-01-23 
01:10:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes       2016-02-22 
10:20:10.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 08:25:47 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.2
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+
+-------------------------------------------------------------------

Old:
----
  okular-15.12.1.tar.xz

New:
----
  okular-15.12.2.tar.xz

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

Other differences:
------------------
++++++ okular.spec ++++++
--- /var/tmp/diff_new_pack.3qm5na/_old  2016-02-22 10:20:11.000000000 +0100
+++ /var/tmp/diff_new_pack.3qm5na/_new  2016-02-22 10:20:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           okular
-Version:        15.12.1
+Version:        15.12.2
 Release:        0
 Summary:        Document Viewer
 License:        GPL-2.0+

++++++ okular-15.12.1.tar.xz -> okular-15.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/active/app/active-documentviewer.desktop 
new/okular-15.12.2/active/app/active-documentviewer.desktop
--- old/okular-15.12.1/active/app/active-documentviewer.desktop 2016-01-07 
07:46:40.000000000 +0100
+++ new/okular-15.12.2/active/app/active-documentviewer.desktop 2016-02-12 
06:08:29.000000000 +0100
@@ -27,6 +27,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -75,6 +76,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -121,6 +123,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.12.1/active/app/package/metadata.desktop 
new/okular-15.12.2/active/app/package/metadata.desktop
--- old/okular-15.12.1/active/app/package/metadata.desktop      2016-01-07 
07:46:40.000000000 +0100
+++ new/okular-15.12.2/active/app/package/metadata.desktop      2016-02-12 
06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Dokumentviser
 Name[nds]=Dokmentkieker
 Name[nl]=Documentenviewer
+Name[nn]=Dokumentvisar
 Name[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 Name[pl]=Przeglądarka dokumentów
 Name[pt]=Visualizador de documentos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.12.1/conf/widgetannottools.cpp 
new/okular-15.12.2/conf/widgetannottools.cpp
--- old/okular-15.12.1/conf/widgetannottools.cpp        2016-01-07 
07:46:40.000000000 +0100
+++ new/okular-15.12.2/conf/widgetannottools.cpp        2016-02-12 
06:08:29.000000000 +0100
@@ -336,8 +336,8 @@
     engineElement.appendChild( annotationElement );
 
     const QString color = m_stubann->style().color().name();
-    const double opacity = m_stubann->style().opacity();
-    const double width = m_stubann->style().width();
+    const QString opacity = QString::number( m_stubann->style().opacity() );
+    const QString width = QString::number( m_stubann->style().width() );
 
     if ( toolType == ToolNoteLinked )
     {
@@ -386,8 +386,8 @@
         annotationElement.setAttribute( "width", width );
         if ( la->lineLeadingForwardPoint() != 0 || 
la->lineLeadingBackwardPoint() != 0 )
         {
-            annotationElement.setAttribute( "leadFwd", 
la->lineLeadingForwardPoint() );
-            annotationElement.setAttribute( "leadBack", 
la->lineLeadingBackwardPoint() );
+            annotationElement.setAttribute( "leadFwd", QString::number( 
la->lineLeadingForwardPoint() ) );
+            annotationElement.setAttribute( "leadBack", QString::number( 
la->lineLeadingBackwardPoint() ) );
         }
     }
     else if ( toolType == ToolPolygon )
@@ -469,7 +469,7 @@
         annotationElement.setAttribute( "icon", sa->stampIconName() );
     }
 
-    if ( opacity != 1 )
+    if ( opacity != "1" )
         annotationElement.setAttribute( "opacity", opacity );
 
     return doc;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.12.1/core/version.h 
new/okular-15.12.2/core/version.h
--- old/okular-15.12.1/core/version.h   2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/core/version.h   2016-02-12 06:08:29.000000000 +0100
@@ -10,10 +10,10 @@
 #ifndef _OKULAR_VERSION_H_
 #define _OKULAR_VERSION_H_
 
-#define OKULAR_VERSION_STRING "0.24.0"
+#define OKULAR_VERSION_STRING "0.24.2"
 #define OKULAR_VERSION_MAJOR 0
 #define OKULAR_VERSION_MINOR 24
-#define OKULAR_VERSION_RELEASE 0
+#define OKULAR_VERSION_RELEASE 2
 #define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
 
 #define OKULAR_VERSION \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/chm/active-documentviewer_chm.desktop 
new/okular-15.12.2/generators/chm/active-documentviewer_chm.desktop
--- old/okular-15.12.1/generators/chm/active-documentviewer_chm.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/chm/active-documentviewer_chm.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -27,6 +27,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -75,6 +76,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -121,6 +123,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -181,6 +184,7 @@
 X-KDE-Keywords[nb]=chm
 X-KDE-Keywords[nds]=CHM
 X-KDE-Keywords[nl]=chm
+X-KDE-Keywords[nn]=chm
 X-KDE-Keywords[pa]=chm
 X-KDE-Keywords[pl]=chm
 X-KDE-Keywords[pt]=chm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/chm/okularApplication_chm.desktop 
new/okular-15.12.2/generators/chm/okularApplication_chm.desktop
--- old/okular-15.12.1/generators/chm/okularApplication_chm.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/chm/okularApplication_chm.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -189,6 +191,7 @@
 X-KDE-Keywords[nb]=chm
 X-KDE-Keywords[nds]=CHM
 X-KDE-Keywords[nl]=chm
+X-KDE-Keywords[nn]=chm
 X-KDE-Keywords[pa]=chm
 X-KDE-Keywords[pl]=chm
 X-KDE-Keywords[pt]=chm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/comicbook/active-documentviewer_comicbook.desktop 
new/okular-15.12.2/generators/comicbook/active-documentviewer_comicbook.desktop
--- 
old/okular-15.12.1/generators/comicbook/active-documentviewer_comicbook.desktop 
    2016-01-07 07:46:40.000000000 +0100
+++ 
new/okular-15.12.2/generators/comicbook/active-documentviewer_comicbook.desktop 
    2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -181,6 +184,7 @@
 X-KDE-Keywords[nb]=cbr, cbz, cbt, tegneserie
 X-KDE-Keywords[nds]=cbr, cbz, cbt, Comicbook
 X-KDE-Keywords[nl]=cbr, cbz, cbt, Stripverhaal
+X-KDE-Keywords[nn]=cbr, cbz, cbt, Comic Book
 X-KDE-Keywords[pa]=cbr, cbz, cbt, ਕਾਮਿਕ ਬੁੱਕ
 X-KDE-Keywords[pl]=cbr, cbz, cbt, Komiks
 X-KDE-Keywords[pt]=cbr, cbz, cbt, Comic Book
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/comicbook/okularApplication_comicbook.desktop 
new/okular-15.12.2/generators/comicbook/okularApplication_comicbook.desktop
--- old/okular-15.12.1/generators/comicbook/okularApplication_comicbook.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/comicbook/okularApplication_comicbook.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -189,6 +191,7 @@
 X-KDE-Keywords[nb]=cbr, cbz, cbt, tegneserie
 X-KDE-Keywords[nds]=cbr, cbz, cbt, Comicbook
 X-KDE-Keywords[nl]=cbr, cbz, cbt, Stripverhaal
+X-KDE-Keywords[nn]=cbr, cbz, cbt, Comic Book
 X-KDE-Keywords[pa]=cbr, cbz, cbt, ਕਾਮਿਕ ਬੁੱਕ
 X-KDE-Keywords[pl]=cbr, cbz, cbt, Komiks
 X-KDE-Keywords[pt]=cbr, cbz, cbt, Comic Book
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/djvu/active-documentviewer_djvu.desktop 
new/okular-15.12.2/generators/djvu/active-documentviewer_djvu.desktop
--- old/okular-15.12.1/generators/djvu/active-documentviewer_djvu.desktop       
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/djvu/active-documentviewer_djvu.desktop       
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -182,6 +185,7 @@
 X-KDE-Keywords[nb]=djvu
 X-KDE-Keywords[nds]=DjVu
 X-KDE-Keywords[nl]=djvu
+X-KDE-Keywords[nn]=djvu
 X-KDE-Keywords[pa]=djvu
 X-KDE-Keywords[pl]=djvu
 X-KDE-Keywords[pt]=djvu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/djvu/okularApplication_djvu.desktop 
new/okular-15.12.2/generators/djvu/okularApplication_djvu.desktop
--- old/okular-15.12.1/generators/djvu/okularApplication_djvu.desktop   
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/djvu/okularApplication_djvu.desktop   
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -190,6 +192,7 @@
 X-KDE-Keywords[nb]=djvu
 X-KDE-Keywords[nds]=DjVu
 X-KDE-Keywords[nl]=djvu
+X-KDE-Keywords[nn]=djvu
 X-KDE-Keywords[pa]=djvu
 X-KDE-Keywords[pl]=djvu
 X-KDE-Keywords[pt]=djvu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/dvi/active-documentviewer_dvi.desktop 
new/okular-15.12.2/generators/dvi/active-documentviewer_dvi.desktop
--- old/okular-15.12.1/generators/dvi/active-documentviewer_dvi.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/dvi/active-documentviewer_dvi.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -182,6 +185,7 @@
 X-KDE-Keywords[nb]=dvi
 X-KDE-Keywords[nds]=DVI
 X-KDE-Keywords[nl]=dvi
+X-KDE-Keywords[nn]=dvi
 X-KDE-Keywords[pa]=dvi
 X-KDE-Keywords[pl]=dvi
 X-KDE-Keywords[pt]=dvi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/dvi/okularApplication_dvi.desktop 
new/okular-15.12.2/generators/dvi/okularApplication_dvi.desktop
--- old/okular-15.12.1/generators/dvi/okularApplication_dvi.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/dvi/okularApplication_dvi.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -190,6 +192,7 @@
 X-KDE-Keywords[nb]=dvi
 X-KDE-Keywords[nds]=DVI
 X-KDE-Keywords[nl]=dvi
+X-KDE-Keywords[nn]=dvi
 X-KDE-Keywords[pa]=dvi
 X-KDE-Keywords[pl]=dvi
 X-KDE-Keywords[pt]=dvi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/epub/active-documentviewer_epub.desktop 
new/okular-15.12.2/generators/epub/active-documentviewer_epub.desktop
--- old/okular-15.12.1/generators/epub/active-documentviewer_epub.desktop       
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/epub/active-documentviewer_epub.desktop       
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -181,6 +184,7 @@
 X-KDE-Keywords[nb]=epub, e-bok
 X-KDE-Keywords[nds]=epub, e-book
 X-KDE-Keywords[nl]=epub, e-book
+X-KDE-Keywords[nn]=epub, e-book
 X-KDE-Keywords[pa]=epub, e-book, ਈ-ਬੁੱਕ
 X-KDE-Keywords[pl]=epub, e-book
 X-KDE-Keywords[pt]=epub, e-book
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/epub/okularApplication_epub.desktop 
new/okular-15.12.2/generators/epub/okularApplication_epub.desktop
--- old/okular-15.12.1/generators/epub/okularApplication_epub.desktop   
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/epub/okularApplication_epub.desktop   
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -189,6 +191,7 @@
 X-KDE-Keywords[nb]=epub, e-bok
 X-KDE-Keywords[nds]=epub, e-book
 X-KDE-Keywords[nl]=epub, e-book
+X-KDE-Keywords[nn]=epub, e-book
 X-KDE-Keywords[pa]=epub, e-book, ਈ-ਬੁੱਕ
 X-KDE-Keywords[pl]=epub, e-book
 X-KDE-Keywords[pt]=epub, e-book
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/fax/active-documentviewer_fax.desktop 
new/okular-15.12.2/generators/fax/active-documentviewer_fax.desktop
--- old/okular-15.12.1/generators/fax/active-documentviewer_fax.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/fax/active-documentviewer_fax.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/fax/okularApplication_fax.desktop 
new/okular-15.12.2/generators/fax/okularApplication_fax.desktop
--- old/okular-15.12.1/generators/fax/okularApplication_fax.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/fax/okularApplication_fax.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/fictionbook/active-documentviewer_fb.desktop 
new/okular-15.12.2/generators/fictionbook/active-documentviewer_fb.desktop
--- old/okular-15.12.1/generators/fictionbook/active-documentviewer_fb.desktop  
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/fictionbook/active-documentviewer_fb.desktop  
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -181,6 +184,7 @@
 X-KDE-Keywords[nb]=FictionBook, e-bok, fb2
 X-KDE-Keywords[nds]=FictionBook, e-book, fb2
 X-KDE-Keywords[nl]=Fictieboek, e-book, fb2
+X-KDE-Keywords[nn]=FictionBook, e-book, fb2
 X-KDE-Keywords[pa]=FictionBook, e-book, fb2
 X-KDE-Keywords[pl]=FictionBook, e-book, fb2
 X-KDE-Keywords[pt]=FictionBook, e-book, fb2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/fictionbook/okularApplication_fb.desktop 
new/okular-15.12.2/generators/fictionbook/okularApplication_fb.desktop
--- old/okular-15.12.1/generators/fictionbook/okularApplication_fb.desktop      
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/fictionbook/okularApplication_fb.desktop      
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -189,6 +191,7 @@
 X-KDE-Keywords[nb]=FictionBook, e-bok, fb2
 X-KDE-Keywords[nds]=FictionBook, e-book, fb2
 X-KDE-Keywords[nl]=Fictieboek, e-book, fb2
+X-KDE-Keywords[nn]=FictionBook, e-book, fb2
 X-KDE-Keywords[pa]=FictionBook, e-book, fb2
 X-KDE-Keywords[pl]=FictionBook, e-book, fb2
 X-KDE-Keywords[pt]=FictionBook, e-book, fb2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/kimgio/active-documentviewer_kimgio.desktop 
new/okular-15.12.2/generators/kimgio/active-documentviewer_kimgio.desktop
--- old/okular-15.12.1/generators/kimgio/active-documentviewer_kimgio.desktop   
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/kimgio/active-documentviewer_kimgio.desktop   
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/kimgio/okularApplication_kimgio.desktop 
new/okular-15.12.2/generators/kimgio/okularApplication_kimgio.desktop
--- old/okular-15.12.1/generators/kimgio/okularApplication_kimgio.desktop       
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/kimgio/okularApplication_kimgio.desktop       
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/mobipocket/okularApplication_mobi.desktop 
new/okular-15.12.2/generators/mobipocket/okularApplication_mobi.desktop
--- old/okular-15.12.1/generators/mobipocket/okularApplication_mobi.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/mobipocket/okularApplication_mobi.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -185,6 +187,7 @@
 X-KDE-Keywords[nb]=mobipocket
 X-KDE-Keywords[nds]=Mobipocket
 X-KDE-Keywords[nl]=mobipocket
+X-KDE-Keywords[nn]=mobipocket
 X-KDE-Keywords[pa]=mobipocket
 X-KDE-Keywords[pl]=mobipocket
 X-KDE-Keywords[pt]=mobipocket
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/ooo/active-documentviewer_ooo.desktop 
new/okular-15.12.2/generators/ooo/active-documentviewer_ooo.desktop
--- old/okular-15.12.1/generators/ooo/active-documentviewer_ooo.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/ooo/active-documentviewer_ooo.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/ooo/okularApplication_ooo.desktop 
new/okular-15.12.2/generators/ooo/okularApplication_ooo.desktop
--- old/okular-15.12.1/generators/ooo/okularApplication_ooo.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/ooo/okularApplication_ooo.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/plucker/active-documentviewer_plucker.desktop 
new/okular-15.12.2/generators/plucker/active-documentviewer_plucker.desktop
--- old/okular-15.12.1/generators/plucker/active-documentviewer_plucker.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/plucker/active-documentviewer_plucker.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -181,6 +184,7 @@
 X-KDE-Keywords[nb]=plucker
 X-KDE-Keywords[nds]=Plucker
 X-KDE-Keywords[nl]=plucker
+X-KDE-Keywords[nn]=plucker
 X-KDE-Keywords[pa]=ਪਲੱਕਰ
 X-KDE-Keywords[pl]=plucker
 X-KDE-Keywords[pt]=plucker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/plucker/okularApplication_plucker.desktop 
new/okular-15.12.2/generators/plucker/okularApplication_plucker.desktop
--- old/okular-15.12.1/generators/plucker/okularApplication_plucker.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/plucker/okularApplication_plucker.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -189,6 +191,7 @@
 X-KDE-Keywords[nb]=plucker
 X-KDE-Keywords[nds]=Plucker
 X-KDE-Keywords[nl]=plucker
+X-KDE-Keywords[nn]=plucker
 X-KDE-Keywords[pa]=ਪਲੱਕਰ
 X-KDE-Keywords[pl]=plucker
 X-KDE-Keywords[pt]=plucker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/poppler/active-documentviewer_pdf.desktop 
new/okular-15.12.2/generators/poppler/active-documentviewer_pdf.desktop
--- old/okular-15.12.1/generators/poppler/active-documentviewer_pdf.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/poppler/active-documentviewer_pdf.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -181,6 +184,7 @@
 X-KDE-Keywords[nb]=PDF, Portabelt Dokument Format
 X-KDE-Keywords[nds]=PDF, Porteerbor Dokmentformaat
 X-KDE-Keywords[nl]=PDF, Portable Document Format
+X-KDE-Keywords[nn]=PDF, Portabelt dokumentformat
 X-KDE-Keywords[pa]=PDF, ਪੋਰਟੇਬਲ ਡੌਕੂਮੈਂਟ ਫਾਰਮੈਟ
 X-KDE-Keywords[pl]=PDF, Przenośny Format Dokumentu
 X-KDE-Keywords[pt]=PDF, Formato de Documento Portável
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/poppler/okularApplication_pdf.desktop 
new/okular-15.12.2/generators/poppler/okularApplication_pdf.desktop
--- old/okular-15.12.1/generators/poppler/okularApplication_pdf.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/poppler/okularApplication_pdf.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -188,6 +190,7 @@
 X-KDE-Keywords[nb]=PDF, Portabelt Dokument Format
 X-KDE-Keywords[nds]=PDF, Porteerbor Dokmentformaat
 X-KDE-Keywords[nl]=PDF, Portable Document Format
+X-KDE-Keywords[nn]=PDF, Portabelt dokumentformat
 X-KDE-Keywords[pa]=PDF, ਪੋਰਟੇਬਲ ਡੌਕੂਮੈਂਟ ਫਾਰਮੈਟ
 X-KDE-Keywords[pl]=PDF, Przenośny Format Dokumentu
 X-KDE-Keywords[pt]=PDF, Formato de Documento Portável
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/spectre/active-documentviewer_ghostview.desktop 
new/okular-15.12.2/generators/spectre/active-documentviewer_ghostview.desktop
--- 
old/okular-15.12.1/generators/spectre/active-documentviewer_ghostview.desktop   
    2016-01-07 07:46:40.000000000 +0100
+++ 
new/okular-15.12.2/generators/spectre/active-documentviewer_ghostview.desktop   
    2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -177,6 +180,7 @@
 X-KDE-Keywords[nb]=PS, PostScript
 X-KDE-Keywords[nds]=PS, PostScript
 X-KDE-Keywords[nl]=PS, PostScript
+X-KDE-Keywords[nn]=PS, PostScript
 X-KDE-Keywords[pa]=PS, ਪੋਸਟਸਕ੍ਰਿਪਟ
 X-KDE-Keywords[pl]=PS, PostScript
 X-KDE-Keywords[pt]=PS, PostScript
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/spectre/okularApplication_ghostview.desktop 
new/okular-15.12.2/generators/spectre/okularApplication_ghostview.desktop
--- old/okular-15.12.1/generators/spectre/okularApplication_ghostview.desktop   
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/spectre/okularApplication_ghostview.desktop   
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -184,6 +186,7 @@
 X-KDE-Keywords[nb]=PS, PostScript
 X-KDE-Keywords[nds]=PS, PostScript
 X-KDE-Keywords[nl]=PS, PostScript
+X-KDE-Keywords[nn]=PS, PostScript
 X-KDE-Keywords[pa]=PS, ਪੋਸਟਸਕ੍ਰਿਪਟ
 X-KDE-Keywords[pl]=PS, PostScript
 X-KDE-Keywords[pt]=PS, PostScript
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/tiff/active-documentviewer_tiff.desktop 
new/okular-15.12.2/generators/tiff/active-documentviewer_tiff.desktop
--- old/okular-15.12.1/generators/tiff/active-documentviewer_tiff.desktop       
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/tiff/active-documentviewer_tiff.desktop       
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/tiff/okularApplication_tiff.desktop 
new/okular-15.12.2/generators/tiff/okularApplication_tiff.desktop
--- old/okular-15.12.1/generators/tiff/okularApplication_tiff.desktop   
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/tiff/okularApplication_tiff.desktop   
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/txt/active-documentviewer_txt.desktop 
new/okular-15.12.2/generators/txt/active-documentviewer_txt.desktop
--- old/okular-15.12.1/generators/txt/active-documentviewer_txt.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/txt/active-documentviewer_txt.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -177,6 +180,7 @@
 X-KDE-Keywords[nb]=txt
 X-KDE-Keywords[nds]=txt
 X-KDE-Keywords[nl]=txt
+X-KDE-Keywords[nn]=txt
 X-KDE-Keywords[pa]=txt
 X-KDE-Keywords[pl]=txt
 X-KDE-Keywords[pt]=txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/txt/libokularGenerator_txt.desktop 
new/okular-15.12.2/generators/txt/libokularGenerator_txt.desktop
--- old/okular-15.12.1/generators/txt/libokularGenerator_txt.desktop    
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/txt/libokularGenerator_txt.desktop    
2016-02-12 06:08:29.000000000 +0100
@@ -27,6 +27,7 @@
 Name[nb]=tekst
 Name[nds]=TXT
 Name[nl]=tekst
+Name[nn]=txt
 Name[pa]=txt
 Name[pl]=txt
 Name[pt]=txt
@@ -72,6 +73,7 @@
 Comment[nb]=Txt-motor for Okular
 Comment[nds]=TXT-Hülpprogramm för Okular
 Comment[nl]=Tekst-backend voor Okular
+Comment[nn]=Txt-motor for Okular
 Comment[pa]=ਓਕੁਲਾਰ ਲਈ Txt ਬੈਕਐਂਡ
 Comment[pl]=Obsługa Txt dla Okulara
 Comment[pt]=Infra-estrutura de TXT para o Okular
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/txt/okularApplication_txt.desktop 
new/okular-15.12.2/generators/txt/okularApplication_txt.desktop
--- old/okular-15.12.1/generators/txt/okularApplication_txt.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/txt/okularApplication_txt.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -185,6 +187,7 @@
 X-KDE-Keywords[nb]=txt
 X-KDE-Keywords[nds]=txt
 X-KDE-Keywords[nl]=txt
+X-KDE-Keywords[nn]=txt
 X-KDE-Keywords[pa]=txt
 X-KDE-Keywords[pl]=txt
 X-KDE-Keywords[pt]=txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/xps/active-documentviewer_xps.desktop 
new/okular-15.12.2/generators/xps/active-documentviewer_xps.desktop
--- old/okular-15.12.1/generators/xps/active-documentviewer_xps.desktop 
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/xps/active-documentviewer_xps.desktop 
2016-02-12 06:08:29.000000000 +0100
@@ -28,6 +28,7 @@
 Name[nb]=Leser
 Name[nds]=Leser
 Name[nl]=Lezer
+Name[nn]=Lesar
 Name[pa]=ਰੀਡਰ
 Name[pl]=Czytnik
 Name[pt]=Leitor
@@ -76,6 +77,7 @@
 GenericName[nb]=Dokumentviser
 GenericName[nds]=Dokmentkieker
 GenericName[nl]=Documentenviewer
+GenericName[nn]=Dokumentvisar
 GenericName[pa]=ਡੌਕੂਮੈਂਟ ਦਰਸ਼ਕ
 GenericName[pl]=Przeglądarka dokumentów
 GenericName[pt]=Visualizador de documentos
@@ -122,6 +124,7 @@
 Comment[nb]=Framviser for forskjellige dokumenttyper
 Comment[nds]=Kieker för en Reeg Dokmenttypen
 Comment[nl]=Viewer voor verschillende typen documenten
+Comment[nn]=Framvisar for forskjellige dokumenttypar
 Comment[pa]=ਕਈ ਕਿਸਮ ਦੇ ਡੌਕੂਮੈਂਟ ਵੇਖਾਉਣ ਲਈ ਦਰਸ਼ਕ
 Comment[pl]=Przeglądarka dla różnych typów dokumentów
 Comment[pt]=Visualizador de vários tipos de documentos
@@ -181,6 +184,7 @@
 X-KDE-Keywords[nb]=XPS
 X-KDE-Keywords[nds]=XPS
 X-KDE-Keywords[nl]=XPS
+X-KDE-Keywords[nn]=XPS
 X-KDE-Keywords[pa]=XPS
 X-KDE-Keywords[pl]=XPS
 X-KDE-Keywords[pt]=XPS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/xps/libokularGenerator_xps.desktop 
new/okular-15.12.2/generators/xps/libokularGenerator_xps.desktop
--- old/okular-15.12.1/generators/xps/libokularGenerator_xps.desktop    
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/xps/libokularGenerator_xps.desktop    
2016-02-12 06:08:29.000000000 +0100
@@ -36,7 +36,7 @@
 Name[nb]=Okular XPS-tillegg
 Name[nds]=XPS-Moduul för Okular
 Name[nl]=Okular XPS-plugin
-Name[nn]=Okular XPS-tillegg
+Name[nn]=XPS-tillegg for Okular
 Name[pa]=ਓਕੁਲਾਰ XPS ਪਲੱਗਇਨ
 Name[pl]=Wtyczka XPS dla Okulara
 Name[pt]='Plugin' de XPS do Okular
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-15.12.1/generators/xps/okularApplication_xps.desktop 
new/okular-15.12.2/generators/xps/okularApplication_xps.desktop
--- old/okular-15.12.1/generators/xps/okularApplication_xps.desktop     
2016-01-07 07:46:40.000000000 +0100
+++ new/okular-15.12.2/generators/xps/okularApplication_xps.desktop     
2016-02-12 06:08:29.000000000 +0100
@@ -133,6 +133,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -140,6 +141,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
@@ -188,6 +190,7 @@
 X-KDE-Keywords[nb]=XPS
 X-KDE-Keywords[nds]=XPS
 X-KDE-Keywords[nl]=XPS
+X-KDE-Keywords[nn]=XPS
 X-KDE-Keywords[pa]=XPS
 X-KDE-Keywords[pl]=XPS
 X-KDE-Keywords[pt]=XPS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.12.1/shell/okular.desktop 
new/okular-15.12.2/shell/okular.desktop
--- old/okular-15.12.1/shell/okular.desktop     2016-01-07 07:46:40.000000000 
+0100
+++ new/okular-15.12.2/shell/okular.desktop     2016-02-12 06:08:29.000000000 
+0100
@@ -132,6 +132,7 @@
 Comment[el]=Καθολικός προβολέας εγγράφων
 Comment[en_GB]=Universal document viewer
 Comment[es]=Visor de documentos universal
+Comment[et]=Universaalne dokumendinäitaja
 Comment[fi]=Yleinen asiakirjakatselin
 Comment[fr]=Afficheur de document universel
 Comment[gl]=Visor de documentos universal
@@ -139,6 +140,7 @@
 Comment[it]=Visore di documenti universale
 Comment[ko]=만능 문서 뷰어
 Comment[nl]=Universele documentviewer
+Comment[nn]=Dokumentvisar for mange format
 Comment[pl]=Wszechstronna przeglądarka dokumentów
 Comment[pt]=Visualizador de documentos universal
 Comment[pt_BR]=Visualizador de documentos universal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.12.1/ui/formwidgets.cpp 
new/okular-15.12.2/ui/formwidgets.cpp
--- old/okular-15.12.1/ui/formwidgets.cpp       2016-01-07 07:46:40.000000000 
+0100
+++ new/okular-15.12.2/ui/formwidgets.cpp       2016-02-12 06:08:29.000000000 
+0100
@@ -81,8 +81,6 @@
     if ( !button )
         return 0;
 
-
-
     QList< RadioData >::iterator it = m_radios.begin(), itEnd = m_radios.end();
     const int id = formButton->id();
     m_formButtons.insert( id, formButton );
@@ -145,6 +143,14 @@
     int pageNumber = -1;
     if ( CheckBoxEdit *check = qobject_cast< CheckBoxEdit * >( button ) )
     {
+        // Checkboxes need to be uncheckable so if clicking a checked one
+        // disable the exclusive status temporarily and uncheck it
+        if (m_formButtons[check->formField()->id()]->state()) {
+            const bool wasExclusive = button->group()->exclusive();
+            button->group()->setExclusive(false);
+            check->setChecked(false);
+            button->group()->setExclusive(wasExclusive);
+        }
         pageNumber = check->pageItem()->pageNumber();
     }
     else if ( RadioButtonEdit *radio = qobject_cast< RadioButtonEdit * >( 
button ) )
@@ -174,8 +180,14 @@
     {
         int id = formButton->id();
         QAbstractButton* button = m_buttons[id];
+        // temporarily disable exclusiveness of the button group
+        // since it breaks doing/redoing steps into which all the checkboxes
+        // are unchecked
+        const bool wasExclusive = button->group()->exclusive();
+        button->group()->setExclusive(false);
         bool checked = formButton->state();
         button->setChecked( checked );
+        button->group()->setExclusive(wasExclusive);
         button->setFocus();
     }
     emit changed( pageNumber );


Reply via email to