KissCount/src
Grégory Soutadé 669532d385 Fix bugs :
* QString::number use scientific format, si it's invalid for numbers > 1 000 000. We need to use v.sprintf("%d");
	* Accounts and categories where badly mapped during import
	* Fix cost not taken in account during import
	* Forbid empty account name and empty category name
2012-05-12 09:56:33 +02:00
..
controller Replace NULL by 0 2012-04-30 21:22:52 +02:00
model Fix bugs : 2012-05-12 09:56:33 +02:00
view Fix bugs : 2012-05-12 09:56:33 +02:00
win32 Add win32 directory (for compatibility) 2012-02-29 20:58:30 +01:00
main.cpp Update copyright 2012-02-01 11:02:54 +01:00
ParseExp.cpp Update copyright 2012-02-01 11:02:54 +01:00
ParseExp.hpp Update copyright 2012-02-01 11:02:54 +01:00
sha1.cpp Update copyright 2012-02-01 11:02:54 +01:00
sha1.h Use extern "C" for sha1 2011-08-14 17:53:30 +02:00