Aditya Toshniwal
bb4777578a
Remove bootstrap from the runtime code and update both yarn.lock files. #8077
2024-10-31 18:07:26 +05:30
Rohit Bhati
33c88ceb68
- Move 'About pgAdmin 4' to app menu on macOS. #7289
...
- Add appropriate minimum width and height setting for desktop apps to avoid app accidentally going below visibility levels. #7988
2024-10-03 16:29:11 +05:30
Aditya Toshniwal
100f59f78b
Fixed an issue where "Quit App" confirmation modal in desktop app is not respecting "Confirm on close or refresh?". #7890
2024-09-18 16:43:57 +05:30
Aditya Toshniwal
cda7d7de90
Fix a crash issue on RHEL based OS's occurring when File menu is clicked.
2024-08-20 16:33:12 +05:30
Aditya Toshniwal
ba3deb5b9b
Fixed paths for Flatpak broken after Electron changes. #7793
2024-08-12 13:32:58 +05:30
Aditya Toshniwal
ab25238f17
Fix an issue where file dialog is not focussed on open in electron.
2024-07-29 10:18:39 +05:30
Aditya Toshniwal
1d5f5a2067
Fixed an issue where ERD Open/Save shorcuts were not working on Windows/Linux. #7639
2024-07-24 15:11:05 +05:30
Aditya Toshniwal
18d507780d
Hide the 'Toggle Full Screen' menu on Linux as it hides the top menu completely making the app unable to use. #7494
2024-07-23 15:17:29 +05:30
Aditya Toshniwal
3b4fa40253
Update release notes.
2024-07-17 18:22:51 +05:30
Aditya Toshniwal
8e16e000c3
Fix issues found in electron testing. #7494
2024-07-16 20:29:10 +05:30
Aditya Toshniwal
760e38293c
Fix issues found during Electron testing. #7494
...
Fix application crash when using users dialog. #7607
2024-07-08 19:24:29 +05:30
Aditya Toshniwal
91eb60a363
Replace pgAdmin NW.js container with Electron container. #7494
2024-07-01 11:27:42 +05:30
Akshay Joshi
4c5639bee6
Correct the alignment.
2024-06-18 18:25:38 +05:30
Kolja
d4b72e2d89
Detect if pgAdmin is running in Flatpak.
2024-06-18 18:22:13 +05:30
Akshay Joshi
dea5335ce5
Fixed the following SonarQube code smells:
...
1) Do not use the Array index in keys.
2) Import from the same module should be merged.
3) Mutable variables should not be exported.
4) Variables should not be initialized to undefined.
5) startswith or endswith method should be used.
6) Unwrap this unnecessarily grouped subpattern.
Additionally, addressed many other SonarQube rules.
2024-06-12 18:09:06 +05:30
Akshay Joshi
dfaea944f0
Revert "Detect if running in Flatpak; patch pythonPath and pgadminFile accordingly."
...
This reverts commit d98ee76b8d
.
2024-06-04 20:35:25 +05:30
Kolja
d98ee76b8d
Detect if running in Flatpak; patch pythonPath and pgadminFile accordingly.
2024-06-04 15:36:08 +05:30
Akshay Joshi
9edc1d225e
Fixed an issue of the pgAdmin window size increasing each time it was reopened. #6464
2024-05-07 17:35:03 +05:30
Aditya Toshniwal
a5530f59f7
Fix sonarqube issues for the rule - 'If' statement should not be the only statement in 'else' block
2024-02-26 11:55:36 +05:30
Kristof Mattei
956401015d
Fixed an issue pgAdmin fails to launch due to inconsistent PATH variable name on windows. #7153 , #7125
2024-02-01 21:07:39 +05:30
Akshay Joshi
740ce15bd7
Update copyright notices for 2024
2024-01-01 14:13:48 +05:30
Akshay Joshi
e207a82dbb
Remove the 'Close Window' submenu specifically for OSX to prevent unintended closure of the entire application. #6814 (partial fixed)
2023-12-05 12:29:28 +05:30
Nikhil Mohite
361ae458d4
Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode. #6921
2023-11-23 15:52:00 +05:30
Pravesh Sharma
62056cab14
Fixed sonaqube security smells and bugs
...
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
Aditya Toshniwal
b2864add54
Disable devtools completely using chromiunm args. #6183
2023-05-02 11:13:17 +05:30
Aditya Toshniwal
edb74a0839
Disable NW.js dev tools shortcut on Mac as it may crash the app. #6183
2023-04-28 19:01:03 +05:30
Aditya Toshniwal
a93c0c8d94
Redirect pgAdmin main window console logs to NW.js server logs.
2023-04-06 15:16:14 +05:30
Khushboo Vashi
5e0daccf76
Added support for psycopg3 along with psycopg2. #5011
2023-02-15 11:31:29 +05:30
Nikhil Mohite
a48828e7a3
Improve performance by removing signal-based zoom-in, zoom-out, etc functionality from the runtime environment. #5723
2023-01-17 17:18:35 +05:30
Nikhil Mohite
d1a9406bff
Removed 'About pgAdmin 4' default menu option from macOS native menus.
2023-01-02 12:57:09 +05:30
Akshay Joshi
98184e5835
Update copyright notices for 2023
2023-01-02 11:53:55 +05:30
Aditya Toshniwal
ff9daec5ec
Rewrite pgAdmin main menu bar to use React. #5615
2022-12-22 14:25:18 +05:30
Nikhil Mohite
c752183199
Fixed issues in native menus. #5503
...
1. Lock layout selection from native menus not reflecting in preferences dialogue.
2. Sort sub menus with labels and priority in the toolbar and context menus
2022-12-09 14:08:35 +05:30
Nikhil Mohite
adfef8e2bb
Fixed blank screen issue while opening online help in new window. #5503
2022-12-09 11:50:53 +05:30
Nikhil Mohite
cc0d467927
Fixed blank screen issue while opening query tools in new tab from native menu. #5503
2022-12-08 19:17:12 +05:30
Nikhil Mohite
b172cd6a16
Resolved native menu issues. #5503
2022-12-07 18:47:38 +05:30
Nikhil Mohite
2480d08e0f
Added native menu support in desktop mode. #5503
2022-12-06 18:16:36 +05:30
Akshay Joshi
7086719640
Fixed SonarQube issues.
2022-09-08 18:08:58 +05:30
Yogesh Mahajan
2de89dcaaf
Fixed an issue where a user could not authenticate using Azure CLI on OSX. Fixes #7632
2022-08-22 14:50:18 +05:30
Akshay Joshi
1e94c3bd81
Fixed Security Hotspot reported by SonarQube.
2022-08-14 07:09:45 +05:30
Akshay Joshi
a16e3523bd
Ensure that the splash screen can be moved. Fixes # 7471
2022-07-07 14:11:36 +05:30
Akshay Joshi
b1f6664292
Added some logging for start-up time and changed the ping time from every second to 250 milliseconds.
2022-06-30 11:11:30 +05:30
Akshay Joshi
9cc2985d13
Update message catalog.
2022-02-04 16:35:33 +05:30
Akshay Joshi
19beb62f81
Added support to open SQL help, Dialog help, and online help in an external web browser. Fixes #7139
2022-02-04 16:05:30 +05:30
Akshay Joshi
9f836f5433
Fixed following code smells reported by SonarQube:
...
1) Immediately return this expression instead of assigning it to the temporary variable.
2) Extract this nested ternary operation into an independent statement.
3) Expected a `for-of` loop instead of a `for` loop with this simple iteration.
2022-01-18 14:49:54 +05:30
Akshay Joshi
2786f7ac5a
Update copyright notices for 2022
2022-01-04 13:54:25 +05:30
Akshay Joshi
a10b0c7786
Revert the minimum window size of the NWjs and set the width and height to 1024x768.
2021-09-06 21:45:40 +05:30
Aditya Toshniwal
c5ad2c03a2
Set the minimum window size of the NWjs desktop app to be 1024x768.
2021-09-06 19:07:28 +05:30
Aditya Toshniwal
092f830c3c
Fixed blank screen issue on windows and also made changes to use NWjs manifest for remembering window size. Fixes #6419
2021-08-26 11:19:15 +05:30
Akshay Joshi
1e6eca1787
Ensure that pgAdmin4 shut down completely on the Quit command. Fixes #6420
2021-05-10 15:28:45 +05:30