Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Only use tabs for intendention | Jan Dalheimer | 2014-04-09 | -11/+11 |
| | ||||
* | Merge remote-tracking branch 'origin/develop' into feature_cmake_style | Jan Dalheimer | 2014-04-07 | -8/+2 |
|\ | | | | | | | | | Conflicts: CMakeLists.txt | |||
| * | .cmake files to reduce "code" duplicate | Jan Dalheimer | 2014-04-06 | -8/+2 |
| | | ||||
* | | Use the same style of CMake files everywhere | Jan Dalheimer | 2014-04-06 | -14/+14 |
|/ | ||||
* | Fix issues with badly encoded escape sequences in config files. | Petr Mrázek | 2014-03-29 | -10/+42 |
| | ||||
* | Also reload the instance cfg | Jan Dalheimer | 2014-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ázek | 2014-01-01 | -25/+8 |
| | | | | Was causing build problems on OSX. | |||
* | Allow the use of synonyms in settings. Refactor settings. | Petr Mrázek | 2014-01-01 | -548/+150 |
| | | | | Remove a bunch of obsolete/unused code. | |||
* | Unit testing | Jan Dalheimer | 2013-12-02 | -0/+8 |
| | ||||
* | Fix (hopefully) library dependency resolution. | Petr Mrázek | 2013-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ázek | 2013-11-04 | -189/+189 |
| | ||||
* | Move a good chunk of the singleton objects into a new QApplication subclass. | Petr Mrázek | 2013-09-07 | -11/+1 |
| | ||||
* | Read mod files to get versions... and stuff. | Petr Mrázek | 2013-08-27 | -4/+11 |
| | ||||
* | OS compatibility and generic cleanup. | Petr Mrázek | 2013-08-26 | -7/+13 |
| | | | | | Removed bspatch/patchlib Now builds and runs on Windows | |||
* | Many improvements | Petr Mrázek | 2013-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ázek | 2013-08-17 | -0/+1291 |
Also, implemented some basic modlist logic, to be wired up. |