Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Move
Compare Revisions
d6229992e3fac78aebcd5a124883d4cbe4982e90...c0e939585f0ffe7eb19ee986c7b3e34732388e9e
Commits (1)
Removed old svn header
· c0e93958
Jan Möbius
authored
Jan 09, 2019
c0e93958
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
49 deletions
+7
-49
MoveContextMenu.cc
MoveContextMenu.cc
+1
-7
MoveObjectMarker.cc
MoveObjectMarker.cc
+1
-7
MoveObjectMarker.hh
MoveObjectMarker.hh
+1
-7
MovePlugin.hh
MovePlugin.hh
+1
-7
MovePluginScript.cc
MovePluginScript.cc
+1
-7
MoveProps.cc
MoveProps.cc
+1
-7
MoveToolbar.cc
MoveToolbar.cc
+1
-7
No files found.
MoveContextMenu.cc
View file @
c0e93958
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MovePlugin.hh"
#include <ACG/QtScenegraph/QtManipulatorNode.hh>
...
...
MoveObjectMarker.cc
View file @
c0e93958
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include <OpenFlipper/common/Types.hh>
#include "MoveObjectMarker.hh"
...
...
MoveObjectMarker.hh
View file @
c0e93958
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef MOVEOBJECTMARKER_HH
...
...
MovePlugin.hh
View file @
c0e93958
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef MOVEPLUGIN_HH
#define MOVEPLUGIN_HH
...
...
MovePluginScript.cc
View file @
c0e93958
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MovePlugin.hh"
...
...
MoveProps.cc
View file @
c0e93958
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MoveProps.hh"
...
...
MoveToolbar.cc
View file @
c0e93958
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MoveToolbar.hh"
...
...