[Kst] extragear/graphics/kst

George Staikos staikos at kde.org
Wed May 31 12:34:49 CEST 2006


SVN commit 546894 by staikos:

update changelog

 M  +104 -0    ChangeLog  


--- trunk/extragear/graphics/kst/ChangeLog #546893:546894
@@ -1,3 +1,107 @@
+2006-05-31 06:47  tskisner
+
+	* : I do not think this order matters, but it cannot hurt...
+
+2006-05-31 06:41  tskisner
+
+	* : This is the tiny beginning of the common FITS tools library. The
+	  goal is to collect all common code used by FITS datasources
+	  (lfiio, healpix, fitsfile) and put it here. None of the existing
+	  datasources will be touched until this library is complete and the
+	  new fitsfile datasource is in place. At that point, the
+	  datasources can be individually migrated to use the new library.
+
+2006-05-30 15:08  scripty
+
+	* : SVN_SILENT made messages (.desktop file)
+
+2006-05-30 14:11  staikos
+
+	* : Add a dialog that shows metadata for datasources from the data
+	  manager. It's low impact here. I haven't really tested displaying
+	  any data since I don't have any datasource that has metadata right
+	  now. If any source plugin wants to put it into variables, it can
+	  do it itself. Nothing ever precluded this. I'm not going to put
+	  anything inline in the data manager because it's just too much
+	  data and the horizontal scroll bar will be quite large. Also we'd
+	  have to strip out many characters (and newlines). FEATURE: 120749,
+	  120773
+
+2006-05-30 12:51  fidler
+
+	* : remove space
+
+2006-05-30 11:28  staikos
+
+	* : re-apply previous changes. 1) fixes spacing a bit, makes it more
+	  legible 2) removes some unused objects and variables 3) pushes
+	  variables into the proper scopes
+
+2006-05-30 11:27  staikos
+
+	* : Backout spacing changes and unused variable removal (argh)
+
+2006-05-30 11:26  staikos
+
+	* : Add an option for PSDs to make it possible to interpolate away
+	  holes. It is not yet implemented in CSDs, and it doesn't handle
+	  cases where the PSD tries to interpolate the input vector to a
+	  size other than the actual size. More patches to follow. BUG:
+	  115983
+
+2006-05-29 23:04  tskisner
+
+	* : More updates to the FITS datasource design. Any comments so far?
+	  Particularly about the location of the proposed libfitsfile helper
+	  library. If no one cares, I will start building an outline in
+	  src/datasources/libfitsfile/.
+
+2006-05-29 17:17  staikos
+
+	* : Apply Andrew's PSD patches so that I can continue work on PSDs
+	  without affecting them. Please add testcases and switch the
+	  function magic number to an enum before closing the report. CCBUG:
+	  115450
+
+2006-05-29 16:47  staikos
+
+	* : back out 544672 again until it's done without piling view
+	  handling into KstViewObject
+
+2006-05-29 16:05  staikos
+
+	* : Merge the viewupdates branch into trunk after verification of
+	  the new functionality and fixes at IAS
+
+2006-05-29 14:52  scripty
+
+	* : SVN_SILENT made messages (.desktop file)
+
+2006-05-28 14:39  fidler
+
+	* : lock and unlock properly
+
+2006-05-28 12:44  fidler
+
+	* : nad stuff
+
+2006-05-28 12:22  fidler
+
+	* : added KIOslave
+
+2006-05-27 10:48  staikos
+
+	* : update changelog
+
+2006-05-27 10:30  staikos
+
+	* : back out aspect ratio preserving code and move it to the work
+	  branch viewaspect
+
+2006-05-27 09:51  staikos
+
+	* : remove caption
+
 2006-05-27 09:39  staikos
 
 	* : quote arguments to avoid shell script errors when the variables


More information about the Kst mailing list