114 Commits

Author SHA1 Message Date
Grégory Soutadé
8b0f386121 Show calendar in (PreferencesPanel) at the widget upper for a clearer view + react on SelectionChanged signal 2017-10-29 18:21:53 +01:00
3684c324c0 Add "start_date" and "end_date" into accounts properties 2017-10-15 11:38:58 +02:00
b86b934e75 Improve GUI by removing some blank spaces around grids and center widgets 2017-10-15 11:36:27 +02:00
2b664c3b4f Quick and dirty port to Qt5 2017-10-15 11:36:27 +02:00
02b204d408 GridAccount : set operation as virtual if its account is virtual 2017-09-12 20:58:10 +02:00
fb6cb35e65 Fix a bug : Week lines were not re computed after deleting an operation 2017-02-05 10:02:49 +01:00
533442b874 Fix a bug : Sub operations were not removed from database when deleting meta operation 2017-02-05 10:02:08 +01:00
d046f4e399 Bug in FormulaDelegate : string copy was made in a wrong way 2017-01-01 17:34:56 +01:00
fe35930273 Use prepared query for value replacement allowing to use non escaped characters 2016-10-08 20:05:01 +02:00
992516d972 Fix a bug : Crash when use of a tag in a new operation. Tag must not be taken in account for op_complete. 2016-09-09 17:38:11 +02:00
20be059f27 Fix a bug : Don't add operation if amount not set 2015-06-04 20:18:35 +02:00
f0e0aba4f3 Fix a bug : Forgot +1 when creating tags list in GridAccount 2015-01-27 18:50:55 +01:00
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