Moved
I'm using github's issue tracker now.
Please go to http://github.com/Tobbe/losi/issues for the latest status on these and newer bugs.
Not all of these bugs have been moved over to the github tracker yet.
Known bugs and stuff I have to do
Todo for future releases
- Maybe $texteditor$ should be used when associating files. It needs some investigation to make sure it works in all possible cases and that there aren't any weird side effects. Fall back on the program that is registered to handle .txt files if $texteditor$ doesn't point to a valid .exe
- Investigate how well LOSI works on win9x. Is a special "9x theme" needed?
- Do something regarding the need to !recycle after updating evars. At the very least, tell the user it needs to be done. Maybe automaticly running !reload.
- Make sure there are no other instances of the installer running. http://nsis.sourceforge.net/Allow_only_one_installer_instance
- New page with settings for which files to keep when overwriting an old install. Also option to backup old personal files (this is just a messagebox right now). The default should be to back up all files and to not keep any old files.
- When backing up old files, move all the old files to the backup directory, and then install the new files. So if the user had created any files in the personal\ folder himself, these should be backed up and they should not exist in the new personal\ folder. (I.e. move the files instead of copying them.) [fractal.design]
- Append date/time to the backup folder when backing up old personal files during the install. [fractal.design]
- Include GS in the standard install and make use of it in InstDef
- GUI for editing hotkeys.
- GUI for editing popup menu.
- Some kind of LS control panel that groups all the utils.
- Add support for custom shells in SetShell.
- Add the ability to install fonts and wallpapers (user should be able to turn this feature off) (theme.ini).
- Update InstDef to latest clickonic version. Make some pretty gradients using xPaintClass. Add some kind of time display.
Low priority
- Support for silent install. This will have to wait untill I feel LOSI is more or less done.
- A "portable" install option for installing to USB sticks and the like. This will also have to wait.
- Add a theme packager.
- Make it possible to choose the default theme that the ThemeSwitcher returns to.
Meaning of the colors: This is a normal bug, This is a severe bug, This is something I'm thinking about adding