Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59A661064D for ; Tue, 6 Aug 2013 14:51:52 +0000 (UTC) Received: (qmail 16436 invoked by uid 500); 6 Aug 2013 14:51:52 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 16402 invoked by uid 500); 6 Aug 2013 14:51:49 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 15937 invoked by uid 99); 6 Aug 2013 14:51:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 14:51:48 +0000 Date: Tue, 6 Aug 2013 14:51:48 +0000 (UTC) From: "Ilya Vasiuk (JIRA)" To: commits@cayenne.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAY-1826) Merge Entity Attributes and Relationships tabs together with one toolbar. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAY-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Vasiuk updated CAY-1826: ----------------------------- Attachment: 1826new.txt Patch fixed. > Merge Entity Attributes and Relationships tabs together with one toolbar. > ------------------------------------------------------------------------- > > Key: CAY-1826 > URL: https://issues.apache.org/jira/browse/CAY-1826 > Project: Cayenne > Issue Type: Improvement > Components: Modeler > Affects Versions: 3.2M1 > Environment: Linux > Reporter: ArtyomN > Attachments: 1826new.txt, BeforeDbEntity.png, BeforeObjEntity.png, ButtomEditRelatiionshipAfter.png, ButtomEditRelatioshipBefore.png, OneTabOneToolbarDbEntity.png, OneTabOneToolbarObjEntity.png, patch.txt > > Original Estimate: 12h > Remaining Estimate: 12h > > For convenient display attributes and relationships, there were two tabs will integrate ObjEntityAttributeTab and ObjEntityRelationshipTab one, DbEntityAttributeTab and DbEntityRelationshipTab, using the new classes ObjEntityAttrRelationshipTab and DbEntityAttrRelationshipTab. Now the toolbar is formed in these new classes. That you can use one toolbar for attributes and relationships were made new classes "mediators" CopyAttrRelationshipsAction, CutAttrRelationshipsAction and RemoveAttrRelationshipsAction. Was also been modified button "edit relationships", which incorrectly became active. In the new patch renamed classes ObjEntityAttributeTab, ObjEntityRelationshipTab, DbEntityAttributeTab, DbEntityRelationshipTab in ObjEntityAttributePanel, ObjEntityRelationshipPanel, DbEntityAttributePanel, DbEntityRelationshipPanel, and in the "mediators" classes replaced static "currentSelectedPanel" field. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira