Commit Graph

317 Commits

Author SHA1 Message Date
Grégory Soutadé 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
Grégory Soutadé a590409f8f Work on import engines : remove libxml dependency in favor of QtXml 2012-02-19 17:14:36 +01:00
Grégory Soutadé 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
Grégory Soutadé 9e1686bd6e Add lib/libkdchart 2012-02-11 14:34:29 +01:00
Grégory Soutadé 67e00fcaa1 Add ExportPanel and update Import/Export engines 2012-02-11 14:02:30 +01:00
Grégory Soutadé b533ac0578 Connect signal for language change in PreferencesPanel 2012-02-11 12:48:19 +01:00
Grégory Soutadé 1675b9abee StatsPanel OK 2012-02-11 11:40:09 +01:00
Grégory Soutadé 41abf4a827 Work on StatsPanel (2) 2012-02-11 10:47:09 +01:00
Grégory Soutadé c05fbb95f6 Work on StatsPanel 2012-02-05 15:54:09 +01:00
Grégory Soutadé 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
Grégory Soutadé 37f03a1da0 See previous commit 2012-02-01 12:43:43 +01:00
Grégory Soutadé 329ea9ef5d Add "hidden" attribute to account
Change database version in 3
Update all if there is a modification (checkboxs on PreferencesPanel)
Move Database_Update.cpp in DatabaseUpdate.cpp
2012-02-01 12:41:57 +01:00
Grégory Soutadé 1e4f696162 Update copyright 2012-02-01 11:02:54 +01:00
Grégory Soutadé 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
Grégory Soutadé 292591c098 Fix a bug : date wasn't set for last NULL operation 2012-01-29 11:41:51 +01:00
Grégory Soutadé fe2e6c4bf4 Forgot to connect calendar change signal 2012-01-29 11:34:52 +01:00
Grégory Soutadé c78b88b387 Fix a bug : previous year loading does something worse 2012-01-29 11:18:55 +01:00
Grégory Soutadé 6fb6f6832c Add libkdchart 2012-01-28 15:54:17 +01:00
Grégory Soutadé 973032f51c Now use libkchart for charts, delete old pieview and replace it 2012-01-28 15:53:58 +01:00
Grégory Soutadé a71638ace6 Work on PreferencesPanel and fix a bug in Database (bad request for AddOperation) 2012-01-07 09:21:22 +01:00
Grégory Soutadé fda8f32fd7 Finalize PreferencesPanel 2011-12-18 15:04:59 +01:00
Grégory Soutadé 649bdb32c7 Add PreferencesPanel (incomplete) 2011-12-18 13:51:04 +01:00
Grégory Soutadé 9b0222323a Change int in double for Search
Add SearchBanner & Search Pannel
Enable MassUpdate
2011-12-03 11:23:55 +01:00
Grégory Soutadé 7b8f6edff5 Fix two bugs :
* ESCAPE_CHARS and UNESCAPE_CHARS were incomplete
    * Enable utf8 for widgets
2011-11-16 15:47:49 +01:00
Grégory Soutadé 76f7a70d1e Fix bugs in group and ungroup 2011-11-06 10:47:16 +01:00
Grégory Soutadé 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
Grégory Soutadé 63b235d8db Move check modification processing in OnCheckClicked() 2011-11-01 18:12:11 +01:00
Grégory Soutadé 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
Grégory Soutadé 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
Grégory Soutadé ab27c553a8 Use QFrame instead of QScrollArea for panels 2011-10-31 10:56:46 +01:00
Grégory Soutadé 29c1f6b9ba Disable interface when generating month
Fix a bug in generate month
2011-10-31 10:39:46 +01:00
Grégory Soutadé 6c0c04cad5 Implement Delete operation in AccountPanel contextual menu
Fix a bug in a SQL request
Use nbCategories in AccountPanel to prevent buffer overflow
2011-10-31 10:24:05 +01:00
Grégory Soutadé 739ac0cbc2 Implement GenerateMonth function 2011-10-31 09:15:37 +01:00
Grégory Soutadé c2b6aea35a Add Generate Dialog & Contextual menu in AccountPanel
Fix a bug in year loading
2011-10-31 09:14:40 +01:00
Grégory Soutadé 4441ea1810 Enable account initial value modification
Fix a bug : accounts table header reset in InitAccounts
2011-10-30 09:27:03 +01:00
Grégory Soutadé 42b1b3b85d Handle month change in treeview 2011-10-24 21:05:12 +02:00
Grégory Soutadé f035692ea3 GridAccount rendering is now like wxWidgets GridAccount 2011-10-22 13:13:57 +02:00
Grégory Soutadé 34112f7762 Fix some typo bugs in Database query
Add Group/UnGroup/UpdateNextMonths buttons
Display correct title in AccountPannel
2011-10-22 11:37:35 +02:00
Grégory Soutadé c5cec6c9d6 Add meta support in GridAccount
Add TabDelegate
2011-10-22 10:55:34 +02:00
Grégory Soutadé 2243f0a1cf Modify operations in FormulaDelegate
Add "+" button in GridAccount
2011-10-22 09:57:20 +02:00
Grégory Soutadé aa47adb791 Add FormulaDelegate 2011-10-20 17:29:22 +02:00
Grégory Soutadé 5bea328b8d First work on grid 2011-10-20 11:11:59 +02:00
Grégory Soutadé ea054b48ad Add pieview 2011-09-21 20:47:54 +02:00
Grégory Soutadé ae4a0eb7ac Add stats 2011-09-13 21:39:22 +02:00
Grégory Soutadé 98513c1ca9 Add calendar to AccountPanel 2011-09-06 19:47:02 +02:00
Grégory Soutadé fc9b06c507 Work on AccountPanel : add treeview 2011-09-04 21:01:32 +02:00
Grégory Soutadé 633bd15fdd Enable panels mechanism 2011-09-04 19:25:53 +02:00
Grégory Soutadé f6e0f92ad7 Work on wxUI and UsersDialog 2011-09-04 11:21:30 +02:00
Grégory Soutadé e6ff989bfa Fix compilation issues 2011-09-03 20:40:21 +02:00
Grégory Soutadé db46080b50 Users Dialog OK 2011-09-03 10:38:36 +02:00