Module: nagvis Branch: master Commit: e760e61cc73a6404374738ad9f9ccdfe3844fb5e URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=e760e61cc73a6404374738ad9f9ccdfe3844fb5e
Author: LaMi <[email protected]> Date: Wed Mar 17 00:24:42 2010 +0100 #160 Added automap to classic map export mode. The map objects and background image are being exported to a new classic map configuration file; This can be accessed through a new option in the "options" menu on automap view --- .../nagvis-js/classes/NagVisHeaderMenu.php | 1 + share/server/core/classes/CoreModAutoMap.php | 46 ++++++++++++--- share/server/core/classes/CoreRequestHandler.php | 8 +++ share/server/core/classes/CoreUriHandler.php | 2 +- share/server/core/classes/GlobalMapCfg.php | 4 +- share/server/core/classes/NagVisAutoMap.php | 60 ++++++++++++++++++- share/server/core/classes/NagVisAutomapCfg.php | 9 +++- .../server/core/classes/NagVisViewAutomapToMap.php | 62 ++++++++++++++++++++ share/server/core/classes/objects/NagVisObject.php | 54 +++++++++++++++--- .../core/classes/objects/NagVisStatefulObject.php | 2 +- .../core/classes/objects/NagVisStatelessObject.php | 2 +- share/server/core/classes/objects/NagiosHost.php | 3 +- .../userfiles/templates/default.automapToMap.html | 10 +++ share/userfiles/templates/default.header.html | 7 ++- 14 files changed, 242 insertions(+), 28 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=e760e61cc73a6404374738ad9f9ccdfe3844fb5e ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
