[Veusz-discuss] Re: NaNs

2006-11-15 Par sujet James Graham
Jeremy Sanders wrote: On Wed, 15 Nov 2006, James Graham wrote: I'm not sure I understand what you mean by breaks. If you mean visually, it sounds like the right behaviour. Yes. I'll look at qt4 soon, but maybe it's better to put in the numpy changes before attempting this. Did you have

[Veusz-discuss] Errors

2006-11-10 Par sujet James Graham
Creating a dataset as a function of other datasets with errors seems to be broken. -- Eternity's a terrible thought. I mean, where's it all going to end? -- Tom Stoppard, Rosencrantz and Guildenstern are Dead ___ Veusz-discuss mailing list

[Veusz-discuss] Append extension to exported file

2005-06-27 Par sujet James Graham
There's an irritating UI bug in the export dialog where entering a filename without the correct extension for the file type being exported causes the export to needlessly fail. Attached is a patch which automatically appends the correct extension to the file when one is not supplied. It should

Re: [Veusz-discuss] Windows binary

2005-06-12 Par sujet James Graham
On Sat, 11 Jun 2005, J. Graham wrote: If someone fixes that we're good to go. Though if that fix involves writing stuff to the registry you can compile your own qt :p Probably the best way to do it is to detect what OS it's using and on windows put text files in the veusz directory - one for

Re: [Veusz-discuss] victory screenshot

2005-06-07 Par sujet James Graham
Jamie C wrote: I dealt with the issue where you do import directory.pythonfile by just putting everything in the same directory and changing it to import pythonfile That should work, no? Why do you need the hack? Well, I dunno why this is, but just running veusz.py gives the

[Veusz-discuss] Reloading linked data

2005-06-01 Par sujet James Graham
Attached is a patch to reload linked datasets. It _seems to_ work. You need to add the icon to the windows/icons directory - it assumes the stock refresh icon from bluecurve. The patch adds a command ReloadData() (Reload should maybe be saved to reload an entire file) There's nothing complex

[Veusz-discuss] Startup / drag+drop various bits

2005-05-18 Par sujet James Graham
Attached is a patch against current CVS that should: * Enable globbing of filenames passed on the command line * Cause getopt to be used for parsing command line arguments (I would use optparse but I guess python 2.3 is too recent to require?) - this needs to be cleaned up but it's better than

[Veusz-discuss] Minor enhancements

2005-05-13 Par sujet James Graham
Attached is a simple patch that ought to: Allow Ctrl+P as a shortcut for Print Cause New to open a new window Cause Open to open a new window Cause NameError exceptions when loading a file to be dealt with like IOErrors it was entirely guesswork so it's possible that something will break

[Veusz-discuss] Some more additions

2005-04-22 Par sujet James Graham
I've attached a couple more patches. One is quite a simple thing make the the font selector into a dropdown list (and hopefully to stop the application from falling over if none of the predefined list of truetype fonts is installed - but that needs a more general solution). The second patch is

[Veusz-discuss] Complex numbers

2005-04-19 Par sujet James Graham
So I've ben trying to use the fitting function with functions that (I discovered) internally require complex algebra even though the answer is real. Clearly this doesn't work because the arrays are of a float type. Is there a way to work around this (e.g. by defining a function on the command

[Veusz-discuss] Minor UI patch

2005-04-13 Par sujet James Graham
So this isn't very exciting but I have a minor patch against the latest CVS on the web (attached) to change the wording of the save-before-close dialog to use verbs rather than generic yes-no answers, and . I did say it wasn't exciting (but, to be fair, it is the first time I've used PyQt).