Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2014-10-16 18:12:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and      /work/SRC/openSUSE:Factory/.kmplot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmplot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes    2014-09-18 
07:59:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes       2014-10-16 
18:13:02.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 12:05:26 UTC 2014 - [email protected]
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+
+-------------------------------------------------------------------

Old:
----
  kmplot-4.14.1.tar.xz

New:
----
  kmplot-4.14.2.tar.xz

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

Other differences:
------------------
++++++ kmplot.spec ++++++
--- /var/tmp/diff_new_pack.R729Ux/_old  2014-10-16 18:13:03.000000000 +0200
+++ /var/tmp/diff_new_pack.R729Ux/_new  2014-10-16 18:13:03.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kmplot
-Version:        4.14.1
+Version:        4.14.2
 Release:        0
 Summary:        Mathematical Function Plotter
 License:        GPL-2.0+

++++++ kmplot-4.14.1.tar.xz -> kmplot-4.14.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.14.1/kmplot/view.cpp 
new/kmplot-4.14.2/kmplot/view.cpp
--- old/kmplot-4.14.1/kmplot/view.cpp   2014-08-18 07:40:12.000000000 +0200
+++ new/kmplot-4.14.2/kmplot/view.cpp   2014-09-17 15:01:07.000000000 +0200
@@ -3542,7 +3542,7 @@
        QRect zoomRect = QRect( m_zoomRectangleStart, e->pos() ).normalized();
        int area = zoomRect.width() * zoomRect.height();
 
-       if ( (area <= 500) && (m_mousePressTimer->elapsed() < 100) )
+       if ( (area <= 500) && (m_mousePressTimer->elapsed() < 
QApplication::startDragTime()) )
        {
                if ( m_zoomMode == ZoomInDrawing )
                        m_zoomMode = ZoomIn;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to