bugGNUstep - Bugs: bug #25657, DBModeler Inspector behaviour

Group
 
 

bug #25657: DBModeler Inspector behaviour

Submitter:  Sebastian Reitenbach <buzzdee>
Submitted:  Sat 21 Feb 2009 05:36:52 PM UTC
   
 
Category:  gdl2 Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Wed 04 Mar 2009 01:29:22 AM UTC, comment #8: 

closing, i've commited a fix for delete, adding, removing and selecting items should now show the added/selected object, or the removed objects parent in the inspector.


matt rice <ratmice>
Group Member
Fri 27 Feb 2009 03:48:55 PM UTC, comment #7: 

it was the change to line 137 that cause the problem here.

after adding it, I recognized the following warning when compiling:

 Compiling file DiagramView.m ...
DiagramView.m: In function `-[DiagramView showEntity:]':
DiagramView.m:138: warning: implicit declaration of function `floor'

Then restarting DBModeler, and the diagramview was empty.
I then added a
#include <math.h>
to the DiagramView.h file. After recompiling, the diagram view was working again.


Sebastian Reitenbach <buzzdee>
Group Member
Fri 27 Feb 2009 03:36:50 PM UTC, comment #6: 

Ok, I've commited something which should fix the bug that appeared after fixing the one originally reported here, there are some issues with the selection after property deletion (same effect as the original report).

but adding items, and selecting items should now cause the inspector to reflect the selection.

matt rice <ratmice>
Group Member
Fri 27 Feb 2009 01:43:36 PM UTC, comment #5: 

that i cannot reproduce, or see any reason for this issue with the diagram view, any chance you could isolate which change it was to the diagram view?

http://svn.gna.org/viewcvs/gnustep/libs/gdl2/trunk/DBModeler/DiagramView.m?rev=27994&sortby=date&r2=27994&r1=27941


matt rice <ratmice>
Group Member
Fri 27 Feb 2009 08:58:47 AM UTC, comment #4: 

Ive seen, there were also changes to the DiagramView.m file. Unfortunately now the DiagramView stays empty for me. no tables showing up anymore. taking the DiagramView.m file from the 0.12.0 release and recompiling, fixes this problem for me.

Sebastian Reitenbach <buzzdee>
Group Member
Fri 27 Feb 2009 08:51:09 AM UTC, comment #3: 

just checked out svn trunk, I have the same here.

Sebastian Reitenbach <buzzdee>
Group Member
Fri 27 Feb 2009 06:25:08 AM UTC, comment #2: 

doh the fix cause in turn caused another minor annoyance... when adding an attribute/relationship the attribute/relationship editor is no longer selected.

matt rice <ratmice>
Group Member
Fri 27 Feb 2009 05:32:19 AM UTC, comment #1: 

I've commited a fix for this, please test it out, and thanks for the report.

matt rice <ratmice>
Group Member
Sat 21 Feb 2009 05:36:52 PM UTC, original submission:  

the behavior of the inspector is a bit I'd say inconsistent.

when having the inspector open, and in the table view, clicking on the left in the ouline view, jumping between the tables, then the inspector is empty. (the headline of the inspector shows Adv Entity) I have to click the grey button on top, to fill the contents of the main inspector window below the button.

When I have a table active on the left, and then click on a column definiton, then the inspector (now showing Inspector window in the title) is automatically switched and filled in with the information about that column. I do not need to click on the button on top of the inspector to get contents at the rest of the main inspector window.

I'd also expect to update the contents of the main window in the inspector automatically, when clicking around on the tables, the same way when I click around in the column definitions.

It's also odd, that in the button in the inspector, in the top left, there is no text nor icon shown, its just a grey square rectangle.

Sebastian Reitenbach <buzzdee>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ratmice (Posted a comment)
  • -email is unavailable- added by buzzdee (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-03-04 ratmice StatusReady For Test Fixed
        Open/ClosedIn Test Closed
    2009-02-27 ratmice StatusNone Ready For Test
        Open/ClosedOpen In Test

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code