Accepting request 262267 from Education
1 OBS-URL: https://build.opensuse.org/request/show/262267 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/semantik?expand=0&rev=10
This commit is contained in:
commit
2c0a03a6b2
@ -1,18 +0,0 @@
|
|||||||
commit 066ba6289f47493123e7e51ac4f779cecee3825e
|
|
||||||
Author: Thomas Nagy <tnagy2pow10@gmail.com>
|
|
||||||
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();
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:452c0eef9d23b13011798c391a6cea7cd3ee637daca73228198f6cc14d6a281a
|
|
||||||
size 428479
|
|
3
semantik-0.9.3.tar.bz2
Normal file
3
semantik-0.9.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b5f5c2949e5b48f5cfbeac79a22dd0fcaeb9fc29e4c79de0cf9969e088ea1b3e
|
||||||
|
size 435810
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 06:44:29 UTC 2014 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 0.9.3
|
||||||
|
* Generated HTML documents no longer reference pdf files
|
||||||
|
* Save Semantik diagrams on exit
|
||||||
|
* Minor changes in pdflatex documents
|
||||||
|
* New class element in diagrams
|
||||||
|
* Zoom improvements
|
||||||
|
- drop 0001-fix-ctrl-enter-crash.patch
|
||||||
|
* upstream fixed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 7 13:43:11 UTC 2014 - oholecek@suse.com
|
Tue Oct 7 13:43:11 UTC 2014 - oholecek@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: semantik
|
Name: semantik
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A mindmapping-like tool
|
Summary: A mindmapping-like tool
|
||||||
License: GPL-3.0 and GPL-2.0
|
License: GPL-3.0 and GPL-2.0
|
||||||
@ -25,8 +25,6 @@ Group: Productivity/Office/Other
|
|||||||
Url: http://code.google.com/p/semantik
|
Url: http://code.google.com/p/semantik
|
||||||
Source0: http://ftp.waf.io/pub/release/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.waf.io/pub/release/%{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.1
|
Source1: %{name}.1
|
||||||
# PATCH-FIX-UPSTREAM 0001-fix-ctrl-enter-crash.patch
|
|
||||||
Patch0: 0001-fix-ctrl-enter-crash.patch
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libQtWebKit-devel
|
BuildRequires: libQtWebKit-devel
|
||||||
@ -54,7 +52,6 @@ to create general-purpose documents through the use of mindmaps.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -101,6 +98,7 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
|||||||
%{_datadir}/applications/kde4/semantik*.desktop
|
%{_datadir}/applications/kde4/semantik*.desktop
|
||||||
%{_datadir}/pixmaps/*.svg
|
%{_datadir}/pixmaps/*.svg
|
||||||
%{_datadir}/icons/oxygen/*/apps/semantik*.png
|
%{_datadir}/icons/oxygen/*/apps/semantik*.png
|
||||||
|
%{_datadir}/icons/oxygen/scalable/apps/semantik*.svgz
|
||||||
%{_datadir}/mime/packages/%{name}.xml
|
%{_datadir}/mime/packages/%{name}.xml
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user