Commit Graph

151 Commits

Author SHA1 Message Date
soutade c88c3b4836 Fix a lot of bugs (again) 2010-11-23 21:06:01 +01:00
soutade 16891b0ae6 Add a warning when a debit is made on a blocked account 2010-11-20 17:17:03 +01:00
soutade 84aa1fb42b Add inner month statistics 2010-11-19 19:58:02 +01:00
soutade cedb13c3ec Fix a looooooooot of bugs 2010-11-17 21:09:41 +01:00
soutade a6218ac1cc Fix a bug with accounts modification 2010-11-15 21:12:31 +01:00
soutade 9a5af57072 Add a string translation 2010-11-15 20:09:40 +01:00
Grégory Soutadé 2341d3e013 New user creates a blocked account 2010-11-15 13:32:17 +01:00
soutade 1ab91f4a15 Re add sqlite3 dependency 2010-11-14 21:10:14 +01:00
soutade 063c95aaf7 Forget to update README v0.1 2010-11-14 14:26:06 +01:00
soutade 3618a66f03 Version 0.1 !
Correct a minor bug
2010-11-14 14:22:18 +01:00
soutade be267935ce Pass arguments throw launch_kc.sh 2010-11-10 18:36:19 +01:00
soutade 3cc7687c22 Add licencing information into About 2010-11-05 20:51:35 +01:00
soutade bd0558a9b0 Maybe fix a bug, maybe not 2010-11-05 20:32:39 +01:00
soutade 115bf8f305 Fix a bug with blocked account computation 2010-11-05 19:25:11 +01:00
Grégory Soutadé 27b5740b5c Update web view 2010-11-05 19:01:23 +01:00
soutade 457bb7941a Merge branch 'master' of cybelle:kisscount 2010-11-03 20:33:26 +01:00
soutade e97da06dd4 Remove some bugs :( 2010-11-03 20:32:46 +01:00
Grégory Soutadé cd2598aefd Bad port ... 2010-11-02 20:09:32 +01:00
root 31c7652e83 Update web view with blocked accounts 2010-11-02 19:59:49 +01:00
soutade c012ab042e Remove unnecessary Fit() 2010-11-01 20:40:23 +01:00
soutade 0832e020c4 Add blocked account (mainly for statistics)
Really fix the previous bug
2010-11-01 11:34:39 +01:00
soutade 7af9f1d9c2 It is better to test before commiting ... 2010-10-30 21:00:18 +02:00
soutade 521596abd5 Update TODO
Add Documentation
Add KissCount URL into about
Add Fix, non fix, both criteria into search
Fix a bug (modifying language and go to another panel than main)
2010-10-30 20:52:53 +02:00
soutade 6cb7b0ccf0 Merge branch 'master' of cybelle:kisscount 2010-10-27 21:03:27 +02:00
soutade 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
Grégory Soutadé 13db50e271 Add Expand Group option to web view 2010-10-27 21:00:40 +02:00
root dc6ec437fa Fix bug with disconnect that never disappear on web view 2010-10-27 15:52:59 +02:00
root ed8225407c * Update web view with shared accounts
* Update TODO
2010-10-27 11:12:33 +02:00
soutade 6568acbae7 Meta specifications where not reported into search 2010-10-25 21:33:09 +02:00
soutade 1c4662a01c Update TODO 2010-10-24 16:06:51 +02:00
soutade 28c92d3b28 Add shared account management 2010-10-24 16:04:56 +02:00
soutade d800f23029 * Add early shared account support (Database schema has changed)
* Update TODO
2010-10-20 20:54:23 +02:00
soutade 5b5637f53a * Update meta operation when a child is modified
* Add (or discover) a bug
2010-10-16 21:16:03 +02:00
soutade f2dcfcb356 * Corrects a lot of bugs
* Add Tabulation when it's a meta operation child
2010-10-14 22:16:22 +02:00
soutade f33f6ab85a * Add formula support
*  Fix a bug (cannot add new operations due to bug in FormulaEditor)
2010-10-14 20:49:49 +02:00
soutade effc630650 * Fix a bug due to formulas (impossible to add a new operation) 2010-10-10 21:34:37 +02:00
soutade 0c3a148472 * Correct two bugs with meta operations (one operation left after deleting, and transfert displays)
* Add primary support for formulas
2010-10-08 20:47:56 +02:00
soutade 477d155c3f * Group/UnGroup seems to work 2010-10-07 20:24:35 +02:00
soutade 31c7b6f585 Merge branch 'master' of cybelle:kisscount 2010-10-04 22:12:01 +02:00
soutade 8ff39c01e9 * Improve check/uncheck on grouped operations 2010-10-04 22:10:21 +02:00
soutade 340a53094d Improve Group feature 2010-10-04 20:15:03 +02:00
root dca465c21a * Update web view to ignore meta operations
*  Update submit button's names (web view)
2010-10-04 09:21:00 +02:00
soutade 5245ec2623 * Remove all Operation's pointers because they are dereferenced when an element of operation's vector is suppressed : so group delete works !!! (whouhou). 2010-10-03 20:31:06 +02:00
soutade 6e0b51c9fe Replace pointers by references 2010-10-03 18:31:25 +02:00
soutade 6bd42b26a8 Fix nasty inverted Grid Tree bug 2010-10-02 10:25:40 +02:00
soutade 135e702eb1 Fix a bug in RemoveMeta 2010-10-02 10:03:24 +02:00
soutade 7dfe4bdb18 * Fix some Group operations bugs. Still a buggy version with Group management ! 2010-10-01 20:09:15 +02:00
soutade d9f75e5329 Fix a lot of bugs (bad fix operation count, bad calendar display, operation metas not copied) and start deep implementation of meta.
DON'T USE THIS VERSION. It's a very buggy one !
2010-09-28 21:38:14 +02:00
soutade 3eea053d54 * Goup/Ungroup initial work
* Add INSTALL file
* Adapt KissCount to new resolution
2010-09-22 21:02:29 +02:00
soutade e7a2b0c988 Add grid editor/renderer for multiple operations 2010-09-14 21:11:41 +02:00