[Kst] branches/kst/1.3/kst
George Staikos
staikos at kde.org
Sat Sep 16 15:07:34 CEST 2006
SVN commit 585170 by staikos:
update changelog
M +257 -0 ChangeLog
--- branches/kst/1.3/kst/ChangeLog #585169:585170
@@ -1,3 +1,260 @@
+2006-09-14 12:29 staikos
+
+ * : branch for 1.3
+
+2006-09-14 01:14 netterfield
+
+ * : The Z value in data mode over images should also use precision.
+
+2006-09-13 18:52 staikos
+
+ * : forgot to commit this a long time ago :-)
+
+2006-09-05 12:01 staikos
+
+ * : I think this fixes the equation assertion failures. Please
+ verify.
+
+2006-08-31 01:10 netterfield
+
+ * : Make sure that the internal scalars (C_PI, etc) get created
+ early enough when loading a .kst file, and at all when loading
+ curves from command line.
+
+2006-08-29 11:25 scripty
+
+ * : SVN_SILENT made messages (.desktop file)
+
+2006-08-25 16:20 netterfield
+
+ * : add license
+
+2006-08-25 16:14 netterfield
+
+ * : Add a hack to tests which allows dirfiles to be replayed at 5Hz
+ frame rate. Now you can relive the exitement and terror of all
+ your favorite balloon flights while realisticly testing kst in
+ real-time mode (rating: PG13)
+
+2006-08-23 21:45 staikos
+
+ * : Keep attempted vector loads from the commandline around. This
+ allows for delayed file population to work.
+
+2006-08-23 20:08 brisset
+
+ * : Add initial support for metadata from netCDF files from global
+ attributes. For multi-valued attributes, only the first value is
+ used (but strings are complete and certainly the most interesting
+ kind of metadata). If there are requests for getting more values
+ it should be easy to add. Also change kdDebug() to kstdDebug() and
+ comment out debugging traces. Only failures still print out
+ something. Now George can test this and try to make metadata
+ strings usable in labels :-) I am committing directly as it is a
+ very isolated change that won't affect users without netCDF
+ support, and it is easy to revert in case of problems.
+
+2006-08-23 14:34 staikos
+
+ * : missing BENCHMARK guard
+
+2006-08-23 14:21 staikos
+
+ * : I believe this lock is no-longer needed, which solves the fit
+ deadlock
+
+2006-08-22 15:11 staikos
+
+ * : sort all of our locks by pointer order, and don't lock
+ recursively past primitives. This should fix the remainder of the
+ deadlocks
+
+2006-08-21 16:01 jriddell
+
+ * : Add FDL licence for documentation
+
+2006-08-18 10:48 bram
+
+ * : SVN_SILENT: fixuifiles
+
+2006-08-17 16:13 staikos
+
+ * : install header file
+
+2006-08-11 15:39 scripty
+
+ * : SVN_SILENT made messages (.desktop file)
+
+2006-08-11 02:20 staikos
+
+ * : Add a new configure option to make Kst use a single global lock.
+ Use this option if you experience deadlocks as a temporary
+ workaround. Remember to rebuild all plugins when you change this
+ setting
+
+2006-08-10 15:40 scripty
+
+ * : SVN_SILENT made messages (.desktop file)
+
+2006-08-09 17:27 dhanson
+
+ * : BUG:131738 revise documentation for kstgfxmousehandlerutils.cpp.
+
+2006-08-04 06:24 staikos
+
+ * : save a few cycles
+
+2006-08-03 20:52 staikos
+
+ * : hmm?
+
+2006-08-03 20:43 arwalker
+
+ * : BUG:131683 No longer draw spurious guidelines. Draw guideline
+ immediately upon pressing shift or control key. Erase the
+ guideline correctly after releasing the shift or control key.
+
+2006-08-03 18:10 arwalker
+
+ * : BUG:131738 Better restrict a line being resized to its parent -
+ also more consistent with behaviour during line creation
+
+2006-08-02 21:28 dhanson
+
+ * : BUG:131740 correct for cases of even height/width.
+
+2006-08-02 18:25 dhanson
+
+ * : BUG:131740 oh- nevermind, andrew's bug is different. i thought
+ he was actually trying to resize the plots. here's the fix- those
+ pesky 1's again introduced by the definition of width/height for
+ QRects.
+
+2006-08-02 08:26 staikos
+
+ * : fix crash with broken sessions
+
+2006-08-01 23:39 dhanson
+
+ * : BUG:131679 restore correct pos. odd indeed- we'll have to keep
+ an eye out for any other miss-diffs.
+
+2006-08-01 23:09 staikos
+
+ * : add back patch that was in between the reverted ones
+
+2006-08-01 22:59 staikos
+
+ * : revertlast
+
+2006-08-01 22:57 staikos
+
+ * : overwrite the previous two commits with a fix that avoids an
+ off-by-one, which seems to be the real culprit
+
+2006-08-01 22:18 arwalker
+
+ * : BUG:131693 Don't try to paint to an empty bitmap as it causes a
+ crash.
+
+2006-08-01 21:42 arwalker
+
+ * : CCBUG:Fix the initial fix for all cases and correctly align the
+ indentation
+
+2006-08-01 18:57 dhanson
+
+ * : CCBUG:131679 fix assertion error when creating newLines. the
+ problem when resizing lines does not occur in the viewaspect
+ branch. something must have been backed out when merging, probably
+ the patch for resize behaviour. currently, a 2 line change in
+ KstTopLevelView::pressMoveLayoutModeEndPoint similar to the one
+ commited is all that's necessary to fix the problem for moving
+ lines, but i'll wait until we figure out what to do about the
+ resizing behaviour before submitting it.
+
+2006-08-01 17:42 dhanson
+
+ * : CCBUG:131620 add _idealSize to saved session.
+
+2006-08-01 17:13 dhanson
+
+ * : CCBUG:131620 fixed. the problem was the myOldGeom did not
+ necessarily have the proper aspect ratio, particularly if
+ _geom.setSize(_geom.size().expandedTo(_minimumSize)); had been
+ called.
+
+2006-08-01 14:49 scripty
+
+ * : SVN_SILENT made messages (.desktop file)
+
+2006-08-01 11:53 staikos
+
+ * : draw the guidelines when using the modifier keys too FEATURE:
+ 111241
+
+2006-08-01 07:10 staikos
+
+ * : minor cleanup and add a comment about broken i18n usage
+
+2006-08-01 07:09 staikos
+
+ * : simplify
+
+2006-08-01 06:39 staikos
+
+ * : simplify and test for null in cast
+
+2006-08-01 00:09 arwalker
+
+ * : BUG:131625 Correctly normalize the new QRect
+
+2006-08-01 00:07 staikos
+
+ * : unused object
+
+2006-07-31 22:13 staikos
+
+ * : keep it building with older piolibs
+
+2006-07-31 22:10 staikos
+
+ * : add a findPlotByName() helper to search through efficiently and
+ find a plot, and remove a dead function
+
+2006-07-31 21:56 staikos
+
+ * : add a topLevelParent() call for Barth
+
+2006-07-31 20:28 staikos
+
+ * : Merge the viewaspect branch, with some minor changes. Remember:
+ please don't use QMIN/QMAX. use kMin and kMax instead. Also try to
+ use C++ style casting.
+
+2006-07-31 00:57 staikos
+
+ * : unfortunately there was disappointing (read: no) feedback on the
+ advanced locking branch. This is a major blocker for merging other
+ things and it works for me, so in it goes.
+
+2006-07-26 16:09 netterfield
+
+ * : Add a newplot icon.
+
+2006-07-26 16:08 netterfield
+
+ * : CCBUG: 129283 Add a plot->new action to the menues to create a
+ new plot in the current window. Addresses item 1 of 129283.
+
+2006-07-25 16:10 scripty
+
+ * : SVN_SILENT made messages (.desktop file)
+
+2006-07-14 17:27 fidler
+
+ * : fix format string
+
2006-07-12 20:24 fidler
* : prevent readLock/writeLock and readUnlock/writeUnlock races
More information about the Kst
mailing list