Holger Brands
Holger Brands
Is related to: GH-592
PS - the static method below could be replaced to a call to the GlazedLists method requested here: https://glazedlists.dev.java.net/issues/show_bug.cgi?id=483 by trumpetinc
Created an attachment (id=47) Proposed patch (generated via Eclipse) to track changes to the lead and anchor indices by way of the reorder map to preserve keyboard selections. by brianmerrill
The above patch also contains an update to the JUnit test case for this issue, i.e. "guiTestChangeSelectionByKeysInSortedState_FixMe". The test case checked for a lead selection of -1 when it should...
Or rather, the lead selection should be a value greater than or equal to zero but not negative. by brianmerrill
To this I am adding the last stuff for GH-63 - ThresholdList. ThresholdList is done, but the Tutorial page on it has a placeholder for how it is added to...
I've updated the tutorial to Glazed Lists 0.9.5. It includes: a better XSLT for HTML updated screencaps updated concurrency information Still necessary: ListEventPublisher coverage PopularityList coverage CollectionList coverage NetworkList coverage...
The tutorial has seen some more lovin' for the 1.0 release. It's up-to-date, but still not as wide as it could be. by jessewilson
@robeden What's your opinion on this? Should we extend our lock adapter interfaces from the java.util.concurrent.locks.* ones? (I have a local branch for that change) Should we keep these adapter...
@robeden if you have no objections, I'll continue with what's proposed in this pull request, e.g. extending our lock adapter interfaces from the java.util.concurrent.locks.* ones...