Accepting request 262266 from home:MargueriteSu:branches:Education
update 0.9.3 OBS-URL: https://build.opensuse.org/request/show/262266 OBS-URL: https://build.opensuse.org/package/show/Education/semantik?expand=0&rev=19
This commit is contained in:
parent
f438cff2d9
commit
3d0f52a092
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: semantik
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3
|
||||
Release: 0
|
||||
Summary: A mindmapping-like tool
|
||||
License: GPL-3.0 and GPL-2.0
|
||||
@ -25,8 +25,6 @@ Group: Productivity/Office/Other
|
||||
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
|
||||
@ -54,7 +52,6 @@ to create general-purpose documents through the use of mindmaps.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -101,6 +98,7 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
%{_datadir}/applications/kde4/semantik*.desktop
|
||||
%{_datadir}/pixmaps/*.svg
|
||||
%{_datadir}/icons/oxygen/*/apps/semantik*.png
|
||||
%{_datadir}/icons/oxygen/scalable/apps/semantik*.svgz
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user