Re: [GNC-dev] [GNC] GnuCash 5.0 Released

2023-03-27 Thread John Ralls
Nope, the schema is the same as before.

Regards,
John Ralls


> On Mar 27, 2023, at 9:53 AM, Tim Rohrer  wrote:
> 
> I’ve been working over the past few months on a Python app to help users 
> migrate from Quicken Mac, which will only export csv files. I’m using Piecash 
> for writing the database.
> 
> As I look through this list of note/features, I’m not seeing anything that 
> changes the the book’s sql file structure. 
> 
> Am I missing anything?
> 
> Thank you for your work! I look forward to downloading and experimenting.
> 
> Tim
> 
>> On Mar 26, 2023, at 16:13, John Ralls  wrote:
>> 
>> The GnuCash development team announces GnuCash 5.0.
>> 
>> New Features
>> 
>>   A new Stock Transaction Assistant to guide you through entering most 
>> investment transactions for stocks, bonds, and mutual funds. You can access 
>> it from Actions>Stock Assistant when the focus tab is the Accounts page or a 
>> Stock or Fund account register.
>>   A new Investment Lots report showing a graph of capital gains and losses 
>> in a period by investment lot. Note that if you don't use the View Lots 
>> dialog to manage capital gains and losses this report won't have anything to 
>> show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
>>   The Online Quotes facility has been completely rewritten and the old 
>> gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced 
>> with finance-quote-wrapper. The functions performed by those programs may 
>> now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli 
>> --help for specifics. The perl module requirements have changed with the 
>> rewrite: The new version doesn't need Date::Manip but needs JSON::Parse 
>> instead. gnc-fq-update has been, er, updated to reflect that.
>>   A new tab on the New/Edit Account dialog called More Properties includes 
>> entries to set a high and low limit on an account. That's coupled to a new 
>> column that's available on the Accounts Page, Balance Limit. If you set a 
>> high or low limit and the account balance falls above or below the 
>> respective limit an indicator will be shown in the Balance Limit column.
>>   The description field quickfill in the register now displays a drop-down 
>> list of possible completions instead of just one inline completion.
>>   File import menu items for the MT940, MT942, and DTAUS formats is replaced 
>> with a single Import from AQBanking that supports importing any file format 
>> supported by AQBanking, including the frequently requested CAMT. (Note that 
>> some CAMT profiles are under the XML format.)
>>   The import matcher now permits editing descriptions, notes, and memo 
>> fields in the matcher window before creating the transactions. Right-click 
>> and select from the context menu.
>>   The report generated by the Print Invoice button on the Edit Invoice tab 
>> can now be configured as a book option at the bottom of the Business tab; 
>> this permits selecting a saved configuration of one of the standard invoice 
>> reports. Another option enables a delay, during which a dialog box will 
>> appear enabling the user to select a different report. Note: When saving a 
>> configuration make sure that the invoice number is not set or you'll get 
>> that particular invoice instead of the one that you pressed the button for.
>> 
>> Significant Code Changes
>> Deprecations (will be removed in GnuCash 6.0)
>> 
>>   _ (the alias for gettext. Use G_ instead)
>>   gnc:make-account-list-limited-option
>>   gnc:make-account-list-option
>>   gnc:make-account-sel-limited-option
>>   gnc:make-account-sel-option
>>   gnc:make-budget-option
>>   gnc:make-color-option
>>   gnc:make-commodity-option
>>   gnc:make-complex-boolean-option
>>   gnc:make-counter-format-option
>>   gnc:make-counter-option
>>   gnc:make-currency-option
>>   gnc:make-date-format-option
>>   gnc:make-font-option
>>   gnc:make-internal-option
>>   gnc:make-invoice-option
>>   gnc:make-list-option
>>   gnc:make-multichoice-callback-option
>>   gnc:make-multichoice-option
>>   gnc:make-number-plot-size-option
>>   gnc:make-number-range-option
>>   gnc:make-owner-option
>>   gnc:make-pixmap-option
>>   gnc:make-query-option
>>   gnc:make-radiobutton-option
>>   gnc:make-simple-boolean-option
>>   gnc:make-string-option
>>   gnc:make-taxtable-option
>>   gnc:make-text-option
>>   gnc:option-set-default-value
>>   gnc:option-set-value
>>   gnc:option-setter
>>   gnc:option-value
>>   gnc:register-option
>>   The invoice option to gnc:register-report-create-internal
>> 
>> Report and Book Options
>> 
>>   This major change will affect everyone who has written custom reports in 
>> Guile Scheme.
>>   The report and book options code has been completely rewritten in C++ with 
>> SWIG providing Guile Scheme access for reports. The new design requires 
>> directly registering options with for example 
>> gnc-optiondb-register-string-option instead of calling 
>> gnc:make-string-option 

