This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 48ac87a08 CayenneModeler .. Messy combo box sizing for editable popups
new 23e72ed19 CMComboBoxCellEditor refactoring
new 79b5b67ba Unifying table popup resizing
new b72e1ef4e Unifying combobix editors
new 256398807 Unifying combobox editors
new e4526c5cf this should not be static
The 5 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:
.../combobox/CMAutoCompleteComboBoxCellEditor.java | 61 +++++++++++++++
.../toolkit/combobox/CMComboBoxCellEditor.java | 72 +++++++++++++++++
.../CMComboBoxPopupResizer.java} | 90 ++++------------------
.../ui/dbrelationship/DbRelationshipDialog.java | 6 +-
.../dbentity/properties/DbAttributePanel.java | 4 +-
.../dbentity/properties/DbRelationshipPanel.java | 4 +-
.../attributes/EmbeddableAttributesView.java | 4 +-
.../duplicates/DuplicatedAttributesDialog.java | 4 +-
.../properties/DbAttributePathComboBoxEditor.java | 18 ++---
.../DbRelationshipPathComboBoxEditor.java | 29 ++++---
.../objentity/properties/ObjAttributePanel.java | 4 +-
.../objentity/properties/ObjRelationshipPanel.java | 2 +-
.../properties/PathChooserComboBoxCellEditor.java | 82 ++++++++++----------
.../editor/procedure/ProcedureParameterTab.java | 5 +-
14 files changed, 228 insertions(+), 157 deletions(-)
create mode 100644
modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/toolkit/combobox/CMAutoCompleteComboBoxCellEditor.java
create mode 100644
modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/toolkit/combobox/CMComboBoxCellEditor.java
rename
modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/toolkit/{table/CMComboBoxCellEditor.java
=> combobox/CMComboBoxPopupResizer.java} (54%)