CIA.vc
netterfield
Real-time open source activity stats
Stats » Authors » netterfield
informationsyndicateUTC clock
06:52 on May 28, 2012
event counters
The last message was received 2.33 days ago at 23:03 on May 25, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 1 messages last week
4 messages so far this month, 8 messages last month
843 messages since the first one, 8.38 years ago, for an average of 3.63 days between messages
recent messages
dateReversed sort columnprojectcontentlink
23:03 FridayKDE
Commit by netterfield :: r1296680 /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 15KDE
Commit by netterfield :: r1294981 /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 11KDE
Commit by netterfield :: r1294026 /branches/work/kst/portto4/kst/src/libkst/datacollection.cpp: (link)
Fix compilation failure under linux:
#elif needs an expression
#
23:57 on May 10KDE
Commit by netterfield :: r1294004 /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 26KDE
Commit by netterfield :: r1291978 /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 26KDE
Commit by netterfield :: r1291801 /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 25KDE
Commit by netterfield :: r1291548 /branches/work/kst/portto4/kst/src/libkst/datavector.cpp: (link)
No log message
#
02:29 on Apr 24KDE
Commit by netterfield :: r1291312 /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 19KDE
Commit by netterfield :: r1290378 /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 14KDE
Commit by netterfield :: r1289399 /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 12KDE
Commit by netterfield :: r1289132 /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 02KDE
Commit by netterfield :: r1288005 /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 30KDE
Commit by netterfield :: r1287592 /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 10KDE
Commit by netterfield :: r1284801 /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 04KDE
Commit by netterfield :: r1283427 /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 03KDE
Commit by netterfield :: r1283406 /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 29KDE
Commit by netterfield :: r1282833 /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 28KDE
Commit by netterfield :: r1282831 /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 27KDE
Commit by netterfield :: r1282576 /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 24KDE
Commit by netterfield :: r1282110 /branches/work/kst/portto4/kst/src/libkstapp/ (labelitem.cpp lineitem.cpp viewitem.cpp): (link)
Fix some more bugs with annotation objects.
#