Re: [GNC-dev] Gnucash % Build on Linux MInt

2023-03-27 Thread Stephen Cohoon
I encountered the same error building the tarbal on Pop_os! 22.04. I
deleted it all and did a git clone. That build worked.

-Stephen

On Tue, Mar 28, 2023 at 10:59 AM, David Cousens 
wrote:

> Hi
> Just attempted to build GnuCash 5.0 on Linux Mint 21.1 from the tarball
> downloaded from Github
>
> cmake ran without errors but ninja gave the following error:
>
> "ninja: error: '../libgnucash/core-utils/gnc-vcs-info.h', needed by
> 'libgnucash/core-utils/CMakeFiles/gnc-vcs-info', missing and no known rule
> to
> make it"
>
> Any clues?
>
> Regrads
>
> David
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
-- 
Stephen Cohoon
smcoh...@gmail.com

If there's a problem that can't be solved with a clever program, is that
problem really worth solving?
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


[GNC-dev] Gnucash % Build on Linux MInt

2023-03-27 Thread David Cousens
Hi 
Just attempted to build GnuCash 5.0 on Linux Mint 21.1 from the tarball
downloaded from Github

cmake ran without errors but ninja gave the following error:

"ninja: error: '../libgnucash/core-utils/gnc-vcs-info.h', needed by
'libgnucash/core-utils/CMakeFiles/gnc-vcs-info', missing and no known rule to
make it"

Any clues?

Regrads

David
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] Repository Branch Changes

2023-03-27 Thread David T. via gnucash-devel
Thanks, John. I appreciate all your effort and eloquence. 

⁣David T. ​

On Mar 27, 2023, 7:44 PM, at 7:44 PM, john  wrote:
>Docs: Yes, as it would be confusing to have different branch names in
>code and doc.
>
>Accidental pushes: I'm looking into that. I think I can do that in the
>post-commit hook.
>
>Wiki articles: Thanks for the reminder.
>
>Regards,
>John Ralls
>
>
>> On Mar 26, 2023, at 8:36 PM, David T. via gnucash-devel
> wrote:
>> 
>> Out of idle curiosity (since I'm not actively working on these things
>any more), are these changes applying to the docs platform as well? 
>> 
>> And are there mechanisms that can prevent the sporadic developer who
>might have an existing clone locally from pushing to these outdated
>branches? I imagine that there are many clones out there in the hands
>of such intermittent developers.
>> 
>> Also, ISTR that there are extensive instruction guides to development
>on the wiki. I'll hope that those will get appropriate updates to
>reflect the new naming conventions...
>> 
>> ⁣David T. ​
>> 
>> On Mar 27, 2023, 2:54 AM, at 2:54 AM, John Ralls 
>wrote:
>>> I've created new `stable` branches in gnucash.git and
>gnucash-docs.git
>>> and changed Github's default branch to them. This is effectively a
>>> rename of master; when Derek has time he'll delete the master
>branches
>>> from code and Github.
>>> 
>>> You can modify your local repositories with:
>>> git branch -D maint
>>> git branch -m master stable
>>> git fetch origin
>>> git branch -u origin/stable stable
>>> git remote set-head origin -a
>>> 
>>> and optionally to clean things up:
>>> git remote prune origin
>>> 
>>> Please do this ASAP to avoid inadvertently pushing anything to maint
>or
>>> master!
>>> 
>>> Regards,
>>> John Ralls
>>> 
>>> ___
>>> gnucash-devel mailing list
>>> gnucash-devel@gnucash.org
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>> ___
>> gnucash-devel mailing list
>> gnucash-devel@gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] [GNC] GnuCash 5.0 Released

