[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 11:39:05 CEST 2009


The following issue has been ASSIGNED. 
====================================================================== 
http://grisbi.tuxfamily.org/mantis/view.php?id=656 
====================================================================== 
Reported By:                guneeyoufix
Assigned To:                guneeyoufix
====================================================================== 
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 09:39 UTC
====================================================================== 
Summary:                    Missing Category list files in the "new account
file" wizard
Description: 
1) When reaching the "import categories" step of the "new account file"
wizard, there are no category lists to select from

2) 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 09:26  
---------------------------------------------------------------------- 
in CMakeList.txt, revision 1.9
    Added commmand to move the category files to the correct location
  --> Fixes the first part of the problem

The second part of the problem still remains : 
the g_get_language_names () call returns a list with only "fr" and "C",
therefore when checking the box "Display foreign categories" only shows
french and english category lists.

 

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                          
10-06-09 09:26  guneeyoufix    Note Edited: 0001177                         
10-06-09 09:39  guneeyoufix    Assigned To              pbiava => guneeyoufix
10-06-09 09:39  guneeyoufix    Description Updated                          
======================================================================



More information about the bugsreports mailing list