102 Commits

Author SHA1 Message Date
459e07ee11 Second version 2014-11-10 13:50:00 +01:00
57d4b90182 Tag management : first version 2014-11-10 11:54:28 +01:00
fb2541358c Fix a regression : meta description always updated to first child description 2013-02-26 15:05:34 +01:00
0d80d91a47 Fix a bug : Group a non checked operation with a checked meta did not uncheck meta 2013-02-17 19:11:38 +01:00
ba24fd4a91 Rework GridAccount to be simpler, more modulable and more resitant to bugs 2012-12-27 17:56:20 +01:00
5d37b41042 Center date for new operations
Rename CONTRIBUTORS in AUTHORS
About message wasn't translated
2012-06-10 17:07:51 +02:00
cca1149265 Fix a bug : alignment not reset after a new operation was inserted 2012-05-31 20:02:34 +02:00
a65ee9c24f Previous patch failed with GUI conversion 2012-05-29 19:37:00 +02:00
a987c09d5d Replace toDouble by "replace(".", "")" to avoid bad double conversion 2012-05-27 17:41:20 +02:00
102daf9a96 Disable interface for operations that takes a long time 2012-05-12 18:06:15 +02:00
f1661e315c Change message for new users
Fix a bug : updating operations doesn't work
2012-05-06 11:40:13 +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
7c932e4f75 All Values are now in fix point 2012-04-30 21:15:51 +02:00
bfd16a6540 Better auto completion for transfert operation (not two times the same operation completed) 2012-04-11 19:28:35 +02:00
a3dc4deff1 Display date in locale format
Add GetLocale(), GetDateFormat() and FormatDate()
2012-03-27 21:12:55 +02:00
391dc12304 Fix a bug : Categories were not translated in GridAccount 2012-03-20 14:50:37 +01:00
b114fff9e0 Solve bug of completer in GridAccount 2012-03-11 20:40:07 +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
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
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
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
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
42b1b3b85d Handle month change in treeview 2011-10-24 21:05:12 +02:00
f035692ea3 GridAccount rendering is now like wxWidgets GridAccount 2011-10-22 13:13:57 +02:00
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
c5cec6c9d6 Add meta support in GridAccount
Add TabDelegate
2011-10-22 10:55:34 +02:00
2243f0a1cf Modify operations in FormulaDelegate
Add "+" button in GridAccount
2011-10-22 09:57:20 +02:00
aa47adb791 Add FormulaDelegate 2011-10-20 17:29:22 +02:00
5bea328b8d First work on grid 2011-10-20 11:11:59 +02:00
991486a042 First pass 2011-08-25 17:45:41 +02:00
ed6a7a5fef Rename header files in .hpp 2011-08-20 14:02:47 +02:00
ad29793f8c Clean header includes 2011-08-20 11:43:12 +02:00
a4179804be Use std algorithme in view/grid 2011-08-16 18:54:24 +02:00
08ba72664c Use class enums and constants rather than global enums and define
Fix a bug : virtual transferts must not be considered as a debit
2011-08-16 18:22:35 +02:00
6d0fe8ec7b Move wxGridCellStartEditor into view/grid 2011-08-15 09:48:48 +02:00
66a60bf7a6 Use '0' instead of NULL 2011-08-14 17:47:16 +02:00
90a6659a84 Enhance size of description field
Change "remains" in "balance"
Fix a bug in language settings
2011-08-06 17:30:16 +02:00
753b499b48 Add XMLImportEngine
Fix some bugs in ImportPanel and ImportEngines
2011-07-04 20:23:00 +02:00