Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 664 by jannik.l...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
It should be cool to specify the place of the new file. For now, it is saved just near the image.
Updates: Labels: Component-Mondrian
Comment #1 on issue 664 by tudor.gi...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
(No comment was entered for this change.)
Comment #2 on issue 664 by alexandr...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
What is GML? When I export, say in .png, I can select the direction when I want the file to be created.
Comment #3 on issue 664 by alexandr...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
I have a bad internet connection, I could not check the last version of Moose
Updates: Cc: alexandr...@gmail.com
Comment #4 on issue 664 by jannik.l...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
I do not know what is GML. The point is: when you are on package group, right click, in visualization there is "export in GML". It does not ask for a name and a directory.
Updates: Status: Fixed Labels: -Component-Mondrian Component-Famix
Comment #5 on issue 664 by alexandr...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
GML is a graph format used by Gephi, a graph visualization engine. In FAMIX-Extension.190
Updates: Status: Accepted Labels: Milestone-4.6
Comment #6 on issue 664 by tudor.gi...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
This code made the Moose Finder tests to hang because it opens a modal dialog that apparently does not provide a notification.
So, for the moment I had to comment the code. We have to make the tests better.
On another note, I do not see why this method should actually be in main distribution Moose. Its uses are very narrow, it hardcodes the actual output string, and I guess only one person ever used it :). It should at most be an extension somewhere else. A more interesting development would be to have the exporter part of Mondrian. So, unless there are good reasons for keeping it, we should delete it.
Comment #7 on issue 664 by alexandr...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
These modal dialog are indeed a problem for testing. I also not sure how this method end up here. I easily believe that Jean-Remy wanted an exporter for Gephi. Gephi is indeed interesting. We could create a new package GMLExporter and move this method in that package. Or simply delete it and wait for one day to have someone write a real exporter. Not that this facility has nothing to do with Mondrian.
Ok. We should remove altogether then.
On Fri, Sep 30, 2011 at 2:36 PM, moose-technology@googlecode.com wrote:
Comment #7 on issue 664 by alexandr...@gmail.com: MooseMenu - export GML graph
http://code.google.com/p/**moose-technology/issues/**detail?id=664http://code.google.com/p/moose-technology/issues/detail?id=664
These modal dialog are indeed a problem for testing. I also not sure how this method end up here. I easily believe that Jean-Remy wanted an exporter for Gephi. Gephi is indeed interesting. We could create a new package GMLExporter and move this method in that package. Or simply delete it and wait for one day to have someone write a real exporter. Not that this facility has nothing to do with Mondrian.
______________________________**_________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/**mailman/listinfo/moose-devhttps://www.iam.unibe.ch/mailman/listinfo/moose-dev
Updates: Status: Fixed
Comment #8 on issue 664 by tudor.gi...@gmail.com: MooseMenu - export GML graph http://code.google.com/p/moose-technology/issues/detail?id=664
I removed the gml-related methods, so I close the issue.
However, the testing issue still remains.