Hello community, here is the log from the commit of package kmplot for openSUSE:Factory checked in at 2012-03-13 09:34:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmplot (Old) and /work/SRC/openSUSE:Factory/.kmplot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmplot", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes 2012-01-30 12:26:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes 2012-03-13 09:34:35.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 2 23:22:34 CET 2012 - [email protected] + +- update to 4.8.1 + * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for details + +------------------------------------------------------------------- Old: ---- kmplot-4.8.0.tar.bz2 New: ---- kmplot-4.8.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmplot.spec ++++++ --- /var/tmp/diff_new_pack.UiSynC/_old 2012-03-13 09:34:36.000000000 +0100 +++ /var/tmp/diff_new_pack.UiSynC/_new 2012-03-13 09:34:36.000000000 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: kmplot BuildRequires: boost-devel BuildRequires: freeglut-devel @@ -45,7 +46,7 @@ BuildRequires: ocaml BuildRequires: ocaml-facile %endif -Version: 4.8.0 +Version: 4.8.1 Release: 0 Summary: Mathematical Function Plotter License: GPL-2.0+ ++++++ kmplot-4.8.0.tar.bz2 -> kmplot-4.8.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmplot-4.8.0/doc/commands.docbook new/kmplot-4.8.1/doc/commands.docbook --- old/kmplot-4.8.0/doc/commands.docbook 2011-07-27 20:40:47.000000000 +0200 +++ new/kmplot-4.8.1/doc/commands.docbook 2012-02-29 23:56:48.000000000 +0100 @@ -196,7 +196,12 @@ <guimenuitem>Show Sliders</guimenuitem> </menuchoice></term> <listitem> - <para><action>Toggles</action> the visibility of the slider dialog.</para> + <para><action>Toggles</action> the visibility of the slider dialog. + In the dialog move a slider to change the parameter of the function plot connected to it.</para> + <para>Enable this on the Function tab and select one of the sliders to change the parameter value dynamically. The values vary from 0 (left) to 10 (right) by default, but can be changed in the slider dialog.</para> + <para>For a small tutorial see <ulink url="http://userbase.kde.org/KmPlot/">Using Sliders</ulink>.</para> + <!--http://forum.kde.org/viewtopic.php?f=21&t=90183 kmplot slider examples + KmPlot supports only one parameter. Feature request on bugs.kde.org: https://bugs.kde.org/show_bug.cgi?id=139097--> </listitem> </varlistentry> Files old/kmplot-4.8.0/doc/index.cache.bz2 and new/kmplot-4.8.1/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmplot-4.8.0/kmplot/kmplotio.cpp new/kmplot-4.8.1/kmplot/kmplotio.cpp --- old/kmplot-4.8.0/kmplot/kmplotio.cpp 2011-07-27 20:40:47.000000000 +0200 +++ new/kmplot-4.8.1/kmplot/kmplotio.cpp 2012-03-02 23:02:37.000000000 +0100 @@ -572,7 +572,7 @@ void KmPlotIO::parseParameters( const QDomElement &n, Function * function ) { QChar separator = (version < 1) ? ',' : ';'; - QString tagName = (version < 5) ? "parameterlist" : "parameter-list"; + QString tagName = (version < 4) ? "parameterlist" : "parameter-list"; const QStringList str_parameters = n.namedItem( tagName ).toElement().text().split( separator, QString::SkipEmptyParts ); for( QStringList::const_iterator it = str_parameters.constBegin(); it != str_parameters.constEnd(); ++it ) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