2023-03-27 Thread John Ralls
Rats. The correct hash and version number is

c8ea60b2ccbeab5f6997a927939a0fad715fbbe494644e586c6c386bfec6857a  
Gnucash-Intel-5.0-1.dmg

I've fixed the release notes and the SourceForge README. Thanks for the report.

Regards,
John Ralls


> On Mar 27, 2023, at 9:28 AM, Peter West via gnucash-user 
>  wrote:
> 
> I have just noticed that the hash given in the release email for
> Gnucash-Intel-5.0-2.dmg
> is the correct hash for
> Gnucash-Intel-5.0-1.dmg
> which is the version which downloads from the first download link for Apple 
> MacOS in the release email. The has I used was the one given for
> Gnucash-Intel-5.0-1.dmg
> on the SourceForge page.
> 
> Hence my confusion.
> 
> —
> Peter West
> p...@pbw.id.au
> When he had said these things, he cried out with a loud voice, “Lazarus, come 
> out.”
> 
> 
> 
>> On 27 Mar 2023, at 9:25 am, Peter West via gnucash-user 
>>  wrote:
>> 
>> The sha256 hash for Gnucash-Intel-5.0-1.dmg is not equal to the value given 
>> at SourceForge.
>> 
>> $ sha256 Gnucash-Intel-5.0-1.dmg 
>> b43b61244e195f6f8c52f83430c08671e8a02f47a00f09e4295652ce9d57443a
>> Gnucash-Intel-5.0-1.dmg FAIL
>> c8ea60b2ccbeab5f6997a927939a0fad715fbbe494644e586c6c386bfec6857a NOT EQUAL TO
>> b43b61244e195f6f8c52f83430c08671e8a02f47a00f09e4295652ce9d57443a
>> 
>> 
>> —
>> Peter West
>> p...@pbw.id.au “Rejoice and be glad, for your reward 
>> is great in heaven, for so they persecuted the prophets who were before you.”
>> 
>>> On 27 Mar 2023, at 7:09 am, John Ralls >> > wrote:
>>> 
>>> The GnuCash development team announces GnuCash 5.0.
>>> 
>>> New Features
>>> 
>>>  A new Stock Transaction Assistant to guide you through entering most 
>>> investment transactions for stocks, bonds, and mutual funds. You can access 
>>> it from Actions>Stock Assistant when the focus tab is the Accounts page or 
>>> a Stock or Fund account register.
>>>  A new Investment Lots report showing a graph of capital gains and losses 
>>> in a period by investment lot. Note that if you don't use the View Lots 
>>> dialog to manage capital gains and losses this report won't have anything 
>>> to show you. Use Reports>Assets & Liabilities>Investment Lots to see the 
>>> report.
>>>  The Online Quotes facility has been completely rewritten and the old 
>>> gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced 
>>> with finance-quote-wrapper. The functions performed by those programs may 
>>> now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli 
>>> --help for specifics. The perl module requirements have changed with the 
>>> rewrite: The new version doesn't need Date::Manip but needs JSON::Parse 
>>> instead. gnc-fq-update has been, er, updated to reflect that.
>>>  A new tab on the New/Edit Account dialog called More Properties includes 
>>> entries to set a high and low limit on an account. That's coupled to a new 
>>> column that's available on the Accounts Page, Balance Limit. If you set a 
>>> high or low limit and the account balance falls above or below the 
>>> respective limit an indicator will be shown in the Balance Limit column.
>>>  The description field quickfill in the register now displays a drop-down 
>>> list of possible completions instead of just one inline completion.
>>>  File import menu items for the MT940, MT942, and DTAUS formats is replaced 
>>> with a single Import from AQBanking that supports importing any file format 
>>> supported by AQBanking, including the frequently requested CAMT. (Note that 
>>> some CAMT profiles are under the XML format.)
>>>  The import matcher now permits editing descriptions, notes, and memo 
>>> fields in the matcher window before creating the transactions. Right-click 
>>> and select from the context menu.
>>>  The report generated by the Print Invoice button on the Edit Invoice tab 
>>> can now be configured as a book option at the bottom of the Business tab; 
>>> this permits selecting a saved configuration of one of the standard invoice 
>>> reports. Another option enables a delay, during which a dialog box will 
>>> appear enabling the user to select a different report. Note: When saving a 
>>> configuration make sure that the invoice number is not set or you'll get 
>>> that particular invoice instead of the one that you pressed the button for.
>>> 
>>> Significant Code Changes
>>> Deprecations (will be removed in GnuCash 6.0)
>>> 
>>>  _ (the alias for gettext. Use G_ instead)
>>>  gnc:make-account-list-limited-option
>>>  gnc:make-account-list-option
>>>  gnc:make-account-sel-limited-option
>>>  gnc:make-account-sel-option
>>>  gnc:make-budget-option
>>>  gnc:make-color-option
>>>  gnc:make-commodity-option
>>>  gnc:make-complex-boolean-option
>>>  gnc:make-counter-format-option
>>>  gnc:make-counter-option
>>>  gnc:make-currency-option
>>>  gnc:make-date-format-option
>>>  gnc:make-font-option
>>>  gnc:make-internal-option
>>>  gnc:make-invoice-option
>>>  

