Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-Move
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-Move
Compare Revisions
d6229992e3fac78aebcd5a124883d4cbe4982e90...c0e939585f0ffe7eb19ee986c7b3e34732388e9e
Source
c0e939585f0ffe7eb19ee986c7b3e34732388e9e
Select Git revision
...
Target
d6229992e3fac78aebcd5a124883d4cbe4982e90
Select Git revision
Compare
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"
...
...