Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-10 | Changes after discussion about review on IRC.configfile_refactor | André Nusser | |
2020-04-10 | Fix some of the issues raised in the review. | André Nusser | |
2020-04-09 | Review comments. | Bent Bisballe Nyeng | |
2020-04-08 | Refactoring configfile. | André Nusser | |
The most important changes are: * general cleaning up * changing to platform independent newline in reading and writing * changing the Windows config directory to DrumGizmo (instead of .drumgizmo) And also, regarding the old code: C called, they wanted all their file operations back. ;-p | |||
2016-03-31 | Made API of class ConfigFile more consistent | Christian Glöckner | |
2016-03-22 | Change license to LGPLv3. | André Nusser | |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser | |
2015-05-22 | Add error handling in ConfigFile parser. | Bent Bisballe Nyeng | |
2015-05-21 | New configfile parser with unit test. | Bent Bisballe Nyeng | |
2015-05-15 | New ConfigFile class for generic config file reading/writing in homedir ↵ | Bent Bisballe Nyeng | |
.drumgizmo folder. Use said new class for PluginConfig class. |