Commit Graph

42 Commits

Author SHA1 Message Date
83d144ca3c Add support for translations and update translations 2012-02-26 14:24:04 +01:00
b533ac0578 Connect signal for language change in PreferencesPanel 2012-02-11 12:48:19 +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
a71638ace6 Work on PreferencesPanel and fix a bug in Database (bad request for AddOperation) 2012-01-07 09:21:22 +01:00
649bdb32c7 Add PreferencesPanel (incomplete) 2011-12-18 13:51:04 +01: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
d6ade299e3 Display virtual accounts at the end
Fix a bug in LonkOrUnlinkOperation (when year was not previously loaded)
Translate categories in PreferencesPanel
2011-04-03 19:11:34 +02:00
92252f33c3 Searchs aren't case sensitive enough. Default categories in native language (even if switching language at runtime) 2011-02-15 19:17:18 +01:00
bf417a503d Add virtual accounts (potential bugs) 2011-02-14 20:56:59 +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
aec66e7212 Bugs on precedent commit 2011-02-09 20:50:21 +01:00
2b07cb0b30 Possibility to choose a replacement when delete accounts and categories 2011-02-08 21:17:35 +01:00
Grégory Soutadé
0c344a0273 Add Windows specific code 2011-02-05 21:02:03 +01:00
9985412790 Categories fonts not updated for new category
New category had read only fields in PreferencesPanel
Scrollbar for PreferencesPanel
2011-01-29 12:24:07 +01:00
a4b01362de Fix a bug in account creation 2011-01-16 20:50:48 +01:00
9101da3e2b First work for KissPanel 2010-12-15 19:13:16 +01:00
59d770c928 Add lib directory check in Makefile 2010-12-12 20:20:06 +01:00
765483ff15 Fix bugs in account/category modification/deletion
Fix some strings
2010-11-29 20:11:11 +01:00
a6218ac1cc Fix a bug with accounts modification 2010-11-15 21:12:31 +01:00
0832e020c4 Add blocked account (mainly for statistics)
Really fix the previous bug
2010-11-01 11:34:39 +01:00
c3ecedb2c1 Fix a lot of bugs :
*  Missing center in PreferencesPanel for categories suppression
*  Previous not checked operations needs to be inverted (positive if negative, and negative if positive)
*  New operation needs to be sorted before insertion in InsertIntoGrid (GridAccount.cpp)
2010-10-27 21:01:32 +02:00
28c92d3b28 Add shared account management 2010-10-24 16:04:56 +02:00
d800f23029 * Add early shared account support (Database schema has changed)
* Update TODO
2010-10-20 20:54:23 +02:00
2c7a1ca252 * Add category font/color (web is missing)
*  Fix a bug in category modification (PreferencesPanel), inModification = false ; missing
2010-09-09 20:54:00 +02:00
Grégory Soutadé
7edd4854f4 Fix a bug with 2010-09-08 11:02:03 +02:00
fc0159fbc5 * Fix a bug with not escaped characters
* Use GetLastRowId instead of doing another SQL request
* Handle request failling
* Fix a bug, wxGridCellFastBoolEditor crashes when deleted
2010-09-05 12:08:48 +02:00
b820a3632a * Create a grid directory for grid's components
* Fix a bug inside ShowPanels
* Add fast comboboxes editing inside grids
2010-09-04 11:54:49 +02:00
ceb942e3ee Use new emacs indentation rules (4 spaces instead of tabs and braces position)~ 2010-08-26 21:28:15 +02:00
d12e00c6fb Some optimizations on empty wxString comparison and on Search (Database) 2010-08-21 09:54:04 +02:00
74c401c8c7 First version of statistics (very ugly code) 2010-08-17 18:59:19 +02:00
8ad5e7d0ad Add ascending/descending operation order in preferences
Remove default_preferences table
Force date by default in SearchPanel
Update TODO !!
Add a generic UpdatePreference instead of SetLanguage, SetXXX into Database
2010-07-27 22:31:56 +02:00
d9359b2f98 Fix two bugs (Upper case in database avoiding accents, and cat/account with the same name during modification into PreferencesPanel)
Updating translations
2010-07-16 18:38:13 +02:00
5286926588 Add some verification to SearchPanel & wxID_ANY in place of -1 2010-07-14 18:56:07 +02:00
e4a81539a1 Add licencing informations 2010-07-10 16:34:30 +02:00
63ca3a9c22 String localization implemented (missing some strings) 2010-07-07 21:04:38 +02:00
f6c64d5448 Localization in progress ... 2010-07-06 20:59:02 +02:00
d29afc619e Move directories, fix a bug into month generation (tree), add tooltips 2010-07-04 17:42:14 +02:00