JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  March 2014

STARDEV March 2014

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

[Starlink/starjava] 26bd90: ttools: abstract mouse button number handling

From:

GitHub <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Fri, 7 Mar 2014 09:30:02 -0800

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (283 lines)

  Branch: refs/heads/master
  Home:   https://github.com/Starlink/starjava
  Commit: 26bd902bdf4d105ac44ddcafc07b50520e4dfbc2
      https://github.com/Starlink/starjava/commit/26bd902bdf4d105ac44ddcafc07b50520e4dfbc2
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/plot2/BlobPanel2.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/StackPlotWindow.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/NavigationListener.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/PlotUtil.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/CubeNavigator.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/PlaneNavigator.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/SkyNavigator.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeNavigator.java

  Log Message:
  -----------
  ttools: abstract mouse button number handling

All determination of which mouse button is in use (changed or pressed)
now goes via the PlotUtil.getButton*Index methods rather than examining
the MouseEvent directly.  The point of this is to have control over
what mouse/keyboard gestures count as logical button 1/2/3.
It's not straightforward to work out what should mean what across
different OSes and mouse devices, doing it like this means we actually
know what's going on, and can document it at the user level accordingly.


  Commit: feb703c6c05909cc7507664edb23f7a928ecc855
      https://github.com/Starlink/starjava/commit/feb703c6c05909cc7507664edb23f7a928ecc855
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/plot2/CubeAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/HistogramAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/LegendControl.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/PlaneAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/ShaderControl.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/SkyAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/TimeAxisController.java
    A ttools/src/main/uk/ac/starlink/ttools/plot2/config/CaptionerKeySet.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/config/ConfigKey.java
    A ttools/src/main/uk/ac/starlink/ttools/plot2/config/KeySet.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/config/StyleKeys.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/CubeSurfaceFactory.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/PlaneSurfaceFactory.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/SkySurfaceFactory.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeSurfaceFactory.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/layer/LabelPlotter.java

  Log Message:
  -----------
  ttools: refactor captioner configuration

The logic for selecting a font from configuration options is now
broken out into a new class CaptionerKeySet rather than using
opaque logic within the StyleKeys class.  This means it can be
reused, which in turn means the LabelPlotter class is able to use
a different instance of the relevant config keys than that used
for the axis labelling.  So now the logic in the topcat GUI classes
lets you choose a different font for point labelling than for
axis labelling.


  Commit: f5bb646cd9c838cfa201746e0fc4b9f07b8fc9ae
      https://github.com/Starlink/starjava/commit/f5bb646cd9c838cfa201746e0fc4b9f07b8fc9ae
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/plot2/CoordPanel.java

  Log Message:
  -----------
  topcat: prevent autopopulation of non-positional coordinates

This fixes a bug which was an oversight at 030b0484.


  Commit: 5044c8e850c4f5f0db234a5ce82da533f71523fa
      https://github.com/Starlink/starjava/commit/5044c8e850c4f5f0db234a5ce82da533f71523fa
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/plot2/CubeAxisController.java

  Log Message:
  -----------
  topcat: withdraw Labels tab from sphere plot window Axes control

It didn't work anyway.  Should ideally be reinstated and fixed at some
point in the future, but probably won't be much used.


  Commit: 91e9f481460289df614e13c9a0f9ff67ab890038
      https://github.com/Starlink/starjava/commit/91e9f481460289df614e13c9a0f9ff67ab890038
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/plot2/HistogramAxisController.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/PlaneSurfaceFactory.java

  Log Message:
  -----------
  ttools: fix logic in X/Y axis anchor config options

