summaryrefslogtreecommitdiffstats
path: root/depends/settings/src
Commit message (Collapse)AuthorAgeLines
* Allow the use of synonyms in settings. Refactor settings.Petr Mrázek2014-01-01-646/+0
| | | | Remove a bunch of obsolete/unused code.
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-0/+5
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-83/+74
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-2/+0
|
* Read mod files to get versions... and stuff.Petr Mrázek2013-08-27-3/+9
|
* Many improvementsPetr Mrázek2013-08-25-7/+23
| | | | | | | | | | | 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.
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+630
Also, implemented some basic modlist logic, to be wired up.