Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Datacontrol
Commits
c9927b95
Commit
c9927b95
authored
Jan 09, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed old svn header
parent
5a28202d
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
9 additions
and
109 deletions
+9
-109
ContextMenuDataControl.cc
ContextMenuDataControl.cc
+1
-7
DataControlPlugin.cc
DataControlPlugin.cc
+1
-7
DataControlPlugin.hh
DataControlPlugin.hh
+1
-7
DataControlPluginScripting.cc
DataControlPluginScripting.cc
+1
-7
DefaultObjectMarker.cc
DefaultObjectMarker.cc
+1
-7
DefaultObjectMarker.hh
DefaultObjectMarker.hh
+1
-7
Menu.cc
Menu.cc
+0
-8
Menu.hh
Menu.hh
+0
-8
Popup.cc
Popup.cc
+1
-7
Toolbox.cc
Toolbox.cc
+0
-8
TreeItem.cc
TreeItem.cc
+0
-8
TreeItem.hh
TreeItem.hh
+0
-7
TreeModel.cc
TreeModel.cc
+1
-7
TreeModel.hh
TreeModel.hh
+1
-7
TreeView.cc
TreeView.cc
+0
-7
No files found.
ContextMenuDataControl.cc
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
DataControlPlugin.cc
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "DataControlPlugin.hh"
#include "DataControlPlugin.hh"
...
...
DataControlPlugin.hh
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
DataControlPluginScripting.cc
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
DefaultObjectMarker.cc
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include <OpenFlipper/common/Types.hh>
#include <OpenFlipper/common/Types.hh>
#include "DefaultObjectMarker.hh"
#include "DefaultObjectMarker.hh"
...
...
DefaultObjectMarker.hh
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef DEFAULTOBJECTMARKER_HH
#ifndef DEFAULTOBJECTMARKER_HH
...
...
Menu.cc
View file @
c9927b95
...
@@ -39,14 +39,6 @@
...
@@ -39,14 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10272 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-11-24 17:45:10 +0100 (Mi, 24 Nov 2010) $ *
* *
\*===========================================================================*/
#include "Menu.hh"
#include "Menu.hh"
Menu
::
Menu
(
QWidget
*
_parent
)
:
QMenu
(
_parent
)
Menu
::
Menu
(
QWidget
*
_parent
)
:
QMenu
(
_parent
)
...
...
Menu.hh
View file @
c9927b95
...
@@ -39,14 +39,6 @@
...
@@ -39,14 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10272 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-11-24 17:45:10 +0100 (Mi, 24 Nov 2010) $ *
* *
\*===========================================================================*/
#include <QMenu>
#include <QMenu>
#include <QMouseEvent>
#include <QMouseEvent>
...
...
Popup.cc
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
Toolbox.cc
View file @
c9927b95
...
@@ -39,14 +39,6 @@
...
@@ -39,14 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10272 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-11-24 17:45:10 +0100 (Mi, 24 Nov 2010) $ *
* *
\*===========================================================================*/
#include "Toolbox.hh"
#include "Toolbox.hh"
DatacontrolToolboxWidget
::
DatacontrolToolboxWidget
(
QWidget
*
_parent
)
DatacontrolToolboxWidget
::
DatacontrolToolboxWidget
(
QWidget
*
_parent
)
...
...
TreeItem.cc
View file @
c9927b95
...
@@ -39,14 +39,6 @@
...
@@ -39,14 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10272 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-11-24 17:45:10 +0100 (Mi, 24 Nov 2010) $ *
* *
\*===========================================================================*/
#include "TreeItem.hh"
#include "TreeItem.hh"
QMap
<
int
,
TreeItem
*>
TreeItem
::
kTreeMap_
;
QMap
<
int
,
TreeItem
*>
TreeItem
::
kTreeMap_
;
...
...
TreeItem.hh
View file @
c9927b95
...
@@ -39,13 +39,6 @@
...
@@ -39,13 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10272 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-11-24 17:45:10 +0100 (Mi, 24 Nov 2010) $ *
* *
\*===========================================================================*/
#ifndef TREEITEM_HH
#ifndef TREEITEM_HH
#define TREEITEM_HH
#define TREEITEM_HH
...
...
TreeModel.cc
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "TreeModel.hh"
#include "TreeModel.hh"
...
...
TreeModel.hh
View file @
c9927b95
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef TREEMODEL_H
#ifndef TREEMODEL_H
#define TREEMODEL_H
#define TREEMODEL_H
...
...
TreeView.cc
View file @
c9927b95
...
@@ -39,13 +39,6 @@
...
@@ -39,13 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10272 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-11-24 17:45:10 +0100 (Mi, 24 Nov 2010) $ *
* *
\*===========================================================================*/
#include "TreeView.hh"
#include "TreeView.hh"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment