add_dependencies(vym make-translations-directory)
install(DIRECTORY demos DESTINATION ${CMAKE_INSTALL_DATAROOTDIR})
-install(DIRECTORY doc DESTINATION ${CMAKE_INSTALL_DOCDIR})
+install(DIRECTORY doc DESTINATION ${CMAKE_INSTALL_DOCDIR} FILES_MATCHING PATTERN "*.pdf")
install(FILES doc/vym.1.gz DESTINATION ${CMAKE_INSTALL_MANDIR})
install(FILES README.md LICENSE.txt DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(DIRECTORY exports flags icons macros ${CMAKE_BINARY_DIR}/translations scripts styles DESTINATION ${CMAKE_INSTALL_DATAROOTDIR})
if(UNIX)
install(FILES icons/vym.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps)
+ file(CREATE_LINK ../apps/vym.png application-x-vym.png SYMBOLIC)
+ install(FILES ${CMAKE_BINARY_DIR}/application-x-vym.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/mimetypes)
install(FILES config/vym.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/mime/packages)
install(FILES config/vym.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
endif()
-VYM - View Your Mind (c) 2004-2023 by Uwe Drechsel
+VYM - View Your Mind (c) 2004-2024 by Uwe Drechsel
==================================================
Documentation
[Desktop Entry]
Type=Application
-Exec=vym
+Exec=vym %F
Name=VYM - View Your Mind
Name[de]=VYM - View Your Mind
Name[zh_TW]=心智檢視
X-AppInstall-Section=universe
X-Ubuntu-Gettext-Domain=app-install-data
Categories=Qt;KDE;Office;
-
+Keywords=mindmap;taskmanager;brainstorming;
Thanks for using vym!
-Uwe Drechsel - November 2023
+Uwe Drechsel - May 2024
+
+## Version 2.9.27
+### Bugfixes
+ * Bugfix: Markdown improvements by Markus Seilnacht
+ * Bugfix: Allow saving of readonly maps
+ * Bugfix: Use vymBaseDir when setting up libreoffice export
+ * Bugfix: Resetting task delta prio not limited to visible tasks
## Version 2.9.26
"</li>"
"<li> Patches"
" <ul>"
+ " <li>Sven Höxter: Various patches to fix typos and especiall for Debian packaging</li>"
" <li>Edward Wang: adding close tab buttons</li>"
" <li>p0llox (Pierre): various patches for Debian packaging</li>"
" <li>Markus Seilnacht: Markdown improvements</li>"
"</li>"
"<li> Patches in previous vym versions"
" <ul>"
- " <li>Łukasz Pietrzak, Scott Dillman and Patrick Spendrin, "
- "Andrew Ng, "
+ " <li>Łukasz Pietrzak, Scott Dillman and Patrick Spendrin, Andrew Ng, "
"Juha Ruotsalainen and Thomas Kriener: windows patches</li>"
" <li>Thomas Schraitle for the stylesheet"
" formerly used for XHTML-export and help with XML "
void ConfluenceAgent::unknownStepWarningFinishJob()
{
- qWarning() << "CA::contJob unknow step in jobType = "
+ qWarning() << "CA::contJob unknown step in jobType = "
<< jobType
<< "jobStep = " << jobStep;
finishJob();
void JiraAgent::unknownStepWarning()
{
- qWarning() << "JA::contJob unknow step in jobType = "
+ qWarning() << "JA::contJob unknown step in jobType = "
<< jobType
<< "jobStep = " << jobStep;
}
void LinkableMapObj::forceReposition()
{
- // Sometimes a reposition has to be done immediatly: For example
+ // Sometimes a reposition has to be done immediately: For example
// if the note editor flag changes, there is no user event in mapeditor
// which could collect requests for a reposition.
// Then we have to call forceReposition()
"-d debug Show debugging output\n"
"-h help Show this help text\n"
"-L load Load script\n"
- "-l local Run with ressources in current directory\n"
+ "-l local Run with resources in current directory\n"
"--locale locale Override system locale setting to select\n"
" language\n"
"-n STRING name Set name of instance for DBus access\n"
- "-q quit Quit immediatly after start for benchmarking\n"
+ "-q quit Quit immediately after start for benchmarking\n"
"-R FILE run Run script\n"
"-r restore Restore last session\n"
"--recover recover Delete lockfiles during initial loading of\n"
QString docname;
if (locale.left(2) == "es")
docname = "vym_es.pdf";
+ else if (locale.left(2) == "fr")
+ docname = "vym_fr.pdf";
else
docname = "vym.pdf";
#ifndef VERSION_H
#define VERSION_H
-#define __VYM_VERSION "2.9.27"
-#define __VYM_BUILD_DATE "2024-05-01"
+#define __VYM_VERSION "2.9.28"
+#define __VYM_BUILD_DATE "2024-05-10"
#define __VYM_CODE_QUALITY "Production"
#define __VYM_CODENAME ""
-d debug Show debugging output
-h help Show this help text
-L load Load script
--l local Run with ressources in current directory
+-l local Run with resources in current directory
--locale locale Override system locale setting to select
language
-n STRING name Set name of instance for DBus access
--q quit Quit immediatly after start for benchmarking
+-q quit Quit immediately after start for benchmarking
-R FILE run Run script
-r restore Restore last session
--recover recover Delete lockfiles during initial loading of
{\em heading} "Get valentine surprise".
More windows, each having a special purpose, can be opened and arranged
-around or even in the mainwindow. These extra windows are called
+around or even in the mainwindow. These extra windows are
called {\em satellites}\footnote{
The advantage of having separate window instead of integrating them
in a combined workspace is flexibility in arranging the windows. For
example.vym} itself.
\subsubsection*{Edit branch after adding it}
- If set, the heading of a new branch will be edited immediatly after
+ If set, the heading of a new branch will be edited immediately after
adding the branch.
\subsubsection*{Select branch after adding it}
- If set, a new branch will be selected immediatly after adding it.
+ If set, a new branch will be selected immediately after adding it.
When you "brainstorm" on a given keyword, you don't want to go
deeper and deeper into details, but keep the focus on the keyword.
So the default setting here is to {\em not} select the freshly added
The file can be edited manually, or on Mac~OS~X with Property List
Editor (installed with xtools). On windows you can use {\tt regedit.exe}.
-\subsection{Path to ressources}
-\vym will try to find its ressources (images, stylesheets, filters,
+\subsection{Path to resources}
+\vym will try to find its resources (images, stylesheets, filters,
etc.) in the following places:
\begin{enumerate}
\item Path given by the environment variable {\tt VYMHOME}.