[Kst] extragear/graphics/kst
George Staikos
staikos at kde.org
Mon Jul 25 19:27:30 CEST 2005
SVN commit 438657 by staikos:
update changelog
M +262 -0 ChangeLog
--- trunk/extragear/graphics/kst/ChangeLog #438656:438657
@@ -1,3 +1,265 @@
+2005-07-22 23:17 arwalker
+
+ * : BUG:109467 Allow user to specify a base font size for the plots.
+ The default is 12, which will look the same as previous builds if
+ left unchanged. Plots will use the new base font size when next
+ updated. The plots will not be immediately updated.
+
+2005-07-22 21:59 arwalker
+
+ * : BUG:109456 Read in a complete line even if it extends beyond
+ 1000 characters.
+
+2005-07-22 20:50 arwalker
+
+ * : Need to reset the labels if a plot has been resized, to ensure
+ the plot alignment and margins are correctly calculated.
+
+2005-07-22 20:35 arwalker
+
+ * : Remove unused function. Fix bug in label sizing.
+
+2005-07-22 18:58 arwalker
+
+ * : Add additional shortcuts.
+
+2005-07-22 18:50 arwalker
+
+ * : BUG:104347 Add tooltips.
+
+2005-07-22 18:19 arwalker
+
+ * : BUG:104347 Prevent changes to the status bar text making the
+ main window enlarge in size.
+
+2005-07-20 21:49 arwalker
+
+ * : CCBUG:108060 Modify KDE version requirement.
+
+2005-07-20 21:49 arwalker
+
+ * : BUG:108060 No longer use deprecated methods. Allow user to
+ select current page. Use application side page selection for
+ efficiency with KDE version 3.3 and above.
+
+2005-07-20 20:42 arwalker
+
+ * : BUG:108409 Allow user to specify horizontal or vertical layout
+ of the legend. The default is vertical.
+
+2005-07-19 22:45 rchern
+
+ * : Locking of images and use correct array size
+
+2005-07-19 21:44 rchern
+
+ * : Restore original debug mode
+
+2005-07-19 21:43 rchern
+
+ * : Return correct update type for static matrices
+
+2005-07-19 20:33 rchern
+
+ * : Unneeded comments
+
+2005-07-19 20:29 rchern
+
+ * : Hacks within hacks to get plots with only images to update for
+ now CCMAIL: 109148 at bugs.kde.org
+
+2005-07-19 18:32 rchern
+
+ * : Some more defaults
+
+2005-07-19 01:03 rchern
+
+ * : Some more useful defaults for images
+
+2005-07-19 00:48 rchern
+
+ * : Accidental removal
+
+2005-07-19 00:47 rchern
+
+ * : More consistent labels for matrix dialog
+
+2005-07-19 00:41 rchern
+
+ * :
+
+2005-07-19 00:41 rchern
+
+ * : Some sanity checks for RMatrix range
+
+2005-07-18 23:45 arwalker
+
+ * : BUG:108616 Appears to have been caused by changes to the
+ KstViewObject::clipRegion() function for future transparency
+ support. The old clip region (used for painting) was also being
+ used for the printing due to incorrect caching.
+
+2005-07-18 23:36 arwalker
+
+ * : Only display debug messages during BENCHMARK tests
+
+2005-07-18 22:56 rchern
+
+ * : Changes to change file dialog to support matrices and images
+
+2005-07-18 21:00 rchern
+
+ * : Some matrix defaults
+
+2005-07-18 19:51 rchern
+
+ * : Always enable the delete menu item when it is present CCMAIL:
+ 109279-done at bugs.kde.org
+
+2005-07-18 19:06 rchern
+
+ * : New matrix functions for KstIface
+
+2005-07-16 00:05 rchern
+
+ * : KstRMatrix ChangeFile support for future
+
+2005-07-15 23:36 rchern
+
+ * : - don't change slave matrix name of CSDs for no reason - create
+ slave matrices when data objects are created
+
+2005-07-15 21:49 rchern
+
+ * : Purge all editable vectors and matrices too
+
+2005-07-15 20:14 rchern
+
+ * : Some dependency support - changes to change file dialog to come
+
+2005-07-15 18:26 rchern
+
+ * : Fix plot context menu for matrices and images
+
+2005-07-15 17:59 rchern
+
+ * : Labels for images/matrices
+
+2005-07-14 23:13 rchern
+
+ * : - Create images when creating CSDs - don't PSD the last window
+ in a CSD if it is not the only window
+
+2005-07-14 21:31 rchern
+
+ * : Reload matrices too when reloading data files
+
+2005-07-14 19:14 rchern
+
+ * : Remove force update for now - the Auto Threshold button will
+ just use the latest values since the last update
+
+2005-07-14 18:50 rchern
+
+ * : Fix gradient
+
+2005-07-14 17:25 rchern
+
+ * : - force update on matrix before calculating auto-threshold in
+ image dialog - "Image: " in 2dplot context menu - fix gradient
+ direction
+
+2005-07-14 00:46 rchern
+
+ * :
+
+2005-07-14 00:46 rchern
+
+ * : Still allow configuring of datasource even when no matrices are
+ available (For the test MATRIX_SHORT.dat file, data needs to be
+ read starting at row 1 and headers read from row 0 for the matrix
+ to be recognized).
+
+2005-07-13 23:53 rchern
+
+ * : Changes to AsciiSource test implementation for matrix functions
+
+2005-07-13 23:39 rchern
+
+ * : - KstRMatrix implementation, including skipping frames and
+ boxcar filtering - KstDataSource uses struct for parameters
+ returned - changes to test implementation of readMatrix for
+ AsciiSource - users can no longer specify xmin, ymin, and step
+ sizes for matrices - I think this should be (and is) provided by
+ the datasource - fix constructors/destructors so they work
+ properly - fix loading/saving of matrices - minor changes to
+ matrix dialog
+
+2005-07-13 21:02 staikos
+
+ * : add rendering of vector indexing and fix parsing of embedded
+ equations.
+
+2005-07-13 20:42 staikos
+
+ * : add vector index parsing
+
+2005-07-13 20:40 staikos
+
+ * : add testcases for vector indexing and change scalars to have
+ leading and trailing whitespace purged (a consequence of vector
+ indexing issues)
+
+2005-07-13 19:27 rchern
+
+ * : Save datasources used by matrices as well
+
+2005-07-13 17:17 rchern
+
+ * : Delete matrices properly
+
+2005-07-13 04:10 scripty
+
+ * : SVN_SILENT made messages (.desktop file)
+
+2005-07-12 23:47 rchern
+
+ * : Unlock the correct list
+
+2005-07-12 17:26 rchern
+
+ * : - remove matrixListIsComplete - just have fieldListIsComplete -
+ if field list isn't complete, all types of fields (matrix fields,
+ vector fields) are editable
+
+2005-07-12 17:01 rchern
+
+ * : - use KST::matrixList instead of old matrix dataobject in some
+ other places - write unlock after write locking CCMAIL:
+ 108933-done at bugs.kde.org
+
+2005-07-12 06:38 staikos
+
+ * : update changelog
+
+2005-07-12 06:33 staikos
+
+ * : Only plots should have grid applied to them (presently).
+ Graphics should not flow.
+
+2005-07-12 04:11 scripty
+
+ * : SVN_SILENT made messages (.desktop file)
+
+2005-07-12 02:22 thiago
+
+ * : Relative paths like ../.. do not work in unsermake; replacing
+ with $(top_builddir) (which, incidentally, is a relative path)
+
+2005-07-12 01:54 staikos
+
+ * : setEnabled() needs to be dependent on both I think.
+
2005-07-12 01:15 rchern
* : Changes to KstDataSource to support matrices - test
More information about the Kst
mailing list