Skip to content

addresses table sorting issues #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2018
Merged

addresses table sorting issues #75

merged 1 commit into from
Apr 30, 2018

Conversation

Sciss
Copy link
Contributor

@Sciss Sciss commented Apr 28, 2018

- bump version to 2.0.4-SNAPSHOT (mima binary compat checks)
- add `Font` object, because having `scala.swing._` in scope means we
  cannot use static methods of `java.awt.Font` any longer.
- add some documentation to `Table`
- add another constructor with table-model to `Table`
- add a few missing methods to `Table` (`rowMargin`, `viewToModelRow`,
  `modelToViewRow`, `autoCreateRowSorter`, `updateSelectionOnSort`)
- fix `apply` and `update` to convert between row model and view
- add programmatic `sort` method.
- fixes scala#20, fixes scala#47, fixes scala#62
- add uitest to verify sorting and converting indices works correctly
@benhutchison
Copy link
Contributor

Thank you @Sciss

@benhutchison benhutchison merged commit cc8dae2 into scala:2.0.x Apr 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants