New features:
* Add a language menu
+ The active Language can be now set via a menu at the top-right corner
+ The selected language will saved and automatically loaded again
+ Setting language in the CLI will override the selected language
* Add basque translation (eu)
* Add Portuguese translation (pt_Pt, pt_Br)
* Make zoom-to-fit take possibly selected nodes into account
* Fix GitHub Issue #165: Keep node handles usable
+ Nodes are now raised and zoomed in on mouse hover
+ This behavior can be disabled by Settings => Editing => Raise node on mouse hover
Bug fixes:
* Fix default image size in PNG export dialog
+ Set the default image size to current view size
+ Set a more sensible upper limit for the image size
* Fix zooming when searching text on labels
* Fix position offset issues when creating a new node by dragging
* Fix GitHub Issue #259: 2 build errors in Windows
* Fix very slow node insertion on large mind maps
OBS-URL: https://build.opensuse.org/package/show/Education/heimer?expand=0&rev=33
83 lines
2.3 KiB
RPMSpec
83 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package heimer
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
# Copyright (c) 2021 Fabio Pesari
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: heimer
|
|
Version: 4.5.0
|
|
Release: 0
|
|
Summary: Mind map, diagram, and note-taking tool
|
|
License: CC-BY-SA-3.0 AND GPL-3.0-only
|
|
Group: Productivity/Office/Other
|
|
URL: https://github.com/juzzlin/Heimer
|
|
Source0: https://github.com/juzzlin/Heimer/archive/refs/tags/%{version}.tar.gz
|
|
BuildRequires: cmake
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: libqt5-linguist-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
BuildRequires: pkgconfig(Qt5Network)
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
BuildRequires: pkgconfig(Qt5Xml)
|
|
|
|
%description
|
|
Heimer is a desktop application for creating mind maps and other
|
|
suitable diagrams. Features:
|
|
* Adjustable grid
|
|
* Automatic layout optimization
|
|
* Autosave
|
|
* Easy-to-use UI
|
|
* Export to PNG or SVG
|
|
* Forever 100% free
|
|
* Full undo/redo
|
|
* Nice animations
|
|
* Quickly add node text and edge labels
|
|
* Save/load in XML-based .ALZ-files
|
|
* Translations in English (default), Chinese, Dutch, Finnish, French, Italian, Spanish
|
|
* Very fast
|
|
* Zoom in/out/fit
|
|
* Zoom with mouse wheel
|
|
|
|
%prep
|
|
%setup -q -n Heimer-%{version}
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
%fdupes -s %{buildroot}%{_datadir}
|
|
|
|
%files
|
|
%doc README.md
|
|
%license COPYING
|
|
%{_bindir}/heimer
|
|
%{_datadir}/applications/heimer.desktop
|
|
%dir %{_datadir}/icons/hicolor
|
|
%dir %{_datadir}/icons/hicolor/256x256
|
|
%dir %{_datadir}/icons/hicolor/256x256/apps
|
|
%{_datadir}/icons/hicolor/256x256/apps/heimer.png
|
|
%{_datadir}/metainfo/heimer.appdata.xml
|
|
%{_datadir}/pixmaps/heimer.png
|
|
|
|
%changelog
|