Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 26378b: Removed some debug output and tweaked when columns...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: 26378b488944d9728a5d773acb3450828681cd79
      https://github.com/eclipse/ice/commit/26378b488944d9728a5d773acb3450828681cd79
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/preferences/TableComponentComposite.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/preferences/TableComponentContentProvider.java

  Log Message:
  -----------
  Removed some debug output and tweaked when columns are packed in the
TableViewer.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 2c6c9909a7eeb4b650a16c503d165f88bee29971
      https://github.com/eclipse/ice/commit/2c6c9909a7eeb4b650a16c503d165f88bee29971
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    A src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/preferences/CustomScopedPreferenceStore.java
    A src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/preferences/TableComponentPreferenceAdapter.java

  Log Message:
  -----------
  Started on a class to marshal a TableComponent to and from preferences
as well as a sub-class of ScopedPreferenceStore to facilitate this (they
provide no way to remove a preference key-value pair).

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/1baaca1ef135...2c6c9909a7ee

Back to the top