Hello community, here is the log from the commit of package okular for openSUSE:Factory checked in at 2015-11-15 12:43:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-10-19 22:44:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes 2015-11-15 12:43:46.000000000 +0100 @@ -1,0 +2,9 @@ +Tue Nov 10 20:23:02 UTC 2015 - [email protected] + +- Update to KDE Applications 15.08.3 + * KDE Applications 15.08.3 + * https://www.kde.org/announcements/announce-applications-15.08.3.php + * boo#954531 + + +------------------------------------------------------------------- Old: ---- okular-15.08.2.tar.xz New: ---- okular-15.08.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okular.spec ++++++ --- /var/tmp/diff_new_pack.79gN6X/_old 2015-11-15 12:43:47.000000000 +0100 +++ /var/tmp/diff_new_pack.79gN6X/_new 2015-11-15 12:43:47.000000000 +0100 @@ -17,7 +17,7 @@ Name: okular -Version: 15.08.2 +Version: 15.08.3 Release: 0 Summary: Document Viewer License: GPL-2.0+ ++++++ okular-15.08.2.tar.xz -> okular-15.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-15.08.2/generators/poppler/libokularGenerator_poppler.desktop new/okular-15.08.3/generators/poppler/libokularGenerator_poppler.desktop --- old/okular-15.08.2/generators/poppler/libokularGenerator_poppler.desktop 2015-10-09 01:20:09.000000000 +0200 +++ new/okular-15.08.3/generators/poppler/libokularGenerator_poppler.desktop 2015-11-04 14:03:13.000000000 +0100 @@ -68,7 +68,7 @@ Comment[bg]=Ядро на Okular за PDF, използващо poppler Comment[bs]=Pozadina PDF-a za Okular koristeći Poppler Comment[ca]=Dorsal de PDF per a l'Okular que empra el «poppler» -Comment[ca@valencia]=Dorsal de PDF per a l'Okular emprant el poppler +Comment[ca@valencia]=Dorsal de PDF per a l'Okular que empra el «poppler» Comment[cs]=Implementace PDF pro Okular používající poppler Comment[da]=PDF-motor til Okular som bruger poppler Comment[de]=Anzeigemodul für PDF (mittels Poppler) in Okular diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okular-15.08.2/ui/pageview.cpp new/okular-15.08.3/ui/pageview.cpp --- old/okular-15.08.2/ui/pageview.cpp 2015-10-09 01:20:09.000000000 +0200 +++ new/okular-15.08.3/ui/pageview.cpp 2015-11-04 14:03:13.000000000 +0100 @@ -2404,6 +2404,11 @@ { d->document->processAction( static_cast<Okular::ScreenAnnotation*>( ann )->action() ); } + else if ( ann->subType() == Okular::Annotation::AFileAttachment ) + { + const Okular::FileAttachmentAnnotation * fileAttachAnnot = static_cast< Okular::FileAttachmentAnnotation * >( ann ); + GuiUtils::saveEmbeddedFile( fileAttachAnnot->embeddedFile(), this ); + } } #if 0 // a link can move us to another page or even to another document, there's no point in trying to @@ -3883,6 +3888,11 @@ setCursor( Qt::PointingHandCursor ); } } + else if ( annotation->subType() == Okular::Annotation::AFileAttachment ) + { + d->mouseOnRect = true; + setCursor( Qt::PointingHandCursor ); + } else { setCursor( Qt::OpenHandCursor );
