Update ChangeLog

This commit is contained in:
Grégory Soutadé 2013-02-26 16:06:57 +01:00
parent d6ef8aebdb
commit 68f2294b96
2 changed files with 6 additions and 3 deletions

View File

@ -1,15 +1,17 @@
v0.4 (17/02/2013) v0.4 (26/02/2013)
** User ** ** User **
Add icons for low resolution screens Add icons for low resolution screens
Sort categories using translated names Sort categories using translated names
Set DateFrom to first of month for SearchBanner Set DateFrom to first of month for SearchBanner
Add CSV export Add CSV export
Add Cost repartition statistics to SearchBanner
** Dev ** ** Dev **
Primitive handle of low resolution screens Primitive handle of low resolution screens
Rework GridAccount Rework GridAccount
Simplify UpdateNextMonths function Simplify UpdateNextMonths function
Add "create_if_not_exsits" to Database::GetAccountAmount Add "create_if_not_exsits" to Database::GetAccountAmount
Add CostRepartitionBanner
** Bugs ** ** Bugs **
Remove some bugs in GridAccount Remove some bugs in GridAccount

5
TODO
View File

@ -1,9 +1,9 @@
Version 0.4 Version 0.5
Using tabulation to navigate throw interface (Search Panel) Using tabulation to navigate throw interface (Search Panel)
Choosing accounts & categories position Choosing accounts & categories position
Cool for 0.5: Cool for 0.6:
Database auto saving at startup Database auto saving at startup
Use caches for created panels (avoid destroying/creating panels for nothing) Use caches for created panels (avoid destroying/creating panels for nothing)
Add search function to web view Add search function to web view
@ -18,6 +18,7 @@ More translations
Printing (maybe in xml/html) Printing (maybe in xml/html)
Refactor web view code Refactor web view code
Plugins ? Plugins ?
Qt 5
=============================================================== ===============================================================
Will not be implemented Will not be implemented