aboutsummaryrefslogtreecommitdiff
path: root/depends/settings
AgeCommit message (Collapse)Author
2014-04-06.cmake files to reduce "code" duplicateJan Dalheimer
2014-03-29Fix issues with badly encoded escape sequences in config files.Petr Mrázek
2014-03-09Also reload the instance cfgJan Dalheimer
While this should work, there don't seem to be any places where the signals are listened for, so changes probably will only be available when calling Setting::get TODO: Fix that ^
2014-01-01Remove offending Settings constructor.Petr Mrázek
Was causing build problems on OSX.
2014-01-01Allow the use of synonyms in settings. Refactor settings.Petr Mrázek
Remove a bunch of obsolete/unused code.
2013-12-02Unit testingJan Dalheimer
2013-12-01Fix (hopefully) library dependency resolution.Petr Mrázek
Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-08-27Read mod files to get versions... and stuff.Petr Mrázek
2013-08-26OS compatibility and generic cleanup.Petr Mrázek
Removed bspatch/patchlib Now builds and runs on Windows
2013-08-25Many improvementsPetr Mrázek
PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.