Added a configuration system for the monitor.
commit5fdfe023c698c6649ec1ac287f1b9d517ccb51dc
authorstrange <kawk256@gmail.com>
Tue, 16 Feb 2010 19:24:09 +0000 (16 12:24 -0700)
committerstrange <kawk256@gmail.com>
Tue, 16 Feb 2010 19:24:09 +0000 (16 12:24 -0700)
tree06a11d3acebd3b6f9f1848b3cac278bd4429c2c3
parentab9c601e9621517d06cd203972aa94524ba6d6c8
Added a configuration system for the monitor.

The monitor now parses /etc/aesalon.conf (system-wide configuration) and
~/.config/aesalon/aesalon.conf (user configuration) for information. The
entries are of the form 'variable=value', where variable is the same as an
argument that is passed to the monitor.

Just makes things a little easier . . .
build.config
gui/src/session/ActiveBlocksEngine.h
monitor/src/CMakeLists.txt
monitor/src/Initializer.cpp
monitor/src/Initializer.h
monitor/src/misc/ConfigParser.cpp [new file with mode: 0644]
monitor/src/misc/ConfigParser.h [new file with mode: 0644]