Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 13:46:30 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r351941 - in branches/2014Q2/graphics/tulip: . files
Message-ID:  <201404231346.s3NDkUu6054416@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Apr 23 13:46:29 2014
New Revision: 351941
URL: http://svnweb.freebsd.org/changeset/ports/351941
QAT: https://qat.redports.org/buildarchive/r351941/

Log:
  MFH: r351810
  
  graphics/tulip -- depend on graphics/png
  
  Approved by:    portmgr

Added:
  branches/2014Q2/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp
     - copied unchanged from r351810, head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp
  branches/2014Q2/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h
     - copied unchanged from r351810, head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h
  branches/2014Q2/graphics/tulip/files/patch-software-tulip-src_main.cpp
     - copied unchanged from r351810, head/graphics/tulip/files/patch-software-tulip-src_main.cpp
  branches/2014Q2/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp
     - copied unchanged from r351810, head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp
  branches/2014Q2/graphics/tulip/files/patch-thirdparty_CMakeLists.txt
     - copied unchanged from r351810, head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt
Deleted:
  branches/2014Q2/graphics/tulip/files/patch-CMakeLists.txt
  branches/2014Q2/graphics/tulip/files/patch-UseTulip.cmake
  branches/2014Q2/graphics/tulip/files/patch-library-tulip-include-tulip_ConsoleUtils.h
  branches/2014Q2/graphics/tulip/files/patch-library-tulip-src_CMakeLists.txt
  branches/2014Q2/graphics/tulip/files/patch-opengl
  branches/2014Q2/graphics/tulip/files/patch-software-crash_handling_CMakeLists.txt
  branches/2014Q2/graphics/tulip/files/patch-software-crash_handling_CrashHandling.cpp
  branches/2014Q2/graphics/tulip/files/patch-software-crash_handling_StackWalker.cpp
  branches/2014Q2/graphics/tulip/files/patch-software-crash_handling_StackWalker.h
  branches/2014Q2/graphics/tulip/files/patch-thirdparty-OGDF-ogdf-basic_basic.h
  branches/2014Q2/graphics/tulip/files/patch-thirdparty-OGDF-src-basic_System.cpp
  branches/2014Q2/graphics/tulip/files/patch-thirdparty-ftgl-CMakeLists.txt
Modified:
  branches/2014Q2/graphics/tulip/Makefile
  branches/2014Q2/graphics/tulip/distinfo
  branches/2014Q2/graphics/tulip/files/patch-dirent
  branches/2014Q2/graphics/tulip/pkg-plist
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/graphics/tulip/Makefile
==============================================================================
--- branches/2014Q2/graphics/tulip/Makefile	Wed Apr 23 13:38:53 2014	(r351940)
+++ branches/2014Q2/graphics/tulip/Makefile	Wed Apr 23 13:46:29 2014	(r351941)
@@ -2,14 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	tulip
-PORTVERSION=	3.8.0
-PORTREVISION=	2
+PORTVERSION=	4.5.0
 CATEGORIES=	graphics
 MASTER_SITES=	SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-DISTFILES=	${DISTNAME}-src${EXTRACT_SUFX}
+DISTNAME=	${PORTNAME}-${PORTVERSION}_src
 
 MAINTAINER=	gahr@FreeBSD.org
-COMMENT=	A system dedicated to the visualization of huge graphs
+COMMENT=	System dedicated to the visualization of huge graphs
 
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
    		gzstream.0:${PORTSDIR}/devel/gzstream \
@@ -17,38 +16,40 @@ LIB_DEPENDS=	freetype.9:${PORTSDIR}/prin
 		qscintilla2:${PORTSDIR}/devel/qscintilla2 \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 
-USE_QT4=	corelib moc_build uic_build rcc_build gui opengl xml network qmake_build \
-		designer assistant assistantclient
+LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+		libQxtCore.so:${PORTSDIR}/devel/libqxt \
+		libOGDF.so:${PORTSDIR}/math/ogdf \
+		libpng.so:${PORTSDIR}/graphics/png
+
+USES=		cmake:outsource compiler:c++11-lib shebangfix dos2unix
+SHEBANG_FILES=	tulip-config.in
+DOS2UNIX_FILES=	software/tulip/src/main.cpp
+USE_CXXSTD=	c++11
 USE_GL=		glew glut
 USE_GNOME=	libxml2
 USE_PYTHON=	yes
-USES=		cmake:outsource
-CMAKE_ARGS+=	-DLOCALBASE:PATH=${LOCALBASE} \
-		-DPYTHON_INCLUDEDIR:PATH=${PYTHON_INCLUDEDIR}
-USE_LDCONFIG=	${PREFIX}/lib/tlp
+USE_QT4=	corelib moc_build uic_build rcc_build gui opengl xml network qmake_build \
+		designer assistant assistantclient
+CXXFLAGS+=	-fPIC -I${LOCALBASE}/include -DNDEBUG -g -O0
+LDFLAGS+=	-L${LOCALBASE}/lib
+CMAKE_ARGS+=	-DPYTHON_INCLUDEDIR:PATH=${PYTHON_INCLUDEDIR} \
+    		-DLOCALBASE:PATH=${LOCALBASE} \
+		-DOGDFLibrary=${LOCALBASE}/lib/libOGDF.so \
+		-DOGDFInclude=${LOCALBASE}/include
+USE_LDCONFIG=	${PREFIX}/lib/tulip
 
-WRKSRC=		${WRKDIR}/${DISTNAME}-src
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_SUB+=	TULIP_VERSION=${PORTVERSION} \
 		TULIP_VERS=${PORTVERSION:R}
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CFLAGS+=	-fPIC
-.endif
-
-.if ${OSVERSION} < 800000
-BROKEN=		does not compile on FreeBSD 7.X
-.endif
+.include <bsd.port.options.mk>
 
-.if !defined(NOPORTDOCS)
-DISTFILES+=	${PORTNAME}-${PORTVERSION}-html.tar.bz2
+.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	*
 post-install:
-	${INSTALL} -d ${DOCSDIR}
-	(cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}-html && ${COPYTREE_SHARE} \* ${DOCSDIR})
+	${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}-html && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: branches/2014Q2/graphics/tulip/distinfo
==============================================================================
--- branches/2014Q2/graphics/tulip/distinfo	Wed Apr 23 13:38:53 2014	(r351940)
+++ branches/2014Q2/graphics/tulip/distinfo	Wed Apr 23 13:46:29 2014	(r351941)
@@ -1,4 +1,2 @@
-SHA256 (tulip-3.8.0-src.tar.gz) = 2b938ec1894b81bdd798d04d172a853dbd99b8660895c1dc3e8e2019fb1e42d4
-SIZE (tulip-3.8.0-src.tar.gz) = 23052697
-SHA256 (tulip-3.8.0-html.tar.bz2) = fcc9d7db32cb4d8a0c4f27693bae54a5c5482ca513d652effcbae21687ea75a0
-SIZE (tulip-3.8.0-html.tar.bz2) = 48553953
+SHA256 (tulip-4.5.0_src.tar.gz) = b3c776e2f029765749b93ea0b396faea7922341d2b57fc83024d21a1df5abfa5
+SIZE (tulip-4.5.0_src.tar.gz) = 78391448

