Add unresolved categories in ImportPanel

Fix two bugs :
Don't take in account unknown categories (in stats)
Don't try to draw more than MAX_CATEGORIES (12) in charts
This commit is contained in:
2011-04-25 19:55:31 +02:00
parent ec3fa8d7d5
commit c69621c2fe
10 changed files with 139 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
v0.2 (23/03/2011)
v0.2 (25/04/2011)
** User **
Better use of sizers (so better interface!)
@@ -38,3 +38,5 @@ v0.2 (23/03/2011)
Categories fonts not updated for new category --> crash
New category had read only fields in PreferencesPanel
Update all panels after generating/deleting month
Don't take in account unknown categories (in stats)
Don't try to draw more than MAX_CATEGORIES (12) in charts