Module: nagvis
Branch: master
Commit: b4594273c253eba6078e0bda346c7bf13dcbb8b0
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=b4594273c253eba6078e0bda346c7bf13dcbb8b0

Author: Andriy Skuratov <[email protected]>
Date:   Mon Aug  3 16:16:55 2009 +0300

Extracted views into separate folder

---

 uifx/src/modules/gmap/Bookmark.mxml                |   50 --------------------
 uifx/src/modules/gmap/{ => view}/Dialog.as         |    0
 uifx/src/modules/gmap/{ => view}/DialogLink.mxml   |    0
 .../modules/gmap/{ => view}/DialogLocation.mxml    |    0
 uifx/src/modules/gmap/{ => view}/DialogSearch.mxml |    0
 .../modules/gmap/{ => view}/DialogSettings.mxml    |    0
 .../modules/gmap/{ => view}/DialogViewpoint.mxml   |    0
 7 files changed, 0 insertions(+), 50 deletions(-)

diff --git a/uifx/src/modules/gmap/Bookmark.mxml 
b/uifx/src/modules/gmap/Bookmark.mxml
deleted file mode 100644
index 02f4285..0000000
--- a/uifx/src/modules/gmap/Bookmark.mxml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2009 NagVis Project
- 
- License:
- 
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
- 
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- 
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
--->
-<ResizingBox xmlns="lib.ui.*" xmlns:mx="http://www.adobe.com/2006/mxml";
-       click="activate()"
-       expanded="onExpanded()"
->
-       <mx:Script>
-               <![CDATA[
-                       [Bindable]
-                       public var image : Class;
-
-                       [Bindable]
-                       public var dialog : Dialog;
-
-                       public function activate() : void
-                       {
-                               if(dialog)
-                                       this.aniheight = dialog.height;
-                       }
-
-                       private function onExpanded() : void
-                       {
-                               if(dialog)
-                                       dialog.visible = true;
-                       }
-               ]]>
-       </mx:Script>
-       <mx:Image
-               source="{image}"
-               top="5" left="5" width="30" height="30"
-               scaleContent="true"
-        />
-</ResizingBox>
diff --git a/uifx/src/modules/gmap/Dialog.as 
b/uifx/src/modules/gmap/view/Dialog.as
similarity index 100%
rename from uifx/src/modules/gmap/Dialog.as
rename to uifx/src/modules/gmap/view/Dialog.as
diff --git a/uifx/src/modules/gmap/DialogLink.mxml 
b/uifx/src/modules/gmap/view/DialogLink.mxml
similarity index 100%
rename from uifx/src/modules/gmap/DialogLink.mxml
rename to uifx/src/modules/gmap/view/DialogLink.mxml
diff --git a/uifx/src/modules/gmap/DialogLocation.mxml 
b/uifx/src/modules/gmap/view/DialogLocation.mxml
similarity index 100%
rename from uifx/src/modules/gmap/DialogLocation.mxml
rename to uifx/src/modules/gmap/view/DialogLocation.mxml
diff --git a/uifx/src/modules/gmap/DialogSearch.mxml 
b/uifx/src/modules/gmap/view/DialogSearch.mxml
similarity index 100%
rename from uifx/src/modules/gmap/DialogSearch.mxml
rename to uifx/src/modules/gmap/view/DialogSearch.mxml
diff --git a/uifx/src/modules/gmap/DialogSettings.mxml 
b/uifx/src/modules/gmap/view/DialogSettings.mxml
similarity index 100%
rename from uifx/src/modules/gmap/DialogSettings.mxml
rename to uifx/src/modules/gmap/view/DialogSettings.mxml
diff --git a/uifx/src/modules/gmap/DialogViewpoint.mxml 
b/uifx/src/modules/gmap/view/DialogViewpoint.mxml
similarity index 100%
rename from uifx/src/modules/gmap/DialogViewpoint.mxml
rename to uifx/src/modules/gmap/view/DialogViewpoint.mxml


------------------------------------------------------------------------------
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

Reply via email to