From: m s. <mw...@us...> - 2022-02-10 01:41:32
Attachments:
qt_term_options_r2.diff
|
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. Once again, many thank to all of you that make Gnuplot so awesome. Regards, MikeS |
From: Tatsuro M. <tma...@ya...> - 2022-02-10 07:42:57
|
Hello Mike Your proporsal new enhancement of qt terminal is really good. However, your proprosal is better to be carried out in the Patches ticket. https://sourceforge.net/p/gnuplot/patches/ Tatsuro > ----- Original Message ----- > > From: "m sutton" > To: "gnuplot-beta > Date: 2022/02/10 木 10:42 > Subject: Qt term enhancements > > > 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. > > Once again, many thank to all of you that make Gnuplot so awesome. > > Regards, > > MikeS > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |
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 > > |
From: m s. <mw...@us...> - 2022-02-16 01:52:07
|
Thanks for accepting this patch. I will revisit the change to mouse.c and see what was happening that caused me to change it. Thanks again MikeS On 2/12/2022 2:09 AM, Ethan A Merritt wrote: > 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 >> >> > > |