[grisbi-bugs] [Grisbi-0.6.0 0000656]: Missing Category list files in the "new account file" wizard

bugtracker at grisbi.org bugtracker at grisbi.org
Tue Oct 6 10:08:14 CEST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://grisbi.tuxfamily.org/mantis/view.php?id=656 
====================================================================== 
Reported By:                guneeyoufix
Assigned To:                pbiava
====================================================================== 
Project:                    Grisbi-0.6.0
Issue ID:                   656
Category:                   Main
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Plateforme:                 Windows 
OS:                         Windows 
Version OS:                 Vista Familiale Premium 
Unstable Impact:            Yes 
Version GTK:                 
====================================================================== 
Date Submitted:             09-30-2009 21:44 UTC
Last Modified:              10-06-2009 08:08 UTC
====================================================================== 
Summary:                    Missing Category list files in the "new account
file" wizard
Description: 
When reaching the "import categories" step of the "new account file"
wizard, there are no category lists to select from, even when hitting the
"Show other languages categories" checkbox.
====================================================================== 

---------------------------------------------------------------------- 
 guneeyoufix - 10-04-09 22:32  
---------------------------------------------------------------------- 
The reason why the category sets are not appearing in the wizard is that
the category files are not put in the right place by the CMake script.

I suggest this addition to the CMakeList.txt file:

	ADD_CUSTOM_COMMAND(TARGET grisbi
		PRE_BUILD
		COMMAND xcopy
		/S /Y ..\\share\\categories $(TargetDir)\\help\\tips\\categories\\

This should copy all the category files in the right place.

HOWEVER clicking on the checkbox "Display foreign category sets" doesn't
change anything (the contents of the list is not updated). This might be
the result of the localisation not being handled by MSVC. 

---------------------------------------------------------------------- 
 guneeyoufix - 10-06-09 08:08  
---------------------------------------------------------------------- 
in CMakeList.txt, revision 1.9

Added commmand to move the category files to the correct location

The second part of the problem is still not fixed (no foreign categories
listed) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-30-09 21:44  guneeyoufix    New Issue                                    
09-30-09 21:44  guneeyoufix    Plateforme                => Windows         
09-30-09 21:44  guneeyoufix    OS                        => Windows         
09-30-09 21:44  guneeyoufix    Version OS                => Vista Familiale
Premium
09-30-09 21:44  guneeyoufix    Unstable Impact           => Yes             
10-04-09 22:32  guneeyoufix    Note Added: 0001174                          
10-04-09 22:33  guneeyoufix    Status                   new => confirmed    
10-06-09 04:12  pbiava         Status                   confirmed => assigned
10-06-09 04:12  pbiava         Assigned To               => pbiava          
10-06-09 08:08  guneeyoufix    Note Added: 0001177                          
======================================================================



More information about the bugsreports mailing list