summaryrefslogtreecommitdiffstats
path: root/depends/settings
Commit message (Collapse)AuthorAgeLines
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-959/+0
|
* Only use tabs for intendentionJan Dalheimer2014-04-09-11/+11
|
* Merge remote-tracking branch 'origin/develop' into feature_cmake_styleJan Dalheimer2014-04-07-8/+2
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * .cmake files to reduce "code" duplicateJan Dalheimer2014-04-06-8/+2
| |
* | Use the same style of CMake files everywhereJan Dalheimer2014-04-06-14/+14
|/
* Fix issues with badly encoded escape sequences in config files.Petr Mrázek2014-03-29-10/+42
|
* Also reload the instance cfgJan Dalheimer2014-03-09-0/+22
| | | | | 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 ^
* Remove offending Settings constructor.Petr Mrázek2014-01-01-25/+8
| | | | Was causing build problems on OSX.
* Allow the use of synonyms in settings. Refactor settings.Petr Mrázek2014-01-01-548/+150
| | | | Remove a bunch of obsolete/unused code.
* Unit testingJan Dalheimer2013-12-02-0/+8
|
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-0/+10
| | | | | | 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-189/+189
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-11/+1
|
* Read mod files to get versions... and stuff.Petr Mrázek2013-08-27-4/+11
|
* OS compatibility and generic cleanup.Petr Mrázek2013-08-26-7/+13
| | | | | Removed bspatch/patchlib Now builds and runs on Windows
* Many improvementsPetr Mrázek2013-08-25-14/+28
| | | | | | | | | | | 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/+1291
Also, implemented some basic modlist logic, to be wired up.