cd ${ROOT_DIR}/build
CMAKE_ARGS="-D_ECLIPSE_VERSION=4.3"
-CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Release"
+CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Debug"
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=ON"
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install"
CMAKE_ARGS="${CMAKE_ARGS} ${SRC_DIR}"
cmake -G "Eclipse CDT4 - Unix Makefiles" ${CMAKE_ARGS}
-/misc/dn21/hdfeditor/sbh/devtools/eclipse-4.3.0/eclipse&
\ No newline at end of file
+/misc/dn48/newgeom/common/eclipse-4.3.0/eclipse -Dosgi.locking=none &
\ No newline at end of file
# Find absolute path to ROOT_DIR
export ROOT_DIR=$(pwd)/..
export ROOT_DIR=`cd "${ROOT_DIR}";pwd`
-export PDIR=${ROOT_DIR}/products
+export PDIR=/dn48/newgeom/common/products
#------ Python ------
export PYTHON_ROOT_DIR=${PDIR}/Python-2.7.3
source ${SRC_DIR}/linux_env.sh
-${ROOT_DIR}/install/bin/XGUI
+${ROOT_DIR}/install/bin/GeomApp
connect( a, SIGNAL( triggered( bool ) ), myEditor, SLOT( selectAll() ) );
myActions.insert( SelectAllId, a );
- a = new QAction( tr( "EDIT_DUMPCOMMANDS_CMD" ), this );
- a->setStatusTip( tr( "EDIT_DUMPCOMMANDS_CMD" ) );
- connect( a, SIGNAL( triggered( bool ) ), myEditor, SLOT( dump() ) );
- myActions.insert( DumpCommandsId, a );
+// a = new QAction( tr( "EDIT_DUMPCOMMANDS_CMD" ), this );
+// a->setStatusTip( tr( "EDIT_DUMPCOMMANDS_CMD" ) );
+// connect( a, SIGNAL( triggered( bool ) ), myEditor, SLOT( dump() ) );
+// myActions.insert( DumpCommandsId, a );
}
/*!
this, SIGNAL(tryCloseView(XGUI_ViewWindow*)));
connect(aWindow, SIGNAL(mousePressed(XGUI_ViewWindow*, QMouseEvent*)),
- this, SLOT(onMousePressed(XGUI_ViewWindow*, QMouseEvent*)));
+ this, SIGNAL(mousePress(XGUI_ViewWindow*, QMouseEvent*)));
connect(aWindow, SIGNAL(mouseReleased(XGUI_ViewWindow*, QMouseEvent*)),
this, SIGNAL(mouseRelease(XGUI_ViewWindow*, QMouseEvent*)));
connect(aWindow, SIGNAL(keyReleased(XGUI_ViewWindow*, QKeyEvent*)),
this, SIGNAL(keyRelease(XGUI_ViewWindow*, QKeyEvent*)));
- connect(aWindow, SIGNAL(contextMenuRequested( QContextMenuEvent* )),
- this, SLOT (onContextMenuRequested( QContextMenuEvent* )));
+// connect(aWindow, SIGNAL(contextMenuRequested( QContextMenuEvent* )),
+// this, SLOT (onContextMenuRequested( QContextMenuEvent* )));
myViews.append(theView);
}