Re: [GNC-dev] Error building stable

2023-03-27 Thread Herbert Thoma


Am 27.03.23 um 18:50 schrieb john:

stable is what used to be master, so you need to ninja uninstall && rm -rf * && cmake … && ninja if 
you're starting from a build directory with a 4.x build in it. If you hadn't run ninja install then ninja uninstall isn't 
necessary, and if did install but cleaned the build directory and lost install.manifest then you `find  -name 
libgnc*.so -delete && rm -rf /lib/guile//site-ccache/gnucash/` should be remove 
enough install artifacts to get the new build to work.


I used a fresh clone of the stable branch and a new clean build dir.
I removed the complete install dir as well. Still the same error.

Below is the full compiler error message.

Best,
 Herbert.

In file included from 
/home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option.cpp:25:0:
/home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option-impl.hpp: In instantiation of ‘std::istream& 
operator>>(std::istream&, OptType&) [with OptType = GncOptionGncOwnerValue; typename 
std::enable_if<(is_OptionClassifier_v && (!(is_QofInstanceValue_v || 
is_RangeValue_v))), int>::type  = 0; std::istream = std::basic_istream]’:
/home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option.cpp:446:31:   required 
from ‘GncOption::in_stream(std::istream&):: [with auto:28 = 
GncOptionGncOwnerValue; std::istream = std::basic_istream]’
/usr/include/c++/7/type_traits:2802:42:   required from ‘constexpr bool 
std::__call_is_nt(std::__invoke_other) [with _Fn = 
GncOption::in_stream(std::istream&)::; _Args = 
{GncOptionGncOwnerValue&}]’
/usr/include/c++/7/type_traits:2808:34:   required by substitution of ‘template using __bool_constant = 
std::integral_constant [with bool __v = 
std::__call_is_nt, 
GncOptionGncOwnerValue&>((std::__result_of_success&, std::__invoke_other>::__invoke_type{}, 
std::__result_of_success&, std::__invoke_other>::__invoke_type()))]’
/usr/include/c++/7/type_traits:2806:12:   required from ‘struct 
std::__call_is_nothrow, 
GncOptionGncOwnerValue&>, GncOption::in_stream(std::istream&)::, 
GncOptionGncOwnerValue&>’
/usr/include/c++/7/type_traits:143:12:   required from ‘struct 
std::__and_, GncOptionGncOwnerValue&>, 
std::__call_is_nothrow, GncOptionGncOwnerValue&>, 
GncOption::in_stream(std::istream&)::, GncOptionGncOwnerValue&> >’
/usr/include/c++/7/type_traits:2818:12:   [ skipping 3 instantiation contexts, 
use -ftemplate-backtrace-limit=0 to disable ]
/usr/include/c++/7/variant:693:28:   required from ‘static constexpr auto std::__detail::__variant::__gen_vtable_impl, std::tuple<_Tail 
...>, std::integer_sequence >::_S_apply() [with _Result_type = std::basic_istream&; _Visitor = 
GncOption::in_stream(std::istream&)::&&; _Variants = {std::variant, std::allocator > 
>, GncOptionValue, GncOptionValue, GncOptionQofInstanceValue, GncOptionGncOwnerValue, GncOptionValue, GncOptionValue, std::allocator > > >, GncOptionAccountListValue, GncOptionAccountSelValue, GncOptionMultichoiceValue, GncOptionRangeValue, 
GncOptionRangeValue, GncOptionCommodityValue, GncOptionDateValue>&}; long unsigned int ...__indices = {4}]’
/usr/include/c++/7/variant:671:61:   required from ‘static constexpr void std::__detail::__variant::__gen_vtable_impl, std::tuple<_Variants ...>, std::integer_sequence >::_S_apply_single_alt(_Tp&) [with 
long unsigned int __index = 4; _Tp = std::__detail::__variant::_Multi_array& (*)(GncOption::in_stream(std::istream&)::&&, std::variant, std::allocator > >, GncOptionValue, 
GncOptionValue, GncOptionQofInstanceValue, GncOptionGncOwnerValue, GncOptionValue, GncOptionValue, std::allocator > > >, GncOptionAccountListValue, GncOptionAccountSelValue, 
GncOptionMultichoiceValue, GncOptionRangeValue, GncOptionRangeValue, GncOptionCommodityValue, GncOptionDateValue>&)>; _Result_type = std::basic_istream&; _Visitor = GncOption::in_stream(std::istream&)::&&; long unsigned int ...__dimensions = {14}; _Variants = 
{std::variant, std::allocator > >, GncOptionValue, GncOptionValue, GncOptionQofInstanceValue, GncOptionGncOwnerValue, GncOptionValue, GncOptionValue, std::allocator > > >, GncOptionAccountListValue, GncOptionAccountSelValue, GncOptionMultichoiceValue, GncOptionRangeValue, GncOptionRangeValue, GncOptionCommodityValue, GncOptionDateValue>&}; long unsigned int ...__indices = {}]’
/usr/include/c++/7/variant:659:39:   required from ‘constexpr const std::__detail::__variant::_Multi_array& (*)(GncOption::in_stream(std::istream&)::&&, std::variant, 
std::allocator > >, GncOptionValue, GncOptionValue, GncOptionQofInstanceValue, GncOptionGncOwnerValue, GncOptionValue, GncOptionValue, std::allocator > > >, GncOptionAccountListValue, GncOptionAccountSelValue, GncOptionMultichoiceValue, GncOptionRangeValue, GncOptionRangeValue, GncOptionCommodityValue, GncOptionDateValue>&), 14> std::__detail::__variant::__gen_vtable&, 
GncOption::in_stream(std::istream&)::&&, std::variant, std::allocator > >, GncOptionValue, GncOptionValue, GncOptionQofInstanceValue, 

