analogdevicesinc / Pixelpulse2

Pixelpulse2 is a user interface for analog systems exploration.
Mozilla Public License 2.0
46 stars 28 forks source link

SMU.cpp: change data logger write path. #244

Closed cristi-iacob closed 4 years ago

cristi-iacob commented 4 years ago

The logged data was stored in the logging folder from Pixelpulse's default installation folder. On most Windows machines, the installation folder was in C:/Program Files/Analog Devices, requiring admin privileges to write files here. To avoid the admin permission issue, we have changed the logging folder to the AppData folder (C:\Users\\AppData\Roaming\Pixelpulse2 and their equivalents for Linux and MacOS; more details about Qt's QStandardPaths::AppDataLocation here).

Signed-off-by: Cristi Iacob cristian.iacob@analog.com