Module: nagvis Branch: master Commit: 4b524500b66fcaf0de59c6f50ddc634cff635d7b URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=4b524500b66fcaf0de59c6f50ddc634cff635d7b
Author: Andriy Skuratov <[email protected]> Date: Tue Aug 11 15:23:32 2009 +0300 Realized lazy, on demand loading of nagios objects --- uifx/src/modules/gmap/GMapModule.mxml | 1 + uifx/src/modules/gmap/data/HostGroupsData.as | 12 ++ uifx/src/modules/gmap/data/HostsData.as | 13 ++ uifx/src/modules/gmap/data/ServiceGroupsData.as | 13 ++ uifx/src/modules/gmap/data/ServicesData.as | 13 ++ uifx/src/modules/gmap/events/NagiosObjectEvent.as | 36 +++++ uifx/src/modules/gmap/mate/NagiosEM.mxml | 81 +++++++++++ uifx/src/modules/gmap/mate/PreinitEM.mxml | 13 ++- uifx/src/modules/gmap/mate/UIInitEM.mxml | 8 + uifx/src/modules/gmap/view/DialogLocation.mxml | 155 +++++++++++---------- uifx/src/modules/gmap/view/DialogSearch.mxml | 4 - 11 files changed, 267 insertions(+), 82 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=4b524500b66fcaf0de59c6f50ddc634cff635d7b ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
