###############################################################################
#
# 2009-12-14 InfiView 2.0
# Changelog since 1.5b
#
###############################################################################
----------------------------------------------------------------------------
r1881
M /trunk/test/layout/HierarchicalLayoutDemo.xml
Modified HierarchicalLayout test to build more real-life graphs
----------------------------------------------------------------------------
r1880
M /trunk/applauncher/AppLauncher.xml
M /trunk/applauncher/file.png
M /trunk/applauncher/index.html
Remove execute permission on files.
----------------------------------------------------------------------------
r1879
A /trunk/applauncher/applist.xml
A /trunk/applauncher/AppLauncher.xml
A /trunk/applauncher/_launcher.html
A /trunk/applauncher
A /trunk/applauncher/file.png
A /trunk/applauncher/index.html
Added applauncher sample copied (and adapted) from Bindows. (#1670)
----------------------------------------------------------------------------
r1878
M /trunk/html/js/infiview/component/ImageBasedNode.js
M /trunk/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/GoogleMapsNodeRepAdapter.js
Zoom decendants before zooming the parent. And zoom the ImageBasedNode before updating the image. So that the label size is known when sizing the image. (#1752)
----------------------------------------------------------------------------
r1877
M /trunk/test/MovingEdgeTest.xml
removing slider specific to IE and unused code.(#1741) also improved visual details
----------------------------------------------------------------------------
r1876
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
Remove unused method.
----------------------------------------------------------------------------
r1875
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
Cache the scale ratio to simplify calculations.
----------------------------------------------------------------------------
r1874
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
Simplify content pane width calculation.
----------------------------------------------------------------------------
r1873
M /trunk/test/NetworkTopologyTest.xml
Corrected if statement so that edge-labels cannot be selected. (#1692)
----------------------------------------------------------------------------
r1872
M /trunk/test/NetworkTopologyTest.xml
M /trunk/test/GroupTest.xml
M /trunk/test/FlowChartTest.xml
M /trunk/test/MovingEdgeTest.xml
M /trunk/test/GettingStarted.xml
M /trunk/test/LayerTest.xml
M /trunk/test/NetworkTopologyMapTest.xml
M /trunk/test/EdgesTest.xml
M /trunk/test/PolygonEdgeTest.xml
Removed ../test/ from URIs
----------------------------------------------------------------------------
r1871
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Tune-up of HierarchicalLayout
----------------------------------------------------------------------------
r1870
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Tune-up of HierarchicalLayout
----------------------------------------------------------------------------
r1869
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Ensure that _viewportLeft and _viewportTop are initialized properly
before updateCursor() is called. Fixes #1710.
----------------------------------------------------------------------------
r1868
M /trunk/Wizard/Wizard.js
Disposing the line after removing the obsolete edge (after editing any property) throws a null-pointer error. This caused the new edge to not be drawn. (#1754)
----------------------------------------------------------------------------
r1867
M /trunk/html/js/infiview/selection/AbstractSelection.js
M /trunk/test/GroupTest.xml
Making sure members nodes are drawn on top of the group node. (#1751)
----------------------------------------------------------------------------
r1866
M /trunk/test/layout/HierarchicalLayoutDemo.xml
Use a randomized DAG for the demo.
----------------------------------------------------------------------------
r1865
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Correct handling of adjacency lists of dummy nodes. We use an
auxiliary graph object to add the dummy nodes, which simplifies their
removal. Only use Array.prototype.forEach where we are guaranteed to
have an array.
----------------------------------------------------------------------------
r1864
M /trunk/test/GroupTest.xml
Adding a counter to the group title.
----------------------------------------------------------------------------
r1863
M /trunk/test/GroupTest.xml
Corrected displayed title in the text field when group is collapsed
----------------------------------------------------------------------------
r1862
M /trunk/test/GroupTest.xml
Added a title to the group nodes. Plus the ability for the user to change it. Also added the number of members to the title when the group is collapsed. (#1685)
----------------------------------------------------------------------------
r1861
M /trunk/test/layout/HierarchicalLayoutDemo.xml
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Corrected a variable name, plus some minor errors.
----------------------------------------------------------------------------
r1860
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
minor fixes to HierarchicalLayout
----------------------------------------------------------------------------
r1859
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Fix missing semicolons.
----------------------------------------------------------------------------
r1858
M /trunk/test/ZoomGroupTester.html
M /trunk/Wizard/StartWizard.html
M /trunk/test/GroupTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/ComponentTester.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/SiteMap/preview.html
M /trunk/test/FlightBrowserTester.html
M /trunk/SiteMap/StartSiteMapEditor.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/test/EdgesTester.html
M /trunk/release_notes.html
M /trunk/map/MapTester.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/layout/BalloonTreeTester.html
M /trunk/docs/Documents/InfiView - Google Maps.doc
M /trunk/test/EdgeDemoTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/GettingStarted.html
M /trunk/Wizard/preview.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/PrintTest.html
M /trunk/SiteMap/StartWizard.html
M /trunk/test/layout/HierarchicalLayoutDemo.html
M /trunk/html/js/application.js
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/CiscoSample/CiscoSampleTest_new.html
M /trunk/CiscoSample/CiscoSampleTest.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/LayerTester.html
Reapplying the dynamic loading of style sheets. This should not
regress on #1662 now that we call application.start() from the "load"
handler.
----------------------------------------------------------------------------
r1857
M /trunk/test/layout/HierarchicalLayoutDemo.xml
Simplify the demo, remove features the clutter the view, and change the node appearance.
----------------------------------------------------------------------------
r1856
M /trunk/test/layout/HierarchicalLayoutDemo.html
M /trunk/test/layout/HierarchicalLayoutDemo.xml
Examples for hierarchical layout
----------------------------------------------------------------------------
r1855
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Hierarchical layout latest version
----------------------------------------------------------------------------
r1854
M /trunk/html/js/infiview/main/InfiView.js
M /trunk/html/js/infiview/viewport/AbstractViewport.js
Corrected jsdoc
----------------------------------------------------------------------------
r1853
M /trunk/html/js/infiview/selection/AbstractSelection.js
Fixed #1737 (unwanted mouseout events while selecting node)
----------------------------------------------------------------------------
r1852
M /trunk/map/MapTest.xml
fixed blank viewport
----------------------------------------------------------------------------
r1851
M /trunk/map/MapTester.html
Make launcher conform to current format.
----------------------------------------------------------------------------
r1850
M /trunk/ivysettings.xml
Move Ivy repo to labs.bindows.net.
----------------------------------------------------------------------------
r1849
M /trunk/map/MapTest.xml
Fixed #1735
----------------------------------------------------------------------------
r1848
M /trunk/map/MapTest.xml
Fixed #1735
----------------------------------------------------------------------------
r1847
M /trunk/html/js/infiview/layout/WedgeTreeLayout.js
Make private helper class static to avoid JsDoc confusion.
----------------------------------------------------------------------------
r1846
M /trunk/html/js/bindows_patches.js
Added more try-catch around selectSingleNode(_getNsAgnosticpath())
----------------------------------------------------------------------------
r1845
M /trunk/html/js/infiview/viewport/InteractiveGraphViewport.js
M /trunk/html/js/infiview/selection/Selection.js
Marked several params as optional in the doc.
----------------------------------------------------------------------------
r1844
M /trunk/html/js/infiview/node/GoogleMapsNode.js
Grammar in doc
----------------------------------------------------------------------------
r1843
M /trunk/build.gradle
D /trunk/webapp/web.xml
D /trunk/webapp/web-funcnames.xml
Simplify Jetty config.
----------------------------------------------------------------------------
r1842
M /trunk/html/js/bindows_patches2.js
Applying Bindows r9645 "Dispatch events in the correct order". This fixes a layout issue in Wizard sample. (#1711)
----------------------------------------------------------------------------
r1841
M /trunk/html/js/infiview/selection/AbstractSelection.js
Spelling error in doc
----------------------------------------------------------------------------
r1840
M /trunk/html/js/infiview/viewport/InteractiveGraphViewport.js
Correted spelling in comment
----------------------------------------------------------------------------
r1839
M /trunk/html/js/bindows_patches.js
Added try-catch as Bindows 4.0 retail doesn't know when we use MSXML3 (Native XHR) and always uses "*[name()='tagname']" for namespace agnostic lookups (unsupported in MSXML3).
----------------------------------------------------------------------------
r1838
M /trunk/html/js/infiview/edge/VmlDrawLine.js
M /trunk/html/js/infiview/edge/BezierEdgePath.js
Fixed fancy "bezier" paths in VML. (#1652)
----------------------------------------------------------------------------
r1837
M /trunk/html/js/infiview/api/Tools.js
Fixed bug where multiple perspectives set on a tool (perspective1|perspective2) would not work.
----------------------------------------------------------------------------
r1836
M /trunk/settings.gradle
Update for Gradle 0.8.
----------------------------------------------------------------------------
r1835
M /trunk/build.gradle
Update Ivy repository configuration for new location.
----------------------------------------------------------------------------
r1834
M /trunk/Wizard/Wizard.js
Increased size of ImageBasedNodes according to changes in layout algorithm
----------------------------------------------------------------------------
r1833
M /trunk/html/js/infiview/component/ImageBasedNode.js
Improved layout of child image.
----------------------------------------------------------------------------
r1832
M /trunk/html/js/infiview/component/ImageBasedNode.js
Listen to load instead of create. The image's size is not known when the element is added.
----------------------------------------------------------------------------
r1831
M /trunk/test/ZoomGroupTester.html
M /trunk/Wizard/StartWizard.html
M /trunk/test/EdgeDemoTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/GettingStarted.html
M /trunk/Wizard/preview.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/PrintTest.html
M /trunk/test/GroupTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/ComponentTester.html
M /trunk/test/layout/HierarchicalLayoutDemo.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/test/FlightBrowserTester.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/LayerTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/layout/BalloonTreeTester.html
Do not use illegal self-closing body tag.
----------------------------------------------------------------------------
r1830
M /trunk/html/js/bindows_patches.js
Simplified patch.
----------------------------------------------------------------------------
r1829
M /trunk/html/js/bindows_patches.js
Added patch for Bindows 4.0 splashscreen bug.
----------------------------------------------------------------------------
r1828
M /trunk/html/js/infiview/vg/VGSymbol.js
Fixed text-color for SVG (RT63879) and added textColor property. (The field _textColor was referenced earlier - for VML - but the property was not defined.)
----------------------------------------------------------------------------
r1827
M /trunk/map/MapTest.xml
Corrected namespace
----------------------------------------------------------------------------
r1826
M /trunk/test/MovingEdgeTest.xml
M /trunk/test/EdgesTest.xml
M /trunk/test/PolygonEdgeTest.xml
Remove dummy "Wizard generated" titles and code comments.
----------------------------------------------------------------------------
r1824
M /trunk/release_notes.html
Do not change the font, the defaults are probably a good choice, and 75% may be too small.
----------------------------------------------------------------------------
r1823
M /trunk/release_notes.html
Update for the new launcher format.
----------------------------------------------------------------------------
r1822
D /trunk/test/layout/HierarchicalLayoutDemo2.xml
D /trunk/test/layout/HierarchicalLayoutDemo2.html
Remove extra samples to avoid proliferation of samples.
----------------------------------------------------------------------------
r1821
M /trunk/test/ZoomGroupTester.html
M /trunk/Wizard/StartWizard.html
M /trunk/test/EdgeDemoTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/GettingStarted.html
M /trunk/Wizard/preview.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/PrintTest.html
M /trunk/test/GroupTester.html
M /trunk/test/layout/HierarchicalLayoutDemo2.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/ComponentTester.html
M /trunk/test/layout/HierarchicalLayoutDemo.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/test/FlightBrowserTester.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/LayerTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/layout/BalloonTreeTester.html
Call application.start() from "load" event on document.body. Fixes #1709.
----------------------------------------------------------------------------
r1820
A /trunk/test/layout/HierarchicalLayoutDemo2.xml
A /trunk/test/layout/HierarchicalLayoutDemo2.html
Added tests
----------------------------------------------------------------------------
r1819
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Added cross minimization
----------------------------------------------------------------------------
r1818
M /trunk/build.gradle
Use Jetty's SelectChannelConnector to work around JETTY-1003.
----------------------------------------------------------------------------
r1817
M /trunk/build.xml
Change "unpack" target to strip version number from top-level directory, so that web links in Hudson do not depend on the version.
----------------------------------------------------------------------------
r1816
M /trunk/ivy.xml
M /trunk/build.xml
Build "free" package (retail license without sources).
----------------------------------------------------------------------------
r1815
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Remove accidental console.log calls.
----------------------------------------------------------------------------
r1814
D /trunk/lib
Remove empty directory.
----------------------------------------------------------------------------
r1813
D /trunk/lib/groovy-all-1.5.6.jar
M /trunk/ivy.xml
M /trunk/build.xml
D /trunk/lib/packager.jar
Fetch remaining dependencies with Ivy.
----------------------------------------------------------------------------
r1812
M /trunk/test/layout/WedgeTreeDemo.xml
Set initial zoom and position so that the whole layout is shown.
----------------------------------------------------------------------------
r1811
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
Remove loops in control flow logic. The navigator would sometimes
respond to viewport changes by updating itself, and then trying to
update the viewport again to reflect those changes, but in a
timer. This broke simple applications only by the presence of a
navigator.
----------------------------------------------------------------------------
r1810
M /trunk/html/js/infiview/main/InfiView.js
Correct JsDoc.
----------------------------------------------------------------------------
r1809
M /trunk/html/js/infiview/viewport/AbstractViewport.js
Remove unused variable.
----------------------------------------------------------------------------
r1808
D /trunk/lib/jsdoc.jar
D /trunk/lib/jdom.jar
Remove library dependencies now fetched with Ivy.
----------------------------------------------------------------------------
r1807
M /trunk/ivy.xml
M /trunk/build.xml
Fetch jsdoc.jar from Ivy repository.
----------------------------------------------------------------------------
r1806
M /trunk/html/js/infiview/layout/HierarchicalLayout.js
Remove _c class shortcut, which confuses JsDoc.
----------------------------------------------------------------------------
r1805
M /trunk/html/packages.xml
A /trunk/test/layout/HierarchicalLayoutDemo.html
A /trunk/test/layout/HierarchicalLayoutDemo.xml
A /trunk/html/js/infiview/layout/unittest/HierarchicalLayoutTests.js
A /trunk/html/js/infiview/layout/HierarchicalLayout.js
A /trunk/html/js/infiview/layout/unittest/HierarchicalLayoutTest.html
Initial attempt at a hierarchical layout.
----------------------------------------------------------------------------
r1804
M /trunk/Wizard/Wizard.xml
Remove old splash screen from wizard.
----------------------------------------------------------------------------
r1803
M /trunk/test/MovingEdgeTest.xml
Removed annoying feedback window (#1688)
----------------------------------------------------------------------------
r1802
M /trunk/test/GroupTest.xml
Rephrased a comment
----------------------------------------------------------------------------
r1801
M /trunk/html/js/infiview/model/InfiViewViewportModel.js
Fixed issue when deleting a node that is a member of a group. (#1682)
----------------------------------------------------------------------------
r1800
M /trunk/test/LayerTest.xml
Changed caption to match test name. Also changed tool tips for edge-mode radio-buttons to be clearer.
----------------------------------------------------------------------------
r1798
M /trunk/html/js/bindows_patches.js
Revert r1790: "Reusing the existing resource parser instead of
creating a new one for each parsed object." Fixes bug #1686.
----------------------------------------------------------------------------
r1797
M /trunk/test/NetworkTopologyMapTest.xml
Remove the tool tips with gauges. They were causing trouble and are not essential to the sample.
----------------------------------------------------------------------------
r1796
M /trunk/test/NetworkTopologyMapTest.xml
Preload node images, since they sometimes do not show up on first load.
----------------------------------------------------------------------------
r1795
M /trunk/test/NetworkTopologyMapTest.xml
Adjust font specification.
----------------------------------------------------------------------------
r1794
M /trunk/build.xml
Add targets to unpack distribution after build.
----------------------------------------------------------------------------
r1793
M /trunk/build.xml
Add a top-level directory to zip files.
----------------------------------------------------------------------------
r1792
M /trunk/html/js/infiview/edge/VmlDrawLine.js
Revert r1643: "Fixed namespace problem in IE. Bug #1609." and r1649:
"bug #1610 - FlowChartTest does not start in IE7 or IE8".
This seems to break VML completely in IE8 under some circumstances so
that VML elements are not rendered. This happens mostly when loading
from local file system in the packaged version, but problems were also
seen in virtual machines with NetworkTopologyMapTest and
FlightBrowserTest loaded from web server.
The assumption is that the third parameter to
document.namespaces.add() is not needed in EmulateIE7 mode.
----------------------------------------------------------------------------
r1791
M /trunk/test/MovingEdgeTest.xml
Terminated statements
----------------------------------------------------------------------------
r1790
M /trunk/html/js/bindows_patches.js
Added patch to BiXmlResourceParser. Reusing the existing resource parser instead of creating a new one for each parsed object.
Creating a new resource parser loses the references to already parsed objects with ids. Therefore creating new instances of them for each reference. This is what caused the gauge inside a tooltip on NetworkTopologyMapTester not to animate. The wrong gauge was animated.
This will need review. It will affect a lot.
----------------------------------------------------------------------------
r1789
M /trunk/test/NetworkTopologyMapTest.xml
Add some functionality. Load a bunch of nodes from the airport data at
startup, and add a slider for changing opacity of the layers.
----------------------------------------------------------------------------
r1788
M /trunk/html/js/infiview/main/GraphML.js
Add missing parameter in function call. Fixes #1678.
----------------------------------------------------------------------------
r1786
M /trunk/html/js/infiview/node/GroupNode.js
Fix delete-during-iteration bug.
----------------------------------------------------------------------------
r1785
D /trunk/test/layout/BiconnectedComponentLayoutDemo.xml
D /trunk/test/layout/BiconnectedComponentLayoutDemo.html
Remove sample for unimplemented functionality.
----------------------------------------------------------------------------
r1784
M /trunk/build.xml
Adjust for versioned archive names.
----------------------------------------------------------------------------
r1783
M /trunk/build.xml
Include version number in archive name.
----------------------------------------------------------------------------
r1782
M /trunk/release_notes.html
Adjust documentation for changes in launchers.
----------------------------------------------------------------------------
r1781
M /trunk/release_notes.html
updating fopr release of beta
----------------------------------------------------------------------------
r1780
M /trunk/test/ZoomGroupTester.html
M /trunk/Wizard/StartWizard.html
M /trunk/test/EdgeDemoTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/GettingStarted.html
M /trunk/Wizard/preview.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/PrintTest.html
M /trunk/test/GroupTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/ComponentTester.html
M /trunk/SiteMap/StartWizard.html
M /trunk/html/js/application.js
M /trunk/test/ExternalResourcesTester.html
M /trunk/SiteMap/preview.html
M /trunk/test/FlightBrowserTester.html
M /trunk/SiteMap/StartSiteMapEditor.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/CiscoSample/CiscoSampleTest_new.html
M /trunk/CiscoSample/CiscoSampleTest.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/LayerTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/layout/BiconnectedComponentLayoutDemo.html
M /trunk/test/layout/BalloonTreeTester.html
Revert the change of loading style sheets dynamically. This can cause the style sheet to be applied too late for the splash screen. Fixes #1662.
----------------------------------------------------------------------------
r1779
M /trunk/release_notes.html
adjusting for release
----------------------------------------------------------------------------
r1778
M /trunk/changelog_20.txt
Removed uninteresting metadata.
----------------------------------------------------------------------------
r1777
M /trunk/changelog_20.txt
Added latest repository changes
----------------------------------------------------------------------------
r1776
M /trunk/build.xml
Clarified comments motivating why files are excluded from jsdoc.
------------------------------------------------------------------------
r1775
M /trunk/build.xml
Replaced accidentally removed dependency
------------------------------------------------------------------------
r1774
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
Added missing documentation (#1620)
------------------------------------------------------------------------
r1773
M /trunk/html/js/infiview/vg/VGComponent.js
Added @nodoc for newly created overrides
------------------------------------------------------------------------
r1772
M /trunk/build.xml
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
M /trunk/html/js/infiview/util/MoveEvent.js
M /trunk/html/js/infiview/util/ResizeEvent.js
Corrected properties assigned to the wrong class. Corrected one jsdoc comment that was not valid XML. Removed the fixed files from the jsdoc exclude list.
------------------------------------------------------------------------
r1771
M /trunk/html/js/infiview/edge/EdgeContainer.js
M /trunk/html/js/infiview/edge/EdgeManager.js
Displaying the label node immediately on attaching it. (#1661)
------------------------------------------------------------------------
r1770
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Changed sign; more readable
------------------------------------------------------------------------
r1769
M /trunk/html/js/infiview/selection/VGSelection.js
Corrected reference to current rotation angle. (#1667)
------------------------------------------------------------------------
r1768
M /trunk/html/js/infiview/edge/EdgeManager.js
Found a code comment that was untrue. Added TODO, so we can consider the side-effects and if the code after the comment should be changed.
------------------------------------------------------------------------
r1767
M /trunk/html/js/infiview/node/GroupNode.js
Fixed error where "synthetic" edges were not removed after collapsing groups in groups. (#1663)
------------------------------------------------------------------------
r1766
M /trunk/html/js/infiview/model/GraphViewportModel.js
Fixed error with hidden edges reappearing after zoom/pan.
------------------------------------------------------------------------
r1765
M /trunk/html/js/infiview/model/GraphViewportModel.js
Don't render the new edge unless both nodes are rendered or the edge will not be drawn between the proper end points. (#1664)
------------------------------------------------------------------------
r1764
M /trunk/html/js/infiview/viewport/GoogleMapsViewport.js
Add link in JsDoc.
------------------------------------------------------------------------
r1763
M /trunk/html/js/infiview/viewport/GoogleMapsViewport.js
M /trunk/release_notes.html
M /trunk/test/FlightBrowserTest.xml
M /trunk/test/FlightBrowserTester.html
M /trunk/test/NetworkTopologyMapTest.xml
M /trunk/test/NetworkTopologyMapTester.html
Clarify usage of Google Maps API. Fixes bug 1666.
------------------------------------------------------------------------
r1762
M /trunk/html/js/bindows_patches.js
Fixed #1659
------------------------------------------------------------------------
r1761
M /trunk/html/print.html
M /trunk/test/ComponentTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/test/FlightBrowserTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/GettingStarted.html
M /trunk/test/GroupTester.html
M /trunk/test/LayerTester.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/PrintTest.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/ZoomGroupTester.html
unifying meta tags
------------------------------------------------------------------------
r1760
M /trunk/html/js/infiview/vg/VGComponent.js
Fixed #1611
------------------------------------------------------------------------
r1759
M /trunk/html/js/infiview/node/ZoomGroupNode.js
Fixed bug where zoom group member edges are sometimes broken after changing zoom factor. (#1660)
------------------------------------------------------------------------
r1758
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/js/infiview/model/GraphViewportModel.js
M /trunk/html/js/infiview/node/AbstractGroupNode.js
M /trunk/html/js/infiview/node/GroupNode.js
M /trunk/html/js/infiview/node/ZoomGroupNode.js
Rework grouping again so that edges are properly shown and
hidden. Fixes bug 1657.
GroupNodes handle their edges by creating new edges to collapsed
groups as appropriate. For zoom groups, existing edges are just
rerouted by the edge manager when the edge is drawn. This
simplification is possible because zoom groups cannot be nested.
------------------------------------------------------------------------
r1757
M /trunk/html/js/infiview/model/AbstractViewportModel.js
M /trunk/html/js/infiview/model/ComponentViewportModel.js
M /trunk/html/js/infiview/model/GraphViewportModel.js
M /trunk/html/js/infiview/node/AbstractGroupNode.js
M /trunk/html/js/infiview/node/GraphNode.js
Remove _visited property which was not functional due to spelling mistake.
------------------------------------------------------------------------
r1756
M /trunk/html/js/infiview/edge/EdgeManager.js
Remove dead code.
------------------------------------------------------------------------
r1755
M /trunk/release_notes.html
Removed all commented out and strikethrough text. Also dealt with all but one TODO.
------------------------------------------------------------------------
r1754
M /trunk/build.xml
Added comment to why Bezier was excluded.
------------------------------------------------------------------------
r1753
M /trunk/html/infiview.css
"right:5px" does not work in IE
------------------------------------------------------------------------
r1752
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
Moved the sample href string into the jsdoc comment, and removed the TODO. (#1620)
------------------------------------------------------------------------
r1751
M /trunk/html/js/infiview/vg/VGSymbols.js
Slight code style improvement
------------------------------------------------------------------------
r1750
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
Using operator assignment
------------------------------------------------------------------------
r1749
M /trunk/html/js/infiview/model/GraphViewportModel.js
M /trunk/html/js/infiview/node/GroupNode.js
M /trunk/html/js/infiview/node/ZoomGroupNode.js
Fixed jsdoc (#1620)
------------------------------------------------------------------------
r1748
M /trunk/html/js/infiview/vg/VGSymbols.js
Fixed bug #1580
------------------------------------------------------------------------
r1747
M /trunk/html/js/infiview/model/ComponentViewportModel.js
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
Fixed jsdoc (#1620)
------------------------------------------------------------------------
r1746
M /trunk/build.xml
Excluding BeizerEdgePath from jsdoc. (#1620)
------------------------------------------------------------------------
r1745
M /trunk/html/js/infiview/viewport/GraphViewport.js
Reusing existing variable
------------------------------------------------------------------------
r1744
M /trunk/html/js/infiview/vg/VGSymbol.js
Removed parameter from getter. This was not used, but confused the jsdoc app. (#1620)
------------------------------------------------------------------------
r1743
A /trunk/changelog_20.txt
adding changelog for 2.0
------------------------------------------------------------------------
r1742
M /trunk/release_notes.html
Added comment about IE8. Plus lined-through issues I don't think are valid. (Motivation in red underneith.)
------------------------------------------------------------------------
r1741
M /trunk/release_notes.html
Edited the "bezier" section to match Yesterday's changes. Then commented it out as the "Bézier" curves taken from VisualEditor are not documented (excluded from jsdoc) and should probably be renamed anyway.
------------------------------------------------------------------------
r1740
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Preventing the viewport from being moved and confusing the user when zooming in. (#1656)
------------------------------------------------------------------------
r1739
M /trunk/html/js/infiview/edge/DrawGradientLine.js
SVG allows specifying the gradient vector in user (viewport)
coordinates. For a line, simply take the end points as the
vector. This removes the need for a rotation which was unreliable in
Chrome. Fixes bug 1635.
------------------------------------------------------------------------
r1738
A /trunk/html/js/infiview/edge/BezierEdgePath.js (från /trunk/html/js/infiview/edge/CurvedEdgePath.js:1735)
D /trunk/html/js/infiview/edge/CurvedEdgePath.js
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/packages.xml
Renamed "curve" path type to "bezier" and reverted the old curve path. Not sure about the name (isn't the old curve also a Bézier path?) but renamed CurvedEdgePath to BezierEdgePath for consistency.
Some redesign is desired. All the path types should probably be implemented as different classes (or perhaps methods) and the switch in EdgeManager should simply select the proper one.
------------------------------------------------------------------------
r1737
M /trunk/test/FlightBrowserTest.xml
Changed icon for flights toggle button
------------------------------------------------------------------------
r1736
M /trunk/test/EdgesTest.xml
Added semicolons
------------------------------------------------------------------------
r1735
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Using ML matrix for MC (#1655)
------------------------------------------------------------------------
r1734
M /trunk/test/FlightBrowserTester.html
M /trunk/test/NetworkTopologyMapTest.xml
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/NetworkTopologyTest.xml
D /trunk/test/maps.js
Fix Google Maps tests. The Maps API is now downloaded from Google with
a script tag in the HTML launcher, just as documented by Google.
Note that the samples will only work when running from a file URL or
from localhost, otherwise Google Maps requires an API key matching the
hosting domain.
Fixes bug 1602.
------------------------------------------------------------------------
r1733
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
Fixed bug introduced by r1715
------------------------------------------------------------------------
r1732
M /trunk/CiscoSample/CiscoSampleTest.html
M /trunk/CiscoSample/CiscoSampleTest_new.html
M /trunk/SiteMap/StartSiteMapEditor.html
M /trunk/SiteMap/StartWizard.html
M /trunk/SiteMap/preview.html
M /trunk/Wizard/StartWizard.html
M /trunk/Wizard/preview.html
M /trunk/html/js/infiview/layout/unittest/GraphTest.html
M /trunk/html/print.html
M /trunk/map/MapTester.html
M /trunk/test/ComponentTester.html
M /trunk/test/EdgeDemoTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/test/FlightBrowserTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/GettingStarted.html
M /trunk/test/GroupTester.html
M /trunk/test/LayerTester.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/PrintTest.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/ZoomGroupTester.html
M /trunk/test/layout/BalloonTreeTester.html
M /trunk/test/layout/BiconnectedComponentLayoutDemo.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/theatre/StartAdmin.html
M /trunk/theatre/StartBooker.html
Added IE8->IE7 compatibility meta tag. (#1653)
------------------------------------------------------------------------
r1731
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Using simple curves for IE. (#1652)
------------------------------------------------------------------------
r1730
M /trunk/html/js/infiview/model/ComponentViewportModel.js
Code reuse + consistent reference to the RTree in documents.
------------------------------------------------------------------------
r1729
M /trunk/html/js/infiview/main/InfiView.js
Updating size of symbol drag icon to that of the corresponding component in the symbol container. The default size was 0 for VML. (#1651)
------------------------------------------------------------------------
r1728
M /trunk/html/js/infiview/model/ZoomableViewportModel.js
Remove incorrect comment.
------------------------------------------------------------------------
r1727
M /trunk/html/js/infiview/model/ComponentViewportModel.js
Correct super call.
------------------------------------------------------------------------
r1726
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/js/infiview/model/GraphViewportModel.js
M /trunk/html/js/infiview/node/AbstractGroupNode.js
M /trunk/html/js/infiview/node/GroupNode.js
M /trunk/html/js/infiview/node/ZoomGroupNode.js
Move handling of expand/collapse to GroupNode since expanded state is
specific to it. Fixes bug 1647.
Group nodes are different from zoom groups in that they can be visible
together with their children, whereas zoom groups visually replace
their children. Unfortunately zoom group nodes cannot reliably force
the other nodes not to be drawn, so it is necessary to make
GraphViewportModel aware of zoom groups, and similarly for EdgeManager
when dealing with routing of edges belonging to members.
------------------------------------------------------------------------
r1725
M /trunk/html/js/infiview/api/NodeType.js
M /trunk/html/js/infiview/api/TypeTable.js
M /trunk/test/GroupTest.xml
Corrected comments
------------------------------------------------------------------------
r1724
M /trunk/html/js/infiview/viewport/InteractiveGraphViewport.js
Updating reference in marquee selector when changing the model. (#1627)
------------------------------------------------------------------------
r1723
M /trunk/release_notes.html
Added note about the infiview.Graph object passed to layout() method. (This was a bug in LayerTester.html.)
------------------------------------------------------------------------
r1722
M /trunk/test/LayerTest.xml
Preloading images which should make them appear at load/start. (#1650)
------------------------------------------------------------------------
r1721
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/test/EdgeDemo.xml
Reverted r1720
------------------------------------------------------------------------
r1720
M /trunk/test/EdgeDemo.xml
enabling navigation buttons
------------------------------------------------------------------------
r1719
M /trunk/test/NetworkTopologyTest.xml
Corrected test descriptions.
------------------------------------------------------------------------
r1718
M /trunk/test/PolygonEdgeTest.xml
M /trunk/test/ServerMonitorTest.xml
M /trunk/test/ZoomGroupTest.xml
Corrected test descriptions.
------------------------------------------------------------------------
r1717
M /trunk/Wizard/Wizard.xml
corrected widht for buttons with rounded corners
------------------------------------------------------------------------
r1716
M /trunk/SiteMap/SiteMapEditor.xml
M /trunk/build.xml
M /trunk/html/js/bindows_patches.js
M /trunk/html/packages.xml
D /trunk/html/themes/Alaska/images/background-body.gif
D /trunk/html/themes/Alaska/images/background.gif
D /trunk/html/themes/Alaska/images/split-arrows-hor.gif
D /trunk/html/themes/Alaska/images/split-arrows-ver.gif
D /trunk/html/themes/Alaska/images/tab-active-bottom.png
D /trunk/html/themes/Alaska/images/tab-active-v.png
D /trunk/html/themes/Alaska/images/tab-active.png
D /trunk/html/themes/Alaska/images/tab-inactive-bottom.png
D /trunk/html/themes/Alaska/images/tab-inactive-v.png
D /trunk/html/themes/Alaska/images/tab-inactive.png
D /trunk/html/themes/Alaska/theme.css
D /trunk/html/themes/Alaska/theme.js
M /trunk/test/ServerMonitorTest.xml
Remove the Alaska theme as it is not compatible with Bindows 4. Fixes bug 1373.
------------------------------------------------------------------------
r1715
M /trunk/test/ComponentTest.xml
M /trunk/test/EdgeDemo.xml
M /trunk/test/EdgesTest.xml
M /trunk/test/ExternalResourcesTest.xml
M /trunk/test/FlightBrowserTest.xml
M /trunk/test/FlowChartTest.xml
M /trunk/test/GettingStarted.xml
M /trunk/test/GroupTest.xml
M /trunk/test/LayerTest.xml
M /trunk/test/MovingEdgeTest.xml
Corrected test descriptions.
------------------------------------------------------------------------
r1714
M /trunk/test/LayerTest.xml
Corrected test description.
------------------------------------------------------------------------
r1713
M /trunk/test/LayerTest.xml
Removed console.log
------------------------------------------------------------------------
r1712
M /trunk/test/LayerTest.xml
Added labels to the opacity slider. Also simplified the range so the value didn't have to be doubled, and inverted the slider (transparent to the right, opaque to the left).
------------------------------------------------------------------------
r1711
M /trunk/html/print.html
Changes after review.
------------------------------------------------------------------------
r1710
M /trunk/html/print.html
Added position:absolute for img and div (should probably be for all elements). (#1641)
------------------------------------------------------------------------
r1709
M /trunk/html/js/infiview/viewport/AbstractViewport.js
Adding the print iframe to the application window instead of the viewport to avoid creating nested iframes for each call to print. (#1648)
------------------------------------------------------------------------
r1708
M /trunk/html/js/infiview/main/InfiView.js
Fixed so that edge commands are not added to the UndoRedo if undo is disabled. (#1645)
------------------------------------------------------------------------
r1707
M /trunk/test/ZoomGroupTest.xml
Removed incorrect comment
------------------------------------------------------------------------
r1706
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/test/LayerTest.xml
Allowing resize of navigator. (#1644)
------------------------------------------------------------------------
r1705
M /trunk/test/LayerTest.xml
Correcting transparency and opacity when switching viewport (#1646)
------------------------------------------------------------------------
r1704
M /trunk/test/LayerTest.xml
Fixed so that the viewport is moved correctly after zooming (fit to screen). (#1645)
------------------------------------------------------------------------
r1703
M /trunk/test/LayerTest.xml
Indents and semicolons
------------------------------------------------------------------------
r1702
D /trunk/test/index.html
Remove outdated index file.
------------------------------------------------------------------------
r1701
M /trunk/test/LayerTest.xml
Fixed the layout buttons (Balloon, Tree)
------------------------------------------------------------------------
r1700
M /trunk/test/LayerTest.xml
Changed the size of the navigator window to workaround bug 1644
------------------------------------------------------------------------
r1699
M /trunk/ivy.xml
Build against Bindows 4.0 release.
------------------------------------------------------------------------
r1698
M /trunk/html/js/infiview/node/ZoomGroupNode.js
Correct super call.
------------------------------------------------------------------------
r1697
M /trunk/html/js/infiview/node/ZoomGroupNode.js
Correct class description.
------------------------------------------------------------------------
r1696
M /trunk/Wizard/Wizard.js
Regenerating the XML everytime the preview is visited. (#1640)
------------------------------------------------------------------------
r1695
M /trunk/Wizard/preview.html
Added some comments to explain the code.
------------------------------------------------------------------------
r1694
M /trunk/Wizard/Wizard.xml
Removed the unused preview pane (#1640)
------------------------------------------------------------------------
r1693
M /trunk/Wizard/Wizard.js
Some general code cleanup.
------------------------------------------------------------------------
r1692
D /trunk/SiteMap/BiGridPanel2.js
M /trunk/SiteMap/SiteMap.xml
D /trunk/Wizard/BiGridPanel2.js
M /trunk/Wizard/Wizard.xml
BiGridPanel2 is a part of Bindows 4.0. Removing this (old) implementation.
------------------------------------------------------------------------
r1691
M /trunk/Wizard/Wizard.xml
Fixed so that the test loads. The infivew namespace is no longer implicit as the original BiXmlResourceParser.fromNode() implementation is used.
------------------------------------------------------------------------
r1690
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Reduces duplication
------------------------------------------------------------------------
r1689
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/js/infiview/node/AbstractGroupNode.js
M /trunk/html/js/infiview/node/GroupNode.js
M /trunk/html/js/infiview/viewport/GraphViewport.js
Removed _promoteEdge and _demoteEdge as they create new edges and it is hard to keep track of them. Instead updateEdge simply draws the line to the collapsed parent group. (#1630)
------------------------------------------------------------------------
r1688
M /trunk/test/EdgesTest.xml
Added label to edge type combo-box
------------------------------------------------------------------------
r1687
M /trunk/html/js/infiview/model/InfiViewViewportModel.js
Fixed test checking if start and end node are the same. (#1631)
------------------------------------------------------------------------
r1686
M /trunk/test/GroupTest.xml
Removed incorrect comment
------------------------------------------------------------------------
r1685
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Fixed overflow when panning with the arrow buttons (#1634)
------------------------------------------------------------------------
r1684
M /trunk/html/js/infiview/edge/VmlDrawLine.js
Corrected test for numeric marker size values.
------------------------------------------------------------------------
r1683
M /trunk/test/PrintTest.xml
Corrected call to layout method. (#1637)
------------------------------------------------------------------------
r1682
M /trunk/html/js/bindows_patches2.js
Added patch for Bindows trunk r9694.
In WebKit scroll always goes down, never up.
------------------------------------------------------------------------
r1681
M /trunk/html/js/bindows_patches.js
Added implementation of ECMAScript 5 bind() method needed to launch with Bindows 4.0 (not trunk).
------------------------------------------------------------------------
r1678
M /trunk/html/infiview.css
Adjusted text positions. (#1581)
------------------------------------------------------------------------
r1677
M /trunk/html/js/infiview/node/ComponentNode.js
Remove unused "constructor" property.
------------------------------------------------------------------------
r1676
M /trunk/html/js/infiview/model/ComponentViewportModel.js
M /trunk/html/js/infiview/model/GraphViewportModel.js
Remove getNode() method which is only ever called with ComponentNodes and therefore unnecessary.
------------------------------------------------------------------------
r1675
M /trunk/html/js/infiview/main/initInfiview.js
Remove unused method.
------------------------------------------------------------------------
r1674
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Removing a group from its parent group when disposed. (#1628)
------------------------------------------------------------------------
r1673
M /trunk/html/js/infiview/model/GraphViewportModel.js
Displaying only edges that whose start/end components are visible. (#1626)
------------------------------------------------------------------------
r1672
M /trunk/html/js/infiview/node/InfiViewNode.js
M /trunk/html/js/infiview/noderepadapter/GoogleMapsNodeRepAdapter.js
D /trunk/html/js/infiview/noderepadapter/InfiViewNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/InteractiveGraphNodeRepAdapter.js
M /trunk/html/packages.xml
Remove InfiViewNodeRepAdapter which does not add anything to its superclass.
------------------------------------------------------------------------
r1671
M /trunk/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
Remove duplicate method definition.
------------------------------------------------------------------------
r1670
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
Moved properties from superclass to this class.
------------------------------------------------------------------------
r1669
M /trunk/html/js/infiview/linerouting/CornerStitchArea.js
M /trunk/html/js/infiview/linerouting/LineRouterManager.js
M /trunk/html/js/infiview/linerouting/MinPriorityQueue.js
M /trunk/html/js/infiview/linerouting/PriorityQueueNode.js
M /trunk/html/js/infiview/main/InfiView.js
M /trunk/html/js/infiview/model/InfiViewBackEndViewportModel.js
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
Removed TODOs for Jsdoc descriptions and types. Allowing Jsdoc to output warnings instead. (#1620)
------------------------------------------------------------------------
r1668
M /trunk/html/js/infiview/vg/VGImageBasedNode.js
Hack for bug 1621. This one works.
------------------------------------------------------------------------
r1667
M /trunk/html/js/infiview/vg/VGImageBasedNode.js
Corrected type in Jsdoc
------------------------------------------------------------------------
r1666
M /trunk/html/js/infiview/model/ZoomableViewportModel.js
Revert r1664
------------------------------------------------------------------------
r1665
M /trunk/html/js/infiview/edge/VmlDrawLine.js
Corrected marker size for numeric s. Used to return -1 as it was not found in the array. (#1622)
------------------------------------------------------------------------
r1664
M /trunk/html/js/infiview/model/ZoomableViewportModel.js
Updating zoom level for inserted nodes. This fixes issue with VGImageBasedNode which didn't display the picture until it was dragged. (#1621)
------------------------------------------------------------------------
r1663
M /trunk/html/js/infiview/vg/VGSymbol.js
Fixed opacity for IE.
------------------------------------------------------------------------
r1662
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Made the curve transition more fluently over algorithm thresholds (e.g. dx == 0). This does makes the curve very small when the distance between end points is small. Not sure if that is correct...
------------------------------------------------------------------------
r1661
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Corrected rotation matrices for measuring delta
------------------------------------------------------------------------
r1660
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Added documentation to hopefully help understanding of the algorithm.
------------------------------------------------------------------------
r1659
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Added getter for expanded state
------------------------------------------------------------------------
r1658
M /trunk/release_notes.html
Updated release notes. (#1424)
Note: They need to be reviewed and some information may need to be added or removed.
------------------------------------------------------------------------
r1657
M /trunk/html/js/infiview/util/UndoRedo.js
Removed jsdoc for non-existing argument
------------------------------------------------------------------------
r1656
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Corrected viewport location when dragging cursor beyond navigator borders (#1614)
------------------------------------------------------------------------
r1655
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Support for anchor points on corners
------------------------------------------------------------------------
r1654
M /trunk/html/js/infiview/edge/DrawAnchor.js
Renamed EDGES to SIDES to not confuse with infiview.Edge. (Old name still works but nodoced.)
------------------------------------------------------------------------
r1653
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Using matrix mathematics to define behaviour for anchors on all sides in only one place. Matrices for corners are not yet done.
------------------------------------------------------------------------
r1652
M /trunk/html/js/infiview/edge/CurvedEdgePath.js
Refactoring to make cases look the same.
------------------------------------------------------------------------
r1651
M /trunk/html/packages.xml
Missing from commit
------------------------------------------------------------------------
r1650
A /trunk/html/js/infiview/edge/CurvedEdgePath.js
M /trunk/html/js/infiview/edge/EdgeManager.js
Implemented curve algorithm from VisualEditor (#1597)
------------------------------------------------------------------------
r1649
M /trunk/html/js/infiview/edge/VmlDrawLine.js
bug #1610 - FlowChartTest does not start in IE7 or IE8
This makes it start in IE7 at least.
------------------------------------------------------------------------
r1648
M /trunk/html/js/infiview/model/GraphViewportModel.js
Reverted r1620. Caused edges to disappear when zooming. (#1601)
------------------------------------------------------------------------
r1647
M /trunk/html/js/infiview/vg/VGComponent.js
Fix for Bug #1598 - webkit complains if layout attributes are negative
------------------------------------------------------------------------
r1646
M /trunk/test/NetworkTopologyTest.xml
Fixed so that only left mouse button selects nodes (disregarding state of ctrl button)
------------------------------------------------------------------------
r1645
M /trunk/html/js/infiview/node/ComponentNode.js
Fixed disposing of node that has not been added to a model. (#1607)
------------------------------------------------------------------------
r1644
M /trunk/test/LayerTest.xml
FIxed call to loadGraphFromDocument (#1599)
------------------------------------------------------------------------
r1643
M /trunk/html/js/infiview/edge/VmlDrawLine.js
Fixed namespace problem in IE. Bug #1609.
------------------------------------------------------------------------
r1642
M /trunk/html/js/infiview/viewport/GraphViewport.js
M /trunk/test/FlowChartTest.xml
Added method getIsViewportBackground that can be used to detect when user clicks the white area behind the nodes and edges. (#1605)
------------------------------------------------------------------------
r1641
M /trunk/html/js/infiview/vg/VmlComponent.js
createVGElement now uses the supplied document, if any.
------------------------------------------------------------------------
r1640
M /trunk/html/js/infiview/edge/EdgeManager.js
Removed code that apparently disables all but one anchor location for each end. (#1603)
------------------------------------------------------------------------
r1639
M /trunk/html/js/infiview/api/EdgeType.js
Corrected parsing of anchor enumeration. (#1603)
------------------------------------------------------------------------
r1638
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Reverted r1635
------------------------------------------------------------------------
r1637
M /trunk/test/NetworkTopologyMapTest.xml
Corrected xmlns for PerspectiveTitle
------------------------------------------------------------------------
r1636
M /trunk/html/js/infiview/vg/VGSymbol.js
Transparent nodes can now be made opaque again (#1596).
Also added strokeOpacity property for VGSymbol (#1606)
------------------------------------------------------------------------
r1635
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Moving viewport when scrolling navigator preview "too far." (#1600)
------------------------------------------------------------------------
r1634
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
Correcting size of preview component when the size of the navigator is known. Miniatures were not visible as the preview div was sized 0x0. (#1437)
------------------------------------------------------------------------
r1633
M /trunk/html/js/infiview/api/ContextMenu.js
M /trunk/html/js/infiview/api/ContextMenus.js
M /trunk/html/js/infiview/api/EdgeTypes.js
M /trunk/html/js/infiview/api/EventListeners.js
M /trunk/html/js/infiview/api/NodeTypes.js
M /trunk/html/js/infiview/api/Perspectives.js
M /trunk/html/js/infiview/api/PropertyForms.js
M /trunk/html/js/infiview/api/Resources.js
M /trunk/html/js/infiview/api/ToolGroup.js
M /trunk/html/js/infiview/api/Tools.js
M /trunk/html/js/infiview/component/ImageBasedNode.js
M /trunk/html/js/infiview/layer/LayerPane.js
M /trunk/html/js/infiview/model/MapViewportModel.js
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/html/js/infiview/vg/VGImageBasedNode.js
M /trunk/html/js/infiview/viewport/AbstractViewport.js
M /trunk/html/js/infiview/viewport/MapViewport.js
Changed overrides from addXmlNode to simpler addParsedObject. (#1371)
------------------------------------------------------------------------
r1632
M /trunk/html/js/infiview/api/NodeType.js
missed in r1631
------------------------------------------------------------------------
r1631
M /trunk/html/js/bindows_patches.js
M /trunk/html/js/infiview/api/ContextMenus.js
M /trunk/html/js/infiview/api/EdgeTypes.js
M /trunk/html/js/infiview/api/EventListeners.js
M /trunk/html/js/infiview/api/NodeTypes.js
M /trunk/html/js/infiview/api/Perspectives.js
M /trunk/html/js/infiview/api/PropertyForms.js
M /trunk/html/js/infiview/api/Tools.js
M /trunk/html/js/infiview/layer/LayerPane.js
Removed BiXmlResourceParser method fromNode2 (which doesn't exist in Bindows) and the override of _getConstructor. Changed getXmlNode implementation in NodeType.js so it doesn't use the extra parameter. (#1352)
------------------------------------------------------------------------
r1630
M /trunk/html/js/infiview/model/ComponentViewportModel.js
M /trunk/html/js/infiview/node/ComponentNode.js
Fix for: Nodes remain in getAllNodes when they are disposed.
Bug #1592
------------------------------------------------------------------------
r1629
M /trunk/build.xml
Excluding initLayout.js which seems to only define overrides.
------------------------------------------------------------------------
r1628
M /trunk/html/js/infiview/node/GroupNode.js
Added documentation
------------------------------------------------------------------------
r1627
M /trunk/html/js/infiview/layout/BiconnectedComponentLayout.js
M /trunk/html/js/infiview/layout/HVTreeLayout.js
Corrected inheritance (#1342)
------------------------------------------------------------------------
r1626
M /trunk/html/js/infiview/edge/SvgDrawLine.js
Fixed arrows for new edges. (#1586)
------------------------------------------------------------------------
r1625
M /trunk/html/js/infiview/model/ComponentViewportModel.js
Added var keyword
------------------------------------------------------------------------
r1624
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Fixed bug that didn't allow edges between members when group collapsed
------------------------------------------------------------------------
r1623
M /trunk/html/js/infiview/node/ComponentNode.js
Removed superfluous event. #1589
------------------------------------------------------------------------
r1622
M /trunk/build.xml
D /trunk/license/InfiView Evaluation License v1.1.pdf
A /trunk/license/InfiView Evaluation License v2.0.pdf
A /trunk/license/InfiView Retail License.pdf
Added retail evaluation licence and updated evaluation licence for infiview
------------------------------------------------------------------------
r1621
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Fixed case when edge moves down two group layers.
------------------------------------------------------------------------
r1620
M /trunk/html/js/infiview/model/GraphViewportModel.js
Don't show all the edges
------------------------------------------------------------------------
r1619
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Updating path when demoting edge.
------------------------------------------------------------------------
r1618
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Removed commented out override
------------------------------------------------------------------------
r1617
M /trunk/html/js/infiview/node/GroupNode.js
Removed override that broke listeners to reshape the component when members change size
------------------------------------------------------------------------
r1616
M /trunk/build.xml
D /trunk/html/js/infiview/noderepadapter/ZoomableNodeRepAdapter.js
M /trunk/html/packages.xml
Remove ZoomableNodeRepAdapter which is unused and was never
released. It only contained functionality duplicated in
ComponentNodeRepAdapter.
------------------------------------------------------------------------
r1615
M /trunk/html/images/logo.jpg
Further logo tweaking
------------------------------------------------------------------------
r1614
M /trunk/html/js/infiview/node/ComponentNode.js
Removed console.log
------------------------------------------------------------------------
r1613
M /trunk/html/js/infiview/node/AbstractGroupNode.js
M /trunk/html/js/infiview/node/GroupNode.js
M /trunk/html/js/infiview/vg/VGExpandCollapseImage.js
M /trunk/html/js/infiview/vg/VGGroup.js
M /trunk/html/js/infiview/vg/VGSymbol2.js
M /trunk/test/GroupTest.xml
Fixed some nested groups bugs
------------------------------------------------------------------------
r1612
M /trunk/html/images/logo.jpg
Tuning splash logo some more
------------------------------------------------------------------------
r1611
M /trunk/html/js/infiview/viewport/InfiViewBackEndViewport.js
Moved properties to the correct class. (#1590)
------------------------------------------------------------------------
r1610
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Fix for bug #1587 - Buttons in the viewportnavigator partially clipped
------------------------------------------------------------------------
r1609
A /trunk/html/images/arrow-down.gif
A /trunk/html/images/arrow-left.gif
A /trunk/html/images/arrow-right.gif
A /trunk/html/images/arrow-up.gif
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
Added up/down/left/right arrows to the viewport navigator. (#1438)
------------------------------------------------------------------------
r1608
M /trunk/html/images/logo.jpg
M /trunk/html/infiview.css
Pimping "powered by: InfiView" logo
------------------------------------------------------------------------
r1607
M /trunk/html/infiview.css
M /trunk/html/js/bindows_patches.js
Cleaned up the splash screen a bit. (#1581)
------------------------------------------------------------------------
r1606
M /trunk/html/js/infiview/model/ComponentViewportModel.js
Remove property deletion which is already done by AbstractViewportModel.
------------------------------------------------------------------------
r1605
M /trunk/html/js/infiview/edge/EdgeContainer.js
Fix typo.
------------------------------------------------------------------------
r1604
M /trunk/html/js/infiview/api/GroupNodeType.js
Remove property duplicated from super class.
------------------------------------------------------------------------
r1603
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Remove guard against calling removeMember(null) or o.removeMember(o)
which only hide programming errors.
------------------------------------------------------------------------
r1602
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Inline function.
------------------------------------------------------------------------
r1601
M /trunk/html/js/infiview/node/GroupNode.js
Remove methods dupliated from super class.
------------------------------------------------------------------------
r1600
M /trunk/test/ServerMonitor.xml
Setting font size to 80pt which makes the label visible. (#1439)
With the coordWidth and coordHeight set to approx. 10 times the actual size of the component, all fonts are also scaled down by the same factor.
------------------------------------------------------------------------
r1599
M /trunk/html/js/infiview/vg/SvgComponent.js
Fixed two bugs relating to opacity:
1. The test 0 == "" returns true, so I changed to use the strict equality test. For opacity this caused the value 0 "not to take", so instead of making the element transparent, is made it opaque (as it is default). (#1577)
2. The fill-opacity was not set for webkit browsers as the test only checked for MozOpacity, not WebkitOpacity. (#1578)
------------------------------------------------------------------------
r1598
M /trunk/html/js/infiview/viewport/AbstractViewport.js
Make sure the print.html template is found correctly by locating it
relative to infiview.basePath.
------------------------------------------------------------------------
r1597
M /trunk/html/js/infiview/viewport/GraphViewport.js
Added an event for when the viewport is being panned.
------------------------------------------------------------------------
r1596
M /trunk/build.xml
D /trunk/html/js/infiview/model/BackEndGraphicInfiViewViewportModel.js
D /trunk/html/js/infiview/model/InfiViewViewportBackEndModel.js
M /trunk/html/js/infiview/requesthandler/AbstractRequestHandler.js
M /trunk/html/js/infiview/requesthandler/JsfRequestHandler.js
M /trunk/html/js/infiview/requesthandler/JsonRequestHandler.js
D /trunk/html/js/infiview/viewport/BackEndInfiViewViewport.js
Remove broken or unused classes.
------------------------------------------------------------------------
r1595
M /trunk/html/js/infiview/edge/EdgeContainer.js
M /trunk/html/js/infiview/model/InfiViewViewportModel.js
M /trunk/html/js/infiview/noderepadapter/InteractiveGraphNodeRepAdapter.js
Reduce repetitive code.
------------------------------------------------------------------------
r1594
M /trunk/html/js/infiview/selection/MarqueeSelector.js
Use _p.
------------------------------------------------------------------------
r1593
M /trunk/build.gradle
M /trunk/settings.gradle
Update for Gradle 0.6.
------------------------------------------------------------------------
r1592
M /trunk/html/js/infiview/edge/SvgDrawLine.js
Corrected dispose
------------------------------------------------------------------------
r1591
M /trunk/html/js/infiview/edge/VmlDrawLine.js
Prevented problem with "Unkown error" in IE8. (Needs to be fixed properly later on)
------------------------------------------------------------------------
r1590
M /trunk/html/js/infiview/api/EdgeType.js
M /trunk/html/js/infiview/edge/DrawGradientLine.js
M /trunk/html/js/infiview/edge/DrawLine.js
M /trunk/html/js/infiview/edge/EdgeContainer.js
M /trunk/html/js/infiview/edge/SvgDrawLine.js
Move start/endMarkerSize properties to EdgeType superclass since they apply to general edges.
------------------------------------------------------------------------
r1589
M /trunk/html/js/infiview/model/GraphViewportModel.js
Clarify property description.
------------------------------------------------------------------------
r1588
M /trunk/html/js/infiview/model/GraphViewportModel.js
Remove unused assignment.
------------------------------------------------------------------------
r1587
M /trunk/html/js/infiview/edge/Edge.js
Fixed a bug where getSelected() on Edges would always return undefined.
------------------------------------------------------------------------
r1586
M /trunk/html/js/infiview/node/AbstractGroupNode.js
Fixed issue that occurred when deleting an unrendered (flow) component from a rendered (flow) screen.
------------------------------------------------------------------------
r1585
M /trunk/html/js/infiview/edge/EdgeContainer.js
M /trunk/html/js/infiview/main/InfiView.js
M /trunk/html/js/infiview/model/InfiViewViewportModel.js
Added support for events in xml "EdgeMouseOver" and "EdgeMouseOut".
------------------------------------------------------------------------
r1584
M /trunk/html/js/infiview/vg/VGSymbol.js
M /trunk/html/js/infiview/vg/VGSymbols.js
Added support for dynamically changing stroke attributes after object creation. No more hard coded stroke values!
------------------------------------------------------------------------
r1583
M /trunk/html/js/infiview/main/InfiView.js
Correct types in jsdoc.
------------------------------------------------------------------------
r1582
M /trunk/html/js/infiview/node/GroupNode.js
M /trunk/html/js/infiview/vg/VGSymbols.js
Corrected Jsdoc
------------------------------------------------------------------------
r1581
M /trunk/html/js/application.js
Rename bindowsPath to BINDOWS_PATH, conforming to recent changes in Bindows.
------------------------------------------------------------------------
r1580
M /trunk/build.xml
Do not modify application.js in source tree during build. Instead expand properties to a temporary copy.
------------------------------------------------------------------------
r1579
M /trunk/build.xml
M /trunk/ivy.xml
Add publish task for publishing to Ivy repository.
------------------------------------------------------------------------
r1578
M /trunk/html/js/application.js
Do not assume infiview.basePath points to directory named "html".
------------------------------------------------------------------------
r1577
M /trunk/html/packages.xsl
Added xsi:schemaLocation
------------------------------------------------------------------------
r1576
M /trunk/html/js/bindows_patches.js
M /trunk/html/js/bindows_patches2.js
Added/changed comment describing file
------------------------------------------------------------------------
r1575
M /trunk/test/ServerMonitorTest.xml
Replaced theme referenced removed in r1465
------------------------------------------------------------------------
r1574
M /trunk/html/js/bindows_patches.js
Fixed path to Alaska theme when loading from InfiView source (not on Bindows/themes/ path). (#1372)
------------------------------------------------------------------------
r1573
M /trunk/test/FlowChartTest.xml
Changed Undo buffer to 16. (#1442)
------------------------------------------------------------------------
r1572
M /trunk/test/FlightBrowserTest.xml
Removed patch that called itself. (#1430)
------------------------------------------------------------------------
r1571
M /trunk/test/FlightBrowserTest.xml
Corrected tooltip
------------------------------------------------------------------------
r1570
M /trunk/test/FlightBrowserTest.xml
Corrected whitespace/indentation
------------------------------------------------------------------------
r1569
M /trunk/README.txt
corrected reference. The package does not include Bindows source code (at this time).
------------------------------------------------------------------------
r1568
M /trunk/README.txt
changed order in list
------------------------------------------------------------------------
r1567
M /trunk/README.txt
Removed reference to css.source/ folder not generated in the package (#1425)
------------------------------------------------------------------------
r1566
M /trunk/test/MovingEdgeTest.xml
Changed layout of buttons (#1448)
------------------------------------------------------------------------
r1565
M /trunk/test/LayerTest.xml
Changed layout of slider (#1451)
------------------------------------------------------------------------
r1564
M /trunk/test/LayerTest.xml
Increased size of nodetype toolbar (#1452)
------------------------------------------------------------------------
r1563
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
Fixed dispose.
------------------------------------------------------------------------
r1562
M /trunk/html/js/infiview/main/InfiView.js
Added scope object. (#1456)
------------------------------------------------------------------------
r1561
M /trunk/html/js/infiview/main/InfiView.js
Corrected adding of event-listener so that it is added only once to the viewport. (#1459)
------------------------------------------------------------------------
r1560
M /trunk/test/MovingEdgeTest.xml
Reduced hGap as the original value cut off the textboxes on the right-hand side.
------------------------------------------------------------------------
r1559
M /trunk/html/js/bindows_patches.js
Corrected positioning of the splash screen text. (#1446)
------------------------------------------------------------------------
r1558
M /trunk/test/NetworkTopologyMapTest.xml
Corrected property references. (#1440)
------------------------------------------------------------------------
r1557
M /trunk/build.xml
Added instructions on how to run the build script locally.
------------------------------------------------------------------------
r1556
M /trunk/html/packages.xml
A /trunk/packages.xsd
Added packages.xsd schema file for packager.jar configuration. Updated the path in the package definitions.
------------------------------------------------------------------------
r1555
M /trunk/build.xml
Removed unused property definition ivy.jar and added reference to property/Jar package jsch.jar (both properties need to be defined externally).
------------------------------------------------------------------------
r1554
M /trunk/build.xml
Changed from location to value as the bindows.zip file is not part of the repository. (Otherwise reported as an error by Ant editor.)
------------------------------------------------------------------------
r1553
A /trunk/html/js/bindows_patches2.js
M /trunk/html/packages.xml
Added patch file loaded after Bindows, but before InfiView and ADF resources. Added items property to BiRadioGroup. (#1433)
------------------------------------------------------------------------
r1552
M /trunk/html/js/bindows_patches.js
Reverted incorrect patch.
------------------------------------------------------------------------
r1551
M /trunk/html/js/bindows_patches.js
Added patch for missing items property.
------------------------------------------------------------------------
r1550
M /trunk/README.txt
M /trunk/build.xml
M /trunk/html/js/application.js
Using to keep the InfiView version in only one location in the repository and adding it to other files in the package when building. (#1429)
Also added build.year property generated by a timestamp and referenced in the README file.
------------------------------------------------------------------------
r1549
D /trunk/html/js/infiview/io
Remove empty dir.
------------------------------------------------------------------------
r1548
M /trunk/build.xml
D /trunk/html/js/infiview/io/InfiViewInput.js
D /trunk/html/js/infiview/io/InfiViewInputSource.js
D /trunk/html/js/infiview/io/initIO.js
Kill bogus classes.
------------------------------------------------------------------------
r1547
M /trunk/build.xml
Remove unused properties.
------------------------------------------------------------------------
r1546
M /trunk/build.xml
Build retail and evaluation versions. Fixes bug 1434.
------------------------------------------------------------------------
r1545
D /trunk/packager
Delete emtpy dir.
------------------------------------------------------------------------
r1544
A /trunk/build.xml (från /trunk/packager/build.xml:1543)
A /trunk/lib
A /trunk/lib/groovy-all-1.5.6.jar (från /trunk/packager/lib/groovy-all-1.5.6.jar:1543)
A /trunk/lib/jdom.jar (från /trunk/packager/lib/jdom.jar:1543)
A /trunk/lib/jsdoc.jar (från /trunk/packager/lib/jsdoc.jar:1543)
A /trunk/lib/packager.jar (från /trunk/packager/lib/packager.jar:1543)
D /trunk/packager/build.xml
D /trunk/packager/lib/groovy-all-1.5.6.jar
D /trunk/packager/lib/jdom.jar
D /trunk/packager/lib/jsdoc.jar
D /trunk/packager/lib/packager.jar
Move contents of packager/ directory to top level since it only
contained the build script and the lib directory.
------------------------------------------------------------------------
r1543
D /trunk/packager/copyright.js
Remove unused copyright file for Bindows.
------------------------------------------------------------------------
r1542
M /trunk/test/ExternalResourcesTester.html
Include application.js.
------------------------------------------------------------------------
r1541
M /trunk/html/js/infiview_packages.js
A /trunk/html/packages.xml
A /trunk/html/packages.xsl
M /trunk/packager/build.xml
When running from source, generate the package lists from the XML
package definition by client-side XSLT. The packages.xml file is
now the only place where source files and packages are defined.
------------------------------------------------------------------------
r1540
M /trunk/.project
Add facet for Eclipse Web Tools 3.0.4, I think.
------------------------------------------------------------------------
r1539
M /trunk/ivy.xml
Build against Bindows 4.0.
------------------------------------------------------------------------
r1538
M /trunk/ivysettings.xml
Configure the shared Ivy repository.
------------------------------------------------------------------------
r1536
M /trunk/test/ComponentTest.xml
Corrected indentations
------------------------------------------------------------------------
r1535
M /trunk/CiscoSample/CiscoSample.xml
M /trunk/CiscoSample/CiscoSample_new.xml
M /trunk/SiteMap/SiteMap.xml
M /trunk/SiteMap/SiteMapEditor.xml
M /trunk/Wizard/Wizard.xml
M /trunk/map/MapTest.xml
M /trunk/test/EdgeDemo.xml
M /trunk/test/EdgesTest.xml
M /trunk/test/ExternalResourcesTest.xml
M /trunk/test/FlightBrowserTest.xml
M /trunk/test/FlowChartTest.xml
M /trunk/test/GettingStarted.xml
M /trunk/test/GroupTest.xml
M /trunk/test/LayerTest.xml
M /trunk/test/MovingEdgeTest.xml
M /trunk/test/NetworkTopologyMapTest.xml
M /trunk/test/NetworkTopologyTest.xml
M /trunk/test/PolygonEdgeTest.xml
M /trunk/test/PrintTest.xml
M /trunk/test/ServerMonitorTest.xml
M /trunk/test/ZoomGroupTest.xml
M /trunk/test/layout/BalloonTreeTest.xml
M /trunk/test/layout/BiconnectedComponentLayoutDemo.xml
M /trunk/test/layout/HVTreeDemo.xml
M /trunk/test/layout/SingleCircleDemo.xml
M /trunk/test/layout/SpanningTreeDemo.xml
M /trunk/test/layout/TreeLayoutDemo.xml
M /trunk/test/layout/WedgeTreeDemo.xml
M /trunk/theatre/theatreAdmin.xml
M /trunk/theatre/theatreBooker.xml
Remove the InfiView package from the resources since it is included by default.
------------------------------------------------------------------------
r1534
D /trunk/html/js/infiview/layout/RelationLayout.js
M /trunk/packager/build.xml
Remove unused class, now mostly superseded by SingleCircleLayout.
------------------------------------------------------------------------
r1533
D /trunk/html/js/infiview/exception/Exception.js
M /trunk/packager/build.xml
Remove bogus class.
------------------------------------------------------------------------
r1532
D /trunk/packager/bindows_build.xml
D /trunk/packager/lib/packages.xsd
Remove unused build files.
------------------------------------------------------------------------
r1531
A /trunk/html/infiview.css
M /trunk/html/js/application.js
M /trunk/html/js/bindows_patches.js
Added CSS overrides for InfiView. (#1396)
------------------------------------------------------------------------
r1530
M /trunk/html/js/bindows_patches.js
M /trunk/test/ComponentTest.xml
Added InfiView to defaultPackages so it doesn't need to be added explicitly. (#1397) One test committed with no Package tag as a result.
------------------------------------------------------------------------
r1529
D /trunk/html/js/infiview/vg/AbstractSvgDefs.js
M /trunk/packager/build.xml
Remove bogus class.
------------------------------------------------------------------------
r1528
M /trunk/html/js/infiview_packages.js
Sync with the package list in build.xml.
------------------------------------------------------------------------
r1527
M /trunk/CiscoSample/CiscoSampleTest.html
M /trunk/CiscoSample/CiscoSampleTest_new.html
M /trunk/SiteMap/StartSiteMapEditor.html
M /trunk/SiteMap/StartWizard.html
M /trunk/SiteMap/preview.html
M /trunk/Wizard/StartWizard.html
M /trunk/Wizard/preview.html
M /trunk/docs/old_unused/Tutorials/IntroductionToInfiViewProgramming/CT.html
M /trunk/html/print.html
M /trunk/map/MapTester.html
M /trunk/test/ComponentTester.html
M /trunk/test/EdgeDemoTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/test/FlightBrowserTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/GettingStarted.html
M /trunk/test/GroupTester.html
M /trunk/test/LayerTester.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/PrintTest.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/ZoomGroupTester.html
M /trunk/test/layout/BalloonTreeTester.html
M /trunk/test/layout/BiconnectedComponentLayoutDemo.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/theatre/StartAdmin.html
M /trunk/theatre/StartBooker.html
Remove inclusion of bimain.css from launchers.
------------------------------------------------------------------------
r1526
M /trunk/html/js/application.js
M /trunk/test/ComponentTester.html
Removing link to bimain.css from HTML launcher. Instead creating it dynamically at startup. Note: Should be removed from all test launchers, not just ComponentTester.html. (#1394)
------------------------------------------------------------------------
r1525
M /trunk/html/js/application.js
M /trunk/html/js/application2.js
M /trunk/html/js/bindows_patches.js
M /trunk/html/js/infiview_packages.js
A /trunk/ivy.xml
A /trunk/ivysettings.xml
M /trunk/packager/build.xml
Make the distribution build work. The build script now uses Ivy to
pull in a Bindows retail package, and extracts the Bindows code from
it. No external Bindows source tree is needed.
------------------------------------------------------------------------
r1524
M /trunk/test/GettingStarted.html
Remove accidentally committed debugging code.
------------------------------------------------------------------------
r1523
D /trunk/docs/apixml/allclasses.xsl
D /trunk/docs/apixml/api.css
D /trunk/docs/apixml/api.xsl
D /trunk/docs/apixml/check.png
D /trunk/docs/apixml/classtree.xml
D /trunk/docs/apixml/classtree.xsl
D /trunk/docs/apixml/infiview.AbstractGroupNode.xml
D /trunk/docs/apixml/infiview.AbstractGroupNodeType.xml
D /trunk/docs/apixml/infiview.AbstractNode.xml
D /trunk/docs/apixml/infiview.AbstractNodeRepAdapter.xml
D /trunk/docs/apixml/infiview.AbstractSelection.xml
D /trunk/docs/apixml/infiview.AbstractUndoRedoCommand.xml
D /trunk/docs/apixml/infiview.AbstractViewport.xml
D /trunk/docs/apixml/infiview.AbstractViewportModel.xml
D /trunk/docs/apixml/infiview.Actions.xml
D /trunk/docs/apixml/infiview.BalloonTreeLayout.xml
D /trunk/docs/apixml/infiview.BiconnectedComponentLayout.xml
D /trunk/docs/apixml/infiview.ComponentConstructor.xml
D /trunk/docs/apixml/infiview.ComponentNode.xml
D /trunk/docs/apixml/infiview.ComponentNodeRepAdapter.xml
D /trunk/docs/apixml/infiview.ComponentViewport.xml
D /trunk/docs/apixml/infiview.ComponentViewportModel.xml
D /trunk/docs/apixml/infiview.ContextMenu.xml
D /trunk/docs/apixml/infiview.ContextMenus.xml
D /trunk/docs/apixml/infiview.DiamondSymbol.xml
D /trunk/docs/apixml/infiview.DoubleZoomFactorModel.xml
D /trunk/docs/apixml/infiview.DynamicPreviewViewportNavigator.xml
D /trunk/docs/apixml/infiview.DynamicViewportNavigator.xml
D /trunk/docs/apixml/infiview.Edge.xml
D /trunk/docs/apixml/infiview.EdgeContainer.xml
D /trunk/docs/apixml/infiview.EdgeManager.xml
D /trunk/docs/apixml/infiview.EdgeType.xml
D /trunk/docs/apixml/infiview.EdgeTypes.xml
D /trunk/docs/apixml/infiview.EllipseSymbol.xml
D /trunk/docs/apixml/infiview.EventListener.xml
D /trunk/docs/apixml/infiview.EventListeners.xml
D /trunk/docs/apixml/infiview.GoogleMapsNode.xml
D /trunk/docs/apixml/infiview.GoogleMapsNodeRepAdapter.xml
D /trunk/docs/apixml/infiview.GoogleMapsNodeType.xml
D /trunk/docs/apixml/infiview.GoogleMapsViewport.xml
D /trunk/docs/apixml/infiview.GraphML.xml
D /trunk/docs/apixml/infiview.GraphNode.xml
D /trunk/docs/apixml/infiview.GraphViewport.xml
D /trunk/docs/apixml/infiview.GraphViewportModel.xml
D /trunk/docs/apixml/infiview.Grid.xml
D /trunk/docs/apixml/infiview.GroupNode.xml
D /trunk/docs/apixml/infiview.GroupNodeType.xml
D /trunk/docs/apixml/infiview.InfiView.xml
D /trunk/docs/apixml/infiview.InfiViewNode.xml
D /trunk/docs/apixml/infiview.InfiViewNodeRepAdapter.xml
D /trunk/docs/apixml/infiview.InfiViewType.xml
D /trunk/docs/apixml/infiview.InfiViewViewport.xml
D /trunk/docs/apixml/infiview.InfiViewViewportModel.xml
D /trunk/docs/apixml/infiview.InteractiveGraphNode.xml
D /trunk/docs/apixml/infiview.InteractiveGraphNodeRepAdapter.xml
D /trunk/docs/apixml/infiview.InteractiveGraphViewport.xml
D /trunk/docs/apixml/infiview.InteractiveGraphViewportModel.xml
D /trunk/docs/apixml/infiview.LayerPane.xml
D /trunk/docs/apixml/infiview.ListZoomFactorModel.xml
D /trunk/docs/apixml/infiview.MapViewport.xml
D /trunk/docs/apixml/infiview.MapViewportModel.xml
D /trunk/docs/apixml/infiview.MapZoomLevelDefinition.xml
D /trunk/docs/apixml/infiview.MarqueeSelector.xml
D /trunk/docs/apixml/infiview.MoveEvent.xml
D /trunk/docs/apixml/infiview.NodeAnimation.xml
D /trunk/docs/apixml/infiview.NodeType.xml
D /trunk/docs/apixml/infiview.NodeTypeViewport.xml
D /trunk/docs/apixml/infiview.NodeTypes.xml
D /trunk/docs/apixml/infiview.Perspective.xml
D /trunk/docs/apixml/infiview.PerspectiveTitle.xml
D /trunk/docs/apixml/infiview.Perspectives.xml
D /trunk/docs/apixml/infiview.PreviewImage.xml
D /trunk/docs/apixml/infiview.PropertyForm.xml
D /trunk/docs/apixml/infiview.PropertyForms.xml
D /trunk/docs/apixml/infiview.RTree.xml
D /trunk/docs/apixml/infiview.RectSymbol.xml
D /trunk/docs/apixml/infiview.ResizeEvent.xml
D /trunk/docs/apixml/infiview.Resources.xml
D /trunk/docs/apixml/infiview.RoundRectImageSymbol.xml
D /trunk/docs/apixml/infiview.RoundrectSymbol.xml
D /trunk/docs/apixml/infiview.Selection.xml
D /trunk/docs/apixml/infiview.Selection2.xml
D /trunk/docs/apixml/infiview.SelectionEvent.xml
D /trunk/docs/apixml/infiview.ToolGroup.xml
D /trunk/docs/apixml/infiview.Tools.xml
D /trunk/docs/apixml/infiview.TreeLayout.xml
D /trunk/docs/apixml/infiview.TypeTable.xml
D /trunk/docs/apixml/infiview.UndoRedo.xml
D /trunk/docs/apixml/infiview.UndoRedoAddOrRemoveEdgeCommand.xml
D /trunk/docs/apixml/infiview.UndoRedoAddOrRemoveNodeCommand.xml
D /trunk/docs/apixml/infiview.UndoRedoChangeBoundsCommand.xml
D /trunk/docs/apixml/infiview.UndoRedoNodeCommand.xml
D /trunk/docs/apixml/infiview.VGComponent.xml
D /trunk/docs/apixml/infiview.VGExpandCollapseImage.xml
D /trunk/docs/apixml/infiview.VGGrid.xml
D /trunk/docs/apixml/infiview.VGGroup.xml
D /trunk/docs/apixml/infiview.VGImage.xml
D /trunk/docs/apixml/infiview.VGImageBasedNode.xml
D /trunk/docs/apixml/infiview.VGImageBasedNodeImage.xml
D /trunk/docs/apixml/infiview.VGSelection.xml
D /trunk/docs/apixml/infiview.VGSymbol.xml
D /trunk/docs/apixml/infiview.ViewportComponentConstructor.xml
D /trunk/docs/apixml/infiview.ViewportMarqueeSelector.xml
D /trunk/docs/apixml/infiview.ViewportNavigator.xml
D /trunk/docs/apixml/infiview.ViewportNavigatorCursor.xml
D /trunk/docs/apixml/infiview.ViewportRectangle.xml
D /trunk/docs/apixml/infiview.WedgeTreeLayout.xml
D /trunk/docs/apixml/infiview.ZoomFactorModel.xml
D /trunk/docs/apixml/infiview.ZoomGroupNode.xml
D /trunk/docs/apixml/infiview.ZoomGroupNodeType.xml
D /trunk/docs/apixml/infiview.ZoomableButton.xml
D /trunk/docs/apixml/infiview.ZoomableLabel.xml
D /trunk/docs/apixml/infiview.ZoomableViewport.xml
D /trunk/docs/apixml/infiview.ZoomableViewportModel.xml
D /trunk/docs/apixml/pretty.xsl
D /trunk/docs/apixml/tests.css
D /trunk/docs/apixml/tests.xsl
Remove generated apixml files.
------------------------------------------------------------------------
r1522
M /trunk/html/js/infiview/vg/VGSymbol.js
Removing shadow border/stroke from Google Chrome (#866)
------------------------------------------------------------------------
r1521
M /trunk/test/EdgesTester.html
Corrected path to bimain.css
------------------------------------------------------------------------
r1520
M /trunk/html/js/application.js
Allow setting a bindowsPath.
------------------------------------------------------------------------
r1519
M /trunk/test/ServerMonitor.xml
The centerX and centerY properties have been "deprecated" which in effect means broken. Using x and y instead. (#1370)
------------------------------------------------------------------------
r1518
M /trunk/test/ServerMonitorTest.xml
Removing an accidentally duplicated line
------------------------------------------------------------------------
r1517
M /trunk/test/ServerMonitorTest.xml
Cleaned up indentations
------------------------------------------------------------------------
r1516
M /trunk/html/js/infiview/main/InfiView.js
Essentially revert r1489: "Not necessary to have double loops." The
double loops are needed since otherwise we end up repeatedly clearing
a symbol container while symbols are being added to it, resulting in
only the last added symbol surviving.
------------------------------------------------------------------------
r1515
M /trunk/html/js/infiview/selection/MarqueeSelector.js
The client rects for SVG elements depend on the element's content, and
so may be affected by the presence of the wireframe and other
children. Therefore we cannot rely on values cached in
startSelection. Fixes bug 1367.
------------------------------------------------------------------------
r1514
M /trunk/html/js/MochiKit/DOM.js
M /trunk/html/js/MochiKit/Selector.js
M /trunk/html/js/MochiKit/Sortable.js
M /trunk/html/js/MochiKit/Visual.js
M /trunk/html/js/infiview/api/EdgeType.js
M /trunk/html/js/infiview/api/ToolGroup.js
M /trunk/html/js/infiview/api/ZoomGroupNodeType.js
M /trunk/html/js/infiview/component/PerspectiveTitle.js
M /trunk/html/js/infiview/edge/Edge.js
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/js/infiview/layer/LayerPane.js
M /trunk/html/js/infiview/layout/Graph.js
M /trunk/html/js/infiview/layout/RandomTreeGenerator.js
M /trunk/html/js/infiview/layout/RelationLayout.js
M /trunk/html/js/infiview/layout/biconnected.js
M /trunk/html/js/infiview/layout/center.js
M /trunk/html/js/infiview/layout/unittest/GraphTestUtils.js
M /trunk/html/js/infiview/linerouting/CornerStitchArea.js
M /trunk/html/js/infiview/linerouting/LineRouterManager.js
M /trunk/html/js/infiview/linerouting/MinPriorityQueue.js
M /trunk/html/js/infiview/linerouting/PriorityQueueNode.js
M /trunk/html/js/infiview/main/InfiView.js
M /trunk/html/js/infiview/main/initInfiview.js
M /trunk/html/js/infiview/model/AbstractViewportModel.js
M /trunk/html/js/infiview/model/ComponentViewportModel.js
M /trunk/html/js/infiview/model/GraphViewportModel.js
M /trunk/html/js/infiview/model/InfiViewBackEndViewportModel.js
M /trunk/html/js/infiview/model/InfiViewViewportModel.js
M /trunk/html/js/infiview/model/ZoomableViewportModel.js
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/html/js/infiview/navigator/ViewportNavigatorCursor.js
M /trunk/html/js/infiview/node/AbstractGroupNode.js
M /trunk/html/js/infiview/node/AbstractNode.js
M /trunk/html/js/infiview/node/ComponentNode.js
M /trunk/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/GoogleMapsNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/InteractiveGraphNodeRepAdapter.js
M /trunk/html/js/infiview/selection/AbstractSelection.js
M /trunk/html/js/infiview/selection/MarqueeSelector.js
M /trunk/html/js/infiview/selection/Selection2.js
M /trunk/html/js/infiview/util/ColorUtil.js
M /trunk/html/js/infiview/util/RTree.js
M /trunk/html/js/infiview/util/ResizeEvent.js
M /trunk/html/js/infiview/util/ViewportRectangle.js
M /trunk/html/js/infiview/vg/GeneralVGSymbol.js
M /trunk/html/js/infiview/vg/SimpleSymbol.js
M /trunk/html/js/infiview/vg/VGGrid.js
M /trunk/html/js/infiview/vg/VGSymbol.js
M /trunk/html/js/infiview/vg/VGSymbol2.js
M /trunk/html/js/infiview/vg/VGSymbols.js
M /trunk/html/js/infiview/viewport/AbstractViewport.js
M /trunk/html/js/infiview/viewport/GoogleMapsViewport.js
M /trunk/html/js/infiview/viewport/InfiViewViewport.js
M /trunk/html/js/infiview/viewport/InteractiveGraphViewport.js
terminated statements
------------------------------------------------------------------------
r1513
M /trunk/html/js/infiview/api/ContextMenu.js
Removed a debugger
------------------------------------------------------------------------
r1512
M /trunk/html/js/infiview/edge/SvgDrawLine.js
M /trunk/html/js/infiview/edge/VmlDrawLine.js
Reduced vars
------------------------------------------------------------------------
r1511
M /trunk/html/js/infiview/main/InfiView.js
Corrected jsdoc
------------------------------------------------------------------------
r1510
M /trunk/html/js/infiview/edge/DrawGradientLine.js
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/js/infiview/edge/SvgDrawLine.js
M /trunk/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/GoogleMapsNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/ZoomableNodeRepAdapter.js
M /trunk/html/js/infiview/vg/AbstractSvgDefs.js
M /trunk/html/js/infiview/vg/GeneralVGSymbol.js
M /trunk/html/js/infiview/vg/SvgCanvas.js
M /trunk/html/js/infiview/vg/SvgCircleMarker.js
M /trunk/html/js/infiview/vg/SvgLinearGradient.js
M /trunk/html/js/infiview/vg/SvgMarker.js
M /trunk/html/js/infiview/vg/SvgPathMarker.js
M /trunk/test/MovingEdgeTest.xml
Changed all references to Svg-/VmlComponent to instead refer to the common AbstractVGComponent alias.
------------------------------------------------------------------------
r1509
D /trunk/html/js/infiview/vg/VGFractionComponent.js
M /trunk/packager/build.xml
deleted unused class
------------------------------------------------------------------------
r1508
M /trunk/packager/build.xml
Changed to match infiview_packages.js
------------------------------------------------------------------------
r1507
M /trunk/theatre/BiBenchmark.js
M /trunk/theatre/theatre.js
Corrected references to BiAccessType.FUNCTION_EMPTY
------------------------------------------------------------------------
r1506
M /trunk/html/js/infiview/edge/SvgDrawLine.js
Corrected references to old Function.EMPTY, now BiAccessType.FUNCTION_EMPTY
------------------------------------------------------------------------
r1505
M /trunk/html/js/infiview_packages.js
reduced duplication in lists
------------------------------------------------------------------------
r1504
M /trunk/html/js/infiview/edge/DrawGradientLine.js
reduced vars
------------------------------------------------------------------------
r1503
M /trunk/html/js/infiview/edge/DrawGradientLine.js
M /trunk/html/js/infiview/edge/EdgeManager.js
reformatted if - else statements
------------------------------------------------------------------------
r1502
M /trunk/html/js/infiview/edge/DrawGradientLine.js
M /trunk/html/js/infiview/edge/EdgeContainer.js
M /trunk/html/js/infiview/selection/Selection2.js
terminated statements
------------------------------------------------------------------------
r1501
M /trunk/html/js/infiview/component/ImageBasedNode.js
M /trunk/html/js/infiview/edge/DrawAnchor.js
M /trunk/html/js/infiview/edge/DrawGradientLine.js
M /trunk/html/js/infiview/edge/DrawLine.js
M /trunk/html/js/infiview/edge/Edge.js
M /trunk/html/js/infiview/edge/EdgeContainer.js
M /trunk/html/js/infiview/edge/EdgeManager.js
corrected jsdoc
------------------------------------------------------------------------
r1500
M /trunk/html/js/infiview/component/ZoomableButton.js
Corrected inheritance
------------------------------------------------------------------------
r1499
M /trunk/html/js/infiview/component/ZoomableButton.js
M /trunk/html/js/infiview/component/ZoomableLabel.js
Better reuse of existing variable
------------------------------------------------------------------------
r1498
M /trunk/html/js/infiview/selection/MarqueeSelector.js
There is no infiview.WireFrame class
------------------------------------------------------------------------
r1497
M /trunk/html/js/infiview/api/EventListeners.js
corrected indentation
------------------------------------------------------------------------
r1496
M /trunk/html/js/infiview/vg/AbstractSvgDef.js
Removed method that doesn't override what the comments claim.
------------------------------------------------------------------------
r1495
M /trunk/html/js/infiview/infiviewlayout/NodeAnimation.js
M /trunk/html/js/infiview/layout/WedgeTreeLayout.js
M /trunk/html/js/infiview/main/GraphML.js
M /trunk/html/js/infiview/main/InfiView.js
M /trunk/html/js/infiview/node/ComponentNode.js
M /trunk/html/js/infiview/vg/SvgCircleMarker.js
Corrected/added Jsdoc comments.
------------------------------------------------------------------------
r1494
M /trunk/packager/lib/jsdoc.jar
Updated to latest version
------------------------------------------------------------------------
r1493
D /trunk/html/js/infiview/vg/SvgCircularMarker.js
D /trunk/html/js/infiview/vg/SvgDef.js
Removed some unused, duplicated code.
------------------------------------------------------------------------
r1492
M /trunk/CiscoSample/CiscoSample.xml
M /trunk/CiscoSample/CiscoSample_new.xml
M /trunk/html/js/infiview/main/GraphML.js
M /trunk/html/js/infiview/main/InfiView.js
Reverted r1361
------------------------------------------------------------------------
r1491
M /trunk/CiscoSample/CiscoSample.xml
M /trunk/CiscoSample/CiscoSample_new.xml
M /trunk/html/js/infiview/main/InfiView.js
Fixed the error message "Error: 'infiview.GraphML.loadGraphFromDocument' [undefined] is not a function". (#862) However, the graph is not restored properly when clicking Load into ViewPort.
------------------------------------------------------------------------
r1490
M /trunk/html/js/infiview/main/InfiView.js
Corrected indentation
------------------------------------------------------------------------
r1489
M /trunk/html/js/infiview/main/InfiView.js
Not necessary to have double loops.
------------------------------------------------------------------------
r1488
M /trunk/html/js/infiview/main/InfiView.js
Code reuse
------------------------------------------------------------------------
r1487
M /trunk/html/js/infiview/main/InfiView.js
Not necessary to compare with false. RegExp.test only returns true or false.
------------------------------------------------------------------------
r1486
M /trunk/html/js/infiview/selection/MarqueeSelector.js
Remove IE-specific workaround which seems unnecessary.
------------------------------------------------------------------------
r1485
M /trunk/html/js/infiview/main/InfiView.js
Using existing variables instead of unnecessary lookups.
------------------------------------------------------------------------
r1484
M /trunk/html/js/infiview/main/InfiView.js
Added missing semicolons and corrected jsdoc
------------------------------------------------------------------------
r1483
M /trunk/html/js/infiview/main/InfiView.js
Simplified the setAttribute method
------------------------------------------------------------------------
r1482
M /trunk/html/js/application.js
M /trunk/html/js/bindows_patches.js
Moved the version name to a field in the infiview object.
------------------------------------------------------------------------
r1481
M /trunk/build.gradle
Pull in latest JsFunctionDecorator to handle namespaced classes.
------------------------------------------------------------------------
r1480
M /trunk/build.gradle
Configure the web app context so the decorator servlet is included.
------------------------------------------------------------------------
r1479
M /trunk/html/js/infiview/edge/DrawGradientLine.js
M /trunk/html/js/infiview/edge/DrawLine.js
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/js/infiview/edge/VmlDrawLine.js
M /trunk/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/GoogleMapsNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/ZoomableNodeRepAdapter.js
M /trunk/html/js/infiview/selection/VGSelection.js
M /trunk/html/js/infiview/vg/VGFractionComponent.js
M /trunk/html/js/infiview/vg/VGGrid.js
M /trunk/html/js/infiview/vg/VGGroup.js
M /trunk/html/js/infiview/vg/VGImage.js
M /trunk/html/js/infiview/vg/VGSymbol.js
M /trunk/html/js/infiview/vg/VGSymbols.js
Use hasSvg feature test where applicable.
------------------------------------------------------------------------
r1478
D /trunk/html/js/infiview/vg/VGPath.js
M /trunk/nodoc_files.txt
Remove bogus file VGPath.js which was almost identical to VGImage.js.
------------------------------------------------------------------------
r1477
D /trunk/html/js/infiview/vg/VGSnippletComponent.js
Remove bogus source file (not used anywhere and not syntactically correct).
------------------------------------------------------------------------
r1476
M /trunk/build.gradle
Remove unused dependency.
------------------------------------------------------------------------
r1475
A /trunk/build.gradle
A /trunk/settings.gradle
M /trunk/test/GettingStarted.html
A /trunk/webapp
A /trunk/webapp/web-funcnames.xml
A /trunk/webapp/web.xml
Add gradle script with tasks "serve" and "serveDebug" which launch a Jetty web server.
------------------------------------------------------------------------
r1474
M /trunk/html/js/application.js
M /trunk/html/js/bindows_patches.js
Added method to remove ../ from a path, and using it to clean up the basePath, bindowsPath and the path to the logo.
------------------------------------------------------------------------
r1473
M /trunk/html/js/application.js
Support for script src path that starts with slash (/). Such path references the root of the current domain.
------------------------------------------------------------------------
r1472
M /trunk/html/js/application.js
Removing the src attribute completely instead of setting it to null (e.g. in IE the attribute would remain with String value "null").
------------------------------------------------------------------------
r1471
M /trunk/html/js/application.js
A /trunk/html/js/application2.js
Extracted the adding of patches to a separate script so they are added after the Bindows core scripts in source mode. Also changed to use document.write when adding scripts as that ensures the execution order.
------------------------------------------------------------------------
r1470
M /trunk/html/js/bindows_patches.js
unshift.apply(arguments) doesn't work in WebKit. Creating a separate array works though.
------------------------------------------------------------------------
r1469
M /trunk/html/js/application.js
Removing last two folders in the basePath instead of adding ../../ to bindowsPath.
Plus: The bindowsPath always ends with a slash (/) so it is unnecessary to first delete it and then add it again.
------------------------------------------------------------------------
r1468
M /trunk/html/js/application.js
Converting relative to absolute URI for infiview.basePath.
------------------------------------------------------------------------
r1467
M /trunk/html/js/bindows_patches.js
Removed unnecessary overrides from BiXmlResourceParser. (#1352, #1353)
------------------------------------------------------------------------
r1466
D /trunk/package/infiview_071011_1000.zip
D /trunk/package/infiview_071011_1140.zip
D /trunk/package/infiview_071011_1530.zip
D /trunk/package/infiview_071011_1745.zip
D /trunk/package/infiview_071012_1400.zip
Remove packaged distributions from source tree.
------------------------------------------------------------------------
r1465
M /trunk/test/ServerMonitorTest.xml
Removed reference to unavailable theme
------------------------------------------------------------------------
r1464
M /trunk/SiteMap/BiGridPanel2.js
M /trunk/Wizard/BiGridPanel2.js
M /trunk/html/js/infiview/vg/GeneralVGSymbol.js
M /trunk/html/js/infiview/vg/SimpleSymbol.js
M /trunk/html/js/infiview/vg/SvgComponent.js
M /trunk/html/js/infiview/vg/VGSymbol2.js
M /trunk/html/js/infiview/vg/VmlComponent.js
Correct references to constants that were moved from String to BiString.
------------------------------------------------------------------------
r1463
M /trunk/CiscoSample/CiscoSample.xml
M /trunk/CiscoSample/CiscoSample_new.xml
M /trunk/SiteMap/BiGridPanel2.js
M /trunk/SiteMap/SiteMapEditor.js
M /trunk/SiteMap/Wizard.js
M /trunk/Wizard/BiGridPanel2.js
M /trunk/Wizard/Wizard.js
M /trunk/docs/maps/src/BiMapZoomLevelDefinition.js
M /trunk/html/js/BiJsfLoader.js
M /trunk/html/js/infiview/api/AbstractGroupNodeType.js
M /trunk/html/js/infiview/api/Actions.js
M /trunk/html/js/infiview/api/ContextMenu.js
M /trunk/html/js/infiview/api/ContextMenus.js
M /trunk/html/js/infiview/api/EdgeType.js
M /trunk/html/js/infiview/api/EdgeTypes.js
M /trunk/html/js/infiview/api/EventListener.js
M /trunk/html/js/infiview/api/EventListeners.js
M /trunk/html/js/infiview/api/GoogleMapsNodeType.js
M /trunk/html/js/infiview/api/GroupNodeType.js
M /trunk/html/js/infiview/api/InfiViewType.js
M /trunk/html/js/infiview/api/NodeType.js
M /trunk/html/js/infiview/api/Perspective.js
M /trunk/html/js/infiview/api/Perspectives.js
M /trunk/html/js/infiview/api/PropertyForm.js
M /trunk/html/js/infiview/api/PropertyForms.js
M /trunk/html/js/infiview/api/Resources.js
M /trunk/html/js/infiview/api/ToolGroup.js
M /trunk/html/js/infiview/api/Tools.js
M /trunk/html/js/infiview/api/TypeTable.js
M /trunk/html/js/infiview/api/ZoomGroupNodeType.js
M /trunk/html/js/infiview/component/ExpandCollapseImage.js
M /trunk/html/js/infiview/component/ImageBasedNode.js
M /trunk/html/js/infiview/component/PerspectiveTitle.js
M /trunk/html/js/infiview/edge/DrawGradientLine.js
M /trunk/html/js/infiview/edge/DrawLine.js
M /trunk/html/js/infiview/edge/Edge.js
M /trunk/html/js/infiview/edge/EdgeContainer.js
M /trunk/html/js/infiview/edge/EdgeManager.js
M /trunk/html/js/infiview/edge/SvgDrawLine.js
M /trunk/html/js/infiview/edge/VmlDrawLine.js
M /trunk/html/js/infiview/exception/Exception.js
M /trunk/html/js/infiview/grid/Grid.js
M /trunk/html/js/infiview/infiviewlayout/NodeAnimation.js
M /trunk/html/js/infiview/layer/LayerPane.js
M /trunk/html/js/infiview/layout/BalloonTreeLayout.js
M /trunk/html/js/infiview/layout/EnergyTreeLayout.js
M /trunk/html/js/infiview/layout/Graph.js
M /trunk/html/js/infiview/layout/HVTreeLayout.js
M /trunk/html/js/infiview/layout/TreeLayout.js
M /trunk/html/js/infiview/layout/WedgeTreeLayout.js
M /trunk/html/js/infiview/linerouting/CornerStitchArea.js
M /trunk/html/js/infiview/linerouting/LineRouterManager.js
M /trunk/html/js/infiview/linerouting/PriorityQueueNode.js
M /trunk/html/js/infiview/linerouting/initLineRouting.js
M /trunk/html/js/infiview/main/GraphML.js
M /trunk/html/js/infiview/main/InfiView.js
M /trunk/html/js/infiview/map/MapZoomLevelDefinition.js
M /trunk/html/js/infiview/model/AbstractViewportModel.js
M /trunk/html/js/infiview/model/ComponentViewportModel.js
M /trunk/html/js/infiview/model/GraphViewportModel.js
M /trunk/html/js/infiview/model/InfiViewBackEndViewportModel.js
M /trunk/html/js/infiview/model/InfiViewViewportBackEndModel.js
M /trunk/html/js/infiview/model/InfiViewViewportModel.js
M /trunk/html/js/infiview/model/InteractiveGraphViewportModel.js
M /trunk/html/js/infiview/model/ZoomableViewportModel.js
M /trunk/html/js/infiview/navigator/DynamicPreviewViewportNavigator.js
M /trunk/html/js/infiview/navigator/DynamicViewportNavigator.js
M /trunk/html/js/infiview/navigator/PreviewImage.js
M /trunk/html/js/infiview/navigator/ViewportNavigator.js
M /trunk/html/js/infiview/navigator/ViewportNavigatorCursor.js
M /trunk/html/js/infiview/node/AbstractGroupNode.js
M /trunk/html/js/infiview/node/AbstractNode.js
M /trunk/html/js/infiview/node/ComponentNode.js
M /trunk/html/js/infiview/node/GoogleMapsNode.js
M /trunk/html/js/infiview/node/GraphNode.js
M /trunk/html/js/infiview/node/InfiViewNode.js
M /trunk/html/js/infiview/node/InteractiveGraphNode.js
M /trunk/html/js/infiview/noderepadapter/AbstractNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
M /trunk/html/js/infiview/noderepadapter/ZoomableNodeRepAdapter.js
M /trunk/html/js/infiview/requesthandler/AbstractRequestHandler.js
M /trunk/html/js/infiview/requesthandler/JsfRequestHandler.js
M /trunk/html/js/infiview/selection/AbstractSelection.js
M /trunk/html/js/infiview/selection/MarqueeSelector.js
M /trunk/html/js/infiview/selection/VGSelection.js
M /trunk/html/js/infiview/util/AnchorPoints.js
M /trunk/html/js/infiview/util/ColorUtil.js
M /trunk/html/js/infiview/util/MoveEvent.js
M /trunk/html/js/infiview/util/RTree.js
M /trunk/html/js/infiview/util/ResizeEvent.js
M /trunk/html/js/infiview/util/UndoRedo.js
M /trunk/html/js/infiview/util/ViewportRectangle.js
M /trunk/html/js/infiview/vg/AbstractSvgDef.js
M /trunk/html/js/infiview/vg/AbstractSvgDefs.js
M /trunk/html/js/infiview/vg/GeneralVGSymbol.js
M /trunk/html/js/infiview/vg/SimpleSymbol.js
M /trunk/html/js/infiview/vg/SvgCircleMarker.js
M /trunk/html/js/infiview/vg/SvgCircularMarker.js
M /trunk/html/js/infiview/vg/SvgComponent.js
M /trunk/html/js/infiview/vg/SvgDef.js
M /trunk/html/js/infiview/vg/SvgLinearGradient.js
M /trunk/html/js/infiview/vg/SvgMarker.js
M /trunk/html/js/infiview/vg/SvgPathMarker.js
M /trunk/html/js/infiview/vg/VGExpandCollapseImage.js
M /trunk/html/js/infiview/vg/VGGrid.js
M /trunk/html/js/infiview/vg/VGIconLabel.js
M /trunk/html/js/infiview/vg/VGImageBasedNode.js
M /trunk/html/js/infiview/vg/VGSymbol.js
M /trunk/html/js/infiview/vg/VGSymbols.js
M /trunk/html/js/infiview/vg/VmlComponent.js
M /trunk/html/js/infiview/viewport/AbstractViewport.js
M /trunk/html/js/infiview/viewport/GoogleMapsViewport.js
M /trunk/html/js/infiview/viewport/GraphViewport.js
M /trunk/html/js/infiview/viewport/InfiViewBackEndViewport.js
M /trunk/html/js/infiview/viewport/InteractiveGraphViewport.js
M /trunk/html/js/infiview/viewport/ZoomableViewport.js
M /trunk/html/js/infiview/zoomfactormodel/ListZoomFactorModel.js
M /trunk/html/js/infiview/zoomfactormodel/ZoomFactorModel.js
M /trunk/test/Airport.js
M /trunk/test/FlightBrowserTest.xml
M /trunk/test/LayerTest.xml
M /trunk/test/MovingEdgeTest.xml
M /trunk/test/ServerMonitorTest.xml
M /trunk/theatre/BiBenchmark.js
M /trunk/theatre/SeatSymbol.js
M /trunk/theatre/theatre.js
Correct references to constants that were moved from Function to BiAccessType.
------------------------------------------------------------------------
r1462
M /trunk/test/GettingStarted.html
Remove line committed by mistake.
------------------------------------------------------------------------
r1461
M /trunk/html/js/infiview/selection/MarqueeSelector.js
Use client coordinates instead of screen coordinates. Fixes bug 1366.
------------------------------------------------------------------------
r1460
M /trunk/CiscoSample/CiscoSample.xml
M /trunk/CiscoSample/CiscoSample_new.xml
M /trunk/README.txt
M /trunk/SiteMap/SiteMap.xml
M /trunk/SiteMap/SiteMapEditor.xml
M /trunk/SiteMap/template.txt
M /trunk/Wizard/Wizard.xml
M /trunk/Wizard/template.txt
M /trunk/html/js/bindows_patches.js
M /trunk/theatre/theatreAdmin.xml
M /trunk/theatre/theatreBooker.xml
Updated copyright to 2009 (#1361)
------------------------------------------------------------------------
r1459
M /trunk/CiscoSample/CiscoSampleTest.html
M /trunk/CiscoSample/CiscoSampleTest_new.html
M /trunk/SiteMap/StartSiteMapEditor.html
M /trunk/SiteMap/StartWizard.html
M /trunk/SiteMap/preview.html
M /trunk/Wizard/StartWizard.html
M /trunk/Wizard/preview.html
M /trunk/docs/old_unused/Tutorials/IntroductionToInfiViewProgramming/CT.xml.html
M /trunk/docs/old_unused/getting_started.html
A /trunk/html/js/application.js
M /trunk/html/js/bindows_patches.js
M /trunk/html/js/infiview/main/initInfiview.js
D /trunk/html/js/infiview/main/initInfiviewApp.js
M /trunk/html/js/infiview_packages.js
M /trunk/map/MapTester.html
M /trunk/test/ComponentTester.html
M /trunk/test/EdgeDemoTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/test/FlightBrowserTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/GettingStarted.html
M /trunk/test/GroupTester.html
M /trunk/test/LayerTester.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/PrintTest.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/ZoomGroupTester.html
M /trunk/test/layout/BalloonTreeTester.html
M /trunk/test/layout/BiconnectedComponentLayoutDemo.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/theatre/StartAdmin.html
M /trunk/theatre/StartBooker.html
Simplify loading and launching InfiView. The HTML launch file only
needs to include one script (application.js), and has a simplified
one-argument version of application.start(). The location of the
Bindows distribution can be changed by setting a global variable.
------------------------------------------------------------------------
r1458
A /trunk/html/images/logo.jpg
Resurrect deleted logo.
------------------------------------------------------------------------
r1457
A /trunk/html/images
Create dir.
------------------------------------------------------------------------
r1456
M /trunk/html/js/bindows_patches.js
M /trunk/html/js/infiview/main/initInfiviewApp.js
_componentsById is now an array.
------------------------------------------------------------------------
r1455
M /trunk
Add bindows/ to svn:ignore.
------------------------------------------------------------------------
r1454
M /trunk/CiscoSample/CiscoSampleTest.html
M /trunk/CiscoSample/CiscoSampleTest_new.html
M /trunk/SiteMap/StartSiteMapEditor.html
M /trunk/SiteMap/StartWizard.html
M /trunk/SiteMap/preview.html
M /trunk/Wizard/StartWizard.html
M /trunk/Wizard/preview.html
M /trunk/html/js/infiview_packages.js
M /trunk/map/MapTester.html
M /trunk/test/ComponentTester.html
M /trunk/test/EdgeDemoTester.html
M /trunk/test/EdgesTester.html
M /trunk/test/ExternalResourcesTester.html
M /trunk/test/FlightBrowserTester.html
M /trunk/test/FlowChartTester.html
M /trunk/test/GettingStarted.html
M /trunk/test/GroupTester.html
M /trunk/test/LayerTester.html
M /trunk/test/MovingEdgeTester.html
M /trunk/test/NetworkTopologyMapTester.html
M /trunk/test/NetworkTopologyTester.html
M /trunk/test/PolygonEdgeTester.html
M /trunk/test/PrintTest.html
M /trunk/test/ServerMonitorTester.html
M /trunk/test/ZoomGroupTester.html
M /trunk/test/layout/BalloonTreeTester.html
M /trunk/test/layout/BiconnectedComponentLayoutDemo.html
M /trunk/test/layout/HVTreeDemo.html
M /trunk/test/layout/SingleCircleDemo.html
M /trunk/test/layout/SpanningTreeDemo.html
M /trunk/test/layout/TreeLayoutDemo.html
M /trunk/test/layout/WedgeTreeDemo.html
M /trunk/theatre/StartAdmin.html
M /trunk/theatre/StartBooker.html
The launchers now load Bindows from the top-level bindows/
directory. This directory is not included in the source tree, but can
be a symlink to a Bindows source tree, or can contain a packaged
Bindows distributions.
------------------------------------------------------------------------
r1453
M /trunk/packager/build.xml
Exclude broken algorithms.
------------------------------------------------------------------------
r1452
M /trunk/html/js/infiview/api/NodeType.js
Add missing semicolon.
------------------------------------------------------------------------
r1451
M /trunk/html/js/infiview/api/NodeType.js
Add missing semicolon.
------------------------------------------------------------------------
r1450
M /trunk/html/js/infiview/vg/VGSymbol.js
Add textPosition "bottom" option for placing the label below the symbol (RT #36524).
------------------------------------------------------------------------
r1449
M /trunk/test/GettingStarted.xml
Fix incorrect persistent property access in the doubleclick handler.
------------------------------------------------------------------------
r1448
A /trunk/test/ExternalResourcesTest.xml
A /trunk/test/ExternalResourcesTester.html
A /trunk/test/ServerNode.xml
Add demo for externalising parts of the ADF.
------------------------------------------------------------------------
r1447
M /trunk/html/js/infiview/layout/WedgeTreeLayout.js
Clean up internal properties used by layout algorithm. In some cases this is needed to avoid clash on subsequent runs, but in general it avoids leaking memory.
------------------------------------------------------------------------
r1446
M /trunk/html/js/infiview/main/InfiView.js
fixed addNodeTypeFromXml for mozilla when namespace was omitted from an xml string.
------------------------------------------------------------------------
r1445
M /trunk/html/js/infiview/edge/DrawGradientLine.js
moved comment
------------------------------------------------------------------------
r1444
M /trunk/.project
Add JavaScript support to project.
------------------------------------------------------------------------
r1440
D /InfiView_Bindows4
A /trunk (från /InfiView_Bindows4:1439)
Rename as trunk.
------------------------------------------------------------------------
r1433
M /InfiView_Bindows4/html/js/infiview/edge/DrawLine.js
Changed to a solution similar to VGComponent
------------------------------------------------------------------------
r1432
M /InfiView_Bindows4/html/js/infiview/edge/DrawLine.js
Reformatted jsdoc comments
------------------------------------------------------------------------
r1431
M /InfiView_Bindows4/html/js/infiview/vg/AbstractVGComponent.js
Added comment to describe its purpose.
------------------------------------------------------------------------
r1430
M /InfiView_Bindows4/html/js/infiview/vg/VGGrid.js
M /InfiView_Bindows4/html/js/infiview/vg/VGSymbol.js
Corrected calls to superclass VGComponent
------------------------------------------------------------------------
r1429
M /InfiView_Bindows4/html/js/infiview/api/NodeType.js
Corrected type in documentation
------------------------------------------------------------------------
r1428
M /InfiView_Bindows4/html/js/infiview/layout/BalloonTreeLayout.js
Decreased duplication
------------------------------------------------------------------------
r1427
M /InfiView_Bindows4/html/js/infiview/vg/VGGrid.js
Decreased duplication
------------------------------------------------------------------------
r1426
M /InfiView_Bindows4/html/js/infiview/vg/VGGrid.js
Reused variables w and h instead of looking up multiple times.
Also removed unused variables.
------------------------------------------------------------------------
r1425
M /InfiView_Bindows4/html/js/infiview/vg/VGGrid.js
Corrected default value
------------------------------------------------------------------------
r1424
M /InfiView_Bindows4/html/js/infiview/noderepadapter/ZoomableNodeRepAdapter.js
Corrected indentation
------------------------------------------------------------------------
r1423
M /InfiView_Bindows4/html/js/infiview/api/PropertyForm.js
corrected docs and removed unnecessary calls
------------------------------------------------------------------------
r1422
M /InfiView_Bindows4/html/js/infiview/api/NodeType.js
Corrected documentation and indentation
------------------------------------------------------------------------
r1421
M /InfiView_Bindows4/html/js/infiview/node/GoogleMapsNode.js
Corrected documentation
------------------------------------------------------------------------
r1420
M /InfiView_Bindows4/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
M /InfiView_Bindows4/html/js/infiview/util/ViewportRectangle.js
Removed addProperty-generated getters/setters that were immediately overridden.
------------------------------------------------------------------------
r1419
M /InfiView_Bindows4/html/js/infiview/node/InfiViewNode.js
Removed unnecessary overrides
------------------------------------------------------------------------
r1418
M /InfiView_Bindows4/html/js/infiview/node/GroupNode.js
Removed unused variables
------------------------------------------------------------------------
r1417
M /InfiView_Bindows4/html/js/infiview/noderepadapter/GoogleMapsNodeRepAdapter.js
Corrected call to super
------------------------------------------------------------------------
r1416
M /InfiView_Bindows4/test/EdgesTest.xml
Fixed the arrow toolbar button
------------------------------------------------------------------------
r1415
M /InfiView_Bindows4/html/js/infiview/api/PropertyForm.js
Fixed issue when eventlisteners were not set before component was created
------------------------------------------------------------------------
r1414
M /InfiView_Bindows4/test/ServerMonitor.xml
Removed values for properties that don't exist. Changed some to new(?) property names.
------------------------------------------------------------------------
r1413
M /InfiView_Bindows4/packager/bindows_build.xml
Accidentally removed two files in Gauge2 package. Back now.
------------------------------------------------------------------------
r1412
M /InfiView_Bindows4/packager/bindows_build.xml
Added new Bindows files
------------------------------------------------------------------------
r1411
M /InfiView_Bindows4/CiscoSample/CiscoSampleTest.html
M /InfiView_Bindows4/CiscoSample/CiscoSampleTest_new.html
M /InfiView_Bindows4/SiteMap/StartSiteMapEditor.html
M /InfiView_Bindows4/SiteMap/StartWizard.html
M /InfiView_Bindows4/SiteMap/preview.html
M /InfiView_Bindows4/Wizard/StartWizard.html
M /InfiView_Bindows4/Wizard/preview.html
M /InfiView_Bindows4/map/MapTester.html
M /InfiView_Bindows4/theatre/StartAdmin.html
M /InfiView_Bindows4/theatre/StartBooker.html
Added infiview packages to all samples
------------------------------------------------------------------------
r1410
M /InfiView_Bindows4/test/layout/BiconnectedComponentLayoutDemo.xml
Changed non-standard Date.now() to new Date()
------------------------------------------------------------------------
r1409
D /InfiView_Bindows4/packager/bindows_packages.xml
Removed unused package configuration file
------------------------------------------------------------------------
r1408
M /InfiView_Bindows4/packager/build.xml
Changed to use 24 hour clock in filename
------------------------------------------------------------------------
r1407
A /InfiView_Bindows4/html/js/infiview_packages.packaged.js
Fixed packages so unmodified tests run in packaged mode.
------------------------------------------------------------------------
r1406
M /InfiView_Bindows4/packager/build.xml
Fixed packages so unmodified tests run in packaged mode.
------------------------------------------------------------------------
r1405
M /InfiView_Bindows4/html/js/infiview/api/AbstractGroupNodeType.js
Changed default node constructor from non-existent InfiViewGroupNode to GroupNode.
------------------------------------------------------------------------
r1404
M /InfiView_Bindows4/test/layout/BalloonTreeTester.html
M /InfiView_Bindows4/test/layout/BiconnectedComponentLayoutDemo.html
M /InfiView_Bindows4/test/layout/HVTreeDemo.html
M /InfiView_Bindows4/test/layout/SingleCircleDemo.html
M /InfiView_Bindows4/test/layout/SpanningTreeDemo.html
M /InfiView_Bindows4/test/layout/TreeLayoutDemo.html
M /InfiView_Bindows4/test/layout/WedgeTreeDemo.html
Added infiview_packages.js to launchers
------------------------------------------------------------------------
r1403
M /InfiView_Bindows4/test/ServerMonitorComponentTest.xml
Changed to use s instead of incorrect script uris.
------------------------------------------------------------------------
r1402
M /InfiView_Bindows4/packager/bindows_build.xml
M /InfiView_Bindows4/test/MovingEdgeTest.xml
D /InfiView_Bindows4/test/gauge2
Removed gauge2 package from tests. Was included as a standard Bindows package in bindows_build.xml too.
------------------------------------------------------------------------
r1401
M /InfiView_Bindows4/packager/build.xml
Excluding jsdoc for files that were not included in previous packages.
------------------------------------------------------------------------
r1400
M /InfiView_Bindows4/packager/build.xml
Removed HTML API docs and added Bindows XML docs
------------------------------------------------------------------------
r1399
M /InfiView_Bindows4/packager/bindows_build.xml
Added gauge2 package (from InfiView for Bindows 3.0)
------------------------------------------------------------------------
r1398
M /InfiView_Bindows4/packager/bindows_build.xml
Corrected output path to Default theme (as base output path has changed)
------------------------------------------------------------------------
r1397
M /InfiView_Bindows4/packager/build.xml
Added infiview.version property to the format used in previous builds, so it won't have to be set by the user.
------------------------------------------------------------------------
r1396
M /InfiView_Bindows4/packager/bindows_build.xml
Moved the year property to "set properties" target
------------------------------------------------------------------------
r1395
M /InfiView_Bindows4/html/js/infiview_packages.js
Corrected path to BiSvgCanvas
------------------------------------------------------------------------
r1394
M /InfiView_Bindows4/test/EdgeDemoTester.html
M /InfiView_Bindows4/test/EdgesTester.html
M /InfiView_Bindows4/test/FlightBrowserTester.html
M /InfiView_Bindows4/test/FlowChartTester.html
M /InfiView_Bindows4/test/GettingStarted.html
M /InfiView_Bindows4/test/GroupTester.html
M /InfiView_Bindows4/test/LayerTester.html
M /InfiView_Bindows4/test/MovingEdgeTester.html
M /InfiView_Bindows4/test/NetworkTopologyMapTester.html
M /InfiView_Bindows4/test/NetworkTopologyTester.html
M /InfiView_Bindows4/test/PolygonEdgeTester.html
M /InfiView_Bindows4/test/PrintTest.html
M /InfiView_Bindows4/test/ServerMonitorTester.html
M /InfiView_Bindows4/test/ZoomGroupTester.html
Added the infiview packages to all the test.
------------------------------------------------------------------------
r1393
M /InfiView_Bindows4/test/ComponentTester.html
Added the infiview packages to this test. Same change will need to be done to all tests.
------------------------------------------------------------------------
r1392
M /InfiView_Bindows4/packager/bindows_build.xml
Package paths need to be relative to the html folder or the paths in the application._packages variable point to the wrong folder.
------------------------------------------------------------------------
r1391
M /InfiView_Bindows4/html/js/infiview_packages.js
Loading Bindows patches at the start of the InfiView package
------------------------------------------------------------------------
r1390
M /InfiView_Bindows4/nodoc_files.txt
Added a comment to the file.
------------------------------------------------------------------------
r1389
D /InfiView_Bindows4/build.xml
D /InfiView_Bindows4/classes.xml
D /InfiView_Bindows4/package.xml
D /InfiView_Bindows4/packer
Deleted old packaging tools
------------------------------------------------------------------------
r1388
M /InfiView_Bindows4/packager/build.xml
Added exclude clauses for script files that break Jsdoc
------------------------------------------------------------------------
r1387
A /InfiView_Bindows4/packager/lib/jdom.jar
Needed for Jsdoc
------------------------------------------------------------------------
r1386
D /InfiView_Bindows4/html/js/infiview/edge/SvgCanvas.js
Removed duplicated file/class
------------------------------------------------------------------------
r1385
A /InfiView_Bindows4/packager/build.xml
Added new build script to generate the InfiView package.
------------------------------------------------------------------------
r1384
M /InfiView_Bindows4/packager/bindows_build.xml
Excluding _biDynamicLoader
------------------------------------------------------------------------
r1383
M /InfiView_Bindows4/packager/bindows_build.xml
No need for a separate path declaration when only used once.
------------------------------------------------------------------------
r1382
M /InfiView_Bindows4/packager/bindows_build.xml
Corrected paths
------------------------------------------------------------------------
r1381
A /InfiView_Bindows4/packager
A /InfiView_Bindows4/packager/bindows_build.xml
A /InfiView_Bindows4/packager/bindows_packages.xml
A /InfiView_Bindows4/packager/copyright.js
A /InfiView_Bindows4/packager/lib
A /InfiView_Bindows4/packager/lib/groovy-all-1.5.6.jar
A /InfiView_Bindows4/packager/lib/jsdoc.jar
A /InfiView_Bindows4/packager/lib/packager.jar
A /InfiView_Bindows4/packager/lib/packages.xsd
Added script and dependencies for generating Bindows packages.
------------------------------------------------------------------------
r1380
D /InfiView_Bindows4/html/BiWsdlBuiltinTypes.xsd
D /InfiView_Bindows4/html/bimain.html
D /InfiView_Bindows4/html/blank.html
D /InfiView_Bindows4/html/classes.xml
D /InfiView_Bindows4/html/css
D /InfiView_Bindows4/html/images
D /InfiView_Bindows4/html/js/animation.js
D /InfiView_Bindows4/html/js/app1.js
D /InfiView_Bindows4/html/js/application.js
A /InfiView_Bindows4/html/js/bindows_patches.js
D /InfiView_Bindows4/html/js/biwebservice.htc
D /InfiView_Bindows4/html/js/core.ie.js
D /InfiView_Bindows4/html/js/core.moz.js
D /InfiView_Bindows4/html/js/gauge2.ie.js
D /InfiView_Bindows4/html/js/gauge2.moz.js
D /InfiView_Bindows4/html/js/gui1.js
D /InfiView_Bindows4/html/js/gui2.ie.js
D /InfiView_Bindows4/html/js/gui2.moz.js
D /InfiView_Bindows4/html/js/gui3.js
A /InfiView_Bindows4/html/js/infiview_packages.js
D /InfiView_Bindows4/html/js/loaders.js
D /InfiView_Bindows4/html/js/treeview.js
D /InfiView_Bindows4/html/package.xml
D /InfiView_Bindows4/html/themes/AlmostClassic
D /InfiView_Bindows4/html/themes/Beige
D /InfiView_Bindows4/html/themes/Bindows3Theme
D /InfiView_Bindows4/html/themes/Blue
D /InfiView_Bindows4/html/themes/Default
D /InfiView_Bindows4/html/themes/HighContrast
Removed old Bindows distro and added files with patches and packages.
------------------------------------------------------------------------
r1379
M /InfiView_Bindows4/html/js/infiview/api/ContextMenu.js
M /InfiView_Bindows4/test/GettingStarted.xml
M /InfiView_Bindows4/test/GroupTest.xml
M /InfiView_Bindows4/test/ServerMonitorTest.xml
Using Bindows 4.0 method BiMenu.popupAtMouse(BiMouseEvent)
------------------------------------------------------------------------
r1378
D /InfiView_Bindows4/html/js/treeview
Removed empty folder
------------------------------------------------------------------------
r1377
M /InfiView_Bindows4/html/js/infiview/main/infiviewbindows.js
Reduced duplication.
------------------------------------------------------------------------
r1376
D /InfiView_Bindows4/html/js/infiview/main/loadInfiView.js
Deleted unused, duplicated loader.
------------------------------------------------------------------------
r1375
M /InfiView_Bindows4/html/js/infiview/edge/DrawGradientLine.js
M /InfiView_Bindows4/html/js/infiview/edge/EdgeManager.js
M /InfiView_Bindows4/html/js/infiview/main/infiviewbindows.js
M /InfiView_Bindows4/html/js/infiview/main/loadInfiView.js
M /InfiView_Bindows4/html/js/infiview/noderepadapter/ComponentNodeRepAdapter.js
M /InfiView_Bindows4/html/js/infiview/noderepadapter/GoogleMapsNodeRepAdapter.js
M /InfiView_Bindows4/test/MovingEdgeTest.xml
M /InfiView_Bindows4/test/gauge2/BiAbstractGauge2GradientFiller.js
Replaced BiBrowserCheck.moz with !BiBrowserCheck.ie where SVG was handled and where certain methods would not have been created at all.
------------------------------------------------------------------------
r1374
M /InfiView_Bindows4/html/js/infiview/noderepadapter/ZoomableNodeRepAdapter.js
Replaced BiBrowserCheck.moz with !BiBrowserCheck.ie where SVG was handled and where certain methods would not have been created at all.
------------------------------------------------------------------------
r1373
M /InfiView_Bindows4/test/MovingEdgeTest.xml
Added missing semicolon
------------------------------------------------------------------------
r1372
M /InfiView_Bindows4/test/EdgePropertyForm.js
Exiting constructor when building class. getClassFromNode creates an instance with _biInPrototype true (so many fields, including _handler, are not populated, causing error)
------------------------------------------------------------------------
r1371
M /InfiView_Bindows4/test/MovingEdgeTest.xml
removed debug code
------------------------------------------------------------------------
r1370
M /InfiView_Bindows4/html/js/infiview/jsf/JSF.js
added missing keyword 'function'
------------------------------------------------------------------------
r1361
M /InfiView_Bindows4/html/js/animation.js
M /InfiView_Bindows4/html/js/application.js
M /InfiView_Bindows4/html/js/core.ie.js
M /InfiView_Bindows4/html/js/core.moz.js
M /InfiView_Bindows4/html/js/gui1.js
M /InfiView_Bindows4/html/js/gui2.ie.js
M /InfiView_Bindows4/html/js/gui2.moz.js
M /InfiView_Bindows4/html/js/gui3.js
M /InfiView_Bindows4/html/js/infiview/edge/EdgeContainer.js
M /InfiView_Bindows4/html/js/infiview/edge/EdgeManager.js
M /InfiView_Bindows4/html/js/infiview/infiviewlayout/NodeAnimation.js
A /InfiView_Bindows4/html/js/infiview/layout/RelationLayout.js
M /InfiView_Bindows4/html/js/infiview/main/GraphML.js
A /InfiView_Bindows4/html/js/infiview/main/infiviewbindows.js
M /InfiView_Bindows4/html/js/infiview/main/initInfiview.js
M /InfiView_Bindows4/html/js/infiview/main/initInfiviewApp.js
A /InfiView_Bindows4/html/js/infiview/main/loadInfiView.js
M /InfiView_Bindows4/html/js/infiview/node/ComponentNode.js
M /InfiView_Bindows4/html/js/infiview/util/UndoRedo.js
M /InfiView_Bindows4/html/js/loaders.js
M /InfiView_Bindows4/html/js/treeview.js
------------------------------------------------------------------------
r1360
M /InfiView_Bindows4/build.xml
M /InfiView_Bindows4/package.xml
------------------------------------------------------------------------
r1359
A /InfiView_Bindows4 (från /InfiView:1358)
Branch for using Bindows 4.0
------------------------------------------------------------------------
r1358
M /InfiView/test/ServerMonitorTest.xml
------------------------------------------------------------------------
r1357
M /InfiView/html/js/infiview/navigator/DynamicViewportNavigator.js
Fixed a bug which yielded fW=fH=NaN sometimes.
------------------------------------------------------------------------
r1356
M /InfiView/html/js/infiview/main/InfiView.js
fixed removeNodeType
------------------------------------------------------------------------
r1355
M /InfiView/html/js/infiview/main/InfiView.js
Added addNodeTypeFromXml utility function. renamed updateNodeTypeSituation to updateNodeTypes.
------------------------------------------------------------------------
r1354
M /InfiView/html/js/infiview/main/InfiView.js
Changed comment
------------------------------------------------------------------------
r1353
M /InfiView/html/js/infiview/main/InfiView.js
Added node type utillity methods
------------------------------------------------------------------------
r1352
M /InfiView/html/js/infiview/navigator/ViewportNavigator.js
Fix layout ie tabpage
------------------------------------------------------------------------
r1351
M /InfiView/html/js/infiview/navigator/ViewportNavigator.js
------------------------------------------------------------------------
r1350
M /InfiView/test/layout/SpanningTreeDemo.xml
corrected spacing
------------------------------------------------------------------------
r1349
M /InfiView/html/js/application.js
added Graph.js to InfiVewLayout package.
------------------------------------------------------------------------
r1348
M /InfiView/test/layout/BalloonTreeTest.xml
M /InfiView/test/layout/HVTreeDemo.xml
M /InfiView/test/layout/SingleCircleDemo.xml
M /InfiView/test/layout/TreeLayoutDemo.xml
M /InfiView/test/layout/WedgeTreeDemo.xml
updated to use the new infiview.Graph.
------------------------------------------------------------------------
r1347
A /InfiView/test/layout/SpanningTreeDemo.html
A /InfiView/test/layout/SpanningTreeDemo.xml
New spanning tree demo
------------------------------------------------------------------------
r1346
M /InfiView/html/js/infiview/layout/BalloonTreeLayout.js
A /InfiView/html/js/infiview/layout/Graph.js
M /InfiView/html/js/infiview/layout/HVTreeLayout.js
M /InfiView/html/js/infiview/layout/SingleCircleLayout.js
M /InfiView/html/js/infiview/layout/TreeLayout.js
M /InfiView/html/js/infiview/layout/WedgeTreeLayout.js
M /InfiView/html/js/infiview/layout/circlecrossings.js
Added infiview.Graph object which represents a graph. Updated layout algorithms to use the new Graph object. Added a SpanningTreeGraph.
------------------------------------------------------------------------
r1345
M /InfiView/build.xml
Added a new package with the InfiView source code and Bindows obfuscated. Renamed the old package version to eval.
------------------------------------------------------------------------
r1344
M /InfiView/html/js/infiview/viewport/AbstractViewport.js
hide focus rectangle on contentPane.
------------------------------------------------------------------------
r1343
M /InfiView/test/MovingEdgeTest.xml
Added feedback dialog.
------------------------------------------------------------------------
r1342
M /InfiView/html/js/infiview/edge/DrawGradientLine.js
removed some blank lines
------------------------------------------------------------------------
r1341
M /InfiView/test/LayerTest.xml
M /InfiView/test/graph.xml
M /InfiView/test/graph2.xml
Updated graphml handling
------------------------------------------------------------------------
r1340
M /InfiView/html/js/infiview/layout/WedgeTreeLayout.js
Added declaration for variable x. Changed StopIteration to MochiKit.Iter.StopIteration.
------------------------------------------------------------------------
r1339
A /InfiView/map/MapTest.xml
A /InfiView/map/MapTester.html
Map test
------------------------------------------------------------------------
r1338
M /InfiView/html/js/infiview/navigator/ViewportNavigator.js
When viewportLeft od viewportTop is undefined use center the 0, 0 coordinate
------------------------------------------------------------------------
r1337
M /InfiView/html/js/infiview/model/MapViewportModel.js
M /InfiView/html/js/infiview/model/ZoomableViewportModel.js
Fxied some logical map related errors
------------------------------------------------------------------------
r1336
M /InfiView/html/js/infiview/map/MapZoomLevelDefinition.js
Fxied saome logical errors
------------------------------------------------------------------------
r1335
M /InfiView/html/js/infiview/vg/VGGrid.js
M /InfiView/html/js/infiview/vg/VGIconLabel.js
M /InfiView/html/js/infiview/vg/VGSymbol.js
M /InfiView/html/js/infiview/vg/VGSymbols.js
Fixed AbstractVGVomponent problem
------------------------------------------------------------------------
r1334
M /InfiView/html/js/infiview/vg/VGComponent.js
Capitalized String type name.
------------------------------------------------------------------------
r1333
D /InfiView/map/BiMapViewport.js
D /InfiView/map/BiMapViewportModel.js
D /InfiView/map/BiMapZoomLevelDefinition.js
D /InfiView/map/MapTest.js
D /InfiView/map/MapTest.xml
D /InfiView/map/MapTester.html
map
------------------------------------------------------------------------
r1332
M /InfiView/test/gauge2/BiGauge2Component.moz.js
firefox fixed worked without a timer.
------------------------------------------------------------------------
r1331
M /InfiView/html/js/infiview/util/UndoRedo.js
UndoRedo fix
------------------------------------------------------------------------