Re: Runtime refactoring

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Runtime refactoring
Date: 2020-07-17 10:09:50
Message-ID: CA+OCxoxh07D69P-LZpV87K+hO5S2GF9yJbqMnXkp1PO=rUHgrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

BTW, this will fix https://redmine.postgresql.org/issues/5490

On Thu, Jul 16, 2020 at 10:41 AM Dave Page <dpage(at)pgadmin(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-17 10:12:39 Re: Patch for SonarQube code scan fixes
Previous Message Akshay Joshi 2020-07-17 10:08:32 Re: RM5554 - Fix runtime sizing