InfoBoxes: Implement a new method to access InfoBox values and settings
commit3dd37438325fe128e4fc6bfc0a25ca5f471280a6
authorTobias Lohner <tobias@lohner-net.de>
Mon, 21 Feb 2011 21:46:05 +0000 (21 22:46 +0100)
committerTobias Lohner <tobias@lohner-net.de>
Mon, 21 Feb 2011 21:46:05 +0000 (21 22:46 +0100)
tree5f1789277f14f5acf399939c3675e30d2ff247e4
parentf8778ae273cc1513b574742bd518d13de84b6429
InfoBoxes: Implement a new method to access InfoBox values and settings

This adds an dialog which can be filled by the InfoBoxes with
individual configuration menus.
20 files changed:
Data/Dialogs/Infobox/pnlInfoBoxMacCreadyEdit.xml [new file with mode: 0644]
Data/Dialogs/Infobox/pnlInfoBoxMacCreadyEdit_L.xml [new file with mode: 0644]
Data/Dialogs/Infobox/pnlInfoBoxMacCreadySetup.xml [new file with mode: 0644]
Data/Dialogs/Infobox/pnlInfoBoxMacCreadySetup_L.xml [new file with mode: 0644]
Data/Dialogs/dlgInfoBoxAccess.xml [new file with mode: 0644]
Data/Dialogs/dlgInfoBoxAccess_L.xml [new file with mode: 0644]
Data/Dialogs/pnlInfoBoxAccessClose.xml [new file with mode: 0644]
Data/Dialogs/pnlInfoBoxAccessClose_L.xml [new file with mode: 0644]
Data/XCSoar.rc
Makefile
src/Dialogs/Dialogs.h
src/Dialogs/dlgInfoBoxAccess.cpp [new file with mode: 0644]
src/Dialogs/dlgInfoBoxAccess.hpp [new file with mode: 0644]
src/InfoBoxes/Content/Base.hpp
src/InfoBoxes/Content/Thermal.cpp
src/InfoBoxes/Content/Thermal.hpp
src/InfoBoxes/InfoBoxManager.cpp
src/InfoBoxes/InfoBoxManager.hpp
src/InfoBoxes/InfoBoxWindow.cpp
src/InfoBoxes/InfoBoxWindow.hpp