Add ImportPanel

Throw exception when category/account are not found in User
Fix a bug in GrisbiImportEngine with QDate::fromString
Try to search an account also with its name
Remove categories number limit (only used for pie color)
This commit is contained in:
2012-02-20 21:27:51 +01:00
parent a590409f8f
commit 7440c632dd
14 changed files with 553 additions and 40 deletions

View File

@@ -22,9 +22,8 @@
#include "AccountPanel.hpp"
#include "SearchPanel.hpp"
#include "PreferencesPanel.hpp"
//#include "UsersDialog.hpp"
#include "StatsPanel.hpp"
//#include "ImportPanel.hpp"
#include "ImportPanel.hpp"
#include "ExportPanel.hpp"
#include "wxUI.hpp"
@@ -168,7 +167,7 @@ void wxUI::InitPanels()
ADD_PANEL(StatsPanel);
ADD_PANEL(SearchPanel);
ADD_PANEL(PreferencesPanel);
// ADD_PANEL(ImportPanel, 4);
ADD_PANEL(ImportPanel);
ADD_PANEL(ExportPanel);
}