Modified: branches/2014Q2/graphics/tulip/files/patch-dirent
==============================================================================
--- branches/2014Q2/graphics/tulip/files/patch-dirent	Wed Apr 23 13:38:53 2014	(r351940)
+++ branches/2014Q2/graphics/tulip/files/patch-dirent	Wed Apr 23 13:46:29 2014	(r351941)
@@ -1,6 +1,6 @@
---- library/tulip/src/PluginLibraryLoader.cpp.orig	2012-06-11 09:46:14.000000000 +0200
-+++ library/tulip/src/PluginLibraryLoader.cpp	2012-06-13 09:50:05.000000000 +0200
-@@ -191,7 +191,14 @@
+--- library/tulip-core/src/PluginLibraryLoader.cpp.orig	2014-03-25 10:10:30.000000000 +0100
++++ library/tulip-core/src/PluginLibraryLoader.cpp	2014-04-01 13:50:00.000000000 +0200
+@@ -130,7 +130,14 @@
  }
  
  // accepts only file whose name matches *.so or *.dylib
@@ -15,12 +15,3 @@
  #if !defined(__APPLE__)
    const char *suffix = ".so";
    const unsigned long suffix_len = 3;
-@@ -216,7 +223,7 @@
-   struct dirent **namelist;
-   n = scandir((const char *) _pluginPath.c_str(),
-               &namelist,
--#if !(defined(__APPLE__) || defined(__FreeBSD__))
-+#if !defined(__APPLE__)
-               (int (*) (const dirent *))
- #endif
-               __tulip_select_libs,

Copied: branches/2014Q2/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp (from r351810, head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q2/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp	Wed Apr 23 13:46:29 2014	(r351941, copy of r351810, head/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp)
@@ -0,0 +1,11 @@
+--- plugins/view/HistogramView/HistogramStatistics.cpp.orig	2014-04-18 12:05:56.000000000 +0200
++++ plugins/view/HistogramView/HistogramStatistics.cpp	2014-04-18 12:07:56.000000000 +0200
+@@ -30,7 +30,7 @@
+ #include "HistoStatsConfigWidget.h"
+ #include "HistogramView.h"
+ 
+-#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4)
++#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4) || defined(__FreeBSD__)
+ 
+ #include <functional>
+ 

Copied: branches/2014Q2/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h (from r351810, head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q2/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h	Wed Apr 23 13:46:29 2014	(r351941, copy of r351810, head/graphics/tulip/files/patch-software-tulip-include_TulipPerspectiveProcessHandler.h)
@@ -0,0 +1,11 @@
+--- software/tulip/include/TulipPerspectiveProcessHandler.h.orig	2014-04-18 11:41:35.000000000 +0200
++++ software/tulip/include/TulipPerspectiveProcessHandler.h	2014-04-18 11:47:38.000000000 +0200
+@@ -27,6 +27,8 @@
+ 
+ #include <QTcpServer>
+ 
++#include <ctime>
++
+ // Some utility class used in crash handler dialog designer form
+ 
+ class SelectionButton: public QPushButton {

Copied: branches/2014Q2/graphics/tulip/files/patch-software-tulip-src_main.cpp (from r351810, head/graphics/tulip/files/patch-software-tulip-src_main.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q2/graphics/tulip/files/patch-software-tulip-src_main.cpp	Wed Apr 23 13:46:29 2014	(r351941, copy of r351810, head/graphics/tulip/files/patch-software-tulip-src_main.cpp)
@@ -0,0 +1,12 @@
+--- software/tulip/src/main.cpp.orig	2014-04-18 11:56:26.000000000 +0200
++++ software/tulip/src/main.cpp	2014-04-18 11:56:38.000000000 +0200
+@@ -119,7 +119,9 @@
+ }
+ 
+ int main(int argc, char **argv) {
++#ifndef __FreeBSD__
+   start_crash_handler();
++#endif
+ 
+ 
+ 

Copied: branches/2014Q2/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp (from r351810, head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q2/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp	Wed Apr 23 13:46:29 2014	(r351941, copy of r351810, head/graphics/tulip/files/patch-software-tulip_perspective-src_main.cpp)
@@ -0,0 +1,12 @@
+--- software/tulip_perspective/src/main.cpp.orig	2014-04-18 11:58:12.000000000 +0200
++++ software/tulip_perspective/src/main.cpp	2014-04-18 11:58:27.000000000 +0200
+@@ -129,7 +129,9 @@
+ }
+ 
+ int main(int argc,char **argv) {
++#ifndef __FreeBSD__
+   start_crash_handler();
++#endif
+ 
+   QString appName("Tulip ");
+   QString iconPath;

Copied: branches/2014Q2/graphics/tulip/files/patch-thirdparty_CMakeLists.txt (from r351810, head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q2/graphics/tulip/files/patch-thirdparty_CMakeLists.txt	Wed Apr 23 13:46:29 2014	(r351941, copy of r351810, head/graphics/tulip/files/patch-thirdparty_CMakeLists.txt)
@@ -0,0 +1,11 @@
+--- thirdparty/CMakeLists.txt.orig	2014-04-18 10:22:25.000000000 +0200
++++ thirdparty/CMakeLists.txt	2014-04-18 10:22:30.000000000 +0200
+@@ -2,7 +2,7 @@
+ 
+ ADD_SUBDIRECTORY(gzstream)
+ ADD_SUBDIRECTORY(ftgl)
+-ADD_SUBDIRECTORY(OGDF)
++#ADD_SUBDIRECTORY(OGDF)
+ ADD_SUBDIRECTORY(quazip)
+ ADD_SUBDIRECTORY(yajl)
+ ADD_SUBDIRECTORY(qxt)

Modified: branches/2014Q2/graphics/tulip/pkg-plist
==============================================================================
--- branches/2014Q2/graphics/tulip/pkg-plist	Wed Apr 23 13:38:53 2014	(r351940)
+++ branches/2014Q2/graphics/tulip/pkg-plist	Wed Apr 23 13:46:29 2014	(r351941)
@@ -1,85 +1,64 @@
 bin/tulip
 bin/tulip-config
-bin/tulip_app
-bin/tulip_need_restart
+bin/tulip_perspective
+include/tulip/APIDataBase.h
 include/tulip/AbstractGlCurve.h
 include/tulip/AbstractProperty.h
-include/tulip/AbstractView.h
 include/tulip/AcyclicTest.h
 include/tulip/Algorithm.h
+include/tulip/Animation.h
 include/tulip/Array.h
-include/tulip/AugmentedDisplayDialog.h
-include/tulip/AugmentedDisplayDialogData.h
-include/tulip/BaseGraphicsViewComponent.h
-include/tulip/BaseGraphicsViewComponentMacro.h
+include/tulip/AutoCompletionDataBase.h
 include/tulip/Bfs.h
 include/tulip/BiconnectedTest.h
-include/tulip/BooleanAlgorithm.h
 include/tulip/BooleanProperty.h
 include/tulip/BoundingBox.h
 include/tulip/CSVContentHandler.h
 include/tulip/CSVGraphImport.h
 include/tulip/CSVGraphMappingConfigurationWidget.h
-include/tulip/CSVGraphMappingConfigurationWidgetData.h
 include/tulip/CSVImportConfigurationWidget.h
-include/tulip/CSVImportConfigurationWidgetData.h
 include/tulip/CSVImportWizard.h
-include/tulip/CSVImportWizardData.h
 include/tulip/CSVParser.h
 include/tulip/CSVParserConfigurationWidget.h
-include/tulip/CSVParserConfigurationWidgetData.h
+include/tulip/CachedPropertyAnimation.h
 include/tulip/Camera.h
-include/tulip/ChooseFileNameDialogData.h
+include/tulip/CaptionGraphicsItem.h
+include/tulip/CaptionGraphicsSubItems.h
+include/tulip/CaptionItem.h
 include/tulip/Circle.h
+include/tulip/ClearableLineEdit.h
 include/tulip/Color.h
-include/tulip/ColorAlgorithm.h
 include/tulip/ColorButton.h
 include/tulip/ColorProperty.h
+include/tulip/ColorPropertyAnimation.h
 include/tulip/ColorScale.h
+include/tulip/ColorScaleButton.h
 include/tulip/ColorScaleConfigDialog.h
-include/tulip/ColorScaleConfigDialogData.h
 include/tulip/ColorScaleWidget.h
 include/tulip/ConcatIterator.h
 include/tulip/ConnectedTest.h
 include/tulip/ConsoleUtils.h
-include/tulip/Controller.h
-include/tulip/ControllerAlgorithmTools.h
-include/tulip/ControllerPluginsManager.h
-include/tulip/ControllerViewsManager.h
-include/tulip/ControllerViewsTools.h
 include/tulip/ConvexHull.h
 include/tulip/Coord.h
-include/tulip/CoordWidget.h
-include/tulip/CoordWidgetData.h
+include/tulip/CoordEditor.h
 include/tulip/CopyPropertyDialog.h
-include/tulip/CopyPropertyDialogData.h
 include/tulip/Curves.h
 include/tulip/DataSet.h
 include/tulip/Delaunay.h
-include/tulip/DoubleAlgorithm.h
 include/tulip/DoubleProperty.h
+include/tulip/DoublePropertyAnimation.h
 include/tulip/DoubleStringsListSelectionWidget.h
-include/tulip/DoubleStringsListSelectionWidgetData.h
+include/tulip/DownloadManager.h
+include/tulip/DragHandle.h
 include/tulip/DrawingTools.h
 include/tulip/Edge.h
 include/tulip/EdgeExtremityGlyph.h
 include/tulip/EdgeExtremityGlyphManager.h
-include/tulip/ElementPropertiesWidget.h
-include/tulip/ElementPropertiesWidgetPlugin.h
-include/tulip/ElementPropertiesWidgetUI.h
 include/tulip/ExportModule.h
-include/tulip/ExtendedClusterOperation.h
 include/tulip/Face.h
 include/tulip/FaceIterator.h
-include/tulip/FileNameEditorWidget.h
-include/tulip/FileNameEditorWidgetData.h
-include/tulip/FindSelectionData.h
-include/tulip/FindSelectionWidget.h
 include/tulip/ForEach.h
-include/tulip/ForegroundEntity.h
-include/tulip/GWOverviewWidget.h
-include/tulip/GWOverviewWidgetData.h
-include/tulip/GWOverviewWidgetPlugin.h
+include/tulip/GLInteractor.h
 include/tulip/Gl2DRect.h
 include/tulip/GlAbstractPolygon.h
 include/tulip/GlAxis.h
@@ -98,14 +77,17 @@ include/tulip/GlConvexGraphHull.h
 include/tulip/GlConvexHull.h
 include/tulip/GlCubicBSplineInterpolation.h
 include/tulip/GlCurve.h
-include/tulip/GlCylinder.h
 include/tulip/GlDisplayListManager.h
 include/tulip/GlEdge.h
 include/tulip/GlEntity.h
 include/tulip/GlFeedBackBuilder.h
 include/tulip/GlFeedBackRecorder.h
+include/tulip/GlGlyphRenderer.h
 include/tulip/GlGraphComposite.h
+include/tulip/GlGraphHighDetailsRenderer.h
 include/tulip/GlGraphInputData.h
+include/tulip/GlGraphLowDetailsRenderer.h
+include/tulip/GlGraphRenderer.h
 include/tulip/GlGraphRenderingParameters.h
 include/tulip/GlGraphStaticData.h
 include/tulip/GlGrid.h
@@ -118,16 +100,13 @@ include/tulip/GlLine.h
 include/tulip/GlLines.h
 include/tulip/GlMainView.h
 include/tulip/GlMainWidget.h
-include/tulip/GlMainWidgetGraphicsView.h
-include/tulip/GlMainWidgetItem.h
-include/tulip/GlMainWidgetPlugin.h
-include/tulip/GlMetaNode.h
+include/tulip/GlMainWidgetGraphicsItem.h
 include/tulip/GlMetaNodeRenderer.h
-include/tulip/GlMetaNodeTrueRenderer.h
 include/tulip/GlNode.h
 include/tulip/GlNominativeAxis.h
 include/tulip/GlOffscreenRenderer.h
 include/tulip/GlOpenUniformCubicBSpline.h
+include/tulip/GlOverviewGraphicsItem.h
 include/tulip/GlPentagon.h
 include/tulip/GlPolyQuad.h
 include/tulip/GlPolygon.h
@@ -136,7 +115,6 @@ include/tulip/GlQuad.h
 include/tulip/GlQuadTreeLODCalculator.h
 include/tulip/GlQuantitativeAxis.h
 include/tulip/GlRect.h
-include/tulip/GlRectTextured.h
 include/tulip/GlRegularPolygon.h
 include/tulip/GlScene.h
 include/tulip/GlSceneObserver.h
@@ -145,7 +123,9 @@ include/tulip/GlSceneZoomAndPan.h
 include/tulip/GlSelectSceneVisitor.h
 include/tulip/GlShaderProgram.h
 include/tulip/GlSimpleEntity.h
+include/tulip/GlSimpleEntityItemModel.h
 include/tulip/GlSphere.h
+include/tulip/GlStar.h
 include/tulip/GlTLPFeedBackBuilder.h
 include/tulip/GlTextureManager.h
 include/tulip/GlTools.h
@@ -155,35 +135,31 @@ include/tulip/GlVertexArrayVisitor.h
 include/tulip/GlXMLTools.h
 include/tulip/Glyph.h
 include/tulip/GlyphManager.h
+include/tulip/GlyphRenderer.h
 include/tulip/Graph.h
+include/tulip/GraphAbstract.h
 include/tulip/GraphDecorator.h
+include/tulip/GraphElementModel.h
+include/tulip/GraphHierarchiesModel.h
 include/tulip/GraphMeasure.h
+include/tulip/GraphModel.h
+include/tulip/GraphNeedsSavingObserver.h
+include/tulip/GraphPropertiesModel.h
 include/tulip/GraphPropertiesSelectionWidget.h
-include/tulip/GraphPropertiesTableWidget.h
 include/tulip/GraphProperty.h
+include/tulip/GraphTableItemDelegate.h
+include/tulip/GraphTest.h
 include/tulip/GraphTools.h
-include/tulip/GraphicsWidgetBase.h
-include/tulip/GridOptionsData.h
-include/tulip/GridOptionsWidget.h
 include/tulip/ImportModule.h
-include/tulip/IntegerAlgorithm.h
 include/tulip/IntegerProperty.h
 include/tulip/Interactor.h
-include/tulip/InteractorChainOfResponsibility.h
-include/tulip/InteractorComponent.h
-include/tulip/InteractorManager.h
+include/tulip/InteractorComposite.h
 include/tulip/ItemsListWidget.h
 include/tulip/Iterator.h
-include/tulip/LayerManagerWidget.h
-include/tulip/LayerManagerWidgetData.h
-include/tulip/LayoutAlgorithm.h
 include/tulip/LayoutProperty.h
-include/tulip/ListPropertyWidgetData.h
-include/tulip/MainController.h
+include/tulip/LayoutPropertyAnimation.h
 include/tulip/MapIterator.h
 include/tulip/Matrix.h
-include/tulip/MethodFactory.h
-include/tulip/Morphing.h
 include/tulip/MouseBoxZoomer.h
 include/tulip/MouseEdgeBendEditor.h
 include/tulip/MouseEdgeBuilder.h
@@ -196,254 +172,324 @@ include/tulip/MouseShowElementInfos.h
 include/tulip/MutableContainer.h
 include/tulip/Node.h
 include/tulip/NodeLinkDiagramComponent.h
+include/tulip/NodeLinkDiagramComponentInteractor.h
+include/tulip/NumericProperty.h
 include/tulip/Observable.h
-include/tulip/ObservableGraph.h
-include/tulip/ObservableProperty.h
 include/tulip/OcclusionTest.h
 include/tulip/OpenGlConfigManager.h
-include/tulip/OpenGlErrorViewer.h
 include/tulip/Ordering.h
 include/tulip/OuterPlanarTest.h
+include/tulip/ParameterListModel.h
 include/tulip/ParametricCurves.h
+include/tulip/Perspective.h
+include/tulip/PlaceHolderWidget.h
 include/tulip/PlanarConMap.h
 include/tulip/PlanarityTest.h
 include/tulip/Plugin.h
 include/tulip/PluginContext.h
 include/tulip/PluginLibraryLoader.h
+include/tulip/PluginLister.h
 include/tulip/PluginLoader.h
 include/tulip/PluginLoaderTxt.h
+include/tulip/PluginModel.h
 include/tulip/PluginProgress.h
-include/tulip/PluginProgressWidget.h
-include/tulip/PluginProgressWidgetData.h
-include/tulip/PreferenceManager.h
+include/tulip/ProcessingAnimationItem.h
+include/tulip/PropertyAlgorithm.h
+include/tulip/PropertyAnimation.h
 include/tulip/PropertyCreationDialog.h
-include/tulip/PropertyCreationDialogData.h
-include/tulip/PropertyDialog.h
-include/tulip/PropertyDialogData.h
 include/tulip/PropertyInterface.h
 include/tulip/PropertyTypes.h
-include/tulip/PropertyWidget.h
-include/tulip/PropertyWidgetPlugin.h
+include/tulip/PropertyWrapper.h
+include/tulip/PythonCodeEditor.h
+include/tulip/PythonCppTypesConverter.h
+include/tulip/PythonEditorsTabWidget.h
+include/tulip/PythonInterpreter.cxx
+include/tulip/PythonInterpreter.h
+include/tulip/PythonShellWidget.h
+include/tulip/PythonVersionChecker.h
 include/tulip/QGlBufferManager.h
 include/tulip/QGlPixelBufferManager.h
 include/tulip/QtGlSceneZoomAndPanAnimator.h
-include/tulip/QtOpenGlErrorViewer.h
-include/tulip/QtOpenGlErrorViewerWithAskAgainDialogData.h
-include/tulip/QtProgress.h
+include/tulip/QuaZIPFacade.h
 include/tulip/QuadTree.h
+include/tulip/QuickAccessBar.h
 include/tulip/Rectangle.h
-include/tulip/Reflect.h
-include/tulip/RenderingParametersDialog.h
-include/tulip/RenderingParametersDialogData.h
-include/tulip/SGHierarchyWidget.h
-include/tulip/SGHierarchyWidgetPlugin.h
+include/tulip/RenamePropertyDialog.h
+include/tulip/SceneConfigWidget.h
+include/tulip/SceneLayersConfigWidget.h
+include/tulip/ScrollPopupButton.h
+include/tulip/SerializableType.h
 include/tulip/SimplePluginProgress.h
+include/tulip/SimplePluginProgressWidget.h
 include/tulip/SimpleStringsListSelectionWidget.h
-include/tulip/SimpleStringsListSelectionWidgetData.h
 include/tulip/SimpleTest.h
 include/tulip/Size.h
-include/tulip/SizeAlgorithm.h
 include/tulip/SizeProperty.h
-include/tulip/SizeWidget.h
-include/tulip/SizeWidgetData.h
-include/tulip/SmallMultiplesNavigatorComponent.h
-include/tulip/SmallMultiplesView.h
+include/tulip/SizePropertyAnimation.h
 include/tulip/SnapshotDialog.h
-include/tulip/SnapshotDialogData.h
 include/tulip/SortIterator.h
 include/tulip/StableIterator.h
 include/tulip/StlFunctions.h
 include/tulip/StlIterator.h
 include/tulip/StoredType.h
-include/tulip/StringAlgorithm.h
 include/tulip/StringCollection.h
 include/tulip/StringProperty.h
 include/tulip/StringsListSelectionWidget.h
 include/tulip/StringsListSelectionWidgetInterface.h
-include/tulip/TabWidget.h
-include/tulip/TabWidgetData.h
-include/tulip/TabWidgetHidableMenuGraphicsProxy.h
-include/tulip/TemplateFactory.h
-include/tulip/TextEditDialog.h
-include/tulip/TextEditDialogData.h
-include/tulip/TextRenderer.h
-include/tulip/ThreadedComputeProperty.h
-include/tulip/TlpNetworkAccess.h
+include/tulip/SystemDefinition.h
+include/tulip/TemplateAlgorithm.h
 include/tulip/TlpQtTools.h
 include/tulip/TlpTools.h
 include/tulip/TreeTest.h
+include/tulip/TreeViewComboBox.h
 include/tulip/TriconnectedTest.h
 include/tulip/TulipException.h
-include/tulip/TulipPlugin.h
+include/tulip/TulipFileDescriptorWidget.h
+include/tulip/TulipFont.h
+include/tulip/TulipFontDialog.h
+include/tulip/TulipItemDelegate.h
+include/tulip/TulipItemEditorCreators.h
+include/tulip/TulipMetaTypes.h
+include/tulip/TulipMimes.h
+include/tulip/TulipModel.h
+include/tulip/TulipParallelAnimationGroup.h
+include/tulip/TulipPluginHeaders.h
+include/tulip/TulipProject.h
 include/tulip/TulipRelease.h
 include/tulip/TulipSettings.h
-include/tulip/TulipTableWidget.h
+include/tulip/TulipViewSettings.h
+include/tulip/TypeInterface.h
 include/tulip/Vector.h
 include/tulip/VectorCast.h
+include/tulip/VectorEditionWidget.h
+include/tulip/VectorPropertyAnimation.h
 include/tulip/View.h
-include/tulip/ViewPluginsManager.h
+include/tulip/ViewWidget.h
 include/tulip/WithDependency.h
 include/tulip/WithParameter.h
+include/tulip/Workspace.h
+include/tulip/WorkspaceExposeWidget.h
+include/tulip/WorkspacePanel.h
+include/tulip/YajlFacade.h
 include/tulip/conversioniterator.h
 include/tulip/cxx/AbstractProperty.cxx
 include/tulip/cxx/Array.cxx
+include/tulip/cxx/CachedPropertyAnimation.cxx
 include/tulip/cxx/Circle.cxx
+include/tulip/cxx/DataSet.cxx
 include/tulip/cxx/Graph.cxx
+include/tulip/cxx/GraphPropertiesModel.cxx
 include/tulip/cxx/Matrix.cxx
-include/tulip/cxx/Reflect.cxx
-include/tulip/cxx/TemplateFactory.cxx
+include/tulip/cxx/MutableContainer.cxx
+include/tulip/cxx/PropertyAnimation.cxx
+include/tulip/cxx/TulipItemDelegate.cxx
+include/tulip/cxx/TulipItemEditorCreators.cxx
 include/tulip/cxx/Vector.cxx
+include/tulip/cxx/VectorPropertyAnimation.cxx
+include/tulip/cxx/minmaxproperty.cxx
 include/tulip/filteriterator.h
 include/tulip/memorypool.h
-include/tulip/stlfilteriterator.h
+include/tulip/minmaxproperty.h
 include/tulip/tulipconf.h
 include/tulip/tuliphash.h
 include/tulip/uniqueiterator.h
 include/tulip/vectorgraph.h
 include/tulip/vectorgraphproperty.h
-lib/tlp/glyphs/libBillboard-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libChristmasTree-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libCircle-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libCone-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libCross-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libCube-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libCubeOutlinedTransparent-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libCylinder-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libDiamond-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libGlowSphere-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libHalfCylinder-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libHexagone-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libPentagone-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libRing-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libRoundedBox-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libSphere-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libSquare-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libTriangle-%%TULIP_VERSION%%.so
-lib/tlp/glyphs/libWindow-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorAddEdge-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorAddNode-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorDeleteElement-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorEditEdgeBends-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorGetInformation-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorMagicSelection-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorNavigation-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorRectangleZoom-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorSelection-%%TULIP_VERSION%%.so
-lib/tlp/interactors/libInteractorSelectionModifier-%%TULIP_VERSION%%.so
-lib/tlp/libAdjacencyMatrixImport-%%TULIP_VERSION%%.so
-lib/tlp/libAutoSize-%%TULIP_VERSION%%.so
-lib/tlp/libBetweennessCentrality-%%TULIP_VERSION%%.so
-lib/tlp/libBiconnectedComponent-%%TULIP_VERSION%%.so
-lib/tlp/libBubbleTree-%%TULIP_VERSION%%.so
-lib/tlp/libCircular-%%TULIP_VERSION%%.so
-lib/tlp/libClusterMetric-%%TULIP_VERSION%%.so
-lib/tlp/libColorMapping-%%TULIP_VERSION%%.so
-lib/tlp/libCompleteGraph-%%TULIP_VERSION%%.so
-lib/tlp/libCompleteTree-%%TULIP_VERSION%%.so
-lib/tlp/libConeTreeExtended-%%TULIP_VERSION%%.so
-lib/tlp/libConnectedComponent-%%TULIP_VERSION%%.so
-lib/tlp/libConnectedComponentPacking-%%TULIP_VERSION%%.so
-lib/tlp/libConvolutionClustering-%%TULIP_VERSION%%.so
-lib/tlp/libDagLevelMetric-%%TULIP_VERSION%%.so
-lib/tlp/libDegreeMetric-%%TULIP_VERSION%%.so
-lib/tlp/libDendrogram-%%TULIP_VERSION%%.so
-lib/tlp/libDepthMetric-%%TULIP_VERSION%%.so
-lib/tlp/libDotImport-%%TULIP_VERSION%%.so
-lib/tlp/libEccentricity-%%TULIP_VERSION%%.so
-lib/tlp/libEqualValueClustering-%%TULIP_VERSION%%.so
-lib/tlp/libFileSystem-%%TULIP_VERSION%%.so
-lib/tlp/libFitToLabels-%%TULIP_VERSION%%.so
-lib/tlp/libGMLExport-%%TULIP_VERSION%%.so
-lib/tlp/libGMLImport-%%TULIP_VERSION%%.so
-lib/tlp/libGemLayout-%%TULIP_VERSION%%.so
-lib/tlp/libGrid-%%TULIP_VERSION%%.so
-lib/tlp/libHierarchicalClustering-%%TULIP_VERSION%%.so
-lib/tlp/libHierarchicalGraph-%%TULIP_VERSION%%.so
-lib/tlp/libIdMetric-%%TULIP_VERSION%%.so
-lib/tlp/libImportPajek-%%TULIP_VERSION%%.so
-lib/tlp/libImportUCINET-%%TULIP_VERSION%%.so
-lib/tlp/libImprovedWalker-%%TULIP_VERSION%%.so
-lib/tlp/libInducedSubGraphSelection-%%TULIP_VERSION%%.so
-lib/tlp/libKruskal-%%TULIP_VERSION%%.so
-lib/tlp/libLeafMetric-%%TULIP_VERSION%%.so
-lib/tlp/libLoopSelection-%%TULIP_VERSION%%.so
-lib/tlp/libMetricSizeMapping-%%TULIP_VERSION%%.so
-lib/tlp/libMixedModel-%%TULIP_VERSION%%.so
-lib/tlp/libMultipleSelection-%%TULIP_VERSION%%.so
-lib/tlp/libNodeMetric-%%TULIP_VERSION%%.so
-lib/tlp/libOGDF.so
-lib/tlp/libPathLengthMetric-%%TULIP_VERSION%%.so
-lib/tlp/libPlanarGraph-%%TULIP_VERSION%%.so
-lib/tlp/libQuotientClustering-%%TULIP_VERSION%%.so
-lib/tlp/libRandom-%%TULIP_VERSION%%.so
-lib/tlp/libRandomGraph-%%TULIP_VERSION%%.so
-lib/tlp/libRandomMetric-%%TULIP_VERSION%%.so
-lib/tlp/libRandomSimpleGraph-%%TULIP_VERSION%%.so
-lib/tlp/libRandomTree-%%TULIP_VERSION%%.so
-lib/tlp/libRandomTreeGeneral-%%TULIP_VERSION%%.so
-lib/tlp/libReachableSubGraphSelection-%%TULIP_VERSION%%.so
-lib/tlp/libSmallWorldGraph-%%TULIP_VERSION%%.so
-lib/tlp/libSpanningDagSelection-%%TULIP_VERSION%%.so
-lib/tlp/libSpanningTreeSelection-%%TULIP_VERSION%%.so
-lib/tlp/libSquarifiedTreeMap-%%TULIP_VERSION%%.so
-lib/tlp/libStrahlerMetric-%%TULIP_VERSION%%.so
-lib/tlp/libStrengthClustering-%%TULIP_VERSION%%.so
-lib/tlp/libStrengthMetric-%%TULIP_VERSION%%.so
-lib/tlp/libStrongComponent-%%TULIP_VERSION%%.so
-lib/tlp/libTreeLeaf-%%TULIP_VERSION%%.so
-lib/tlp/libTreeRadial-%%TULIP_VERSION%%.so
-lib/tlp/libTreeReingoldAndTilforExtended-%%TULIP_VERSION%%.so
-lib/tlp/libTutte-%%TULIP_VERSION%%.so
-lib/tlp/libWebImport-%%TULIP_VERSION%%.so
-lib/tlp/libDelaunay-%%TULIP_VERSION%%.so
-lib/tlp/libVoronoi-%%TULIP_VERSION%%.so
-lib/tlp/libGEXFImport-%%TULIP_VERSION%%.so
-lib/tlp/libftgl.so
-lib/tlp/libgzstream.so
-lib/tlp/libogdfballoon-%%TULIP_VERSION%%.so
-lib/tlp/libogdfcircular-%%TULIP_VERSION%%.so
-lib/tlp/libogdfdavidsonharel-%%TULIP_VERSION%%.so
-lib/tlp/libogdfdominance-%%TULIP_VERSION%%.so
-lib/tlp/libogdffastmultipoleembedder-%%TULIP_VERSION%%.so
-lib/tlp/libogdffastmultipolemultilevelembedder-%%TULIP_VERSION%%.so
-lib/tlp/libogdffm3-%%TULIP_VERSION%%.so
-lib/tlp/libogdffrutchermanreingold-%%TULIP_VERSION%%.so
-lib/tlp/libogdfgemfrick-%%TULIP_VERSION%%.so
-lib/tlp/libogdfkamadakawai-%%TULIP_VERSION%%.so
-lib/tlp/libogdfmmmexamplefastlayout-%%TULIP_VERSION%%.so
-lib/tlp/libogdfmmmexamplenicelayout-%%TULIP_VERSION%%.so
-lib/tlp/libogdfmmmexamplenotwistlayout-%%TULIP_VERSION%%.so
-lib/tlp/libogdfplanarizationgrid-%%TULIP_VERSION%%.so
-lib/tlp/libogdfstressmajorization-%%TULIP_VERSION%%.so
-lib/tlp/libogdfsugiyama-%%TULIP_VERSION%%.so
-lib/tlp/libogdftree-%%TULIP_VERSION%%.so
-lib/tlp/libogdfupwardplanarization-%%TULIP_VERSION%%.so
-lib/tlp/libogdfvisibility-%%TULIP_VERSION%%.so
-lib/tlp/libtulip-%%TULIP_VERS%%.so
-lib/tlp/libtulip-ogdf-%%TULIP_VERS%%.so
-lib/tlp/libtulip-ogl-%%TULIP_VERS%%.so
-lib/tlp/libtulip-qt4-%%TULIP_VERS%%.so
-lib/tlp/python/sip.so
-lib/tlp/python/stl.so
-lib/tlp/python/tulip.so
-lib/tlp/python/tulipplugins.py
-lib/tlp/python/tulipogl.so
-lib/tlp/python/tulipgui.so
-lib/tlp/view/libSpreadSheet-%%TULIP_VERSION%%.so
-lib/tlp/view/libpythonscriptview-%%TULIP_VERSION%%.so
+include/tulip2ogdf/OGDFLayoutPluginBase.h
+include/tulip2ogdf/TulipToOGDF.h
+lib/libftgl-tulip-%%TULIP_VERS%%.so
+lib/libftgl-tulip-%%TULIP_VERS%%.so.2
+lib/libftgl-tulip-%%TULIP_VERS%%.so.2.1
+lib/libgzstream-tulip-%%TULIP_VERS%%.so
+lib/libgzstream-tulip-%%TULIP_VERS%%.so.0
+lib/libquazip-tulip-%%TULIP_VERS%%.so
+lib/libquazip-tulip-%%TULIP_VERS%%.so.1
+lib/libquazip-tulip-%%TULIP_VERS%%.so.1.0.0
+lib/libqxt-tulip-%%TULIP_VERS%%.so
+lib/libqxt-tulip-%%TULIP_VERS%%.so.0
+lib/libtulip-core-%%TULIP_VERS%%.so
+lib/libtulip-gui-%%TULIP_VERS%%.so
+lib/libtulip-ogdf-%%TULIP_VERS%%.so
+lib/libtulip-ogl-%%TULIP_VERS%%.so
+lib/libtulip-python-%%TULIP_VERS%%.so
+lib/libyajl-tulip-%%TULIP_VERS%%.so
+lib/libyajl-tulip-%%TULIP_VERS%%.so.2
+lib/libyajl-tulip-%%TULIP_VERS%%.so.2.0.1
+lib/python/facebook.py
+lib/python/sip.so
+lib/python/stl.so
+lib/python/tulip.so
+lib/python/tulip_facebook.py
+lib/python/tulipgui.so
+lib/python/tulipogl.so
+lib/python/tulipplugins.py
+lib/tulip/glyph/libBillboard-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libChristmasTree-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libCircle-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libCone-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libCross-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libCube-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libCubeOutlinedTransparent-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libCylinder-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libDiamond-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libGlowSphere-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libHalfCylinder-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libHexagone-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libPentagone-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libRing-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libRoundedBox-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libSphere-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libSquare-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libStar-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libTriangle-%%TULIP_VERSION%%.so
+lib/tulip/glyph/libWindow-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libFishEyeInteractor-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorAddNodeEdge-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorDeleteElement-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorEditEdgeBends-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorGetInformation-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorNavigation-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorRectangleZoom-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorSelection-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libInteractorSelectionModifier-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libMouseLassoNodesSelector-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libMouseMagnifyingGlass-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libNeighborhoodHighlighter-%%TULIP_VERSION%%.so
+lib/tulip/interactor/libPathFinder-%%TULIP_VERSION%%.so
+lib/tulip/libAcyclic-%%TULIP_VERSION%%.so
+lib/tulip/libAdjacencyMatrixImport-%%TULIP_VERSION%%.so
+lib/tulip/libAutoSize-%%TULIP_VERSION%%.so
+lib/tulip/libBetweennessCentrality-%%TULIP_VERSION%%.so
+lib/tulip/libBiconnected-%%TULIP_VERSION%%.so
+lib/tulip/libBiconnectedComponent-%%TULIP_VERSION%%.so
+lib/tulip/libBubbleTree-%%TULIP_VERSION%%.so
+lib/tulip/libCircular-%%TULIP_VERSION%%.so
+lib/tulip/libClusterMetric-%%TULIP_VERSION%%.so
+lib/tulip/libColorMapping-%%TULIP_VERSION%%.so
+lib/tulip/libCompleteGraph-%%TULIP_VERSION%%.so
+lib/tulip/libCompleteTree-%%TULIP_VERSION%%.so
+lib/tulip/libConeTreeExtended-%%TULIP_VERSION%%.so
+lib/tulip/libConnected-%%TULIP_VERSION%%.so
+lib/tulip/libConnectedComponent-%%TULIP_VERSION%%.so
+lib/tulip/libConnectedComponentPacking-%%TULIP_VERSION%%.so
+lib/tulip/libConvolutionClustering-%%TULIP_VERSION%%.so
+lib/tulip/libDagLevelMetric-%%TULIP_VERSION%%.so
+lib/tulip/libDegreeMetric-%%TULIP_VERSION%%.so
+lib/tulip/libDelaunay-%%TULIP_VERSION%%.so
+lib/tulip/libDendrogram-%%TULIP_VERSION%%.so
+lib/tulip/libDepthMetric-%%TULIP_VERSION%%.so
+lib/tulip/libDotImport-%%TULIP_VERSION%%.so
+lib/tulip/libEccentricity-%%TULIP_VERSION%%.so
+lib/tulip/libEdgeBundling-%%TULIP_VERSION%%.so
+lib/tulip/libEmptyGraph-%%TULIP_VERSION%%.so
+lib/tulip/libEqualValueClustering-%%TULIP_VERSION%%.so
+lib/tulip/libFacebookImport-%%TULIP_VERSION%%.so
+lib/tulip/libFastOverlapRemoval-%%TULIP_VERSION%%.so
+lib/tulip/libFileSystem-%%TULIP_VERSION%%.so
+lib/tulip/libGEXFImport-%%TULIP_VERSION%%.so
+lib/tulip/libGMLExport-%%TULIP_VERSION%%.so
+lib/tulip/libGMLImport-%%TULIP_VERSION%%.so
+lib/tulip/libGemLayout-%%TULIP_VERSION%%.so
+lib/tulip/libGrid-%%TULIP_VERSION%%.so
+lib/tulip/libGrip-%%TULIP_VERSION%%.so
+lib/tulip/libHierarchicalClustering-%%TULIP_VERSION%%.so
+lib/tulip/libHierarchicalGraph-%%TULIP_VERSION%%.so
+lib/tulip/libIdMetric-%%TULIP_VERSION%%.so
+lib/tulip/libImportPajek-%%TULIP_VERSION%%.so
+lib/tulip/libImportUCINET-%%TULIP_VERSION%%.so
+lib/tulip/libImprovedWalker-%%TULIP_VERSION%%.so
+lib/tulip/libInducedSubGraphSelection-%%TULIP_VERSION%%.so
+lib/tulip/libKCores-%%TULIP_VERSION%%.so
+lib/tulip/libKruskal-%%TULIP_VERSION%%.so
+lib/tulip/libLeafMetric-%%TULIP_VERSION%%.so
+lib/tulip/libLinLog-%%TULIP_VERSION%%.so
+lib/tulip/libLinkCommunities-%%TULIP_VERSION%%.so
+lib/tulip/libLoopSelection-%%TULIP_VERSION%%.so
+lib/tulip/libLouvainClustering-%%TULIP_VERSION%%.so
+lib/tulip/libMCLClustering-%%TULIP_VERSION%%.so
+lib/tulip/libMetricSizeMapping-%%TULIP_VERSION%%.so
+lib/tulip/libMixedModel-%%TULIP_VERSION%%.so
+lib/tulip/libMultipleSelection-%%TULIP_VERSION%%.so
+lib/tulip/libNodeMetric-%%TULIP_VERSION%%.so
+lib/tulip/libOuterplanar-%%TULIP_VERSION%%.so
+lib/tulip/libPageRank-%%TULIP_VERSION%%.so
+lib/tulip/libPathLengthMetric-%%TULIP_VERSION%%.so
+lib/tulip/libPerfectLayout-%%TULIP_VERSION%%.so
+lib/tulip/libPlanarGraph-%%TULIP_VERSION%%.so
+lib/tulip/libPlanarity-%%TULIP_VERSION%%.so
+lib/tulip/libPolyominoPacking-%%TULIP_VERSION%%.so
+lib/tulip/libQuotientClustering-%%TULIP_VERSION%%.so
+lib/tulip/libRandom-%%TULIP_VERSION%%.so
+lib/tulip/libRandomGraph-%%TULIP_VERSION%%.so
+lib/tulip/libRandomMetric-%%TULIP_VERSION%%.so
+lib/tulip/libRandomSimpleGraph-%%TULIP_VERSION%%.so
+lib/tulip/libRandomTree-%%TULIP_VERSION%%.so
+lib/tulip/libRandomTreeGeneral-%%TULIP_VERSION%%.so
+lib/tulip/libReachableSubGraphSelection-%%TULIP_VERSION%%.so
+lib/tulip/libSVGExport-%%TULIP_VERSION%%.so
+lib/tulip/libSimple-%%TULIP_VERSION%%.so
+lib/tulip/libSmallWorldGraph-%%TULIP_VERSION%%.so
+lib/tulip/libSpanningDagSelection-%%TULIP_VERSION%%.so
+lib/tulip/libSpanningTreeSelection-%%TULIP_VERSION%%.so
+lib/tulip/libSquarifiedTreeMap-%%TULIP_VERSION%%.so
+lib/tulip/libStrahlerMetric-%%TULIP_VERSION%%.so
+lib/tulip/libStrengthClustering-%%TULIP_VERSION%%.so
+lib/tulip/libStrengthMetric-%%TULIP_VERSION%%.so
+lib/tulip/libStrongComponent-%%TULIP_VERSION%%.so
+lib/tulip/libToLabels-%%TULIP_VERSION%%.so
+lib/tulip/libTree-%%TULIP_VERSION%%.so
+lib/tulip/libTreeLeaf-%%TULIP_VERSION%%.so
+lib/tulip/libTreeRadial-%%TULIP_VERSION%%.so
+lib/tulip/libTreeReingoldAndTilforExtended-%%TULIP_VERSION%%.so
+lib/tulip/libTriconnected-%%TULIP_VERSION%%.so
+lib/tulip/libTutte-%%TULIP_VERSION%%.so
+lib/tulip/libVoronoi-%%TULIP_VERSION%%.so
+lib/tulip/libWebImport-%%TULIP_VERSION%%.so
+lib/tulip/libWelshPowell-%%TULIP_VERSION%%.so
+lib/tulip/libogdfballoon-%%TULIP_VERSION%%.so
+lib/tulip/libogdfcircular-%%TULIP_VERSION%%.so
+lib/tulip/libogdfdavidsonharel-%%TULIP_VERSION%%.so
+lib/tulip/libogdfdominance-%%TULIP_VERSION%%.so
+lib/tulip/libogdffastmultipoleembedder-%%TULIP_VERSION%%.so
+lib/tulip/libogdffastmultipolemultilevelembedder-%%TULIP_VERSION%%.so
+lib/tulip/libogdffm3-%%TULIP_VERSION%%.so
+lib/tulip/libogdffrutchermanreingold-%%TULIP_VERSION%%.so
+lib/tulip/libogdfgemfrick-%%TULIP_VERSION%%.so
+lib/tulip/libogdfkamadakawai-%%TULIP_VERSION%%.so
+lib/tulip/libogdfmmmexamplefastlayout-%%TULIP_VERSION%%.so
+lib/tulip/libogdfmmmexamplenicelayout-%%TULIP_VERSION%%.so
+lib/tulip/libogdfmmmexamplenotwistlayout-%%TULIP_VERSION%%.so
+lib/tulip/libogdfplanarizationgrid-%%TULIP_VERSION%%.so
+lib/tulip/libogdfstressmajorization-%%TULIP_VERSION%%.so
+lib/tulip/libogdfsugiyama-%%TULIP_VERSION%%.so
+lib/tulip/libogdftree-%%TULIP_VERSION%%.so
+lib/tulip/libogdfupwardplanarization-%%TULIP_VERSION%%.so
+lib/tulip/libogdfvisibility-%%TULIP_VERSION%%.so
+lib/tulip/libreverseedges-%%TULIP_VERSION%%.so
+lib/tulip/perspective/libGraphPerspective-%%TULIP_VERSION%%.so
+lib/tulip/view/libGeographicView-%%TULIP_VERSION%%.so
+lib/tulip/view/libHistogramView-%%TULIP_VERSION%%.so
+lib/tulip/view/libMatrixView-%%TULIP_VERSION%%.so
+lib/tulip/view/libParallelCoordinatesView-%%TULIP_VERSION%%.so
+lib/tulip/view/libPixelOrientedView-%%TULIP_VERSION%%.so
+lib/tulip/view/libSOMView-%%TULIP_VERSION%%.so
+lib/tulip/view/libScatterPlot2DView-%%TULIP_VERSION%%.so
+lib/tulip/view/libTableView-%%TULIP_VERSION%%.so
+lib/tulip/view/libpythonscriptview-%%TULIP_VERSION%%.so
 %%DATADIR%%/FindGLEW.cmake
-%%DATADIR%%/FindTULIP3.cmake
-%%DATADIR%%/FindXML2.cmake
+%%DATADIR%%/FindTULIP.cmake
+%%DATADIR%%/TulipUseFile.cmake
+%%DATADIR%%/apiFiles/PyQt4.api
 %%DATADIR%%/apiFiles/Python-2.4.api
 %%DATADIR%%/apiFiles/Python-2.5.api
 %%DATADIR%%/apiFiles/Python-2.6.api
 %%DATADIR%%/apiFiles/Python-2.7.api
 %%DATADIR%%/apiFiles/Python-3.1.api
 %%DATADIR%%/apiFiles/Python-3.2.api
-%%DATADIR%%/apiFiles/PyQt4.api
+%%DATADIR%%/apiFiles/Python-3.3.api
+%%DATADIR%%/apiFiles/tulip.api
 %%DATADIR%%/apiFiles/tulipgui.api
 %%DATADIR%%/apiFiles/tulipogl.api
-%%DATADIR%%/apiFiles/tulip.api
 %%DATADIR%%/bitmaps/arrowSprite.png
 %%DATADIR%%/bitmaps/candiSprite.png
 %%DATADIR%%/bitmaps/colorscales/BiologicalHeatMap.png
@@ -468,28 +514,170 @@ lib/tlp/view/libpythonscriptview-%%TULIP
 %%DATADIR%%/bitmaps/edgeSpring.png
 %%DATADIR%%/bitmaps/font.ttf
 %%DATADIR%%/bitmaps/fontb.ttf
+%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono.ttf
+%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Garuda/Garuda.ttf
+%%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari.ttf
+%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Loma/Loma.ttf
+%%DATADIR%%/bitmaps/fonts/Loma/Loma_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Loma/Loma_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Loma/Loma_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Norasi/Norasi.ttf
+%%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Purisa/Purisa.ttf
+%%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee.ttf
+%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu.ttf
+%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Umpush/Umpush.ttf
+%%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Waree/Waree.ttf
+%%DATADIR%%/bitmaps/fonts/Waree/Waree_Bold.ttf
+%%DATADIR%%/bitmaps/fonts/Waree/Waree_Bold_Italic.ttf
+%%DATADIR%%/bitmaps/fonts/Waree/Waree_Italic.ttf
 %%DATADIR%%/bitmaps/halfCylinderTexture.png
-%%DATADIR%%/bitmaps/headerlogo.bmp
 %%DATADIR%%/bitmaps/logo.bmp
-%%DATADIR%%/bitmaps/logo32x32.bmp
 %%DATADIR%%/bitmaps/logo32x32.ico
 %%DATADIR%%/bitmaps/logolabri.jpg
-%%DATADIR%%/bitmaps/logotulip.jpg
 %%DATADIR%%/bitmaps/radialGradientTexture.png
 %%DATADIR%%/bitmaps/roundTexture.png
-%%DATADIR%%/bitmaps/tex_back.png
+%%DATADIR%%/bitmaps/samplePictures/1221.png
+%%DATADIR%%/bitmaps/samplePictures/1291.png
+%%DATADIR%%/bitmaps/samplePictures/1531.png
+%%DATADIR%%/bitmaps/samplePictures/1861.jpg
+%%DATADIR%%/bitmaps/samplePictures/741.png
+%%DATADIR%%/bitmaps/samplePictures/891.png
 %%DATADIR%%/bitmaps/titlebarGradient.png
 %%DATADIR%%/bitmaps/welcomelogo.bmp
-%%DATADIR%%/tulip380.qch
-%%DATADIR%%/tulip380.qhc
+%%DATADIR%%/wizards/README.txt
+%%DATADIR%%/wizards/tlpalgorithm/algorithm.cmake
+%%DATADIR%%/wizards/tlpalgorithm/algorithmplugin.cpp

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404231346.s3NDkUu6054416>