Hello community,

here is the log from the commit of package semantik for openSUSE:Factory 
checked in at 2014-10-08 22:13:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/semantik (Old)
 and      /work/SRC/openSUSE:Factory/.semantik.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "semantik"

Changes:
--------
--- /work/SRC/openSUSE:Factory/semantik/semantik.changes        2014-09-17 
17:25:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.semantik.new/semantik.changes   2014-10-08 
22:13:54.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct  7 13:43:11 UTC 2014 - [email protected]
+
+- add 0001-fix-ctrl-enter-crash.patch: fix crash when adding new
+  element
+
+-------------------------------------------------------------------

New:
----
  0001-fix-ctrl-enter-crash.patch

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

Other differences:
------------------
++++++ semantik.spec ++++++
--- /var/tmp/diff_new_pack.03pUcr/_old  2014-10-08 22:13:56.000000000 +0200
+++ /var/tmp/diff_new_pack.03pUcr/_new  2014-10-08 22:13:56.000000000 +0200
@@ -25,6 +25,8 @@
 Url:            http://code.google.com/p/semantik
 Source0:        http://ftp.waf.io/pub/release/%{name}-%{version}.tar.bz2
 Source1:        %{name}.1
+# PATCH-FIX-UPSTREAM 0001-fix-ctrl-enter-crash.patch
+Patch0:         0001-fix-ctrl-enter-crash.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libQtWebKit-devel
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 

++++++ 0001-fix-ctrl-enter-crash.patch ++++++
commit 066ba6289f47493123e7e51ac4f779cecee3825e
Author: Thomas Nagy <[email protected]>
Date:   Thu Sep 4 18:47:42 2014 +0200

    Fixed a crash on Ctrl+Return

diff --git a/src/canvas_view.cpp b/src/canvas_view.cpp
index 2cd0859..4f9ee00 100644
--- a/src/canvas_view.cpp
+++ b/src/canvas_view.cpp
@@ -1244,6 +1244,7 @@ void canvas_view::reorganize() {
 
        // now apply the layout for undo/redo
        mem_move *mv = new mem_move(m_oMediator);
+       mv->sel.clear();
        foreach(data_item* x, m_oMediator->m_oItems.values()) {
                canvas_item *v = m_oItems[x->m_iId];
                QPointF p = v->pos();
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to