Opened 18 years ago
Closed 18 years ago
#114 closed defect (fixed)
Location analyses are saved to is ill-defined on OS X.
Reported by: | diane | Owned by: | diane |
---|---|---|---|
Priority: | major | Milestone: | Few Small Repairs |
Component: | Qt Gui | Version: | |
Keywords: | Cc: |
Description
It's really unclear where files are being saved to on OS X. Basically when having launched from the GUI I have no idea what the "current" directory is.
Change History (4)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Currently OS X is saving to the root of whatever disk mussa is launched from. If you launch from a dmg it'll try to write to that, if you launch from the main disk it'll write to /
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
[358] sets the default save as directory to the users home directory, which should be a reasonable default for all our supported OSes.
Note:
See TracTickets
for help on using tickets.
[316] copies the analysis name from the dialog box to the analysis name field of the Mussa class, this then is used as the filename, so if you put in an absolute pathname it'll use it. this is quite ugly.
what should happen is that the Mussa::analyze() function should stop automatically saving, the command line tools should default to saving (and give a way to override the name/location and the gui should let users do File->SaveAs