69 Commits

Author SHA1 Message Date
Gregory Soutadé
2b9d7d8878 Update README, copyright and VisualStudio project 2019-03-23 09:50:09 +01:00
Gregory Soutadé
e9ec135b27 Replace GetDateFormat() method by GetDateLocalFormat() cause of Win32
Forgot to set start and end dates when adding an account
2018-03-11 15:58:05 +01:00
Grégory Soutadé
258a3eb48d Do not reload current panel when a modification is done (but reload other ones) Add a method to KissPanel for reload other panels avoiding directly using _wxUI member 2017-10-29 18:21:54 +01:00
Grégory Soutadé
5dd7abf6cf Remove duplicate lines 2017-10-29 18:21:54 +01:00
74ca6a2285 Setup accessors for user's preferences 2017-10-15 11:36:27 +02:00
f3a66790d0 Fix a bug : Initial and final negative account values were not displayed in red 2017-02-04 15:12:40 +01: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
d310be1b6d Merge branch 'dev' 2015-06-08 21:13:24 +02:00
899dc3db71 Update Makefile for WIN32 and copyright date 2014-10-23 21:06:27 +02:00
27afbb95c6 Merge from dev 2013-06-03 18:37:43 +02:00
3e89eb7279 Sort categories with translated names 2012-12-16 09:49:51 +01:00
51e348ef7b Add primitive support of low resolutions 2012-06-29 20:33:33 +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
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
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
a3dc4deff1 Display date in locale format
Add GetLocale(), GetDateFormat() and FormatDate()
2012-03-27 21:12:55 +02:00
83d144ca3c Add support for translations and update translations 2012-02-26 14:24:04 +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
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
c05fbb95f6 Work on StatsPanel 2012-02-05 15:54:09 +01:00
1e4f696162 Update copyright 2012-02-01 11:02:54 +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
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
fc9b06c507 Work on AccountPanel : add treeview 2011-09-04 21:01:32 +02:00
633bd15fdd Enable panels mechanism 2011-09-04 19:25:53 +02:00
f6e0f92ad7 Work on wxUI and UsersDialog 2011-09-04 11:21:30 +02:00
e6ff989bfa Fix compilation issues 2011-09-03 20:40:21 +02:00
db46080b50 Users Dialog OK 2011-09-03 10:38:36 +02:00
658ec606ed First runnable version 2011-08-27 18:35:36 +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
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
66a60bf7a6 Use '0' instead of NULL 2011-08-14 17:47:16 +02:00
f8f108ea8b Enhance size of description field
Change "remains" in "balance"
Fix a bug in language settings
2011-08-06 17:34:26 +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
ebe9ef4a62 Some modification where not commited previously ??? 2011-07-03 07:56:48 +02:00
c69621c2fe Add unresolved categories in ImportPanel
Fix two bugs :
Don't take in account unknown categories (in stats)
Don't try to draw more than MAX_CATEGORIES (12) in charts
2011-04-25 19:55:31 +02:00
2c56271e1b Temp commit 2011-03-13 19:15:21 +01:00
6a20953757 Add Debian packaging 2011-03-06 17:20:42 +01:00
c03562851a Possibility to work on multiple operations (rename, change category, change account)
New database version (2) :
		fix_cost for categories
		virtual account
2011-02-13 19:30:12 +01:00
Grégory Soutadé
0c344a0273 Add Windows specific code 2011-02-05 21:02:03 +01:00
8a22ed135a Update Copyright 2011-01-29 13:04:15 +01:00
6317511fd8 Forgot to remove debugging disply 2010-12-20 20:17:46 +01:00
7c85467a5a Use a factory to create panels instead of hard coded panels 2010-12-20 19:28:24 +01:00