Print

Print


Repository commits in period 2010-09-28 22:57:15 -1000 (Tue, 28 Sep 2010) to 2010-09-29 04:53:04 -1000 (Wed, 29 Sep 2010) (revision 9590 to revision 9597)

See http://starlink.jach.hawaii.edu//summarize-commits-starjava.html for more details

Revisions:

	9597 (mbt):
	  votable: improve efficiency of multi-table VOTable reads.
	  Now the TableSequence iterates over tables as they are acquired
	  (in another thread), rather than waiting for them all to be read before 
	  the first one can be used.
	9596 (mbt):
	  votable: be smarter about spotting (not) VOTable documents in stream loader
	9595 (mbt):
	  table: be smarter about spotting cancellation actions, and avoid extra popups
	9594 (mbt):
	  fits: treat too-short colfits file as TableFormatException not IOException
	9593 (mbt):
	  topcat: warn if loading a table results in no tables and no errors
	9592 (mbt):
	  fits: use EXTNAME for table name in FITS BINTABLE headers
	9591 (mbt):
	  table: use full paths for file locations
	9590 (mbt):
	  topcat: fire event when table name changed to update control window display

Committed files

	fits/src/main/uk/ac/starlink/fits/BintableStarTable.java
	fits/src/main/uk/ac/starlink/fits/ColFitsStarTable.java
	fits/src/main/uk/ac/starlink/fits/ColFitsTableBuilder.java
	fits/src/main/uk/ac/starlink/fits/ColFitsTableSerializer.java
	fits/src/main/uk/ac/starlink/fits/FileColumnStore.java
	fits/src/main/uk/ac/starlink/fits/FitsConstants.java
	fits/src/main/uk/ac/starlink/fits/FitsTableBuilder.java
	fits/src/main/uk/ac/starlink/fits/StandardFitsTableSerializer.java
	table/src/main/uk/ac/starlink/table/gui/FilestoreTableLoadDialog.java
	table/src/main/uk/ac/starlink/table/gui/SystemBrowser.java
	table/src/main/uk/ac/starlink/table/gui/TableLoadWorker.java
	table/src/testcases/uk/ac/starlink/table/FormatsTest.java
	topcat/src/docs/sun253.xml
	topcat/src/main/uk/ac/starlink/topcat/ParameterWindow.java
	topcat/src/main/uk/ac/starlink/topcat/TopcatLoadClient.java
	ttools/src/docs/sun256.xml
	votable/src/main/uk/ac/starlink/votable/MultiTableStreamer.java
	votable/src/main/uk/ac/starlink/votable/TableStreamer.java
	votable/src/main/uk/ac/starlink/votable/VOTableBuilder.java