date | project | content | link |
|---|
| 23:03 Friday | KDE | Commit by netterfield :: r 1296680 /branches/work/kst/portto4/kst/src/libkstmath/ (enodes.cpp escan.cpp escan.l): ( link) BUG: 288354 Fix the parser to recognise scientific notation of the form 3.0E3 in addition to 3.0E+3 | # |
| 21:52 on May 15 | KDE | Commit by netterfield :: r 1294981 /branches/work/kst/portto4/kst/src/ (2 files in 2 dirs): ( link) BUG: 299615
-Don't crash when including a shared axis box in a shared axis box. -Abort the command when including a sharedd axis box in a shared axis box. | # |
| 01:50 on May 11 | KDE | Commit by netterfield :: r 1294026 /branches/work/kst/portto4/kst/src/libkst/datacollection.cpp: ( link) Fix compilation failure under linux: #elif needs an expression | # |
| 23:57 on May 10 | KDE | Commit by netterfield :: r 1294004 /branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.cpp: ( link) Fix bug in the ascii data source when reading multiple buffers. Part of lines were being dropped. Now they aren't.
(This fix deals with the bug Ben reported about kst2.0.4 files not being read correctly in kst2.0.5) | # |
| 18:24 on Apr 26 | KDE | Commit by netterfield :: r 1291978 /branches/work/kst/portto4/kst/ (3 files in 2 dirs): ( link) data vectors from dirfile sources properly restart if the file writer is restarted.
change dirfile_maker to provide periods of invalid dirfiles during startup to help look for bugs. | # |
| 02:14 on Apr 26 | KDE | Commit by netterfield :: r 1291801 /branches/work/kst/portto4/kst/src/libkst/datavector.cpp: ( link) BUG: data vectors were reloading the entire file each time they got new data, rather than shifting them. And shifting didn't use memmove.
These changes should speed up real time significantly. | # |
| 01:10 on Apr 25 | KDE | Commit by netterfield :: r 1291548 /branches/work/kst/portto4/kst/src/libkst/datavector.cpp: ( link) No log message | # |
| 02:29 on Apr 24 | KDE | Commit by netterfield :: r 1291312 /branches/work/kst/portto4/kst/src/ (12 files in 4 dirs): ( link) BUG: 297568 When saving data objects, sort them first so that they are not saved before things they depend on. This will not fix old kst files where the data objects are out of order, but it will prevent bad kst files from being created in the future. | # |
| 17:55 on Apr 19 | KDE | Commit by netterfield :: r 1290378 /branches/work/kst/portto4/kst/src/ (3 files in 2 dirs): ( link) BUG:295664 Fix zoom y local maximum bug in tied shared axis boxes. | # |
| 01:22 on Apr 14 | KDE | Commit by netterfield :: r 1289399 /branches/work/kst/portto4/kst/src/libkstmath/ (dataobject.cpp enodes.cpp enodes.h): ( link) BUG: 297526 Unary minus no longer prevents updating of equations. | # |
| 17:45 on Apr 12 | KDE | Commit by netterfield :: r 1289132 /branches/work/kst/portto4/kst/src/ (11 files in 3 dirs): ( link) Three minor fixes and one significant bugfix -Recent files used from the command line get picked up into the recent files list -Make Position/Size label consistent for all view objects -add the layout menu back into view objects local menu so you can adjust layout with a full window. -Fix and off by one error in the ascii data reader - comment lines were being ascribed to the following lines, leading to NaNs in the data vectors (and missing data) where comments lived. | # |
| 17:14 on Apr 02 | KDE | Commit by netterfield :: r 1288005 /branches/work/kst/portto4/kst/src/ (7 files in 4 dirs): ( link) -Restore loading of previous kst files -Fix crash loading invalid kst files -Fix some compiler warnings | # |
| 01:32 on Mar 30 | KDE | Commit by netterfield :: r 1287592 /branches/work/kst/portto4/kst/src/libkstapp/ (10 files): ( link) Revamp label dimensions:
-Custom label dimensions tab - now the fixed point can be chosen as
either the bottom left or bottom right corner
-Fix bug where labels would drift when the window was resized.
Warning: this patch *may* break loading labels from old kst files - this
is still untested. If it does break them, I'll fix it. | # |
| 17:10 on Mar 10 | KDE | Commit by netterfield :: r 1284801 /branches/work/kst/portto4/kst/src/libkstapp/ (25 files): ( link) -Fix resizing of lines and arrows -Custom size/position tabs for Circles, Lines, and Arrows. -Make size/position tabs live: when resizing objects, the tabs are kept up to date -The size/position tabs record data-relative coordinates when Lock Position to Data is selected. -if a view item dialog already exists, bring it to the front rather than creating a new one. | # |
| 04:30 on Mar 04 | KDE | Commit by netterfield :: r 1283427 /branches/work/kst/portto4/kst/src/libkstapp/ (13 files): ( link) Begin to give view object custom dimensions tabs: First up is circles, which now have center position and radius as their entry items. | # |
| 22:03 on Mar 03 | KDE | Commit by netterfield :: r 1283406 /branches/work/kst/portto4/kst/src/ (7 files in 2 dirs): ( link) - Only show 'lock pos to data' when it is relevant (ie, parent is a plot render item).
- Lock the location of the bottom right of a text label, not the center. Also add low level code for this to be the bottom left instead. The ability to switch this awaits a UI.
| # |
| 00:12 on Feb 29 | KDE | Commit by netterfield :: r 1282833 /branches/work/kst/portto4/kst/src/libkstmath/ (builtinpalettes.h palette.cpp): ( link) add a cyclical color scale, max = min. This is good for angles. | # |
| 23:34 on Feb 28 | KDE | Commit by netterfield :: r 1282831 /branches/work/kst/portto4/kst/src/ (6 files in 2 dirs): ( link) BUG:293247
Properly escape special characters in file names.
Also, fix a bug in label positions coming out of 'maximize plot' mode. | # |
| 18:59 on Feb 27 | KDE | Commit by netterfield :: r 1282576 /branches/work/kst/portto4/kst/src/libkstapp/ (4 files): ( link) -Remove unused variable -Add script interface properties for lock pos to data -Add lock pos to data to contect menus | # |
| 20:40 on Feb 24 | KDE | Commit by netterfield :: r 1282110 /branches/work/kst/portto4/kst/src/libkstapp/ (labelitem.cpp lineitem.cpp viewitem.cpp): ( link) Fix some more bugs with annotation objects. | # |