Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2015-01-21 22:12:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-09 
01:10:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes       2015-01-21 
22:13:24.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan 12 20:08:05 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.1
+   * KDE Applications 14.12.1
+   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
+
+-------------------------------------------------------------------

Old:
----
  okular-14.12.0.tar.xz

New:
----
  okular-14.12.1.tar.xz

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

Other differences:
------------------
++++++ okular.spec ++++++
--- /var/tmp/diff_new_pack.BXacYv/_old  2015-01-21 22:13:25.000000000 +0100
+++ /var/tmp/diff_new_pack.BXacYv/_new  2015-01-21 22:13:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package okular
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           okular
-Version:        14.12.0
+Version:        14.12.1
 Release:        0
 Summary:        Document Viewer
 License:        GPL-2.0+

++++++ okular-14.12.0.tar.xz -> okular-14.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-14.12.0/VERSION new/okular-14.12.1/VERSION
--- old/okular-14.12.0/VERSION  2014-12-10 15:34:26.000000000 +0100
+++ new/okular-14.12.1/VERSION  2015-01-07 00:17:35.000000000 +0100
@@ -1 +1 @@
-okular v0.21.0
+okular v0.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-14.12.0/core/version.h 
new/okular-14.12.1/core/version.h
--- old/okular-14.12.0/core/version.h   2014-12-10 15:34:26.000000000 +0100
+++ new/okular-14.12.1/core/version.h   2015-01-07 00:17:35.000000000 +0100
@@ -10,10 +10,10 @@
 #ifndef _OKULAR_VERSION_H_
 #define _OKULAR_VERSION_H_
 
-#define OKULAR_VERSION_STRING "0.21.0"
+#define OKULAR_VERSION_STRING "0.21.1"
 #define OKULAR_VERSION_MAJOR 0
 #define OKULAR_VERSION_MINOR 21
-#define OKULAR_VERSION_RELEASE 0
+#define OKULAR_VERSION_RELEASE 1
 #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-14.12.0/part.cpp new/okular-14.12.1/part.cpp
--- old/okular-14.12.0/part.cpp 2014-12-10 15:34:26.000000000 +0100
+++ new/okular-14.12.1/part.cpp 2015-01-07 00:17:35.000000000 +0100
@@ -1635,6 +1635,8 @@
     updateViewActions();
 
     KParts::ReadWritePart::guiActivateEvent(event);
+
+    setWindowTitleFromDocument();
 }
 
 void Part::close()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-14.12.0/ui/pageview.cpp 
new/okular-14.12.1/ui/pageview.cpp
--- old/okular-14.12.0/ui/pageview.cpp  2014-12-10 15:34:26.000000000 +0100
+++ new/okular-14.12.1/ui/pageview.cpp  2015-01-07 00:17:35.000000000 +0100
@@ -1893,7 +1893,9 @@
         if ( deltaY )
         {
             d->zoomFactor *= ( 1.0 + ( (double)deltaY / 500.0 ) );
+            d->blockPixmapsRequest = true;
             updateZoom( ZoomRefreshCurrent );
+            d->blockPixmapsRequest = false;
             viewport()->repaint();
         }
         return;
@@ -4314,8 +4316,7 @@
 void PageView::slotRequestVisiblePixmaps( int newValue )
 {
     // if requests are blocked (because raised by an unwanted event), exit
-    if ( d->blockPixmapsRequest || d->viewportMoveActive ||
-         ( QApplication::mouseButtons () & Qt::MidButton ) )
+    if ( d->blockPixmapsRequest || d->viewportMoveActive )
         return;
 
     // precalc view limits for intersecting with page coords inside the loop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to