7003a4795d
Don't includes virtual account in negative computation (for calendar warning display)
2017-02-04 15:10:55 +01:00
d046f4e399
Bug in FormulaDelegate : string copy was made in a wrong way
2017-01-01 17:34:56 +01:00
320d8689f6
Bug in expression parser, negative mark before parenthesis considered as positive.
2017-01-01 17:20:25 +01:00
0b037cff7c
Set background calendar color to red or yellow when one account is negative or less than 200€
2017-01-01 17:20:08 +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
fe5e9208a3
Use transactions for SQL updates
2015-10-11 09:42:32 +02:00
9dac732efe
Rename ressources into resources
2015-06-20 18:22:51 +02:00
7e5f13c445
Fix a bug : Bad memcpy length in localtime_r() and gmtime_r()
2015-06-19 18:51:27 +02:00
d310be1b6d
Merge branch 'dev'
2015-06-08 21:13:24 +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
efc2ce20b3
Forgot Tag header
2014-12-02 17:50:07 +01:00
e9e0e35c12
Fix problems in export engine
2014-11-12 20:48:45 +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
899dc3db71
Update Makefile for WIN32 and copyright date
2014-10-23 21:06:27 +02:00
2cea83f22b
Warn user when some operation dates are modified due to month restriction
2014-02-08 15:14:04 +01:00
34bbd08de6
Fix a bug in generate month : if the next month has less days than the first, but there are operations on non existings days, use last day of new month.
2014-02-08 12:21:07 +01:00
e46c5292b9
New dev version : 0.5
2013-06-03 18:43:00 +02:00
27afbb95c6
Merge from dev
2013-06-03 18:37:43 +02:00
d6ef8aebdb
Add cost repartition to SearchPanel
2013-02-26 16:04:27 +01:00
eaba622a3f
Extract cost repartition from StatsPannel
2013-02-26 15:34:52 +01:00
fb2541358c
Fix a regression : meta description always updated to first child description
2013-02-26 15:05:34 +01:00
2ec5e124da
Extract cost repartition banner
2013-02-26 12:17:35 +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
e0efe42b14
Simplify UpdateNextMonths function
...
Add "create_if_not_exsits" to Database::GetAccountAmount
2013-02-17 18:58:32 +01:00
62a3712ff7
Add CSV Export
...
Set DateFrom to first of month for SearchBanner
Fix a bug : for dates in Search
Fix a bug : file was not truncated during export
2013-01-17 20:22:42 +01:00
e9c677f5b2
When user changes month or year in SearchBanner, A new date wasn't selected by default resulting in bad SQL query
2013-01-13 20:36:42 +01:00
ba24fd4a91
Rework GridAccount to be simpler, more modulable and more resitant to bugs
2012-12-27 17:56:20 +01:00
3e89eb7279
Sort categories with translated names
2012-12-16 09:49:51 +01:00
c5be6a2b0d
Fix a bug : argc must be passed as a reference
2012-08-03 21:09:01 +02:00
c685d4b3fb
Fix a bug : argc must be passed as a reference
2012-08-03 21:08:20 +02:00
51e348ef7b
Add primitive support of low resolutions
2012-06-29 20:33:33 +02:00
44636c5882
Change version from 0.3 to 0.4
2012-06-11 18:31:02 +02:00
8ded65b237
Merge with dev
2012-06-10 18:05:47 +02:00
5d37b41042
Center date for new operations
...
Rename CONTRIBUTORS in AUTHORS
About message wasn't translated
2012-06-10 17:07:51 +02:00
6f29891fe0
Don't override default font
2012-06-10 15:15:04 +02:00
e911dffdbd
Use Qt cryptographic library instead of C implementation (regression on win32)
2012-06-07 21:20:27 +02:00
cca1149265
Fix a bug : alignment not reset after a new operation was inserted
2012-05-31 20:02:34 +02:00
e60cabc0ff
Disable OFX import for win32
2012-05-31 19:54:26 +02:00
112c2e7d85
Adjust too large QListWidget in SearchBanner
2012-05-29 21:11:29 +02:00
84ea8e618b
Forgot a *100 in previous commit
2012-05-29 19:58:42 +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
3ea0167b70
Forgot a break in last commit
2012-05-24 21:09:22 +02:00
84da3fc5e1
Fix a bug : load snapshots with current user non existing
2012-05-24 19:56:50 +02:00
cd8289da27
Update translations
2012-05-22 21:29:56 +02:00
102daf9a96
Disable interface for operations that takes a long time
2012-05-12 18:06:15 +02:00
434f1707c7
Fix problems with layout and SearchBanner
2012-05-12 11:02:37 +02:00
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
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
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
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
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
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
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
a590409f8f
Work on import engines : remove libxml dependency in favor of QtXml
2012-02-19 17:14:36 +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