pgAdmin 4 commit: Add support for detachable tabs to the runtime.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for detachable tabs to the runtime.
Date: 2017-06-16 08:57:22
Message-ID: E1dLn4E-0004Ea-WC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for detachable tabs to the runtime.

This allows the Query Tool, Debugger and web browser tabs to be moved to different monitors as desired.

Fixes #1344

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0056a94115416c12690f58af3b77b9ce7c02da95
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
runtime/BrowserWindow.cpp | 337 +++++++++++++---------------
runtime/BrowserWindow.h | 15 +-
runtime/TabWindow.cpp | 542 +++++++++++++++++++++++++++++++++++++++++++---
runtime/TabWindow.h | 151 ++++++++++++-
runtime/WebViewWindow.cpp | 82 +++++++
runtime/WebViewWindow.h | 17 +-
runtime/back.png | Bin 448 -> 290 bytes
runtime/close.png | Bin 587 -> 346 bytes
runtime/forward.png | Bin 445 -> 270 bytes
runtime/pgAdmin4.cpp | 15 +-
runtime/pgAdmin4.qrc | 1 +
runtime/qss/pgadmin4.qss | 3 +
12 files changed, 937 insertions(+), 226 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-06-16 09:04:05 Build failed in Jenkins: pgadmin4-master-python33 #183
Previous Message Harshal Dhumal 2017-06-16 06:54:35 Re: Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]