Re: Runtime refactoring - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Runtime refactoring
Date
Msg-id CA+OCxozdZHQ9dQwaS5NJ+6hBt5+GP687zXOJVXmjEmcu0nxh_A@mail.gmail.com
Whole thread Raw
In response to Re: Runtime refactoring  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Responses Re: Runtime refactoring  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Akshay,

Updated patch attached.

Thanks.

On Mon, Jul 27, 2020 at 12:08 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Dave

The patch is not applied, can you please rebase and send again.

On Fri, Jul 17, 2020 at 3:40 PM Dave Page <dpage@pgadmin.org> wrote:

On Thu, Jul 16, 2020 at 10:41 AM Dave Page <dpage@pgadmin.org> wrote:
Here's a pretty large patch that implements a major refactoring of the runtime code. Specifically:

- Move the bulk of the core code from main() into a new Runtime class.
- Break up the mass of code that was main() into a number of relatively simple functions.
- Make the Configuration dialog synchronous so the Log dialog can be properly viewed.
- Enable/disable menu options at the right time.
- Remove support for Qt < 5.0.
- Remove the application name constant and hardcode the name to simplify the code.
- Improve log messages.
- Replace the sdbm hashing with Qt's MD5 hashing.

Please review & test, but do not commit before next week's release.

Thanks!

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: http://www.enterprisedb.com



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: http://www.enterprisedb.com



--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Sr. Software Architect
EDB Postgres
Mobile: +91 976-788-8246



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: http://www.enterprisedb.com

Attachment

pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React
Next
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][SonarQube] Rule - variable shadows a builtin