Re: [GNC-dev] Master now requires C++17

2019-10-12 Thread David Cousens
John, Defaults on Linux Mint 19.2 are: gcc 7.4.0 (gcc 8.3.0 is available for Ubuntu 18.04 (Bionic) at https://packages.ubuntu.com/bionic/gcc-8) clang6.0.0 libboost 1.65.1 (it will likely be patched as it is Ubuntu 18.04 based. There is also a ppa where libboost 1.67 is available

Re: [GNC-dev] Mouse usage in Gnucash

2019-10-12 Thread David Cousens
Thanks Tommy, The gnome developers guide is a useful read in any case apart from the mouse specific issues. They seem to settle on the primary and secondary descriptions in one place and then use the left-click right-click etc, particularly in the glossary

[GNC-dev] Master now requires C++17

2019-10-12 Thread John Ralls
After a bit of a false start last week I've set the master branch--the one that we'll release in a few months as GnuCash 4.0--to build its C++ files with C++17. >From a coding standpoint that pretty much affects only Geert and me: No one >else is actively working with C++. >From a building and

Re: [GNC-dev] Mouse usage in Gnucash

2019-10-12 Thread Tommy Trussell
The Gnome Documentation Style Gude says to refer to Left, Middle, and Right mouse buttons or clicks https://developer.gnome.org/gdp-style-guide/ KMymoney seems to use the same or similar convention https://kmymoney.org/documentation.php I know one of the things that generated the discussion was

Re: [GNC-dev] Mouse usage in Gnucash

2019-10-12 Thread David Carlson
Are there examples in other major applications to compare to? David Carlson On Fri, Oct 11, 2019, 11:33 PM D via gnucash-devel < gnucash-devel@gnucash.org> wrote: > > > On October 12, 2019, at 3:45 AM, John Ralls wrote: > > > > >> On Oct 10, 2019, at 10:26 PM, David Cousens > wrote: > >> >