Commit Graph

205 Commits

Author SHA1 Message Date
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
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
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
b114fff9e0 Solve bug of completer in GridAccount 2012-03-11 20:40:07 +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
4addfc99d5 Fix a bug : try to find parent on a NULL operation in TabDelegate 2012-02-28 11:02:34 +01:00
88e06dacce Add auto-completion for description field in GridAccount 2012-02-26 21:16:45 +01:00
83d144ca3c Add support for translations and update translations 2012-02-26 14:24:04 +01:00
4ea7efd178 Update StatsPanel : remove warning for hbox multiple parent 2012-02-26 14:23:49 +01:00
1b378924a3 Fix a bug : Childs where not linked during import 2012-02-26 08:59:59 +01:00
7440c632dd 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)
2012-02-20 21:27:51 +01:00
8128fe0008 Use QXml for export engine
Change import/export engine filter to Qt format
Qt doesn't add extension in its file dialog
Fix a bug : op was not correctly set by default in OnOperationModified (GridAccount)
2012-02-12 10:20:02 +01:00
9e1686bd6e Add lib/libkdchart 2012-02-11 14:34:29 +01:00
67e00fcaa1 Add ExportPanel and update Import/Export engines 2012-02-11 14:02:30 +01:00
b533ac0578 Connect signal for language change in PreferencesPanel 2012-02-11 12:48:19 +01:00
1675b9abee StatsPanel OK 2012-02-11 11:40:09 +01:00
41abf4a827 Work on StatsPanel (2) 2012-02-11 10:47:09 +01:00
c05fbb95f6 Work on StatsPanel 2012-02-05 15:54:09 +01:00
3fe6d0ad28 Fix a regression : only first month was shown at startupt (not current)
Display all categories in chart (AccountPanel)
Fix a bug : curDate was wrong if you come back from another month to current month
2012-02-04 13:43:01 +01:00
37f03a1da0 See previous commit 2012-02-01 12:43:43 +01:00
1e4f696162 Update copyright 2012-02-01 11:02:54 +01:00
7bef9dd5b0 Fix two bugs : New date was not set in grid after operation validation and new group name was not saved 2012-01-30 20:54:04 +01:00
292591c098 Fix a bug : date wasn't set for last NULL operation 2012-01-29 11:41:51 +01:00
fe2e6c4bf4 Forgot to connect calendar change signal 2012-01-29 11:34:52 +01:00
c78b88b387 Fix a bug : previous year loading does something worse 2012-01-29 11:18:55 +01:00
973032f51c Now use libkchart for charts, delete old pieview and replace it 2012-01-28 15:53:58 +01:00
a71638ace6 Work on PreferencesPanel and fix a bug in Database (bad request for AddOperation) 2012-01-07 09:21:22 +01:00
fda8f32fd7 Finalize PreferencesPanel 2011-12-18 15:04:59 +01:00
649bdb32c7 Add PreferencesPanel (incomplete) 2011-12-18 13:51:04 +01:00
9b0222323a Change int in double for Search
Add SearchBanner & Search Pannel
Enable MassUpdate
2011-12-03 11:23:55 +01:00
76f7a70d1e Fix bugs in group and ungroup 2011-11-06 10:47:16 +01:00
c94bf51007 Factorize some code in GridAccount
Set default font for everybody
Fix a bug in DateDelegate (bad month)
Fix a bug in GridAccount : Tab added for sub operations when saving
Fix a bug in GridAccount : credit was considered as a debit
2011-11-05 18:28:05 +01:00
63b235d8db Move check modification processing in OnCheckClicked() 2011-11-01 18:12:11 +01:00
6c4ee9dec3 Add Delete operation in GridAccount
Fix a bug : Forgot to update stats when there is a modification
2011-11-01 18:01:17 +01:00
a9bcdcc733 Enable operation modification in GridAccount
Fix a bug : Fix category in choices of normal operation
Fix a bug : bad request in Database.cpp
Fix a bug : bad month in calendar
Add a 5th week for black line
2011-11-01 16:17:20 +01:00
ab27c553a8 Use QFrame instead of QScrollArea for panels 2011-10-31 10:56:46 +01:00
29c1f6b9ba Disable interface when generating month
Fix a bug in generate month
2011-10-31 10:39:46 +01:00