Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
73e5daef
Commit
73e5daef
authored
Nov 28, 2017
by
Sudeep Kanav
Browse files
ratings migrated
refs 3177
parent
7e265724
Changes
34
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/.ratings
0 → 100644
View file @
73e5daef
ToolingGraphicsGLUIActivator.java 43d418a5238a0ef04372554d5206f3392744b576 GREEN
package.html 4e7ae12b58dccd03efdfca4e1cd2ba318929ef23 GREEN
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/ToolingGraphicsGLUIActivator.java
View file @
73e5daef
...
...
@@ -27,7 +27,6 @@ import org.osgi.framework.BundleContext;
* The activator class controls the plug-in life cycle.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 8B45D85BABEAD9E050442F315CC91115
*/
public
class
ToolingGraphicsGLUIActivator
extends
AbstractUIPlugin
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/camera/.ratings
0 → 100644
View file @
73e5daef
.ratings c0af772f5a460d2a1b4362b81180ac0fe751ef92 GREEN
Camera.java c24e1c4acfccde6fba80be3c34cadc300635486a GREEN
MovingCameraWithPitchAndYaw.java 63e50dbeca1edd8a84cbec5f61175fd546f7d22a GREEN
package.html b48bb410c5a663ae93c170b81c444c529255f1a1 GREEN
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/camera/Camera.java
View file @
73e5daef
...
...
@@ -23,7 +23,6 @@ import org.lwjglx.util.vector.Vector3f;
* Class representing the camera with the Z axis as up vector.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 92D57E59EF51CD2303465A004B6F6AFE
*/
public
class
Camera
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/camera/MovingCameraWithPitchAndYaw.java
View file @
73e5daef
...
...
@@ -31,7 +31,6 @@ import static org.fortiss.tooling.graphicsGL.ui.util.GLPrimitives.translate;
* This camera does not support setting the target location directly.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 1B3278814179BC357FB550B79745922F
*/
public
class
MovingCameraWithPitchAndYaw
extends
Camera
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/draw/.ratings
0 → 100644
View file @
73e5daef
.ratings 9502d5456f1c5e5cbeb86e1012ed799e3379284a GREEN
LwjglCanvas.java 087594c2e420657d36bcf64873d1c5046ff5773e GREEN
LwjglRenderThread.java 5d3b391e2d656ae3dcee40cb075e3db9cc695f9c GREEN
package.html e529a1ade1452175d38e9d65f18629a585298a69 GREEN
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/draw/LwjglCanvas.java
View file @
73e5daef
...
...
@@ -41,7 +41,6 @@ import org.newdawn.slick.TrueTypeFont;
* stores the true type font instance from slick utilities.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: FFCEE98593AEFA7829436F7961C8F25A
*/
@SuppressWarnings
(
"deprecation"
)
public
class
LwjglCanvas
extends
GLCanvas
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/draw/LwjglRenderThread.java
View file @
73e5daef
...
...
@@ -24,7 +24,6 @@ import static org.eclipse.ui.PlatformUI.getWorkbench;
* is visible.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: EC035BA669B676BD379E9BF40EA4A006
*/
public
class
LwjglRenderThread
extends
Thread
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/.ratings
0 → 100644
View file @
73e5daef
.ratings a93a50ebaf49717044df52eef8e838ebae9cec37 GREEN
EditorStatusBarItem.java 599335e07334ff5f8ab3d505faa6288065dfac4c GREEN
Graphical3DCompositeBase.java c2ea6481d441ce999344c085e79d8fe0ed689e7b YELLOW
Graphical3DEditorBase.java a6ac307275aaa265ef508ce51982534e924863e0 GREEN
Graphical3DViewBase.java 34ffd3d8794f2d89130e55bf1f5e0cb6415dedbc YELLOW
package.html 5feabdab5dc2e6fc20d5ee30ba097f0cda2e0889 GREEN
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/EditorStatusBarItem.java
View file @
73e5daef
...
...
@@ -26,7 +26,6 @@ import org.eclipse.swt.widgets.Label;
* Status bar for the {@link Graphical3DEditorBase}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: B36015184F6B18DA4C21B28761A40EBF
*/
public
class
EditorStatusBarItem
extends
ContributionItem
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/Graphical3DCompositeBase.java
View file @
73e5daef
...
...
@@ -64,7 +64,6 @@ import org.newdawn.slick.Color;
*
*
* @author mondal
* @ConQAT.Rating YELLOW Hash: C6D7DF2D9670E0829FA7D7ED1AA46367
*/
public
abstract
class
Graphical3DCompositeBase
<
T
extends
EObject
>
extends
Composite
implements
MouseListener
,
MouseTrackListener
,
MouseMoveListener
,
MouseWheelListener
,
KeyListener
,
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/Graphical3DEditorBase.java
View file @
73e5daef
...
...
@@ -60,7 +60,6 @@ import org.newdawn.slick.Color;
* {@link #pickTargetChanged()} method is called whenever the picked object changes.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 02D9989C419B006F0A5783EFCB85C47E
*/
public
abstract
class
Graphical3DEditorBase
<
T
extends
EObject
>
extends
EditorBase
<
T
>
implements
MouseListener
,
MouseTrackListener
,
MouseMoveListener
,
MouseWheelListener
,
KeyListener
,
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/Graphical3DViewBase.java
View file @
73e5daef
...
...
@@ -64,7 +64,6 @@ import org.newdawn.slick.Color;
* box as a view.
*
* @author mondal
* @ConQAT.Rating YELLOW Hash: 9CEC73F4AEADA78275881D9D00B50164
*/
public
abstract
class
Graphical3DViewBase
<
T
extends
EObject
>
extends
ViewPart
implements
MouseListener
,
MouseTrackListener
,
MouseMoveListener
,
MouseWheelListener
,
KeyListener
,
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/light/.ratings
0 → 100644
View file @
73e5daef
.ratings bdc1d4b1a4655e6d72bf6ea0a77f47515a13b986 GREEN
Light.java 98167cba3f116bf822f0abfc869ac8e9a8d0b61a GREEN
Light3DLight.java 8471120e5c7c1f19f52e4052e324884d8d8a01f4 GREEN
package.html 7775995785d43f1bb626c0b69547a29ee23bfb93 GREEN
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/light/Light.java
View file @
73e5daef
...
...
@@ -33,7 +33,6 @@ import org.fortiss.tooling.graphicsGL.ui.util.GLPrimitives;
* Specular light is set to white. The default is a point light source at (1,1,1).
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: ECADD466498BDD13DEA0E2E71E07ED5A
*/
public
class
Light
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/light/Light3DLight.java
View file @
73e5daef
...
...
@@ -24,7 +24,6 @@ import org.fortiss.tooling.graphicsGL.ui.util.GLPrimitives;
* Class representing a light source based on the model object of class {@link Light3D}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 419E574748A416756B1587B03C14F918
*/
public
class
Light3DLight
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/.ratings
0 → 100644
View file @
73e5daef
.ratings e87114fb43d3883dd3237948def1bede5e673382 GREEN
CompositeViewObject.java 879fc2f6979666d0aee80dce656b488589fed9d1 GREEN
Graph3DViewObject.java 2ab8d5c1f3ed2212351b873c58157b8815a02969 GREEN
Object3DViewObject.java 2479550fe19cc64cd6ea28585bb1f75840b06109 GREEN
PickableObjectBase.java 8bc5f3b543b26fa0e6b28a63ca9520589bad252b GREEN
RotatedObject.java f2e75c5aea9d128371c86fa3a449052390c76d54 GREEN
ScaledObject.java 59fa121e54e5b4be689714b2ee6f0972ae5d6497 GREEN
ViewObjectBase.java 2fbcf09f17655c06abffaeb00dbc558e711404eb GREEN
WrappedViewObjectBase.java bb499adfc59ecb43c59f8f3b8ed88505688e2beb GREEN
package.html ed8ec02b6178055895a71e713cade8ce8770c287 GREEN
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/CompositeViewObject.java
View file @
73e5daef
...
...
@@ -26,7 +26,6 @@ import org.fortiss.tooling.graphicsGL.ui.picker.ModelObjectPicker;
* component objects.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 1E93056065A5E6192B46B6950EBC1B97
*/
public
class
CompositeViewObject
extends
ViewObjectBase
{
/** The component objects. */
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/Graph3DViewObject.java
View file @
73e5daef
...
...
@@ -60,7 +60,6 @@ import org.lwjglx.util.vector.Vector4f;
* View object for {@link Graph3D}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 103D3F21CA1D40F6BB24F8A027E64408
*/
public
class
Graph3DViewObject
extends
ViewObjectBase
{
/** The graph model. */
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/Object3DViewObject.java
View file @
73e5daef
...
...
@@ -24,7 +24,6 @@ import org.fortiss.tooling.graphicsGL.ui.camera.Camera;
* {@link ViewObjectBase} instance for {@link Object3D} models.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 645604B3740ADFEA2D5D01909ACFF6EC
*/
public
class
Object3DViewObject
extends
ViewObjectBase
{
/** The model object. */
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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