[SVN log from May 21st to July 27th, slightly edited] ------------------------------------------------------------------------ r1296680 | netterfield | 2012-05-25 20:38:11 +0200 (ven. 25 mai 2012) | 4 lignes BUG: 288354 Fix the parser to recognise scientific notation of the form 3.0E3 in addition to 3.0E+3 ------------------------------------------------------------------------ r1298835 | netterfield | 2012-06-07 18:06:39 +0200 (jeu. 07 juin 2012) | 10 lignes BUG: 298777 If, when loading a kst file, a datasource can't be found, prompt the user for an alternate. Also, Add a option to interpret a vector as EXCEL time. ------------------------------------------------------------------------ r1299898 | netterfield | 2012-06-11 17:48:46 +0200 (lun. 11 juin 2012) | 4 lignes BUG: 301053 Also format the spectrum page from the the data wizard. ------------------------------------------------------------------------ r1300156 | netterfield | 2012-06-12 22:58:45 +0200 (mar. 12 juin 2012) | 2 lignes Some more fixes to the data wizard... Better behavior in corner cases. ------------------------------------------------------------------------ r1300157 | netterfield | 2012-06-12 23:28:03 +0200 (mar. 12 juin 2012) | 3 lignes BUG: 300014 Don't allow plots in a shared axis box to be resized. ------------------------------------------------------------------------ r1300158 | brisset | 2012-06-12 23:28:56 +0200 (mar. 12 juin 2012) | 2 lignes As discussed on the list, keep color and width active at all times ------------------------------------------------------------------------ r1300414 | netterfield | 2012-06-13 16:32:20 +0200 (mer. 13 juin 2012) | 8 lignes BUG: 301203 Interpret empty custom-delimited columns as NaN. NOTE: this is different than non-numeric columns, which are interpreted by atof() as zero. I think NaN is the 'correct' interpretation, but this would slow the interpretation of all ascii files. ------------------------------------------------------------------------ r1300975 | netterfield | 2012-06-16 01:43:02 +0200 (sam. 16 juin 2012) | 3 lignes Optimizations for data wizard for cases with thousands/tens of thousands of fields. ------------------------------------------------------------------------ r1301214 | netterfield | 2012-06-17 04:53:21 +0200 (dim. 17 juin 2012) | 9 lignes Ascii source optimization: Don't re-open and re-read the file for every field. This is about a 10x speedup for wide files. Now all fields from files with 10k + columns are easily readable (~3s on my laptop) in fixed with per column mode. It scales a little faster than n, but not as n^2. ------------------------------------------------------------------------ r1301720 | netterfield | 2012-06-18 18:42:44 +0200 (lun. 18 juin 2012) | 2 lignes Save/use arrow head property defaults. ------------------------------------------------------------------------ r1301721 | netterfield | 2012-06-18 19:41:22 +0200 (lun. 18 juin 2012) | 4 lignes Don't invert Z order of viewItems which are direct children of the View. Fixes Nicolas' bug "Arrows lose their z-order when saved and reloaded" ------------------------------------------------------------------------ r1301727 | netterfield | 2012-06-18 21:10:07 +0200 (lun. 18 juin 2012) | 2 lignes 'Save as defaults' for labels saves the font family as well. ------------------------------------------------------------------------ r1301729 | netterfield | 2012-06-18 21:43:10 +0200 (lun. 18 juin 2012) | 3 lignes Respect Bold or Italic if selected in the dialog. It now gets 'or'ed with 'latex' requests like \Textbf{...} instead of being overridden. ------------------------------------------------------------------------ r1301730 | netterfield | 2012-06-18 21:51:32 +0200 (lun. 18 juin 2012) | 2 lignes Clicking 'set as default' enables apply in view item dialogs. ------------------------------------------------------------------------ r1301731 | netterfield | 2012-06-18 22:43:18 +0200 (lun. 18 juin 2012) | 3 lignes When leaving edit multiple mode, take the check boxes out of tristate mode. ------------------------------------------------------------------------ r1301738 | netterfield | 2012-06-19 00:31:43 +0200 (mar. 19 juin 2012) | 5 lignes Make sure to reset render contect font size if the label ends with a superscript or subscript. Fixes the 'polynomial label' bug. ------------------------------------------------------------------------ r1301739 | netterfield | 2012-06-19 00:38:34 +0200 (mar. 19 juin 2012) | 2 lignes Allow SVG and pixmap view objects to have adjustable aspect ratios. ------------------------------------------------------------------------ r1301744 | netterfield | 2012-06-19 02:32:33 +0200 (mar. 19 juin 2012) | 2 lignes For arrows, use the pen colour as the brush colour. ------------------------------------------------------------------------ r1302005 | netterfield | 2012-06-20 01:33:29 +0200 (mer. 20 juin 2012) | 3 lignes Line and arrow dimensions were sometimes very off when opened in the dialog. This fixes it. ------------------------------------------------------------------------ r1302006 | netterfield | 2012-06-20 01:43:53 +0200 (mer. 20 juin 2012) | 3 lignes Line item dialog did not allow 'lock to data' mode to be turned off. This fixes that. ------------------------------------------------------------------------ r1302557 | netterfield | 2012-06-22 18:47:23 +0200 (ven. 22 juin 2012) | 6 lignes Fix saving and loading lines when they are the child of a plot, so that they are reloaded in the right place. There still seems to be an issue when they are the child of a box though... ------------------------------------------------------------------------ r1302619 | netterfield | 2012-06-23 20:54:34 +0200 (sam. 23 juin 2012) | 13 lignes Finish fixing save/reload of lines and arrows. ------------------------------------------------------------------------ r1303760 | netterfield | 2012-07-02 18:23:56 +0200 (lun. 02 juil. 2012) | 6 lignes -Fix apply button in view item dialogs (including labels). -Add ability to set left or right alignment point for labels in creator. -Make alignment defaults work in label dialog. -Add a help window for label formatting. ------------------------------------------------------------------------ r1303996 | netterfield | 2012-07-05 04:51:11 +0200 (jeu. 05 juil. 2012) | 2 lignes Make sure the correct context menu is always shown. ------------------------------------------------------------------------ r1303997 | netterfield | 2012-07-05 05:13:14 +0200 (jeu. 05 juil. 2012) | 2 lignes Close all windows when the main window is closed. ------------------------------------------------------------------------ r1304943 | netterfield | 2012-07-10 00:41:38 +0200 (mar. 10 juil. 2012) | 2 lignes Make lines start exactly where you ask them to. ------------------------------------------------------------------------ r1304950 | netterfield | 2012-07-10 02:25:40 +0200 (mar. 10 juil. 2012) | 4 lignes Snap to grid is only partly implemented, and the part that is implemented might not do what we want anyway. So: disable it and hide the option for 2.0.6. ------------------------------------------------------------------------ r1304951 | netterfield | 2012-07-10 02:26:39 +0200 (mar. 10 juil. 2012) | 3 lignes A hacky heuristic to guess the right width of the widest number for very small scientific notation numbers. This is not exact but seems to work. ------------------------------------------------------------------------ r1305119 | kuemmel | 2012-07-10 21:44:57 +0200 (mar. 10 juil. 2012) | 1 ligne use system NumPy/SciPy on Linux by default ------------------------------------------------------------------------ r1305120 | kuemmel | 2012-07-10 22:08:39 +0200 (mar. 10 juil. 2012) | 1 ligne add modules to find python packages ------------------------------------------------------------------------ r1305296 | netterfield | 2012-07-11 16:07:33 +0200 (mer. 11 juil. 2012) | 2 lignes Moving view items sets document status to changed. ------------------------------------------------------------------------ r1305486 | netterfield | 2012-07-12 18:08:59 +0200 (jeu. 12 juil. 2012) | 3 lignes PSDs now update when in average mode with count-from-end vectors (they already updated in other cases). This is a critical bug fix! ------------------------------------------------------------------------ r1305976 | netterfield | 2012-07-16 15:27:08 +0200 (lun. 16 juil. 2012) | 4 lignes Some minor scripting fixes. Fix -h (histograms) from command line.