- Update 1 to issue 938 ("RadialTreeLayout should translate the graph") 14 May 2013
This should not belong to the layout I have the impression. Where to position the camera against the nodes the view contains is the real question in my opinion. Probably that the other layout are not doing it in the right way.
I have added ROFocusView class>>centerView:
The Mondrian builder has been updated accordingly.
For example:
-=-=-=-=-=-=-=-=-=
view nodes: (Collection withAllSubclasses).
view edgesFrom: #superclass.
view radialTreeLayout.
view center.
-=-=-=-=-=-=-=-=-=
produces what is expected.
In Roassal 1.356.
Doru, if you agree with this, then close the issue.
Status: Started
- Issue 938 created: "RadialTreeLayout should translate the graph" 13 May 2013
Try this:
view nodes: (Collection withAllSubclasses).
view edgesFrom: #superclass.
view radialTreeLayout.
The center of the graph is placed at 0@0, and this is annoying because you do not see half of the graph. The layout should translate the graph to make it start at 0@0
- Update 2 to issue 937 ("[Enhancement] Moose logo") 12 May 2013
It should be available in the next build
Status: Fixed
- Update 1 to issue 937 ("[Enhancement] Moose logo") 12 May 2013
Good point. We should update the installation scripts.
If you want, you can take a look at MooseImageSetupCommandLineHandler>>installLogo
Labels: Component-Finder Milestone-4.8
- Update 3 to issue 936 ("Moose Panel - No Disk error") 12 May 2013
Thanks.
Status: Invalid
- Issue 937 created: "[Enhancement] Moose logo" 11 May 2013
I've downloaded Moose 4.8 image (rather than the Gopher I used before).
This shows the Moose logo on the desktop.
Could I suggest the Moose logo should be configurable to be shown / not shown using:
Settings Browser / Appearance / Desktop / Show logo...
- Update 2 to issue 936 ("Moose Panel - No Disk error") 11 May 2013
Please close this error. It has nothing to do with Moose.
It is something specfic to my mounting USB drives. I can reproduce this error from the (Pharo) Systems Settings if I try to select a new (Pharo) Desktop Background image file name. If I mount a USB memory card as a new drive, the pop-up doesn't occur there, but ==does== occur later in selecting a fil, if I try to select a file on a different drive.
This error now occurs where I successfully changed the desktop background before (same image). Maybe I removed a USB without dismounting.
I have downloaded a new Pharo VM (no Moose), and I get the same issue.
- Update 3 to issue 911 ("Nested nodes in Roassal take too long") 7 May 2013
I thought we addressed this, but actually no.
I have just fixed this problem. Doiting the code Usman gave is really fast in version 1.344 of Roassal
Status: FixedLabels: -Priority-Medium Priority-High
- Update 10 to issue 894 ("Roassal revised ROSelection and example") 7 May 2013
hi Ben,
your code is indeed part of Roassal. I have the impression however that we do not fully exploit the possibilities of this.
I fix this.
Status: Fixed
- Update 9 to issue 894 ("Roassal revised ROSelection and example") 7 May 2013
I'm not sure. I think I remember Alex integrating my contribution for CTRL and SHIFT key modifiers to do the multiple selection, but there is no record here, and its too long ago (wow! has it been that long). As far as I know the issue of resetting the selection to empty by clicking on the background (point 1. above) has not been addressed.
I think the multiple-selection would be a really good feature for Roassal, however... * I haven't been very attentive to it. I plan to have it in my application but its on the backburner until I finish a few other things.
* I think Roassal has moved on a lot since then, so I'm not sure how much love it will need now.
So perhaps for now it should be closed again. Once I get my dissertation submitted, I plan to move my application to latest Moose. Then this will probably arise again, but I can open a new issue at that time once I have something more definite and time to assist.
- Update 2 to issue 911 ("Nested nodes in Roassal take too long") 7 May 2013
What is the status here?
- Update 3 to issue 917 ("ConfigurationOfMerlin on Smalltalkhub needs to be updated") 7 May 2013
I also fixed a couple of things there. Now, it should be fine.
Status: FixedLabels: Milestone-4.8
- Update 8 to issue 895 ("Lack of entities in verveineJ model") 7 May 2013
Status: WontFix
- Update 8 to issue 894 ("Roassal revised ROSelection and example") 7 May 2013
Is this still an issue?
- Update 1 to issue 936 ("Moose Panel - No Disk error") 5 May 2013
I cannot reproduce that. I am using Moose daily on Windows 7 and this never happened. Do you happen to have anything named Harddisk3 in your machine?
- Issue 936 created: "Moose Panel - No Disk error" 5 May 2013
After opening the Moose Panel, clicking on the Import Model from MSE file icon (marked MSE) up pops a windows (not Pharo) error message (attached).
Although I am running Windows (Win 7), this looks like a Linux or Mac mount point. Does anyone have any idea what is happening?
Problem is not fatal, as when I select cancel it goes on perfectly well to display the directories and files and allows me to select a MSE file, but it is a pain.
- Update 1 to issue 935 ("MooseImportFromJavaSourceFilesWizard obsolete ?") 3 May 2013
Please remove the code. It should use inFamix anyway, but we can add it at a later time.
Labels: Component-MooseCore Milestone-4.8
- Issue 935 created: "MooseImportFromJavaSourceFilesWizard obsolete ?" 3 May 2013
Is this class used by anybody?
Apparently it imports Java model using infusion may be.
There is no test on it.
It is buggy on pharo 2.0 (uses old FileDirectory) ...
- Update 3 to issue 931 ("Moose Meta Browser - type and opposite values clipped on left") 28 April 2013
I think the problem lies in the theme you are using. Could you try to:
- execute
GLMUITheme defaultSettings: nil.
GLMUITheme beCurrent.
- check again
?
- Update 2 to issue 934 ("Moose Meta Browser - Entities panel not updated when selecting Entity in Map") 28 April 2013
More information - this only error occurs when the Entity is filtered on a tag.
This error does not occur when the Entity is not filtered on a tag.
This error does not occur when the Entity is already displayed within the filering (see attached PharoScreenshot3.png)
In the attached example, I have first clicked on the Dude tag to filter on the flag, then on FAMIX.Type in the Map.
As you can see (attached as PharoScreenshot.png), the Entity panel does not expand or remove the filtering to show the selected FAMIX.Type
Yes - hard to say if this is incorrect behaviour or not. Just unexpected on my part.