pgAdmin 4 commit: Use QStandardPaths::AppLocalDataLocation in the runti - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Use QStandardPaths::AppLocalDataLocation in the runti
Date
Msg-id E1juDip-0000Ww-3Q@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use QStandardPaths::AppLocalDataLocation in the runtime to determine where to store runtime logs. Fixes #5414

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6855ac1d5eb670b36cbf758908b7e1f15cfc84ba
Author: Dave Page <dpage@pgadmin.org>

Modified Files
--------------
docs/en_US/release_notes_4_24.rst | 1 +
runtime/LogWindow.cpp             | 7 ++++++-
runtime/Logger.cpp                | 2 +-
runtime/pgAdmin4.cpp              | 7 ++++---
4 files changed, 12 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Refactor server request code in the runtime
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)