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-InfoMeshObject
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
1
Merge Requests
1
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-InfoMeshObject
Compare Revisions
e599cd6635570e043a267b3b8c40b2bd87368311...c3761081ce42546c4c4560aedb8eb055559a09e0
Source
c3761081ce42546c4c4560aedb8eb055559a09e0
Select Git revision
...
Target
e599cd6635570e043a267b3b8c40b2bd87368311
Select Git revision
Compare
Commits (1)
Removed old svn header
· c3761081
Jan Möbius
authored
Jan 09, 2019
c3761081
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
35 deletions
+5
-35
MeshObjectInfoPlugin.cc
MeshObjectInfoPlugin.cc
+1
-7
MeshObjectInfoPlugin.hh
MeshObjectInfoPlugin.hh
+1
-7
MeshObjectInfoScripting.cc
MeshObjectInfoScripting.cc
+1
-7
infoBar.cc
infoBar.cc
+1
-7
infoDialog.cc
infoDialog.cc
+1
-7
No files found.
MeshObjectInfoPlugin.cc
View file @
c3761081
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
MeshObjectInfoPlugin.hh
View file @
c3761081
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
MeshObjectInfoScripting.cc
View file @
c3761081
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MeshObjectInfoPlugin.hh"
...
...
infoBar.cc
View file @
c3761081
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "infoBar.hh"
...
...
infoDialog.cc
View file @
c3761081
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "infoDialog.hh"
...
...