This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from 96be4d9afc CAUSEWAY-3650: regens docs
     add 67f4ebf5a1 CAUSEWAY-3489: wkt vwr: templates for temporal editing with 
zone and offset (yet just mockups)
     add f7b0a55837 CAUSEWAY-3489: let TemporalValueSemantics provide choices 
for zones and offsets
     add 7429d88952 CAUSEWAY-3489: populate dropdows from underlying providers
     add cc84f51394 CAUSEWAY-3489: introduces TemporalDecomposition
     add e151bb2512 CAUSEWAY-3489: remove debug lines
     new 58ee4b7473 Merge pull request #2279 from 
apache/3489-temporal.editing.w.tz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../value/semantics/TemporalValueSemantics.java    |  29 +++
 .../causeway/core/metamodel/util/Facets.java       | 207 +++++++++++----------
 .../components/scalars/ScalarFragmentFactory.java  |   4 +-
 .../scalars/ScalarPanelFormFieldAbstract.html      |  22 ++-
 .../scalars/ScalarPanelTextFieldAbstract.java      |   8 +-
 .../ScalarPanelTextFieldWithTemporalPicker.java    | 111 +++++++++--
 .../scalars/datepicker/TemporalDecomposition.java  | 154 +++++++++++++++
 .../datepicker/TextFieldWithDateTimePicker.java    |  22 +--
 .../wicket/ui/pages/login/SignInPanelAbstract.java |  23 +--
 .../apache/causeway/viewer/wicket/ui/util/Wkt.java |  29 ++-
 .../viewer/wicket/ui/util/WktComponents.java       |  63 +++++--
 .../ComponentFactoryRegistrarDefault.java          |   7 +-
 12 files changed, 515 insertions(+), 164 deletions(-)
 create mode 100644 
viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/datepicker/TemporalDecomposition.java

Reply via email to