Commit Graph

370 Commits

Author SHA1 Message Date
8c61a32a6f Fix problems with quote and apostrophe 2012-05-12 10:28:16 +02:00
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
f1661e315c Change message for new users
Fix a bug : updating operations doesn't work
2012-05-06 11:40:13 +02:00
34a36199a2 Use oxygen icons 2012-05-05 19:22:38 +02:00
c565c7740d Show hidden accounts at the end in the list
Simplify statistics computation in AccountPanel
Don't take in account simple credit on blocked accounts
2012-05-05 16:49:24 +02:00
aff6e14072 Show january when loading year != curYear and not curMonth 2012-05-01 10:30:08 +02:00
3f428ab7c2 Forbid database upgrade from version 2 to version 3
Always display date in insertion and fix a bug in day display
2012-05-01 10:25:19 +02:00
aafc26c768 Replace NULL by 0 2012-04-30 21:22:52 +02:00
7c932e4f75 All Values are now in fix point 2012-04-30 21:15:51 +02:00
12cc163459 Update database schema
Update translations
Don't multiple account_amount at startup
Use INERT or REPLACE in queries
2012-04-28 12:25:17 +02:00
20245fec2e Fix bugs in UpdateNextMonths 2012-04-28 12:23:50 +02:00
deddbc040c Close SnapshotsDialog when database restaured and fix a bug : forgot to delete panel in wxUI::LoadPanels 2012-04-28 10:55:04 +02:00
43bf2da1f5 Fix a bug : Can't hide default account 2012-04-28 09:23:38 +02:00
951c41a5f7 Forgot a static inModification in PreferencesPanel 2012-04-27 21:59:25 +02:00
691b1a603b Input dialog was in top left of screen, set it to center 2012-04-27 21:38:30 +02:00
2e468c14b4 Account/Category modification are immediatly reported in other panels 2012-04-27 21:37:51 +02:00
ac7deb340c New users have system language chosen instead of english 2012-04-27 20:44:33 +02:00
8c4ee64111 Forgot some try/catch os user GetAccount*/GetCategory* 2012-04-27 20:24:22 +02:00
993e6b1759 Fix a bug : buttons doesn't disappear on KillMe 2012-04-26 20:59:01 +02:00
28bb4c49f0 Fix bugs:
* Database creation failed
	* UsersDialog shown on new user
2012-04-26 20:45:01 +02:00
bfd16a6540 Better auto completion for transfert operation (not two times the same operation completed) 2012-04-11 19:28:35 +02:00
9991415e2c Fix a bug : month & year changed when AccountPanel is re created (wxUI needs update) 2012-04-01 11:19:27 +02:00
62541cbe2e Fix a bug : bad selected language in PreferencesPanel 2012-04-01 10:49:39 +02:00
85e891bfd1 Fix a bug : Français incorrectly spelled 2012-04-01 10:35:29 +02:00
a3dc4deff1 Display date in locale format
Add GetLocale(), GetDateFormat() and FormatDate()
2012-03-27 21:12:55 +02:00
57792fba92 Update translations 2012-03-20 21:01:27 +01:00
e273303dcd Add Snapshot feature
Add ChangeDatabase() method
Add GetDatabaseHome() and GetDatabaseFile()
2012-03-20 20:57:45 +01:00
391dc12304 Fix a bug : Categories were not translated in GridAccount 2012-03-20 14:50:37 +01:00
223106fbfc Set x axis label to "days" in StatsPanel for in-month stats 2012-03-20 09:34:30 +01:00
f5f787aeec Fix a bug, forgot one i++ in StatsPanel
Don't rotate labels if it's day number in StatsPanel
2012-03-16 13:08:15 +01:00
023786e680 Forgot -r to zip in package_win32.sh 2012-03-13 20:28:13 +01:00
b114fff9e0 Solve bug of completer in GridAccount 2012-03-11 20:40:07 +01:00
c1a612b7ec Fix BDD path (Linux and Win32) 2012-03-11 18:02:54 +01:00
e4ec79b9df Fix a bug : in month stats segfault 2012-03-11 17:54:42 +01:00
d0d0304ce4 Set completion inline due to a bug in Qt for popup mode 2012-03-11 09:04:29 +01:00
8daedb25ab Work on Win32 packaging 2012-03-04 18:17:43 +01:00
757a7274c6 Work on Win32 packaging 2012-03-04 18:15:01 +01:00
26829fcb6a OFXImportEngine compilation fails (win32) 2012-02-29 21:00:55 +01:00
bb1df8296b Add win32 directory (for compatibility) 2012-02-29 20:58:30 +01:00
1aa4de222f Work on Makefile for Win32 2012-02-29 20:48:43 +01:00
ac755bc951 Add HOST prefix to ar
Revert modification on clean target
2012-02-28 17:42:47 +01:00
101c3d23a3 Update Makefile (clean) 2012-02-28 16:25:45 +01:00
5809a969a0 Fix Makefile for cross compilation (LDFLAGS and CXXFLAGS) 2012-02-28 16:11:22 +01:00
4addfc99d5 Fix a bug : try to find parent on a NULL operation in TabDelegate 2012-02-28 11:02:34 +01:00
beaace517f Update TODO 2012-02-28 09:52:22 +01:00
5acb85eb42 Update packaging (remove unused generated debian files) 2012-02-28 09:40:42 +01:00
b7f8729519 Update doc files (ChangeLog, README ...)
Update packaging
Change install prefix, come back to /usr
2012-02-28 09:34:33 +01:00
88e06dacce Add auto-completion for description field in GridAccount 2012-02-26 21:16:45 +01:00
37626b09e1 Use ~/.local/share/kisscount instead of ~/.kisscount for default database location 2012-02-26 15:42:09 +01:00
83d144ca3c Add support for translations and update translations 2012-02-26 14:24:04 +01:00