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
This commit is contained in:
2010-07-27 22:31:56 +02:00
parent c5ad18fd12
commit 8ad5e7d0ad
10 changed files with 104 additions and 23 deletions

4
TODO
View File

@@ -2,7 +2,6 @@ Version 0.1
Statistics
Copy and paste
Ascending/Descending order thanks to user preference
Import/Export module
Using tabulation to navigate throw interface (Search Panel)
Improve Scrolled Windows
@@ -12,6 +11,8 @@ Windows version
Better build system for wxFreeChart (hacked by me)
Others translation
Remove program version from translation
Handle bad SQL return
Category color/font
===============================================================
Next version
@@ -22,3 +23,4 @@ Auto completion (already up into wxwidgets 2.9)
Undo/redo
Database auto saving at startup
Documentation
Use caches for created panels (avoid destroying/creating panels for nothing)