pgAdmin 4 commit: 1) Added support for dynamic tab size. Fixes #4231

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added support for dynamic tab size. Fixes #4231
Date: 2020-11-04 12:16:15
Message-ID: E1kaHi3-00062T-NH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added support for dynamic tab size. Fixes #4231
2) Fixed an issue where a long file name is not visible on the process watcher dialog. Fixes #5950

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2793747d3c80c1f23a3091ec78086f7d270adfa8
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/preferences_browser_display.png | Bin 198042 -> 179173 bytes
.../preferences_browser_keyboard_shortcuts.png | Bin 189527 -> 169108 bytes
docs/en_US/images/preferences_browser_nodes.png | Bin 130243 -> 127965 bytes
.../images/preferences_browser_properties.png | Bin 102765 -> 98747 bytes
.../images/preferences_browser_tab_settings.png | Bin 0 -> 242214 bytes
.../preferences_debugger_keyboard_shortcuts.png | Bin 139394 -> 129497 bytes
docs/en_US/images/preferences_schema_diff.png | Bin 138312 -> 119685 bytes
docs/en_US/images/preferences_sql_display.png | Bin 221381 -> 148088 bytes
docs/en_US/preferences.rst | 35 +++++------
docs/en_US/release_notes_4_28.rst | 2 +
web/migrations/versions/81c7ffeffeee_.py | 46 ++++++++++++++
.../browser/register_browser_preferences.py | 70 ++++++++++++++++++++-
.../misc/bgprocess/static/scss/_bgprocess.scss | 1 +
web/pgadmin/preferences/static/js/preferences.js | 34 +++++++++-
web/pgadmin/static/scss/_pgadmin.style.scss | 1 +
web/pgadmin/static/scss/_webcabin.pgadmin.scss | 4 ++
web/pgadmin/tools/datagrid/static/js/datagrid.js | 7 ++-
.../datagrid/static/js/datagrid_panel_title.js | 36 +++++++++--
web/pgadmin/tools/datagrid/static/js/show_data.js | 21 ++++---
.../tools/datagrid/static/js/show_query_tool.js | 22 +++++++
web/pgadmin/tools/debugger/__init__.py | 33 ----------
web/pgadmin/tools/debugger/static/js/debugger.js | 25 ++++----
.../tools/debugger/static/js/debugger_ui.js | 15 +++--
.../tools/debugger/static/js/debugger_utils.js | 16 +++--
web/pgadmin/tools/debugger/static/js/direct.js | 4 +-
web/pgadmin/tools/schema_diff/__init__.py | 7 ---
.../tools/schema_diff/static/js/schema_diff.js | 4 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 29 ++++++---
.../sqleditor/utils/query_tool_preferences.py | 57 -----------------
web/pgadmin/utils/constants.py | 1 +
web/pgadmin/utils/preferences.py | 9 ++-
.../javascript/datagrid/get_panel_title_spec.js | 2 +-
.../javascript/datagrid/show_data_spec.js | 2 +-
.../javascript/datagrid/show_query_tool_spec.js | 2 +-
.../search_objects/search_objects_dialog_spec.js | 2 +-
35 files changed, 317 insertions(+), 170 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-04 12:16:40 Re: RM_5938.patch - Storage Manager Documentation
Previous Message Nikhil Mohite 2020-11-04 07:13:45 Re: [PgAdmin][RM-4231]: Dynamically size tab titles.