CIA.vc
netterfield
Real-time open source activity stats
Stats » Authors » netterfield
informationsyndicateUTC clock
04:05 on Feb 12, 2012
event counters
The last message was received 1.12 days ago at 01:13 on Feb 11, 2012
0 messages so far today, 1 messages yesterday
1 messages so far this week, 2 messages last week
1 messages so far this month, 9 messages last month
822 messages since the first one, 8.09 years ago, for an average of 3.59 days between messages
recent messages
dateReversed sort columnprojectcontentlink
01:13 yesterdayKDE
Commit by netterfield :: r1279327 /branches/work/kst/portto4/kst/src/ (20 files in 3 dirs): (link)
A new feature: annotation view items can now be set to have their
positions 'fixed to data', so that if you scroll or more data comes in,
the annotation object moves along with the data. It is set in the
dimensions tab of the view item's dialog.

What I am commiting here works ~perfectly for boxes, circles and
ellipses for both scaling and translation.

It works fine for labels for translation, but they tend to drift with
scaling.

For arrows and lines, it works fine for translation, but has problems
with scaling, because, for view objects, the item's rotation is defined
in screen units. This will be fixed.
#
01:06 on Jan 31KDE
Commit by netterfield :: r1276920 /branches/work/kst/portto4/kst/src/libkstapp/viewmatrixdialog.cpp: (link)
Don't crash.
#
01:05 on Jan 31KDE
Commit by netterfield :: r1276919 /branches/work/kst/portto4/kst/src/libkstmath/curve.cpp: (link)
No log message
#
01:41 on Jan 26KDE
Commit by netterfield :: r1275906 /branches/work/kst/portto4/kst/src/ (5 files in 2 dirs): (link)
Update apply in settings dialog.
Shorter polylines.
#
03:14 on Jan 25KDE
Commit by netterfield :: r1275749 /branches/work/kst/portto4/kst/src/ (12 files in 3 dirs): (link)
Make antialiasing optional: there are serios performance issues with
antialiasing on some systems.
#
20:03 on Jan 20KDE
Commit by netterfield :: r1274953 /branches/work/kst/portto4/kst/ (8 files in 3 dirs): (link)
Some fixes to shared axis boxes.
#
18:30 on Jan 09KDE
Commit by netterfield :: r1272762 /branches/work/kst/portto4/kst/src/ (3 files in 2 dirs): (link)
Improve drawing: sub-pixel accuracy.
#
00:11 on Jan 07KDE
Commit by netterfield :: r1272108 /branches/work/kst/portto4/kst/src/libkstmath/curve.cpp: (link)
remove BENCHMARK
#
23:49 on Jan 06KDE
Commit by netterfield :: r1272105 /branches/work/kst/portto4/kst/src/libkstmath/curve.cpp: (link)
Improve line drawing with antialiasing.
#
21:59 on Jan 03KDE
Commit by netterfield :: r1271289 /branches/work/kst/portto4/kst/src/ (4 files in 2 dirs): (link)
Points scale properly when printing (and resizing windows).
#
02:01 on Dec 31, 2011KDE
Commit by netterfield :: r1270950 /branches/work/kst/portto4/kst/src/ (4 files in 3 dirs): (link)
Antialias curve drawing.
Fix truncation errors in some point types.
#
23:49 on Dec 30, 2011KDE
Commit by netterfield :: r1270941 /branches/work/kst/portto4/kst/src/libkstapp/viewitem.cpp: (link)
Delete some dead code.
#
23:47 on Dec 30, 2011KDE
Commit by netterfield :: r1270940 /branches/work/kst/portto4/kst/src/libkstapp/ (11 files): (link)
Fixes to 'columns' auto-layout: It now lays out in columns, in the
order of creation, completely eradicating any previous formatting.
Use 'auto' to keep current formating.

This seems to work better...

Also delete some dead code.
#
17:51 on Dec 09, 2011KDE
Commit by netterfield :: r1267879 /branches/work/kst/portto4/kst/src/libkstapp/legenditem.cpp: (link)
Wrap legends if it would get too big.
#
17:39 on Dec 09, 2011KDE
Commit by netterfield :: r1267877 /branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp: (link)
BUG:
Markers didn't work in log mode. Now they do.
#
17:39 on Dec 09, 2011KDE
Commit by netterfield :: r1267876 /branches/work/kst/portto4/kst/src/ (4 files in 2 dirs): (link)
BUG:
the free-memory checker was failing under 32 bit linux. Use double instead so it always works.
#
03:41 on Nov 30, 2011KDE
Commit by netterfield :: r1266574 /branches/work/kst/portto4/kst/src/libkstapp/ (plotrenderitem.cpp plotrenderitem.h): (link)
BUG: 261972
restore 1.x scroll wheel behavior.
#
17:14 on Nov 28, 2011KDE
Commit by netterfield :: r1266249 /branches/work/kst/portto4/kst/src/ (26 files in 2 dirs): (link)
Update tab order.
#
17:07 on Nov 23, 2011KDE
Commit by netterfield :: r1265595 /branches/work/kst/portto4/kst/src/widgets/ (3 files): (link)
Feature:
~ is expanded to HOME in file and data source selection widgets.
~USER is not expanded, because I haven't found a reasonably system independant way
of doing that.
#
03:15 on Nov 22, 2011KDE
Commit by netterfield :: r1265327 /branches/work/kst/portto4/kst/ (4 files in 3 dirs): (link)
BUG:
Make drawing of the tick marks and drawing of the curves exactly consistant.
(they were previously off by up to +-1 pixel).
#