- update to 1.2.1:
* Fix duplicate reference values * Fix double prompts for overwriting files * Fix map variables visibility when opening maps * Fix document generator dialog's tab navigation * Fix boundary objects' text alignment (diagrams) * Fix pipe objects' resizing (diagrams) * Fix component objects' margin sizes * Enable newlines on most diagram objects #89 * Add global settings for commands to execute after a template is called From Semantik 1.2.0: * Add support for references (Kdissert) #91 * Add support for newlines in table attachments #89 * Configure arrow colors on the main map * Add a new Entity shape for data modeling (diagrams) * Fix missing crossing lines when printing or exporting diagrams From Semantik 1.1.0: * Improve the looks of diagram crossing lines From Semantik 1.0.9: * Display picture and diagram thumbnails on the main map * Add a touchpad mode for laptop users From Semantik 1.0.8: * Add new formatting actions to the Rich Text editor: text color, hyperlink, list, clear formatting * Position diagram boundary captions to top or bottom * Improve the odt template styles From Semantik 1.0.7: * Export rich text in html/s5 document generators * Add new styles for the odt template * Add text alignment options to diagram elements OBS-URL: https://build.opensuse.org/package/show/Education/semantik?expand=0&rev=36
This commit is contained in:
parent
6c10f11694
commit
6be4f15781
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91e97799262611a2a6ed2930b19fd902626ff0c64e02cb2f46f481e9d09a7429
|
||||
size 469375
|
@ -1,13 +0,0 @@
|
||||
Index: semantik-1.0.1/wscript
|
||||
===================================================================
|
||||
--- semantik-1.0.1.orig/wscript
|
||||
+++ semantik-1.0.1/wscript
|
||||
@@ -63,7 +63,7 @@ src/fig/semantik_d_win.h
|
||||
src/fig/filetree.h
|
||||
src/fig/diagram_document.h
|
||||
''',
|
||||
- use = 'KDECORE QT5CORE QT5WIDGETS QT5GUI QT5XML QT5PRINTSUPPORT QT5SVG semlib',
|
||||
+ use = 'KDECORE QT5CORE QT5WIDGETS QT5GUI QT5XML QT5PRINTSUPPORT QT5SVG QT5DBUS semlib',
|
||||
target = 'src/semantik-d',
|
||||
includes = '. src src/fig src/base')
|
||||
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 23:55:56 UTC 2019 - lars@linux-schulserver.de
|
||||
|
||||
- update to 1.2.1:
|
||||
* Fix duplicate reference values
|
||||
* Fix double prompts for overwriting files
|
||||
* Fix map variables visibility when opening maps
|
||||
* Fix document generator dialog's tab navigation
|
||||
* Fix boundary objects' text alignment (diagrams)
|
||||
* Fix pipe objects' resizing (diagrams)
|
||||
* Fix component objects' margin sizes
|
||||
* Enable newlines on most diagram objects #89
|
||||
* Add global settings for commands to execute after a template is called
|
||||
From Semantik 1.2.0:
|
||||
* Add support for references (Kdissert) #91
|
||||
* Add support for newlines in table attachments #89
|
||||
* Configure arrow colors on the main map
|
||||
* Add a new Entity shape for data modeling (diagrams)
|
||||
* Fix missing crossing lines when printing or exporting diagrams
|
||||
From Semantik 1.1.0:
|
||||
* Improve the looks of diagram crossing lines
|
||||
From Semantik 1.0.9:
|
||||
* Display picture and diagram thumbnails on the main map
|
||||
* Add a touchpad mode for laptop users
|
||||
From Semantik 1.0.8:
|
||||
* Add new formatting actions to the Rich Text editor: text color,
|
||||
hyperlink, list, clear formatting
|
||||
* Position diagram boundary captions to top or bottom
|
||||
* Improve the odt template styles
|
||||
From Semantik 1.0.7:
|
||||
* Export rich text in html/s5 document generators
|
||||
* Add new styles for the odt template
|
||||
* Add text alignment options to diagram elements
|
||||
From Semantik 1.0.6:
|
||||
* Improve the document export from the command-line
|
||||
* Fix some annoying with the base directory changing to /tmp
|
||||
* Persist font settings in documents
|
||||
* Update the French translation data
|
||||
* Export png files in html and latex documents
|
||||
* Remove the Beamer files: most LaTeX distributions provide them nowadays
|
||||
From Semantik 1.0.5:
|
||||
* Highlight code snippets in beamer presentations/pdflatex using Minted
|
||||
* Fix drawing artifacts when switching diagrams
|
||||
* Fix the inactive custom color buttons in semantik #88
|
||||
* Add a color toolbar to semantik-d
|
||||
* Improve the default colors for readability
|
||||
From Semantik 1.0.4:
|
||||
* Improve PDF diagram export
|
||||
* Fix Qt Dbus compilation errors on some systems
|
||||
From Semantik 1.0.3:
|
||||
* Updated import filters to Python3 syntax #83
|
||||
* Fix image imports #84
|
||||
* Improve zigzag lines routing for sequence elements
|
||||
From Semantik 1.0.2:
|
||||
* Fix truncated saved documents in combination with accentuated characters
|
||||
* Deply highcolor icons to force the application icon
|
||||
* Deselect currently selected diagram elements after adding a new one
|
||||
* Add spell checking to the text widget
|
||||
* Improve paragraph handling for generated OpenOffice.org text documents
|
||||
- added python3-Pygments BuildRequires
|
||||
- use _service now
|
||||
- removed semantik-filetree-qtdbus.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 03:27:32 UTC 2018 - bwiedemann@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package semantik
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,9 +20,9 @@ Name: semantik
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: A mindmapping-like tool
|
||||
License: GPL-3.0 and GPL-2.0
|
||||
License: GPL-3.0-only AND GPL-2.0-only
|
||||
Group: Productivity/Office/Other
|
||||
Url: http://ita1024.github.io/semantik/
|
||||
Url: https://waf.io/semantik.html
|
||||
Source0: https://waf.io/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.1
|
||||
#PATCH-FIX-UPSTREAM marguerite@opensuse.org fix QDBusAbstractInterface not found error
|
||||
@ -38,6 +38,7 @@ BuildRequires: libqt5-linguist
|
||||
BuildRequires: libqt5-qtdeclarative-devel
|
||||
BuildRequires: libqt5-qtsvg-devel
|
||||
BuildRequires: libqt5-qtwebengine-devel
|
||||
BuildRequires: python3-Pygments
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: update-desktop-files
|
||||
|
||||
@ -55,7 +56,6 @@ to create general-purpose documents through the use of mindmaps.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%%patch -p1
|
||||
|
||||
#wrong-icon-size
|
||||
convert -strip src/data/hi48-app-semantik-d.png -resize 48x48 src/data/hi48-app-semantik-d.png
|
||||
@ -69,7 +69,6 @@ done
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
|
||||
|
||||
./waf configure \
|
||||
--prefix=%{_prefix}
|
||||
|
||||
@ -104,8 +103,8 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
%{_libdir}/lib*.so*
|
||||
%{_datadir}/applications/semantik*.desktop
|
||||
%{_datadir}/pixmaps/*.svg
|
||||
%{_datadir}/icons/oxygen/*/apps/semantik*.png
|
||||
%{_datadir}/icons/oxygen/scalable/apps/semantik*.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/semantik*.png
|
||||
%{_datadir}/icons/hicolor/*/apps/semantik*.svg
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_datadir}/semantik
|
||||
|
Loading…
Reference in New Issue
Block a user