Menu

Commit [r1123]  Maximize  Restore  History

- Fixed setting of plot designation in Table.importASCII().

- QPrinter constructor is expensive, particularly on systems where this triggers
a network scan for available printers. We definitely don't want to do this on
every ApplicationWindow initialization (i.e., application start, new project
and open project) just to get a default export resolution. Having this depend
on the settings of the printer that happens to be default /on the first
application start/ (value will be taken from settings subsequently) is insane
anyway, regardless of performance penalty.
=> changed to hard-coded default of 72 dpi

knut_f 2009-04-22

changed /branches/current_stable/scidavis/src/ApplicationWindow.cpp
changed /branches/current_stable/scidavis/src/Table.cpp
changed /branches/current_stable/scidavis/src/main.cpp
/branches/current_stable/scidavis/src/ApplicationWindow.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/Table.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/main.cpp Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.