Apologies for all the JIRA spam. As you may have noticed, Todd and I
have taken our names off a number of items as part of the ongoing
effort to increase community participation. Most issues targeted for
versions 1.3.1 and beyond are now currently unassigned. We'll figure
out who should own those features as we get closer to starting work on
those versions.
In the meantime, there are a couple of issues for 1.3 that are
currently unassigned:
PIVOT-20: Complete collection classes
I have completed the Pivot-native implementations of the list classes,
but HashMap and HashSet remain outstanding and are still just wrappers
around their JDK counterparts. Todd was originally assigned to this
task, but if anyone else is interested and has time, you are welcome
to tackle it. We imagine that the bulk of the work will be in HashMap,
since HashSet can internally use a map to maintain its own state.
Alternatively, the implementer may find it easier to share some common
code via a package private class.
PIVOT-214: TerraFrameSkin should respect preferred size limits
This is a pretty simple one that anyone with interest can probably
tackle. It will basically amount to bounding the call to
setPreferredSize() when the user drags the resize handle.
PIVOT-20 is much higher priority, so if anyone is interested and
available, please feel free to assign it to yourself and dig in. The
same goes for PIVOT-20, but that one could easily be bumped to 1.3.1
if need be.
G