|
From: Ethan A M. <me...@uw...> - 2022-02-12 07:09:42
|
On Wednesday, 9 February 2022 17:28:13 PST m sutton wrote:
> Hi All,
>
> I modified the qt term so you can set three options that are currently
> on the tools dialog.
>
> The change will allow you to specify rounded|butt, {no}replotonresize
> and {no}antialias. These are temporary settings.
>
> This also fixed a bug with the {no}ctrl option. If multiple "set term
> qt" command were given before the plot window was opend, the {no}ctrl
> setting would be lost.
>
> The attached diff is based on v5.4.1. Let me know if something needs
> changed.
Looks good to me.
I applied it to current git tip for the development branch (5.5).
It's commit 490b2e9c3
However I dropped the change to mouse.c, which I think was an
artifact of working from an old version. If that change was
intentional for some reason, let me know and I'll have another look.
Note: this changes the gnuplot <-> gnuplot_qt protocol interface
so testers should note that both programs must be updated in parallel.
If you want to test before doing "make install", build it in the
source directory and test with GNUPLOT_DRIVER_DIR=.
cheers,
Ethan
>
> Once again, many thank to all of you that make Gnuplot so awesome.
>
> Regards,
>
> MikeS
>
>
|