Create Options object only when necessary (to save memory)

This commit is contained in:
Christophe Dumez 2007-03-10 18:14:53 +00:00
commit 6d65ef067d
7 changed files with 78 additions and 48 deletions

View file

@ -21,6 +21,7 @@
- BUGFIX: Fixed directory scanning (stop trying to download the same files several times)
- BUGFIX: Fixed bad loading of scan dir in option (widgets still disabled)
- BUGFIX: Threads are now stopped cleanly before their destruction
- BUGFIX: Create Options object only when necessary (to save memory)
- I18N: Better internationalization thanks to dynamic text support
- COSMETIC: Replaced OSD messages by Qt4.2 systray messages