Re: [GNC-dev] Error building stable

2023-03-27 Thread john
stable is what used to be master, so you need to ninja uninstall && rm -rf * && 
cmake … && ninja if you're starting from a build directory with a 4.x build in 
it. If you hadn't run ninja install then ninja uninstall isn't necessary, and 
if did install but cleaned the build directory and lost install.manifest then 
you `find  -name libgnc*.so -delete && rm -rf 
/lib/guile//site-ccache/gnucash/` should be remove 
enough install artifacts to get the new build to work.

Regards,
John Ralls


> On Mar 27, 2023, at 8:59 AM, Herbert Thoma  
> wrote:
> 
> Hi!
> 
> I tried to build the current stable branch and got the following error:
> 
> [ 10%] Building CXX object 
> libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o
> In file included from 
> /home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option.cpp:25:0:
> 
> 
> 
> /home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option.cpp:448:35:
>required from here
> /home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option-impl.hpp:331:45:
>  error: variable ‘value’ set but not used [-Werror=unused-but-set-variable]
> cc1plus: all warnings being treated as errors
> 
> 
> The last 4.x maint branch compiled for me, but I updated the OS in the 
> meantime
> 
> openSUSE 13.4
> gcc 7.5.0
> 
> Herbert.
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] Repository Branch Changes

