Grégory Soutadé
6932ece389
Fix a bug in install rule of Makefile
2012-06-12 16:11:23 +02:00
Grégory Soutadé
1bbf7b3ae7
Fix a bug in install rule of Makefile
2012-06-12 16:10:18 +02:00
44636c5882
Change version from 0.3 to 0.4
2012-06-11 18:31:02 +02:00
1fcc1af299
Fix a bug in install.sh (ROOT_DIR includes DEST_DIR)
2012-06-10 18:10:47 +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
a07110db04
Fix a bug with qm files in package*.sh
2012-06-07 19:52:51 +02:00
92e0df0bcf
Update package files
2012-06-07 19:48:52 +02:00
a42b343a14
Remove old .mo files and replace them with .qm
2012-06-07 19:48:02 +02:00
1db182944c
Update copyrights date in debian
2012-06-07 19:36:12 +02:00
6ee42318e5
Work on setup
2012-06-01 21:36:58 +02:00
8ca99707ce
Update install.sh
2012-05-31 21:38:47 +02:00
59a020e241
Clean Makefile
2012-05-31 21:33:43 +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
a5531465f6
Update web view
...
Database.php :
* Change account order
* Forgot $db variable in LoadCategory
User.php :
* Add default category for index 0
index.php :
* Initialize $categories and $accounts arrays
* Typo error for hidden accounts
* Forgive credit on blocked account
* Forgot to divide amounts by 100
* Forgot to initialize tr_class variable in some case
2012-05-22 20:29:08 +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