From Stijn.Ilsen at qinetiq.be Mon Sep 2 07:45:17 2013 From: Stijn.Ilsen at qinetiq.be (Stijn.Ilsen at qinetiq.be) Date: Mon, 2 Sep 2013 09:45:17 +0200 Subject: [Kst] Website - Resources not working In-Reply-To: <310079917.60370320.1377945446868.JavaMail.root@zimbra73-e12.priv.proxad.net> References: <310079917.60370320.1377945446868.JavaMail.root@zimbra73-e12.priv.proxad.net> Message-ID: An HTML attachment was scrubbed... URL: From syntheticpp at gmx.net Mon Sep 2 18:18:45 2013 From: syntheticpp at gmx.net (=?utf-8?q?Peter=20K=C3=BCmmel?=) Date: Mon, 02 Sep 2013 18:18:45 +0000 Subject: [Kst] www/areas/extragear/apps/kst Message-ID: SVN commit 1364351 by kuemmel: update links M +2 -2 download/binary_packages.php M +3 -5 download/source_code.php M +1 -1 sample_data/index.php --- trunk/www/areas/extragear/apps/kst/download/binary_packages.php #1364350:1364351 @@ -5,8 +5,8 @@ The latest version is Kst 2.0.7, released July 17th 2013
    -
  • Windows installer for Kst 2 is available at SourceForge and an automatic Windows daily build can be found on - GitHub
  • +
  • Windows installer for Kst 2 is available at SourceForge and an automatic Windows build can be found at + GitHub
  • Mac OSX binary is available at SourceForge
  • Packages for Ubuntu can be found at https://launchpad.net/~kst-plot/+archive/ppa
  • Packages for openSuse can be found here
  • --- trunk/www/areas/extragear/apps/kst/download/source_code.php #1364350:1364351 @@ -6,13 +6,11 @@

    Getting the code

    • Pre-packaged source code can be found at SourceForge.
    • -
    • Subversion source: +
    • Source is hosted at GitHub:
      • -
      • Browse the Kst2 code online.
      • -
      • Checkout anonymously:
        "svn co svn://anonsvn.kde.org/home/kde/branches/work/kst/portto4/kst"
      • -
      • Checkout with write access:
        "svn co svn+ssh://YOUR_KDE_ACCOUNT_NAME at svn.kde.org/home/kde/branches/work/kst/portto4/kst"
      • +
      • Browse or fork the Kst2 code at GitHub.
      • +
      • Clone with
        "git clone https://github.com/Kst-plot/kst.git"
      -
    • Git: you can also find the code on GitHub for online browsing or cloning.
    --- trunk/www/areas/extragear/apps/kst/sample_data/index.php #1364350:1364351 @@ -14,7 +14,7 @@

    To illustrate the flexibility of Kst in handling various file formats, we provide a couple of sample files using different conventions:

    • Some metadata in the header including field names. 2 similar files are provided to experiment with the "change data file" tool
    • -
    • Pure data (Kst will call the vectors "Column1", "Column2", etc...) from a gyrometer: 3 vectors x 200 000 samples (gzipped, please uncompress before using)
    • +
    • Pure data (Kst will call the vectors "Column1", "Column2", etc...) from a gyrometer: 3 vectors x 200 000 samples (gzipped, please uncompress before using)
    • One large file (zipped) to experience for yourself the performance of Kst (coming soon)
    From syntheticpp at gmx.net Mon Sep 2 18:37:09 2013 From: syntheticpp at gmx.net (=?utf-8?q?Peter=20K=C3=BCmmel?=) Date: Mon, 02 Sep 2013 18:37:09 +0000 Subject: [Kst] branches/work/kst/portto4 Message-ID: SVN commit 1364354 by kuemmel: move to git, freeze svn at 2.0.7 D kst (directory) A kst-2.0.7 (directory) From barth.netterfield at utoronto.ca Thu Sep 5 18:07:57 2013 From: barth.netterfield at utoronto.ca (Barth Netterfield) Date: Thu, 5 Sep 2013 14:07:57 -0400 Subject: [Kst] fall plans Message-ID: <1975800.uvbiJX45gx@ice> I'm back from the Summer payload integration in Texas, and will have some time over the next couple months to work on kst. There are two features 'required' by my current project: 1) datasource collections/meta files/some other good name: The ability to list a number of data files which will be treated as one data source (listed back to back). The idea is that each file in the list represents a subsequent time interval. Ideally, they should all have the same list of fields. 2) Finish and package python scripting (at least a beta release). And the ever present: 3) bugs and UI tweaks as they come along. The goal is to have these finished by the end of the October, for a 2.0.8 *minor* release by the first week in November. Does anyone else have anything they plan to work on / would like to see worked on over this period? -- Barth Netterfield University of Toronto 416-845-0946 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolas.brisset at free.fr Sun Sep 8 20:04:28 2013 From: nicolas.brisset at free.fr (Nicolas Brisset) Date: Sun, 8 Sep 2013 22:04:28 +0200 (CEST) Subject: [Kst] fall plans In-Reply-To: <1975800.uvbiJX45gx@ice> Message-ID: <610806570.80433460.1378670668365.JavaMail.root@zimbra73-e12.priv.proxad.net> Hi, I have plenty of ideas (much more than time lately!), but here are some favorites (see also http://community.kde.org/KDE_Science/Kst/roadmap, which is a bit out of date unfortunately but nonetheless interesting). It's clear that everything won't make it into the next version, but that gives an idea of where my areas of interest are. - Better vector view (ability to view many vectors at once + more format options) - Equations and plugins should no longer generate X slave vector (272575) - Time-based range selector - SQL datasource - Prune to visible tool - Plot manager - Data sinks And another thing which I'd like to look at: support for Irig106 Chapter 10, which seems to be a quite prevalent format for flight recorders - and there's an open-source lib to read it (see http://www.irig106.org). But that certainly won't be for 2.0.8. Nicolas - slowing learning git! ----- Mail original ----- > De: "Barth Netterfield" > ?: "Kst Mailing list" > Envoy?: Jeudi 5 Septembre 2013 20:07:57 > Objet: [Kst] fall plans > > > > > I'm back from the Summer payload integration in Texas, and will have > some time over the next couple months to work on kst. There are two > features 'required' by my current project: > > > > 1) datasource collections/meta files/some other good name: > > The ability to list a number of data files which will be treated as > one data source (listed back to back). The idea is that each file in > the list represents a subsequent time interval. Ideally, they should > all have the same list of fields. > > > > 2) Finish and package python scripting (at least a beta release). > > > > And the ever present: > > > > 3) bugs and UI tweaks as they come along. > > > > The goal is to have these finished by the end of the October, for a > 2.0.8 minor release by the first week in November. > > > > Does anyone else have anything they plan to work on / would like to > see worked on over this period? > > > > -- > > Barth Netterfield > > University of Toronto > > 416-845-0946 > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst > From Marek.Babic at iongeo.com Wed Sep 11 10:38:43 2013 From: Marek.Babic at iongeo.com (Marek Babic) Date: Wed, 11 Sep 2013 11:38:43 +0100 Subject: [Kst] Red-hat ? Message-ID: <52304833.3010901@iongeo.com> Hello, can I use kst on red-hat ? Which package should I download ? Thank you Marek ________________________________ This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notify the sender and delete the original. From Nicolas.Brisset at eurocopter.com Thu Sep 12 06:11:29 2013 From: Nicolas.Brisset at eurocopter.com (Brisset, Nicolas) Date: Thu, 12 Sep 2013 06:11:29 +0000 Subject: [Kst] Red-hat ? In-Reply-To: <52304833.3010901@iongeo.com> References: <52304833.3010901@iongeo.com> Message-ID: <6748272C687E624CAF816E83B825E8004B1E4118@winexc24.host.cr.eurocopter.corp> Hi, Sure, you can use Kst on Redhat. The question is more where you can find a recent package. I'm not using Redhat myself and I am not familiar with the way the repositories are organized, but I looked for a kst package quickly and could only find very old ones. I assume you'd like to use a recent version, 2.0.7 or 2.0.6... So the options would be: 1) To find a repository with more recent kst packages: if someone on this list knows of one, please say it, then I would add it to the webpage 2) Compile from sources (normally quite easy with QtCreator, we can provide instructions) 3) Create a Redhat package, based for example on the OpenSuse one which is well maintained. Adapting the .spec file should not be too complicated, but it requires some knowledge of rpm packages, I don't know if you or someone else on this list is willing to go this way One other important point you didn't mention is which version of Redhat you're using. Best regards, Nicolas -----Urspr?ngliche Nachricht----- Von: kst-bounces at kde.org [mailto:kst-bounces at kde.org] Im Auftrag von Marek Babic Gesendet: Mittwoch, 11. September 2013 12:39 An: kst at kde.org Betreff: [Kst] Red-hat ? Hello, can I use kst on red-hat ? Which package should I download ? Thank you Marek EUROCOPTER DEUTSCHLAND GmbH Sitz der Gesellschaft / Registered Office: Donauw?rth Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508 Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume Faury Gesch?ftsf?hrung / Board of Management: Dr. Wolfgang Schoder, Vorsitzender / CEO; Friedrich-Wilhelm Hormel; Ralf Barnscheidt; Oliver Schenzle CONFIDENTIALITY NOTICE This communication and the information it contains is intended for the addressee ( s ) named above and for no other persons or organizations. It is confidential and may be legally privileged and protected by law. The unauthorized use, copying or disclosure of this communication or any part of it is prohibited and may be unlawful. If you have received this communication in error, kindly notify us by return e-mail and discard and/or delete the communication. Thank you very much. It is possible for e-mails to be intercepted or affected by viruses. Whilst we maintain virus checks on our e-mails, we accept no liability for viruses or other material which might be introduced with this message. From peter.milne at d-tacq.com Thu Sep 12 07:40:58 2013 From: peter.milne at d-tacq.com (Peter Milne) Date: Thu, 12 Sep 2013 08:40:58 +0100 Subject: [Kst] Red-hat ? In-Reply-To: <6748272C687E624CAF816E83B825E8004B1E4118@winexc24.host.cr.eurocopter.corp> References: <52304833.3010901@iongeo.com> <6748272C687E624CAF816E83B825E8004B1E4118@winexc24.host.cr.eurocopter.corp> Message-ID: <5231700A.4020709@d-tacq.com> Hi Using latest Fedora, eg here on FC19, from memory it was simply a matter of running: yum install kst kst-getdata It works well!. rpm -qa kst kst-getdata kst-2.0.6-6.fc19.x86_64 kst-getdata-2.0.6-6.fc19.x86_64 However on older versions eg CENTOS6, there was a more complex procedure, with installation from "PUIAS". I can supply a full log if required. Cheers Peter On 12/09/13 07:11, Brisset, Nicolas wrote: > Hi, > > Sure, you can use Kst on Redhat. The question is more where you can find a recent package. I'm not using Redhat myself and I am not familiar with the way the repositories are organized, but I looked for a kst package quickly and could only find very old ones. I assume you'd like to use a recent version, 2.0.7 or 2.0.6... > > So the options would be: > 1) To find a repository with more recent kst packages: if someone on this list knows of one, please say it, then I would add it to the webpage > 2) Compile from sources (normally quite easy with QtCreator, we can provide instructions) > 3) Create a Redhat package, based for example on the OpenSuse one which is well maintained. Adapting the .spec file should not be too complicated, but it requires some knowledge of rpm packages, I don't know if you or someone else on this list is willing to go this way > > One other important point you didn't mention is which version of Redhat you're using. > > Best regards, > > Nicolas > > -----Urspr?ngliche Nachricht----- > Von: kst-bounces at kde.org [mailto:kst-bounces at kde.org] Im Auftrag von Marek Babic > Gesendet: Mittwoch, 11. September 2013 12:39 > An: kst at kde.org > Betreff: [Kst] Red-hat ? > > Hello, > > can I use kst on red-hat ? Which package should I download ? > > Thank you > Marek > > EUROCOPTER DEUTSCHLAND GmbH > Sitz der Gesellschaft / Registered Office: Donauw?rth > Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508 > Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume Faury > Gesch?ftsf?hrung / Board of Management: > Dr. Wolfgang Schoder, Vorsitzender / CEO; Friedrich-Wilhelm Hormel; Ralf Barnscheidt; Oliver Schenzle > > > CONFIDENTIALITY NOTICE > > This communication and the information it contains is intended for the addressee ( s ) named above and for no other persons or organizations. > It is confidential and may be legally privileged and protected by law. The unauthorized use, copying or disclosure of this communication > or any part of it is prohibited and may be unlawful. > If you have received this communication in error, kindly notify us by return e-mail and discard and/or delete the communication. > Thank you very much. > It is possible for e-mails to be intercepted or affected by viruses. Whilst we maintain virus checks on our e-mails, we accept no liability for viruses > or other material which might be introduced with this message. > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst -- Peter Milne Peter.Milne at d-tacq.com D-TACQ Solutions Ltd www.d-tacq.com From Marek.Babic at iongeo.com Thu Sep 12 08:21:19 2013 From: Marek.Babic at iongeo.com (Marek Babic) Date: Thu, 12 Sep 2013 09:21:19 +0100 Subject: [Kst] Red-hat ? In-Reply-To: <6748272C687E624CAF816E83B825E8004B1E4118@winexc24.host.cr.eurocopter.corp> References: <52304833.3010901@iongeo.com> <6748272C687E624CAF816E83B825E8004B1E4118@winexc24.host.cr.eurocopter.corp> Message-ID: <5231797F.7040406@iongeo.com> Hello Nicolas, I'm using Red-Hat 6 and your assumption about the version of kst is correct. I think I'll try to compile the sources. Thank you for your comprehensible and prompt answer. Best regards, Marek On 12/09/13 07:11, Brisset, Nicolas wrote: > Hi, > > Sure, you can use Kst on Redhat. The question is more where you can find a recent package. I'm not using Redhat myself and I am not familiar with the way the repositories are organized, but I looked for a kst package quickly and could only find very old ones. I assume you'd like to use a recent version, 2.0.7 or 2.0.6... > > So the options would be: > 1) To find a repository with more recent kst packages: if someone on this list knows of one, please say it, then I would add it to the webpage > 2) Compile from sources (normally quite easy with QtCreator, we can provide instructions) > 3) Create a Redhat package, based for example on the OpenSuse one which is well maintained. Adapting the .spec file should not be too complicated, but it requires some knowledge of rpm packages, I don't know if you or someone else on this list is willing to go this way > > One other important point you didn't mention is which version of Redhat you're using. > > Best regards, > > Nicolas > > -----Urspr?ngliche Nachricht----- > Von: kst-bounces at kde.org [mailto:kst-bounces at kde.org] Im Auftrag von Marek Babic > Gesendet: Mittwoch, 11. September 2013 12:39 > An: kst at kde.org > Betreff: [Kst] Red-hat ? > > Hello, > > can I use kst on red-hat ? Which package should I download ? > > Thank you > Marek > > EUROCOPTER DEUTSCHLAND GmbH > Sitz der Gesellschaft / Registered Office: Donauw?rth > Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508 > Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume Faury > Gesch?ftsf?hrung / Board of Management: > Dr. Wolfgang Schoder, Vorsitzender / CEO; Friedrich-Wilhelm Hormel; Ralf Barnscheidt; Oliver Schenzle > > > CONFIDENTIALITY NOTICE > > This communication and the information it contains is intended for the addressee ( s ) named above and for no other persons or organizations. > It is confidential and may be legally privileged and protected by law. The unauthorized use, copying or disclosure of this communication > or any part of it is prohibited and may be unlawful. > If you have received this communication in error, kindly notify us by return e-mail and discard and/or delete the communication. > Thank you very much. > It is possible for e-mails to be intercepted or affected by viruses. Whilst we maintain virus checks on our e-mails, we accept no liability for viruses > or other material which might be introduced with this message. ________________________________ This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notify the sender and delete the original. From get.sonic at gmail.com Fri Sep 13 14:16:51 2013 From: get.sonic at gmail.com (Sonic) Date: Fri, 13 Sep 2013 19:46:51 +0530 Subject: [Kst] Red-hat ? In-Reply-To: <5231797F.7040406@iongeo.com> References: <52304833.3010901@iongeo.com> <6748272C687E624CAF816E83B825E8004B1E4118@winexc24.host.cr.eurocopter.corp> <5231797F.7040406@iongeo.com> Message-ID: <52331E53.8000306@gmail.com> On 09/12/2013 01:51 PM, Marek Babic wrote: > Hello Nicolas, > > I'm using Red-Hat 6 and your assumption about the version of kst is > correct. > > I think I'll try to compile the sources. Hi In case you're interested in preparing an RPM package (for installation on multiple systems, creating a custom RHEL install media etc.), you can get the source RPMs from Koji (koji.fedoraproject.org/koji) and build binary RPMs from it. regards, Syam From syntheticpp at gmx.net Mon Sep 16 19:43:42 2013 From: syntheticpp at gmx.net (=?ISO-8859-1?Q?Peter_K=FCmmel?=) Date: Mon, 16 Sep 2013 21:43:42 +0200 Subject: [Kst] fall plans In-Reply-To: <1975800.uvbiJX45gx@ice> References: <1975800.uvbiJX45gx@ice> Message-ID: <52375F6E.9000801@gmx.net> On 05.09.2013 20:07, Barth Netterfield wrote: > > 2) Finish and package python scripting (at least a beta > release). Today I discovered this C++ interpreter http://root.cern.ch/drupal/content/cling-build-instructions and wonder if it would be interesting for scripting Kst. What are the benefits of the python binding? Mainly the scientific libraries? Or only the interactive programming without the compiling-link step? Would the C++ scripting be of any value without these libs from phython? Peter > > And the ever present: > > 3) bugs and UI tweaks as they come along. > > The goal is to have these finished by the end of the > October, for a 2.0.8 minor release by the first week in > November. > > Does anyone else have anything they plan to work on / would > like to see worked on over this period? > > -- > > Barth Netterfield > > University of Toronto > > 416-845-0946 > > > > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst > From egretengineering at gmail.com Wed Sep 18 21:33:31 2013 From: egretengineering at gmail.com (Ben Lewis) Date: Thu, 19 Sep 2013 07:33:31 +1000 Subject: [Kst] plot test data synchronised with video footage Message-ID: <523A1C2B.5030600@gmail.com> Hi kst, Does anybody know of a free software package that can plot test data synchronised with video footage. Here is an example of a commercially available package: http://www.youtube.com/watch?v=AFeB1eUpin8 Regards, Ben From david.mcminn at iwcdownhole.com Thu Sep 19 11:08:02 2013 From: david.mcminn at iwcdownhole.com (david.mcminn at iwcdownhole.com) Date: Thu, 19 Sep 2013 11:08:02 +0000 Subject: [Kst] [kst] [Bug 307723] plot anyhow created from the wizard when no plot is selected In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=307723 david.mcminn at iwcdownhole.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.mcminn at iwcdownhole.co | |m --- Comment #3 from david.mcminn at iwcdownhole.com --- I'm still seeing this behaviour with the 2.0.7 release. -- You are receiving this mail because: You are the assignee for the bug. From david.mcminn at iwcdownhole.com Thu Sep 19 11:12:34 2013 From: david.mcminn at iwcdownhole.com (david.mcminn at iwcdownhole.com) Date: Thu, 19 Sep 2013 11:12:34 +0000 Subject: [Kst] [kst] [Bug 325086] New: Recent session filenames prefixed with KST install path Message-ID: https://bugs.kde.org/show_bug.cgi?id=325086 Bug ID: 325086 Summary: Recent session filenames prefixed with KST install path Classification: Unclassified Product: kst Version: 2.0.7 Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: minor Priority: NOR Component: ui Assignee: kst at kde.org Reporter: david.mcminn at iwcdownhole.com All the filenames in the recent menu list have the KST install directory prefixed on them. For example, if I use file->Open to open "C:\David\foo\bar.kst" then the recent menu item is added as "bar.kst" and the status bar shows that is "C:/Program Files (x86)/Kst 2.0.7/C:/David/foo/bar.kst". If I try to load it from the recent items menu then it fails saying "Error opening document: 'C:/Program Files (x86)/Kst 2.0.7/C:/David/foo/bar.kst' File could not be opened for reading". -- You are receiving this mail because: You are the assignee for the bug. From david.mcminn at iwcdownhole.com Thu Sep 19 11:20:48 2013 From: david.mcminn at iwcdownhole.com (david.mcminn at iwcdownhole.com) Date: Thu, 19 Sep 2013 11:20:48 +0000 Subject: [Kst] [kst] [Bug 325087] New: Allow use of user defined scalars in filter plugins Message-ID: https://bugs.kde.org/show_bug.cgi?id=325087 Bug ID: 325087 Summary: Allow use of user defined scalars in filter plugins Classification: Unclassified Product: kst Version: 2.0.7 Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: ui Assignee: kst at kde.org Reporter: david.mcminn at iwcdownhole.com I can create a scalar value, for example named manually as "Order" with a generated value of 33. The data manager shows the scalar is "Order (X1)" with 1 sample and the value 33. If I then go to create a filter plugin (Low Pass Filter in this case) and choose the drop down menu list for the "Filter Order" then I see all the scalars that are defined for vectors (e.g. min, max, etc) but I do not see the scalar that I defined manually. Clicking on the "New scalar" button beside the "Filter Order" drop down and creating a new scalar creates a new scalar (seen in data manager) but does not allow it to be selected in the filter plugin. The number updates to the value of the newly created scalar, but it would be better to refer to it by name IMO. The same applies for the "Cutoff frequency / Sample rate" scalar. The same probably also applies for other plugins although I have not tried them. Reproducible: Always Expected Results: I would expect to be able to refer to scalars used in the filter settings by name, so that if I change one value it changes everywhere. -- You are receiving this mail because: You are the assignee for the bug. From david.mcminn at iwcdownhole.com Thu Sep 19 11:23:42 2013 From: david.mcminn at iwcdownhole.com (david.mcminn at iwcdownhole.com) Date: Thu, 19 Sep 2013 11:23:42 +0000 Subject: [Kst] [kst] [Bug 325088] New: Low pass filter plugin crashes with no input vector Message-ID: https://bugs.kde.org/show_bug.cgi?id=325088 Bug ID: 325088 Summary: Low pass filter plugin crashes with no input vector Classification: Unclassified Product: kst Version: 2.0.7 Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: plugins Assignee: kst at kde.org Reporter: david.mcminn at iwcdownhole.com Kst crashes when clicking OK in the "New Low Pass Filter Plugin" window when there is no input vector selected. Reproducible: Always Steps to Reproduce: 1. Start new session 2. Create New Low Pass Filter Plugin 3. Click OK with Input Vector blank Actual Results: Kst crashes (get the "Kst has stopped working" dialog under Windows). Expected Results: Nothing to happen or not be allowed to click on "OK". -- You are receiving this mail because: You are the assignee for the bug. From adaptee at gmail.com Thu Sep 19 11:44:06 2013 From: adaptee at gmail.com (Jekyll Wu) Date: Thu, 19 Sep 2013 11:44:06 +0000 Subject: [Kst] [kst] [Bug 325088] Low pass filter plugin crashes with no input vector In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=325088 Jekyll Wu changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |crash -- You are receiving this mail because: You are the assignee for the bug. From nicolas.brisset at eurocopter.com Sat Sep 21 18:26:42 2013 From: nicolas.brisset at eurocopter.com (Nicolas Brisset) Date: Sat, 21 Sep 2013 18:26:42 +0000 Subject: [Kst] [kst] [Bug 325086] Recent session filenames prefixed with KST install path In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=325086 Nicolas Brisset changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicolas.brisset at eurocopter. | |com --- Comment #1 from Nicolas Brisset --- Hum, I think I know why. I made a mistake when I last changed something there, I forgot that Windows uses backslashes and not slashes... and I tested only on Linux. -- You are receiving this mail because: You are the assignee for the bug. From nicolas.brisset at free.fr Sat Sep 21 18:34:38 2013 From: nicolas.brisset at free.fr (Nicolas Brisset) Date: Sat, 21 Sep 2013 20:34:38 +0200 (CEST) Subject: [Kst] Git commit messages to the mailing list + automatic builds? In-Reply-To: <1787758338.10083012.1379788335156.JavaMail.root@zimbra73-e12.priv.proxad.net> Message-ID: <1750735972.10087626.1379788478350.JavaMail.root@zimbra73-e12.priv.proxad.net> Hi, I've done my first git commit to github this afternoon (nothing big, it was more a test). One thing I found great with svn was that you got a mail on the list at every commit, so that you always knew who was working on what. Right now with git I find it too silent. It's clear to me that we don't want every single local commit being sent to the list, but I think pushes to github should trigger a mail. Peter, do you know whether that's possible? I have another question regarding github. If I do a commit to fix a Windows-specific issue and I don't have the Windows build environment set up, can I get an automatically-generated binary from github or do I need to do something to trigger it? Thanks, Nicolas From syntheticpp at gmx.net Sun Sep 22 05:59:08 2013 From: syntheticpp at gmx.net (=?ISO-8859-1?Q?Peter_K=FCmmel?=) Date: Sun, 22 Sep 2013 07:59:08 +0200 Subject: [Kst] Git commit messages to the mailing list + automatic builds? In-Reply-To: <1750735972.10087626.1379788478350.JavaMail.root@zimbra73-e12.priv.proxad.net> References: <1750735972.10087626.1379788478350.JavaMail.root@zimbra73-e12.priv.proxad.net> Message-ID: <523E872C.1000407@gmx.net> On 21.09.2013 20:34, Nicolas Brisset wrote: > Hi, > > I've done my first git commit to github this afternoon (nothing big, it was more a test). One thing I found great with svn was that you got a mail on the list at every commit, so that you always knew who was working on what. Right now with git I find it too silent. It's clear to me that we don't want every single local commit being sent to the list, but I think pushes to github should trigger a mail. Peter, do you know whether that's possible? We can install a post-commit hook, but have to google about it how it works on github. > > I have another question regarding github. If I do a commit to fix a Windows-specific issue and I don't have the Windows build environment set up, can I get an automatically-generated binary from github or do I need to do something to trigger it? On each push we get a new builds, see the commit times at kst-build https://github.com/Kst-plot/kst-build (For each github repo you could crate "github pages" which are linked to at the bottom of the github's kst site. > > Thanks, > > Nicolas From Herman.Bruyninckx at mech.kuleuven.be Mon Sep 23 09:28:12 2013 From: Herman.Bruyninckx at mech.kuleuven.be (Herman Bruyninckx) Date: Mon, 23 Sep 2013 11:28:12 +0200 (CEST) Subject: [Kst] plot test data synchronised with video footage In-Reply-To: <523A1C2B.5030600@gmail.com> References: <523A1C2B.5030600@gmail.com> Message-ID: On Wed, 18 Sep 2013, Ben Lewis wrote: > Hi kst, > > Does anybody know of a free software package that can plot test data > synchronised with video footage. Here is an example of a commercially > available package: > > http://www.youtube.com/watch?v=AFeB1eUpin8 Mokka: > > Regards, Ben Herman From carpetsleed at gmail.com Mon Sep 23 10:41:45 2013 From: carpetsleed at gmail.com (carpetsleed) Date: Mon, 23 Sep 2013 03:41:45 -0700 (PDT) Subject: [Kst] Deal carpets Message-ID: <1379932904963-1544146.post@n7.nabble.com> Deal carpets in addition to tiles, vinyls in addition to hardwoods regarding office, retail, healthcare, food, eductaion in addition to having an experienced caterer sectors. Reap the benefits of our own pattern in addition to rating services incorporated into our own aggressive prices. ----- carpets leeds -- View this message in context: http://kde.6490.n7.nabble.com/Deal-carpets-tp1544146.html Sent from the kst mailing list archive at Nabble.com. From carpetsleed at gmail.com Mon Sep 23 10:47:50 2013 From: carpetsleed at gmail.com (carpetsleed) Date: Mon, 23 Sep 2013 03:47:50 -0700 (PDT) Subject: [Kst] Excellence carpets Message-ID: <1379933270016-1544147.post@n7.nabble.com> Excellence carpets within Leeds use a great choice of carpets, vinyl, laminate in addition to wood. I am positioned variety 1 regarding floor covering outlets within Leeds. Excellence carpets Leeds supply's the very best brand names regarding floor covering through Mohawks Smartstrand for you to top quality 80/20 wool twists. ----- carpets leeds -- View this message in context: http://kde.6490.n7.nabble.com/Excellence-carpets-tp1544147.html Sent from the kst mailing list archive at Nabble.com. From carpetsleed at gmail.com Mon Sep 23 10:48:20 2013 From: carpetsleed at gmail.com (carpetsleed) Date: Mon, 23 Sep 2013 03:48:20 -0700 (PDT) Subject: [Kst] Carpets Leed Message-ID: <1379933300493-1544148.post@n7.nabble.com> To get a enormous selection of affordable carpets within Leeds Excellence Floor coverings would be the answer! In reality for all your ground wants glimpse absolutely no further than an organization having over 20 years' experience. Excellence carpets today offer you our own shoppers carpet cleaners within Leeds. Just crop up directly into our own shop within Oakwood or maybe call us currently. ----- carpets leeds -- View this message in context: http://kde.6490.n7.nabble.com/Carpets-Leed-tp1544148.html Sent from the kst mailing list archive at Nabble.com. From carpetsleed at gmail.com Mon Sep 23 10:49:55 2013 From: carpetsleed at gmail.com (carpetsleed) Date: Mon, 23 Sep 2013 03:49:55 -0700 (PDT) Subject: [Kst] carpets companions Message-ID: <1379933395682-1544149.post@n7.nabble.com> For anyone of us with untidy animals, companions or maybe good friends (or just about all three) Mohawk Intercontinental allow us an ideal solution regarding reassurance in addition to enduring positive aspects. Intelligent Safety net includes a ?spill safe? water buffer so spillages wont relax in the underlay, this specific helps prevent virtually any discolor or maybe aroma troubles returning to haunt people after a pick up. ----- carpets leeds -- View this message in context: http://kde.6490.n7.nabble.com/carpets-companions-tp1544149.html Sent from the kst mailing list archive at Nabble.com. From carpetsleed at gmail.com Mon Sep 23 10:50:37 2013 From: carpetsleed at gmail.com (carpetsleed) Date: Mon, 23 Sep 2013 03:50:37 -0700 (PDT) Subject: [Kst] Intelligent Safety Message-ID: <1379933437004-1544150.post@n7.nabble.com> Intelligent Safety net can also be hypo allergenic, green, has foam so it won?t flatten possesses exceptional efficiency qualities to boot. Come and find out our own samples in addition to feel the big difference. ----- carpets leeds -- View this message in context: http://kde.6490.n7.nabble.com/Intelligent-Safety-tp1544150.html Sent from the kst mailing list archive at Nabble.com. From netterfield at astro.utoronto.ca Tue Sep 24 20:51:15 2013 From: netterfield at astro.utoronto.ca (netterfield at astro.utoronto.ca) Date: Tue, 24 Sep 2013 20:51:15 +0000 Subject: [Kst] [kst] [Bug 325087] Allow use of user defined scalars in filter plugins In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=325087 netterfield at astro.utoronto.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |netterfield at astro.utoronto. | |ca Resolution|--- |FIXED --- Comment #1 from netterfield at astro.utoronto.ca --- Fixed in git master. -- You are receiving this mail because: You are the assignee for the bug. From f.ra.n.k.bi.llion.e.r.d.ol.l.ar.s at gmail.com Tue Sep 24 22:40:54 2013 From: f.ra.n.k.bi.llion.e.r.d.ol.l.ar.s at gmail.com (ximerashi) Date: Tue, 24 Sep 2013 15:40:54 -0700 (PDT) Subject: [Kst] Moderat - Moderat.zip Message-ID: <1380062454272-1544362.post@n7.nabble.com> Moderat - Moderat.zip > http://www.google.com/url?q=http%3A%2F%2Ftinyurl.com%2Fdcmbearyxn Moderat - Moderat.zip ece1aba276VAG EEprom programmer 1.3.zip The_Script_feat_WillIAm-Hall_Of_Fame_PrimeMusicru.mp3 Aufstieg Der Toten Cesaria_Evora_-_Cesaria_Evora_ /fileviewpro licence key/ Garmin xt for mio moov m400 cooper ops galaxy ace wondershare video converter ultimate activation mac /Class_(1983)_HD_avi Rihanna-So_hard__ft_Young_Jeezy.mp3 The Official UK Top 40 Singles Chart 09-06 (2013) Daisy-Bath (fantasia models).wmv The Sidewalks of Bangkok 1984-torrent-4shared-torrent.torrent Emmelie_de_Forest-Only_Teardrops_minus.mp3 Yeah_Yeah_Yeahs-Soft_Shock_Them_Jeans_Acoustic_Remix.mp3 Vaurio-A Shout From The Night LP 1984(degen erik blog).rar *digital vision phoenix 2010 torrent* Udo Lindenberg-Mein Ding mp3 Sami Yusuf-My Ummah full album zip gta 5 exe pc /Dire_Straits-dire_straights_-_dire_straits_-_sultans_of_swing.mp3/ fifa compressed in 10 mb Castillos De Carton DVDRip Spanish 2009 - www.divxatope.com diana newstar naked video sebastian bleisch die pfadfinderschlacht Opel corsa d so wirds gemacht Nelly_Furtado_Feat_Jayco_-Say_It_Right_Spanish_version.mp3 Sonic Adventure 2 - Battle HD (2012MULTI6Repack by z10yded) Hardwell-Get_Down_Girl_-_Radio_Edit.mp3 Martin_Solveig_amp_Dragonette_feat_Idoling-Big_In_Japan_Les_Bros_Remix.mp3 Enchanted Cavern 2 [PC- French] [DF] Embelamiem Emfs2yougreat Download Pthc Pedo Frifam Falko Video *Frank Zappa - Broadway The Hard Way (1988) {2012 UMe Remaster}* WhatsApp Inc WhatsApp Messenger v2.8.7 iPad iPhone iPod Touch-Lz0PDA | Rapidshare Megaupl.rar [PSP EUR] Fifa Street 2.cso Daughtry-Crawling_Back_to_You.mp3 William_Orbit-Intermezzo_From_Cavalleria_Rusticana.mp3 Damigella porno violentata *Falcon_Punch-introsity.mp3* KinkCafe-ZooSkool - Meet Ruth.wmv Hezekiah_Walker_Faith_Evans_Carl_Thomas_Mario_Winans_Thelma_Guyton_Asia_amp_Ashley_Tammy_Ruggeri-you.mp3 Rsd lite 6 1 4 drivers motorola 5 9 die siedler hd apk Cascada-Summer_Of_Love_Video_Edit.mp3 pr models ? ann model sets 01 09 algebra and trigonometry lialmiller 2.5 solutions free download John Farnham - The Acoustic Chapel Sessions (2011) Robie_Williams__Kylie_Minogue-Kids.mp3 Porn_AudioTracks-Adult_Porn_Sound_1_-_Adult_Sex_Sounds_Porn_Sound_Effect_Orgasm_Women_Gay_Bi_Sm.mp3 Digital Tutors : Creative Development: Modeling a Mech Robot in ZBrush unknown-diamondsrihannadiamonds.mp3 TVgenial Plus.rar /The avengers 2012 full movie online part 1 / 11 HD/ more zion arcangel The_Weirdies-Salt_Shaker.mp3 Camera Bits Photo Mechanic 5.0 build 13764 mw3 ps3 hack uav Lil_Wayne_Feat_Dre-Hot_Revolver.mp3 {Fix_Update_4_21__v0_9.pkg} Has a Second Kim Kardashian Sex Tape Gone On Sale? Opel TIS 2000 v113G 11.2010.rar.rar TI_Ft_Eminem-That.mp3 pokemon flora sky rom gba Glory 9 2013 06 22 New York {Hitman_Absolution_[Pc_Edition]_Crack_SKIDROW}-adds /boot usb cd sergei strelec 2013 v2 3 full eng rus/ Earl_Sweatshirt_Tyler_The_Creator_And_Hodgy_Beats-Fuck_This_Christmas.mp3. -- View this message in context: http://kde.6490.n7.nabble.com/Moderat-Moderat-zip-tp1544362.html Sent from the kst mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mccarthygroup31 at gmail.com Wed Sep 25 05:09:35 2013 From: mccarthygroup31 at gmail.com (mccarthygroup) Date: Tue, 24 Sep 2013 22:09:35 -0700 (PDT) Subject: [Kst] Couple of Spots Message-ID: <1380085775829-1544373.post@n7.nabble.com> We all know in which no a couple of spots include the exact same, thus whether building, modernising or even refurbishing spots, quite a selection of factors to consider. ----- Legionella Water Management -- View this message in context: http://kde.6490.n7.nabble.com/Couple-of-Spots-tp1544373.html Sent from the kst mailing list archive at Nabble.com. From mccarthygroup31 at gmail.com Wed Sep 25 05:11:08 2013 From: mccarthygroup31 at gmail.com (mccarthygroup) Date: Tue, 24 Sep 2013 22:11:08 -0700 (PDT) Subject: [Kst] McCarthys Message-ID: <1380085868495-1544374.post@n7.nabble.com> On McCarthys many of us create a personal method of project managing in which could save you time and money. ----- Legionella Water Management -- View this message in context: http://kde.6490.n7.nabble.com/McCarthys-tp1544374.html Sent from the kst mailing list archive at Nabble.com. From get.sonic at gmail.com Wed Sep 25 16:48:30 2013 From: get.sonic at gmail.com (Sonic) Date: Wed, 25 Sep 2013 22:18:30 +0530 Subject: [Kst] Kst (git) - read error for ASCII file Message-ID: <524313DE.9030305@gmail.com> Hi I downloaded Kst today from the git repo by: git clone https://github.com/Kst-plot/kst.git Built it successfully by opening cmake/CMakeLists.txt in Qt Creator and compiling. I tried opening the attached text file and got the error message box: " The file could not be read because not enough memory is available. Try setting a file buffer limit in the configuration options." After clicking OK, A plot window with no visible curve is displayed (although it apparently has Column2 as legend). After deleting this plot, I open the data manager, choose 'Purge'. Then when I repeat the process for the same file, everything works. Here's how to repeat the problem: 1. Open Kst 2. Use the data wizard to import sample.dat 3. Choose the defaults, (i.e. 'Limit buffer size' option in ASCII configure dialog is not selected) 4. Select 'Column2' 5. Select 'Column1' as X-axis 6. Proceed to create the curve 7. Get the above described error pop-up ----- 8. Dismiss the error message 9. Right-click the empty plot and delete it 10. Open data manager by pressing 'D' 11. See that the vectors for column1 & 2 as well as the curve are correctly listed (with 3140 samples each) 12. Select 'Purge' to remove them 13. Repeat steps 1 through 6 to successfully display the plot - but with some problems (see step 19 below) ----- 14. Close & re-open Kst 15. Repeat steps 1 through 13 with same observations ----- 16. After step 11, avoid purging 17. Create a new plot and add the curve C1 18. Curve is displayed with some problems (there's one horizontal line that connects the last point with the first) 19. Open Data manager and find that the vectors seem to have 6280 (double) samples!! ----- 20. Delete the plot and open data manager and 'Purge' 21. Repeat steps 1 through 6 22. No error is displayed, but no curve is displayed either!! 23. The data manager still lists 6280 samples for the vectors 24. Create a new plot and add the curve to it 25. Same problematic curve as in step 18 is displayed 26. Open the data manager and find that the curves now have 9420 samples (triple)!!! My platform: Fedora 19 x86_64 Qt 4.8.5 gcc v4.8.1 Can this be explained? Or should I test with Kst v2.0.6? Thanks and regards, Syam -------------- next part -------------- A non-text attachment was scrubbed... Name: sample.dat.tar.gz Type: application/gzip Size: 14665 bytes Desc: not available URL: From syntheticpp at gmx.net Wed Sep 25 19:18:43 2013 From: syntheticpp at gmx.net (=?ISO-8859-1?Q?Peter_K=FCmmel?=) Date: Wed, 25 Sep 2013 21:18:43 +0200 Subject: [Kst] Kst (git) - read error for ASCII file In-Reply-To: <524313DE.9030305@gmail.com> References: <524313DE.9030305@gmail.com> Message-ID: <52433713.2050506@gmx.net> Hi Syam, thanks for reporting! It was a bug, please try again. Peter On 25.09.2013 18:48, Sonic wrote: > Hi > > I downloaded Kst today from the git repo by: > git clone https://github.com/Kst-plot/kst.git > > Built it successfully by opening cmake/CMakeLists.txt in Qt > Creator and compiling. > > I tried opening the attached text file and got the error > message box: > " The file could not be read because not enough memory is > available. > > Try setting a file buffer limit in the configuration options." > > > After clicking OK, A plot window with no visible curve is > displayed (although it apparently has Column2 as legend). > > After deleting this plot, I open the data manager, choose > 'Purge'. Then when I repeat the process for the same file, > everything works. > > > Here's how to repeat the problem: > > > 1. Open Kst > 2. Use the data wizard to import sample.dat > 3. Choose the defaults, (i.e. 'Limit buffer size' option in > ASCII configure dialog is not selected) > 4. Select 'Column2' > 5. Select 'Column1' as X-axis > 6. Proceed to create the curve > 7. Get the above described error pop-up > ----- > 8. Dismiss the error message > 9. Right-click the empty plot and delete it > 10. Open data manager by pressing 'D' > 11. See that the vectors for column1 & 2 as well as the > curve are correctly listed (with 3140 samples each) > 12. Select 'Purge' to remove them > 13. Repeat steps 1 through 6 to successfully display the > plot - but with some problems (see step 19 below) > ----- > 14. Close & re-open Kst > 15. Repeat steps 1 through 13 with same observations > > ----- > 16. After step 11, avoid purging > 17. Create a new plot and add the curve C1 > 18. Curve is displayed with some problems (there's one > horizontal line that connects the last point with the first) > 19. Open Data manager and find that the vectors seem to have > 6280 (double) samples!! > ----- > 20. Delete the plot and open data manager and 'Purge' > 21. Repeat steps 1 through 6 > 22. No error is displayed, but no curve is displayed either!! > 23. The data manager still lists 6280 samples for the vectors > > 24. Create a new plot and add the curve to it > > 25. Same problematic curve as in step 18 is displayed > 26. Open the data manager and find that the curves now have > 9420 samples (triple)!!! > > > My platform: > > Fedora 19 x86_64 > > Qt 4.8.5 > gcc v4.8.1 > > > Can this be explained? Or should I test with Kst v2.0.6? > > > Thanks and regards, > > > Syam > > > > > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst > From syntheticpp at gmx.net Wed Sep 25 19:31:45 2013 From: syntheticpp at gmx.net (=?utf-8?q?Peter_K=C3=BCmmel?=) Date: Wed, 25 Sep 2013 12:31:45 -0700 Subject: [Kst] [Kst-plot/kst] 60e565: fix crash, nothing with no plots Message-ID: <52433a21359ed_5a8e12ffd541270eb@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: 60e56548bf1884046da83d77e5d95bb593647c67 https://github.com/Kst-plot/kst/commit/60e56548bf1884046da83d77e5d95bb593647c67 Author: Peter K?mmel Date: 2013-09-25 (Wed, 25 Sep 2013) Changed paths: M src/libkstapp/datawizard.cpp Log Message: ----------- fix crash, nothing with no plots From syntheticpp at gmx.net Wed Sep 25 19:32:10 2013 From: syntheticpp at gmx.net (=?utf-8?q?Peter_K=C3=BCmmel?=) Date: Wed, 25 Sep 2013 12:32:10 -0700 Subject: [Kst] [Kst-plot/kst] ad4584: fix crash, nothing to do with no plots Message-ID: <52433a3a5a60a_cd4134dd4c759e9@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: ad4584d803fe451e8f80652204c82cba11f80a97 https://github.com/Kst-plot/kst/commit/ad4584d803fe451e8f80652204c82cba11f80a97 Author: Peter K?mmel Date: 2013-09-25 (Wed, 25 Sep 2013) Changed paths: M src/libkstapp/datawizard.cpp Log Message: ----------- fix crash, nothing to do with no plots From syntheticpp at gmx.net Wed Sep 25 19:40:51 2013 From: syntheticpp at gmx.net (=?UTF-8?Q?Peter=20K=C3=BCmmel=20?=) Date: Wed, 25 Sep 2013 19:40:51 +0000 Subject: [Kst] [kst] [Bug 324052] Crash importing ASCII with data wizard due to curve placement In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=324052 Peter K?mmel changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|NOR |HI Status|UNCONFIRMED |RESOLVED CC| |syntheticpp at gmx.net Component|datasources |plotting Resolution|--- |FIXED Target Milestone|--- |2.0.8 --- Comment #2 from Peter K?mmel --- Fixed, new binary soon at https://github.com/Kst-plot/kst-build -- You are receiving this mail because: You are the assignee for the bug. From syntheticpp at gmx.net Wed Sep 25 19:57:03 2013 From: syntheticpp at gmx.net (=?UTF-8?Q?Peter=20K=C3=BCmmel=20?=) Date: Wed, 25 Sep 2013 19:57:03 +0000 Subject: [Kst] [kst] [Bug 307723] plot anyhow created from the wizard when no plot is selected In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=307723 Peter K?mmel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |syntheticpp at gmx.net --- Comment #4 from Peter K?mmel --- It creates the x/y axes, but now curve. It should also suppress the axes. -- You are receiving this mail because: You are the assignee for the bug. From syntheticpp at gmx.net Wed Sep 25 19:58:39 2013 From: syntheticpp at gmx.net (=?UTF-8?Q?Peter=20K=C3=BCmmel=20?=) Date: Wed, 25 Sep 2013 19:58:39 +0000 Subject: [Kst] [kst] [Bug 307723] plot anyhow created from the wizard when no plot is selected In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=307723 Peter K?mmel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- Ever confirmed|0 |1 -- You are receiving this mail because: You are the assignee for the bug. From syntheticpp at gmx.net Wed Sep 25 19:58:52 2013 From: syntheticpp at gmx.net (=?UTF-8?Q?Peter=20K=C3=BCmmel=20?=) Date: Wed, 25 Sep 2013 19:58:52 +0000 Subject: [Kst] [kst] [Bug 307723] plot anyhow created from the wizard when no plot is selected In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=307723 Peter K?mmel changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.0.6 |2.0.7 -- You are receiving this mail because: You are the assignee for the bug. From netterfield at astro.utoronto.ca Wed Sep 25 21:33:21 2013 From: netterfield at astro.utoronto.ca (netterfield at astro.utoronto.ca) Date: Wed, 25 Sep 2013 21:33:21 +0000 Subject: [Kst] [kst] [Bug 325314] New: Labels with scalars updated if there are no plots Message-ID: https://bugs.kde.org/show_bug.cgi?id=325314 Bug ID: 325314 Summary: Labels with scalars updated if there are no plots Classification: Unclassified Product: kst Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: view objects Assignee: kst at kde.org Reporter: netterfield at astro.utoronto.ca If there are labels with data scalars from an updating data source, they don't get updated - at least not if there are not plots in the window. They should. Reproducible: Always Steps to Reproduce: 1. Create a data scalar from an updating data source 2. create a label that displays this data scalar Actual Results: The label doesn't update unless you mouse over it. Expected Results: It should update at the rate that the data source is updating, or at the rate specified in configuration, which ever is slower. -- You are receiving this mail because: You are the assignee for the bug. From get.sonic at gmail.com Thu Sep 26 01:32:47 2013 From: get.sonic at gmail.com (Sonic) Date: Thu, 26 Sep 2013 07:02:47 +0530 Subject: [Kst] Kst (git) - read error for ASCII file In-Reply-To: <52433713.2050506@gmx.net> References: <524313DE.9030305@gmail.com> <52433713.2050506@gmx.net> Message-ID: <52438EBF.8080302@gmail.com> On 09/26/2013 12:48 AM, Peter K?mmel wrote: > Hi Syam, > > thanks for reporting! It was a bug, please try again. Yes.. works fine now. Thanks.. Syam From egretengineering at gmail.com Thu Sep 26 11:02:17 2013 From: egretengineering at gmail.com (Ben Lewis) Date: Thu, 26 Sep 2013 21:02:17 +1000 Subject: [Kst] plot test data synchronised with video footage In-Reply-To: References: <523A1C2B.5030600@gmail.com> Message-ID: <52441439.7080909@gmail.com> Thanks Herman, This is ever so close to what I'm looking for. It will import my video files but not my data files. In any case thanks for the tip. It would be great if kst could sync data with video files. :-) Regards, Ben On 23/09/2013 7:28 PM, Herman Bruyninckx wrote: > On Wed, 18 Sep 2013, Ben Lewis wrote: > >> Hi kst, >> >> Does anybody know of a free software package that can plot test data synchronised with video >> footage. Here is an example of a commercially available package: >> >> http://www.youtube.com/watch?v=AFeB1eUpin8 > > Mokka: >> >> Regards, Ben > > Herman > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst From Herman.Bruyninckx at mech.kuleuven.be Thu Sep 26 11:14:50 2013 From: Herman.Bruyninckx at mech.kuleuven.be (Herman Bruyninckx) Date: Thu, 26 Sep 2013 13:14:50 +0200 (CEST) Subject: [Kst] plot test data synchronised with video footage In-Reply-To: <52441439.7080909@gmail.com> References: <523A1C2B.5030600@gmail.com> <52441439.7080909@gmail.com> Message-ID: On Thu, 26 Sep 2013, Ben Lewis wrote: > Thanks Herman, > > This is ever so close to what I'm looking for. It will import my video files > but not my data files. In any case thanks for the tip. > > It would be great if kst could sync data with video files. :-) I think it would be better to introduce such synchronization _events_ in the KST platform, and similarly for Mokka, instead of trying to make (without cooperation) the two separate projects into "everything and the kitchen sink"... Let monolithic softwares be the monopoly of Microsoft and the likes; open source projects should cooperate and integrate via _communication standards_, not via software code. > Regards, Ben Herman > On 23/09/2013 7:28 PM, Herman Bruyninckx wrote: >> On Wed, 18 Sep 2013, Ben Lewis wrote: >> >> > Hi kst, >> > >> > Does anybody know of a free software package that can plot test data >> > synchronised with video footage. Here is an example of a commercially >> > available package: >> > >> > http://www.youtube.com/watch?v=AFeB1eUpin8 >> >> Mokka: >> > >> > Regards, Ben >> >> Herman >> _______________________________________________ >> Kst mailing list >> Kst at kde.org >> https://mail.kde.org/mailman/listinfo/kst > > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst > -- -- University of Leuven, Mechanical Engineering, Robotics Research Group Tel: +32 16 328056 Vice-President Research euRobotics AISBL Open RObot COntrol Software Associate Editor JOSER From Nicolas.Brisset at eurocopter.com Thu Sep 26 11:45:57 2013 From: Nicolas.Brisset at eurocopter.com (Brisset, Nicolas) Date: Thu, 26 Sep 2013 11:45:57 +0000 Subject: [Kst] plot test data synchronised with video footage In-Reply-To: <52441439.7080909@gmail.com> References: <523A1C2B.5030600@gmail.com> <52441439.7080909@gmail.com> Message-ID: <6748272C687E624CAF816E83B825E8004B1E722E@winexc24.host.cr.eurocopter.corp> Yes, we have an internal tool here that allows playback of video snced with the data, it is quite nice. I think there is a quite good support of video in Qt that it's probably feasible, but we'd also need to address the time aspect: a video is a picture at a given time, a curve is a set of values over a time range. And seeking through time slices it currently not Kst's strength, although there is initial support for it. Nicolas -----Urspr?ngliche Nachricht----- Von: kst-bounces at kde.org [mailto:kst-bounces at kde.org] Im Auftrag von Ben Lewis Gesendet: Donnerstag, 26. September 2013 13:02 An: kst at kde.org Betreff: Re: [Kst] plot test data synchronised with video footage Thanks Herman, This is ever so close to what I'm looking for. It will import my video files but not my data files. In any case thanks for the tip. It would be great if kst could sync data with video files. :-) EUROCOPTER DEUTSCHLAND GmbH Sitz der Gesellschaft / Registered Office: Donauw?rth Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508 Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume Faury Gesch?ftsf?hrung / Board of Management: Dr. Wolfgang Schoder, Vorsitzender / CEO; Friedrich-Wilhelm Hormel; Ralf Barnscheidt; Oliver Schenzle CONFIDENTIALITY NOTICE This communication and the information it contains is intended for the addressee ( s ) named above and for no other persons or organizations. It is confidential and may be legally privileged and protected by law. The unauthorized use, copying or disclosure of this communication or any part of it is prohibited and may be unlawful. If you have received this communication in error, kindly notify us by return e-mail and discard and/or delete the communication. Thank you very much. It is possible for e-mails to be intercepted or affected by viruses. Whilst we maintain virus checks on our e-mails, we accept no liability for viruses or other material which might be introduced with this message. From netterfield at astro.utoronto.ca Thu Sep 26 19:07:59 2013 From: netterfield at astro.utoronto.ca (Barth Netterfield) Date: Thu, 26 Sep 2013 12:07:59 -0700 Subject: [Kst] [Kst-plot/kst] ef7c9b: fix bug 325314 Message-ID: <5244860ff4f9_492b11afd5011448d@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: ef7c9bfb387b0969237557915765c7b07461bd94 https://github.com/Kst-plot/kst/commit/ef7c9bfb387b0969237557915765c7b07461bd94 Author: Barth Netterfield Date: 2013-09-26 (Thu, 26 Sep 2013) Changed paths: M src/libkst/vscalar.cpp M src/libkstapp/labelitem.cpp M src/libkstapp/labelitem.h M src/libkstapp/mainwindow.cpp M src/libkstapp/scalardialog.cpp M src/libkstapp/scalartab.ui Log Message: ----------- fix bug 325314 Update labels with scalars, even if there are no plots with vectors that need updating. From Nicolas.Brisset at eurocopter.com Thu Sep 26 19:15:47 2013 From: Nicolas.Brisset at eurocopter.com (Brisset, Nicolas) Date: Thu, 26 Sep 2013 19:15:47 +0000 Subject: [Kst] [Kst-plot/kst] ef7c9b: fix bug 325314 In-Reply-To: <5244860ff4f9_492b11afd5011448d@hookshot-fe5-pe1-prd.aws.github.net.mail> References: <5244860ff4f9_492b11afd5011448d@hookshot-fe5-pe1-prd.aws.github.net.mail> Message-ID: <6748272C687E624CAF816E83B825E8004B1E740D@winexc24.host.cr.eurocopter.corp> Hi Barth, It looks like you wanted to fix the bug and have github close it at bugs.kde.org :-) I have just checked and you forgot to click the "Active" box on the settings page. Bad luck, now you'll have to do it and then fix another but to see whether it works :-) Nicolas -----Urspr?ngliche Nachricht----- Von: kst-bounces at kde.org [mailto:kst-bounces at kde.org] Im Auftrag von Barth Netterfield Gesendet: Donnerstag, 26. September 2013 21:08 An: kst at kde.org Betreff: [Kst] [Kst-plot/kst] ef7c9b: fix bug 325314 Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: ef7c9bfb387b0969237557915765c7b07461bd94 https://github.com/Kst-plot/kst/commit/ef7c9bfb387b0969237557915765c7b07461bd94 Author: Barth Netterfield Date: 2013-09-26 (Thu, 26 Sep 2013) Changed paths: M src/libkst/vscalar.cpp M src/libkstapp/labelitem.cpp M src/libkstapp/labelitem.h M src/libkstapp/mainwindow.cpp M src/libkstapp/scalardialog.cpp M src/libkstapp/scalartab.ui Log Message: ----------- fix bug 325314 Update labels with scalars, even if there are no plots with vectors that need updating. EUROCOPTER DEUTSCHLAND GmbH Sitz der Gesellschaft / Registered Office: Donauw?rth Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508 Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume Faury Gesch?ftsf?hrung / Board of Management: Dr. Wolfgang Schoder, Vorsitzender / CEO; Friedrich-Wilhelm Hormel; Ralf Barnscheidt; Oliver Schenzle CONFIDENTIALITY NOTICE This communication and the information it contains is intended for the addressee ( s ) named above and for no other persons or organizations. It is confidential and may be legally privileged and protected by law. The unauthorized use, copying or disclosure of this communication or any part of it is prohibited and may be unlawful. If you have received this communication in error, kindly notify us by return e-mail and discard and/or delete the communication. Thank you very much. It is possible for e-mails to be intercepted or affected by viruses. Whilst we maintain virus checks on our e-mails, we accept no liability for viruses or other material which might be introduced with this message. From netterfield at astro.utoronto.ca Thu Sep 26 19:52:36 2013 From: netterfield at astro.utoronto.ca (netterfield at astro.utoronto.ca) Date: Thu, 26 Sep 2013 19:52:36 +0000 Subject: [Kst] [kst] [Bug 325314] Labels with scalars updated if there are no plots In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=325314 netterfield at astro.utoronto.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From netterfield at astro.utoronto.ca Thu Sep 26 19:55:22 2013 From: netterfield at astro.utoronto.ca (netterfield at astro.utoronto.ca) Date: Thu, 26 Sep 2013 19:55:22 +0000 Subject: [Kst] [kst] [Bug 325342] New: 'Apply' is not activated in matrix dialog when settings are changed. Message-ID: https://bugs.kde.org/show_bug.cgi?id=325342 Bug ID: 325342 Summary: 'Apply' is not activated in matrix dialog when settings are changed. Classification: Unclassified Product: kst Version: 2.0.8 Platform: unspecified OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: ui Assignee: kst at kde.org Reporter: netterfield at astro.utoronto.ca 'Apply' is not activated in matrix dialog when settings are changed. Reproducible: Always Steps to Reproduce: 1. open the edit dialog on a data matrix 2. change one of the settings Actual Results: Apply is not activated Expected Results: Changing any of the settings should activate 'apply' and 'ok' -- You are receiving this mail because: You are the assignee for the bug. From syntheticpp at gmx.net Fri Sep 27 05:20:47 2013 From: syntheticpp at gmx.net (=?ISO-8859-1?Q?Peter_K=FCmmel?=) Date: Fri, 27 Sep 2013 07:20:47 +0200 Subject: [Kst] [Kst-plot/kst] ef7c9b: fix bug 325314 In-Reply-To: <5244860ff4f9_492b11afd5011448d@hookshot-fe5-pe1-prd.aws.github.net.mail> References: <5244860ff4f9_492b11afd5011448d@hookshot-fe5-pe1-prd.aws.github.net.mail> Message-ID: <524515AF.6070806@gmx.net> > Commit: ef7c9bfb387b0969237557915765c7b07461bd94 > https://github.com/Kst-plot/kst/commit/ef7c9bfb387b0969237557915765c7b07461bd94 Great, with one click to the comlete diff! BTW, you can add comments at each line and at the end of each commit. (But these would not pop up on the ML). Peter From netterfield at astro.utoronto.ca Fri Sep 27 15:53:57 2013 From: netterfield at astro.utoronto.ca (netterfield at astro.utoronto.ca) Date: Fri, 27 Sep 2013 15:53:57 +0000 Subject: [Kst] [kst] [Bug 325342] 'Apply' is not activated in matrix dialog when settings are changed. In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=325342 netterfield at astro.utoronto.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from netterfield at astro.utoronto.ca --- Appears to work fin in Master... -- You are receiving this mail because: You are the assignee for the bug. From nicolas.brisset at free.fr Sat Sep 28 15:01:34 2013 From: nicolas.brisset at free.fr (Nicolas Brisset) Date: Sat, 28 Sep 2013 17:01:34 +0200 (CEST) Subject: [Kst] Fixed step differentiation plugin In-Reply-To: <1286426.29020739.1380378580459.JavaMail.root@zimbra73-e12.priv.proxad.net> Message-ID: <1634076077.29079551.1380380494737.JavaMail.root@zimbra73-e12.priv.proxad.net> Hi, I tried to use the fixed step differentiation plugin recently to visualize the quantification of my data. I was surprised by the result, so I checked the source and found out that it does not do simply (value[i]-value[i-1])/step but (value[i+1]-value[i-1])/2*step. Would anybody object to me changing the algorithm so that it's possible to see the difference between subsequent values using a step of 1.0? The other point regarding this plugin is that we have it twice: as filter and as standard plugin. I think we should keep only one. And that reminds me of a discussion we had in the past. It's not really a filter plugin but it is nice to have it callable directly from the curve context menu. Should we maybe introduce a category "Quick plugin" to host non-filter plugins that should be callable like this? Nicolas From nicolas.brisset at eurocopter.com Sat Sep 28 15:47:49 2013 From: nicolas.brisset at eurocopter.com (Nicolas Brisset) Date: Sat, 28 Sep 2013 15:47:49 +0000 Subject: [Kst] [kst] [Bug 325393] New: Changing the plugin in the filter dialog loses the vector selection Message-ID: https://bugs.kde.org/show_bug.cgi?id=325393 Bug ID: 325393 Summary: Changing the plugin in the filter dialog loses the vector selection Classification: Unclassified Product: kst Version: 2.0.7 Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: ui Assignee: kst at kde.org Reporter: nicolas.brisset at eurocopter.com When using the filter entry in the plot context menu, changing the plugin in the filter dialog loses the vector selection. Reproducible: Always Steps to Reproduce: 1. Load 3 vectors from a data file and plot 3 curves 2. Go to the second plot 3. RMB -> Filter -> [Curve] 4. The y vector from the curve is preselected 5. Select the Fixed Step Differentiation plugin from the list: the vector changes Actual Results: The selected vector changes to the first vector Expected Results: The selected vector remains unchanged Seems to be plugin-dependent: happens with Shift and Fixed Step. Probably something missing/wrong in those 2 plugins. -- You are receiving this mail because: You are the assignee for the bug. From nicolas.brisset at free.fr Sun Sep 29 19:12:03 2013 From: nicolas.brisset at free.fr (Nicolas Brisset) Date: Sun, 29 Sep 2013 12:12:03 -0700 Subject: [Kst] [Kst-plot/kst] 635552: - Solve wrong vector selection in shift and differ... Message-ID: <52487b831534b_4b3b142bd54672bc@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: 63555295e1a76db0253a11d5b867e48930513dc0 https://github.com/Kst-plot/kst/commit/63555295e1a76db0253a11d5b867e48930513dc0 Author: Nicolas Brisset Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M cmake/src/plugins/CMakeLists.txt R src/plugins/dataobject/differentiation/differentiation.cpp R src/plugins/dataobject/differentiation/differentiation.h R src/plugins/dataobject/differentiation/differentiation.pro R src/plugins/dataobject/differentiation/differentiationconfig.ui R src/plugins/dataobject/differentiation/kstplugin_differentiation.desktop M src/plugins/dataobject/shift/shift.cpp M src/plugins/dataobject/shift/shift.h M src/plugins/filters/differentiation/differentiation.cpp Log Message: ----------- - Solve wrong vector selection in shift and differentiation plugins -> fix bug 325393 - Remove one copy of differentiation (dataobject) after merging the 2 slightly different ones - keep the one in filter/ I haven't (yet) changed the differentiation algorithm, that will come next. From nicolas.brisset at eurocopter.com Sun Sep 29 19:30:54 2013 From: nicolas.brisset at eurocopter.com (Nicolas Brisset) Date: Sun, 29 Sep 2013 19:30:54 +0000 Subject: [Kst] [kst] [Bug 325393] Changing the plugin in the filter dialog loses the vector selection In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=325393 Nicolas Brisset changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Nicolas Brisset --- Fixed in git master with following commit (it seems bugzilla integration did not work, so I'm adding the link manually here): Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: 63555295e1a76db0253a11d5b867e48930513dc0 https://github.com/Kst-plot/kst/commit/63555295e1a76db0253a11d5b867e48930513dc0 Author: Nicolas Brisset Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M cmake/src/plugins/CMakeLists.txt R src/plugins/dataobject/differentiation/differentiation.cpp R src/plugins/dataobject/differentiation/differentiation.h R src/plugins/dataobject/differentiation/differentiation.pro R src/plugins/dataobject/differentiation/differentiationconfig.ui R src/plugins/dataobject/differentiation/kstplugin_differentiation.desktop M src/plugins/dataobject/shift/shift.cpp M src/plugins/dataobject/shift/shift.h M src/plugins/filters/differentiation/differentiation.cpp Log Message: ----------- - Solve wrong vector selection in shift and differentiation plugins -> fix bug 325393 - Remove one copy of differentiation (dataobject) after merging the 2 slightly different ones - keep the one in filter/ I haven't (yet) changed the differentiation algorithm, that will come next. -- You are receiving this mail because: You are the assignee for the bug. From nicolas.brisset at free.fr Sun Sep 29 19:35:58 2013 From: nicolas.brisset at free.fr (Nicolas Brisset) Date: Sun, 29 Sep 2013 12:35:58 -0700 Subject: [Kst] [Kst-plot/kst] 944119: Change differentiation algorithm so that it is eas... Message-ID: <5248811e3f7f6_6b435e5d585625d@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: 94411962d42f133e284ededd4c2a0f19360a71a4 https://github.com/Kst-plot/kst/commit/94411962d42f133e284ededd4c2a0f19360a71a4 Author: Nicolas Brisset Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M src/plugins/filters/differentiation/differentiation.cpp Log Message: ----------- Change differentiation algorithm so that it is easier to understand what it does (just one step at a time) and use it to check deltas between subsequent values, using a step of 1. From syntheticpp at gmx.net Sun Sep 29 19:44:10 2013 From: syntheticpp at gmx.net (=?ISO-8859-1?Q?Peter_K=FCmmel?=) Date: Sun, 29 Sep 2013 21:44:10 +0200 Subject: [Kst] [Kst-plot/kst] 944119: Change differentiation algorithm so that it is eas... In-Reply-To: <5248811e3f7f6_6b435e5d585625d@hookshot-fe3-pe1-prd.aws.github.net.mail> References: <5248811e3f7f6_6b435e5d585625d@hookshot-fe3-pe1-prd.aws.github.net.mail> Message-ID: <5248830A.4060504@gmx.net> On 29.09.2013 21:35, Nicolas Brisset wrote: > Branch: refs/heads/master > Home: https://github.com/Kst-plot/kst > Commit: 94411962d42f133e284ededd4c2a0f19360a71a4 > https://github.com/Kst-plot/kst/commit/94411962d42f133e284ededd4c2a0f19360a71a4 I assume inputScalar->value() could take any value, also 0, in this case kst crashes. > Author: Nicolas Brisset > Date: 2013-09-29 (Sun, 29 Sep 2013) > > Changed paths: > M src/plugins/filters/differentiation/differentiation.cpp > > Log Message: > ----------- > Change differentiation algorithm so that it is easier to understand what it does (just one step at a time) and use it to check > deltas between subsequent values, using a step of 1. > > > > > > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst > From nicolas.brisset at free.fr Sun Sep 29 19:56:25 2013 From: nicolas.brisset at free.fr (Nicolas Brisset) Date: Sun, 29 Sep 2013 21:56:25 +0200 (CEST) Subject: [Kst] [Kst-plot/kst] 944119: Change differentiation algorithm so that it is eas... In-Reply-To: <5248830A.4060504@gmx.net> Message-ID: <117552308.32056213.1380484585577.JavaMail.root@zimbra73-e12.priv.proxad.net> > I assume inputScalar->value() could take any value, also 0, > in this case kst crashes. This is checked for a few lines above: if (inputScalar->value() == 0) { _errorString = "Error: Input Scalar Step must be not be 0."; return false; } But I must admit I haven't tried it to see what really happens... Nicolas From adaptee at gmail.com Sun Sep 29 21:56:01 2013 From: adaptee at gmail.com (Jekyll Wu) Date: Sun, 29 Sep 2013 21:56:01 +0000 Subject: [Kst] [kst] [Bug 325393] Changing the plugin in the filter dialog loses the vector selection In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=325393 --- Comment #2 from Jekyll Wu --- @Nicolas, use "BUG: 325393" in a separate line within your commit message. Also, you need to make sure the email address you use in git has corresponding user with enough permission in the bugzilla . In short, use nicolas.brisset at eurocopter.com . -- You are receiving this mail because: You are the assignee for the bug. From david.mcminn at iwcdownhole.com Mon Sep 30 13:48:47 2013 From: david.mcminn at iwcdownhole.com (David McMinn) Date: Mon, 30 Sep 2013 13:48:47 +0000 Subject: [Kst] Plot appearance stroke width Message-ID: <463F3CF32EC88745AA8B81DA65C0564D09AA185F@Gia-Exch06.MessageExchange.com> Hi, Is the stroke around the plot meant to auto-scale? I have a plot which I set the plot -> appearance -> Stroke -> Width to "2" and save the session. If I load the session in a text editor I can see the width has been saved as "3" so when it loads the next time it becomes larger. If I move the KST window back to my primary monitor and save it the width is changed to "2". However, all my work has so far been done on my secondary display so I would not expect it to scale anything. For example, the grid line widths do not change. I also have my axis labels set to not auto scale. Cheers. From barth.netterfield at utoronto.ca Mon Sep 30 14:45:40 2013 From: barth.netterfield at utoronto.ca (Barth Netterfield) Date: Mon, 30 Sep 2013 10:45:40 -0400 Subject: [Kst] Plot appearance stroke width In-Reply-To: <463F3CF32EC88745AA8B81DA65C0564D09AA185F@Gia-Exch06.MessageExchange.com> References: <463F3CF32EC88745AA8B81DA65C0564D09AA185F@Gia-Exch06.MessageExchange.com> Message-ID: <1514450.kMsDMVQDSd@ice> Line widths and font sizes are supposed to scale with the size of the window (not the plot) so that if displayed on a very high resolution monitor (or printer) they keep behaving correctly. BUT: this should not be reflected in the .kst file. It should be a device independent statement. I will investigate further. cbn On September 30, 2013 1:48:47 PM David McMinn wrote: > Hi, > > Is the stroke around the plot meant to auto-scale? > > I have a plot which I set the plot -> appearance -> Stroke -> Width to "2" > and save the session. If I load the session in a text editor I can see the > width has been saved as "3" so when it loads the next time it becomes > larger. > > If I move the KST window back to my primary monitor and save it the width is > changed to "2". However, all my work has so far been done on my secondary > display so I would not expect it to scale anything. For example, the grid > line widths do not change. I also have my axis labels set to not auto > scale. > > Cheers. > > > _______________________________________________ > Kst mailing list > Kst at kde.org > https://mail.kde.org/mailman/listinfo/kst -- Barth Netterfield University of Toronto 416-845-0946 From netterfield at astro.utoronto.ca Mon Sep 30 14:52:25 2013 From: netterfield at astro.utoronto.ca (Barth Netterfield) Date: Mon, 30 Sep 2013 07:52:25 -0700 Subject: [Kst] [Kst-plot/kst] 78e90b: Some improvements with data mode and matrixes. Message-ID: <52499029b1a43_121d1071d581131f3@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/Kst-plot/kst Commit: 78e90bb30d1063f4c3e35376114ebf8fb37eb7e3 https://github.com/Kst-plot/kst/commit/78e90bb30d1063f4c3e35376114ebf8fb37eb7e3 Author: Barth Netterfield Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M src/libkst/matrix.cpp M src/libkst/matrix.h M src/libkstapp/plotrenderitem.cpp M src/libkstmath/image.cpp M src/libkstmath/image.h Log Message: ----------- Some improvements with data mode and matrixes.