pgadmin3/frm
lsv cc5cc00060 The data path of the linux application has been changed to XDG_DATA_HOME.
Файлы которые создаёт приложение помещаются в $XDG_DATA_HOME/pgadmin3 или
~/.local/share/pgadmin3.
Уже существующие файлы копируются из ~/postgresql на новое место.
Каталог postgresql преименовывается в postgresql-no_use. Его можно будет удалить.
Иконки в формате SVG теперь можно размещать и в $XDG_DATA_HOME/pgadmin3 в каталоге svg.

Такая структуры каталога данных приложения:
~/.local/share/pgadmin3
├── icons                      # иконки для баз данных
├── recovery                   # сохранённые вкладки
├── svg                        # каталог svg иконок приложения
├── filter_load.txt            # фильтры csv лога для Log view
├── gitlab.json                # настройки подключения к git
├── pgadmin3opt.json           # дополнительные настройки приложения
└── pgadmin_autoreplace.xml    # списки автозамены
2025-12-25 17:41:27 +05:00
..
events.cpp fix bug pgAdmin3 are not responding 2025-10-24 17:21:08 +05:00
frmAbout.cpp fix version info 2022-11-19 21:58:21 +05:00
frmAwr.cpp fixed bugs in the Linux version and performance 2025-04-16 19:29:11 +05:00
frmBackup.cpp init 2020-07-07 22:19:12 +05:00
frmBackupGlobals.cpp init 2020-07-07 22:19:12 +05:00
frmBackupServer.cpp init 2020-07-07 22:19:12 +05:00
frmConfig.cpp init 2020-07-07 22:19:12 +05:00
frmDatabaseDesigner.cpp init 2020-07-07 22:19:12 +05:00
frmEditGrid.cpp fixed bugs in the Linux version and performance 2025-04-16 19:29:11 +05:00
frmExport.cpp fix crash pgadmin3 2025-08-06 10:00:37 +05:00
frmGrantWizard.cpp Add view MAINTAIN privilege 2025-01-21 10:16:11 +05:00
frmHbaConfig.cpp Migration to wxWidgets 3.1.5 2021-05-22 16:46:17 +05:00
frmHint.cpp init 2020-07-07 22:19:12 +05:00
frmImport.cpp init 2020-07-07 22:19:12 +05:00
frmLog.cpp GTK visual optimization 2025-10-03 09:53:28 +05:00
frmMain.cpp The data path of the linux application has been changed to XDG_DATA_HOME. 2025-12-25 17:41:27 +05:00
frmMainConfig.cpp Migration to wxWidgets 3.1.5 2021-05-22 16:46:17 +05:00
frmMaintenance.cpp fix GDI leaks 2023-07-30 10:33:41 +05:00
frmOptions.cpp fix bug Blocked_by_ProcessColor 2025-10-20 10:52:13 +05:00
frmPassword.cpp init 2020-07-07 22:19:12 +05:00
frmPgpassConfig.cpp init 2020-07-07 22:19:12 +05:00
frmPlot.cpp Add Bar plot 2022-05-27 22:28:56 +05:00
frmQuery.cpp The data path of the linux application has been changed to XDG_DATA_HOME. 2025-12-25 17:41:27 +05:00
frmReport.cpp PG18 support, enfoced, virtual cols 2025-10-03 14:56:27 +05:00
frmRestore.cpp fix issue #48 2024-10-11 20:10:34 +05:00
frmSplash.cpp init 2020-07-07 22:19:12 +05:00
frmStatus.cpp Highlighting the "autovacuum launcher" process in the presence of inactive replication slots. 2025-12-08 09:41:38 +05:00
mathplot.cpp To compile for linux 2025-11-11 10:29:27 +05:00
module.mk init 2020-07-07 22:19:12 +05:00
plugins.cpp Support execute plugin for not connected server. 2025-09-08 11:33:26 +05:00