pgAdmin 4 commit: Changed the open query tool and data filter icons. Fi

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Changed the open query tool and data filter icons. Fi
Date: 2019-12-06 13:58:13
Message-ID: E1idE7Z-00057W-QL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Changed the open query tool and data filter icons. Fixes #4990.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e2cf8ced29f88de6189ced540dbdba2f5c9c9da
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/editgrid.png | Bin 113213 -> 147923 bytes
docs/en_US/images/geometry_viewer.png | Bin 459917 -> 1310723 bytes
.../images/geometry_viewer_property_table.png | Bin 507122 -> 1725131 bytes
docs/en_US/images/main_left_pane.png | Bin 71998 -> 141946 bytes
docs/en_US/images/main_query_tool.png | Bin 31929 -> 41212 bytes
docs/en_US/images/query_autocomplete.png | Bin 50814 -> 55221 bytes
docs/en_US/images/query_execute_section.png | Bin 56431 -> 60549 bytes
.../images/query_explain_analyze_statistics.png | Bin 255936 -> 231623 bytes
docs/en_US/images/query_explain_analyze_table.png | Bin 225653 -> 199362 bytes
docs/en_US/images/query_output_data.png | Bin 50204 -> 63560 bytes
docs/en_US/images/query_output_error.png | Bin 37694 -> 45774 bytes
docs/en_US/images/query_output_explain_details.png | Bin 169989 -> 145632 bytes
docs/en_US/images/query_output_history.png | Bin 130318 -> 122797 bytes
docs/en_US/images/query_output_messages.png | Bin 43256 -> 50662 bytes
docs/en_US/images/query_sql_editor.png | Bin 21947 -> 31654 bytes
docs/en_US/images/query_tool.png | Bin 50204 -> 61412 bytes
docs/en_US/images/query_tool_editable_columns.png | Bin 31676 -> 50504 bytes
docs/en_US/images/query_tool_message.png | Bin 53920 -> 57788 bytes
docs/en_US/images/query_toolbar.png | Bin 7820 -> 27317 bytes
docs/en_US/images/query_toolbar_explain.png | Bin 80494 -> 75873 bytes
docs/en_US/images/toolbar.png | Bin 44961 -> 38057 bytes
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/browser/static/css/browser.css | 8 ++++++++
web/pgadmin/browser/static/img/query_tool.svg | 13 +++++++++++++
web/pgadmin/browser/static/img/row_filter.svg | 11 +++++++++++
web/pgadmin/browser/static/js/collection.js | 2 +-
web/pgadmin/browser/static/js/node.js | 2 +-
web/pgadmin/browser/static/js/toolbar.js | 4 ++--
web/pgadmin/browser/static/scss/_browser.scss | 1 +
.../static/js/sqleditor/history/query_sources.js | 2 +-
web/pgadmin/static/scss/_webcabin.pgadmin.scss | 2 +-
web/pgadmin/tools/datagrid/static/js/datagrid.js | 2 +-
.../datagrid/static/js/datagrid_panel_title.js | 2 +-
web/regression/feature_utils/locators.py | 5 +++--
34 files changed, 45 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-06 13:58:31 Re: pgAdmin 4 commit: Use a 'play' icon for the Execute Query button in the
Previous Message Akshay Joshi 2019-12-06 13:33:46 pgAdmin 4 commit: Fix reverse engineering SQL issue where when clause i