They were the wrong way round, since I was confusing X Axis with X=0 line.


  Commit: f72f196425f1911da42d39429d6c639baec10145
      https://github.com/Starlink/starjava/commit/f72f196425f1911da42d39429d6c639baec10145
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/join/MatchSpec.java

  Log Message:
  -----------
  topcat: first go at reorganising change list for v4.1.


  Commit: 784a9f8acbcb5cb94b60b7efef2cacbf45e0e73d
      https://github.com/Starlink/starjava/commit/784a9f8acbcb5cb94b60b7efef2cacbf45e0e73d
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M topcat/src/docs/sun253.xml

  Log Message:
  -----------
  topcat: rearrange sun253 sections on new/old-style graphics windows


  Commit: 1709958cc841a87c7b1295692cd5218fb42642f3
      https://github.com/Starlink/starjava/commit/1709958cc841a87c7b1295692cd5218fb42642f3
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    A topcat/src/docs/figures/ConfigControl_histobars.gif
    A topcat/src/docs/figures/ControlStack_fixed.gif
    M topcat/src/docs/figures/CubeAxisControl_coords.gif
    M topcat/src/docs/figures/CubeAxisControl_grid.gif
    M topcat/src/docs/figures/CubeAxisControl_labels.gif
    A topcat/src/docs/figures/CubeAxisControl_navigation.gif
    M topcat/src/docs/figures/CubeAxisControl_range.gif
    M topcat/src/docs/figures/CubeAxisControl_view.gif
    M topcat/src/docs/figures/CubePlotWindow.gif
    M topcat/src/docs/figures/FunctionLayerControl.gif
    M topcat/src/docs/figures/GangLayerControl_form.gif
    A topcat/src/docs/figures/GangLayerControl_pair_form.gif
    A topcat/src/docs/figures/GangLayerControl_pair_position.gif
    A topcat/src/docs/figures/GangLayerControl_pair_subsets.gif
    A topcat/src/docs/figures/HistogramLayerControl_form.gif
    A topcat/src/docs/figures/HistogramLayerControl_position.gif
    A topcat/src/docs/figures/HistogramLayerControl_subsets.gif
    A topcat/src/docs/figures/HistogramPlotWindow.gif
    M topcat/src/docs/figures/PlaneAxisControl_coords.gif
    M topcat/src/docs/figures/PlaneAxisControl_font.gif
    M topcat/src/docs/figures/PlaneAxisControl_grid.gif
    M topcat/src/docs/figures/PlaneAxisControl_labels.gif
    A topcat/src/docs/figures/PlaneAxisControl_navigation.gif
    M topcat/src/docs/figures/PlaneAxisControl_range.gif
    M topcat/src/docs/figures/PlanePlotWindow.gif
    M topcat/src/docs/figures/ShaderControl_map.gif
    M topcat/src/docs/figures/SkyAxisControl_fov.gif
    M topcat/src/docs/figures/SkyAxisControl_grid.gif
    A topcat/src/docs/figures/SkyAxisControl_navigation.gif
    M topcat/src/docs/figures/SkyAxisControl_projection.gif
    M topcat/src/docs/figures/SkyPlotWindow.gif
    A topcat/src/docs/figures/SpectrogramLayerControl.gif
    A topcat/src/docs/figures/SpectrogramLayerControl_data.gif
    A topcat/src/docs/figures/SpectrogramLayerControl_style.gif
    M topcat/src/docs/figures/SphereAxisControl_grid.gif
    A topcat/src/docs/figures/SphereAxisControl_navigation.gif
    M topcat/src/docs/figures/SphereAxisControl_range.gif
    M topcat/src/docs/figures/SphereAxisControl_view.gif
    M topcat/src/docs/figures/SpherePlotWindow.gif
    M topcat/src/docs/figures/StackPlotWindow.gif
    M topcat/src/docs/figures/StackPlotWindow_blob.gif
    M topcat/src/docs/figures/StackPlotWindow_float.gif
    A topcat/src/docs/figures/TimeAxisControl_coords.gif
    A topcat/src/docs/figures/TimeAxisControl_grid.gif
    A topcat/src/docs/figures/TimeAxisControl_labels.gif
    A topcat/src/docs/figures/TimeAxisControl_navigation.gif
    A topcat/src/docs/figures/TimeAxisControl_range.gif
    A topcat/src/docs/figures/TimePlotWindow.gif
    A topcat/src/docs/figures/form-style.gif
    M topcat/src/docs/figures/form_label.gif
    M topcat/src/docs/figures/form_line.gif
    M topcat/src/docs/figures/form_link2.gif
    A topcat/src/docs/figures/form_marks2.gif
    M topcat/src/docs/figures/mode_density.gif
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/ResourceIcon.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/LayerControlAction.java

  Log Message:
  -----------
  topcat: update sun253 text and figures for 4.1


  Commit: 182c08100213c141cf1631b3ad58014a4d3987f9
      https://github.com/Starlink/starjava/commit/182c08100213c141cf1631b3ad58014a4d3987f9
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    A topcat/src/docs/figures/NavigationHelpPanel.gif
    M topcat/src/docs/sun253.xml

  Log Message:
  -----------
  topcat: add new navigation text to sun253


  Commit: 3adbf82615a0dd1272d89859c2b793f71642596a
      https://github.com/Starlink/starjava/commit/3adbf82615a0dd1272d89859c2b793f71642596a
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/ResourceIcon.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/AxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/CartesianAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/CubeAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/HistogramAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/PlaneAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/SkyAxisController.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/StackPlotWindow.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/TimeAxisController.java
    A topcat/src/resources/uk/ac/starlink/topcat/images/q9.gif

  Log Message:
  -----------
  topcat: add a help button to the NavigationHelpPanel

Add a little button in the footer panel to bring up navigation help
specific to the current plot2 window.


  Commit: f386d02b7681988c64dcd367b6ed722bed0bb5bc
      https://github.com/Starlink/starjava/commit/f386d02b7681988c64dcd367b6ed722bed0bb5bc
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M topcat/build.xml
    M ttools/build.xml
    M ttools/src/docs/sun256.xml

  Log Message:
  -----------
  topcat: version to 4.1 for release.

stilts to version 2.5-2.


  Commit: 92ea4701e86a1256c313cdb94ce213ea7251784d
      https://github.com/Starlink/starjava/commit/92ea4701e86a1256c313cdb94ce213ea7251784d
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    A topcat/src/docs/figures/SkyPlotWindow_plotmatch.gif
    A topcat/src/docs/figures/plotmatch_dialog.gif
    M topcat/src/docs/sun253.xml

  Log Message:
  -----------
  topcat: add section to sun253 on plotting xmatch results


Compare: https://github.com/Starlink/starjava/compare/dfc8663f0da6...92ea4701e86a

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager