Searchs aren't case sensitive enough. Default categories in native language (even if switching language at runtime)

This commit is contained in:
2011-02-15 19:17:18 +01:00
parent bf417a503d
commit 92252f33c3
9 changed files with 148 additions and 132 deletions

View File

@@ -1,4 +1,4 @@
v0.2_dev (14/02/2011)
v0.2_dev (15/02/2011)
** User **
Better use of sizers (so better interface!)
@@ -9,6 +9,8 @@ v0.2_dev (14/02/2011)
Possibility to find operations with unknown category/account
Possibility to work on multiple operations (rename, change category, change account)
Add virtual accounts
Searchs aren't case sensitive enough
Default categories in native language (even if switching language at runtime)
** Dev **
Use a factory to create panels (prepare for plug-in)