2023-03-27 Thread john
Docs: Yes, as it would be confusing to have different branch names in code and 
doc.

Accidental pushes: I'm looking into that. I think I can do that in the 
post-commit hook.

Wiki articles: Thanks for the reminder.

Regards,
John Ralls


> On Mar 26, 2023, at 8:36 PM, David T. via gnucash-devel 
>  wrote:
> 
> Out of idle curiosity (since I'm not actively working on these things any 
> more), are these changes applying to the docs platform as well? 
> 
> And are there mechanisms that can prevent the sporadic developer who might 
> have an existing clone locally from pushing to these outdated branches? I 
> imagine that there are many clones out there in the hands of such 
> intermittent developers.
> 
> Also, ISTR that there are extensive instruction guides to development on the 
> wiki. I'll hope that those will get appropriate updates to reflect the new 
> naming conventions...
> 
> ⁣David T. ​
> 
> On Mar 27, 2023, 2:54 AM, at 2:54 AM, John Ralls  wrote:
>> I've created new `stable` branches in gnucash.git and gnucash-docs.git
>> and changed Github's default branch to them. This is effectively a
>> rename of master; when Derek has time he'll delete the master branches
>> from code and Github.
>> 
>> You can modify your local repositories with:
>> git branch -D maint
>> git branch -m master stable
>> git fetch origin
>> git branch -u origin/stable stable
>> git remote set-head origin -a
>> 
>> and optionally to clean things up:
>> git remote prune origin
>> 
>> Please do this ASAP to avoid inadvertently pushing anything to maint or
>> master!
>> 
>> Regards,
>> John Ralls
>> 
>> ___
>> gnucash-devel mailing list
>> gnucash-devel@gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


[GNC-dev] Error building stable

2023-03-27 Thread Herbert Thoma

Hi!

I tried to build the current stable branch and got the following error:

[ 10%] Building CXX object 
libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o
In file included from 
/home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option.cpp:25:0:



/home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option.cpp:448:35:
   required from here
/home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option-impl.hpp:331:45:
 error: variable ‘value’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors


The last 4.x maint branch compiled for me, but I updated the OS in the meantime

openSUSE 13.4
gcc 7.5.0

 Herbert.
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] Website issues

2023-03-27 Thread Pedro Albuquerque

+1

On 26/03/2023 18:05, john wrote:

Pedro,

I see the language-persistence problem. I'll have a look at that after 
I finish the release, no need for a bug report.


Although Linas fixed the SSL problem on www.gnucash.org 
 he hasn't yet fixed the update problem, so 
it's stuck in January. https://code.gnucash.org/website reflects the 
current website state. But there's a translation PR waiting including 
some of your changes. I'll merge that later today.


Regards,
John Ralls


On Mar 25, 2023, at 11:18 PM, Pedro Albuquerque  wrote:

Hello developers,

Congratulations on yet another great version of GnuCash.

I was checking the new release, and couldn't help noticing a couple 
of issues with https://www.gnucash.org/index.phtml?lang=pt_PT.


First, after choosing Portuguese as site language, when I change page 
via left side menu, the language set is not preserved, it reverts to 
English.


Second, even though Weblate says my translation is 100% complete and 
reviewed, I can see untranslated strings on the download page. 
Possibly more, didn't check all pages.


Do you want this in the bug tracker, or here is enough? Thank you in 
advance.


--
Regards,
Pedro Albuquerque
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel



--
Regards,
Pedro Albuquerque
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel