Fwd: pgAdmin 4 commit: Change the org name and product name to ensure the th

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Fwd: pgAdmin 4 commit: Change the org name and product name to ensure the th
Date: 2016-12-02 02:34:07
Message-ID: CA+OCxoyV-mA+3FENGkw3TSdreHCQAkx9n3VyZVL7hjFN+5SPyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

NOTE: This change will adjust the name and directory location of the
pgAdmin runtime's config file. See
http://doc.qt.io/qt-5/qsettings.html for more info.

- The Application Name was "pgAdmin 4" and is now "pgadmin4"
- The Organisation Name was "The pgAdmin Development Team", but now is "pgadmin"

So... in the runtime:

On Unix systems, if the file format is NativeFormat, the following
files are used by default:

$HOME/.config/pgadmin/pgadmin4.conf
$HOME/.config/pgadmin.conf
/etc/xdg/pgadmin/pgadmin4.conf
/etc/xdg/pgadmin.conf

On Mac OS X versions 10.2 and 10.3, these files are used by default:

$HOME/Library/Preferences/com.pgadmin.pgadmin4.plist
$HOME/Library/Preferences/com.pgadmin.plist
/Library/Preferences/com.pgadmin.pgadmin4.plist
/Library/Preferences/com.pgadmin.plist

On Windows, NativeFormat settings are stored in the following registry paths:

HKEY_CURRENT_USER\Software\pgadmin\pgadmin4
HKEY_CURRENT_USER\Software\pgadmin\OrganizationDefaults
HKEY_LOCAL_MACHINE\Software\pgadmin\pgadmin4
HKEY_LOCAL_MACHINE\Software\pgadmin\OrganizationDefaults

---------- Forwarded message ----------
From: Dave Page <dpage(at)pgadmin(dot)org>
Date: Fri, Dec 2, 2016 at 2:24 AM
Subject: [pgadmin-hackers] pgAdmin 4 commit: Change the org name and
product name to ensure the th
To: pgadmin-hackers(at)postgresql(dot)org

Change the org name and product name to ensure the the runtime config
file is sensibly named.

This changes the default orgname to 'pgadmin' and product name to
'pgadmin4' in the runtime.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4c3d2b6b81abbb3fbd52fed519a1c0b1a17b7d6

Modified Files
--------------
runtime/pgAdmin4.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-12-02 07:19:52 [pgAdmin4][Patch]: RM #1992 Autocomplete doesn't quote identifiers
Previous Message Dave Page 2016-12-02 02:24:39 pgAdmin 4 commit: Change the org name and product name to ensure the th