Skip to content

Commit

Permalink
Revert "Merge pull request #70 from hpi-swa-teaching/feature/clickabl…
Browse files Browse the repository at this point in the history
…eKeyframes"

This reverts commit c2e0bd7, reversing
changes made to bf1eb7d.
  • Loading branch information
NinaMohnke committed Jun 27, 2022
1 parent c2e0bd7 commit 99b900e
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 99 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"class" : {
"on:withPosition:withFrame:withValue:" : "FH 8/1/2021 19:05",
"on:withPosition:withFrame:withValue:withAnimationsEditor:" : "SG 6/17/2022 15:45" },
"on:withPosition:withFrame:withValue:" : "FH 8/1/2021 19:05" },
"instance" : {
"animationsEditor" : "SG 6/17/2022 15:43",
"animationsEditor:" : "SG 6/17/2022 15:43",
"frame" : "mjs 7/31/2021 15:46",
"frame:" : "mjs 7/31/2021 15:46",
"handlesMouseDown:" : "SG 6/17/2022 14:57",
"initialize" : "mjs 7/31/2021 15:45",
"mouseDown:" : "SG 6/25/2022 16:11",
"selectProperty" : "SG 6/27/2022 19:17",
"setCenteredPosition:" : "FH 8/1/2021 19:04",
"setValueAndFrame" : "SG 6/25/2022 16:10",
"track" : "mjs 7/31/2021 15:46",
"track:" : "mjs 7/31/2021 15:46",
"value:" : "mjs 7/31/2021 15:46" } }
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"instvars" : [
"track",
"frame",
"value",
"animationsEditor" ],
"value" ],
"name" : "AnimationsEditorKeyframe",
"pools" : [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
"on:withPosition:withExtent:" : "ob 6/9/2022 21:39",
"on:withPositionY:withExtent:" : "ob 6/9/2022 21:40" },
"instance" : {
"addMovingLine" : " 6/17/2022 14:09:28",
"animationDuration" : "ob 6/9/2022 21:31",
"animationDuration" : "Noel Bastubbe 6/22/2022 12:25",
"initialize" : "ob 6/9/2022 21:29",
"lineWidth" : "ob 6/9/2022 20:18",
"movingLine" : " 6/17/2022 14:09:28",
"movingLine:" : " 6/17/2022 14:09:28",
"positionY" : "ob 6/9/2022 21:26",
"positionY:" : "ob 6/9/2022 21:26",
"setMovingSpeedPerHundredMilliseconds" : "ob 6/9/2022 21:31",
"speed" : "ob 6/9/2022 20:26",
"speed:" : "ob 6/9/2022 20:26",
"lineWidth" : "Noel Bastubbe 6/22/2022 12:27",
"movingLine" : "Noel Bastubbe 6/22/2022 12:25",
"movingLine:" : "Noel Bastubbe 6/22/2022 12:26",
"positionY" : "Noel Bastubbe 6/22/2022 12:26",
"positionY:" : "Noel Bastubbe 6/22/2022 12:26",
"setMovingSpeedPerHundredMilliseconds" : "Noel Bastubbe 6/22/2022 12:26",
"speed" : "Noel Bastubbe 6/22/2022 12:26",
"speed:" : "Noel Bastubbe 6/22/2022 12:26",
"step" : "ob 6/9/2022 20:45",
"stepTime" : "Noel Bastubbe 6/22/2022 12:27" } }
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ addTrackFor: aProperty withPosition: aNumber
on: self
withProperty: aProperty
withPosition: 0 @ aNumber
withExtent: self width @ self trackHeight
withAnimationsEditor: self animationsEditor.
withExtent: self width @ self trackHeight.
aProperty addDependent: track.
self addMorph: track.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"addTimebar" : "NR 6/13/2022 15:14",
"addTimebarWithEndTime:" : "NR 6/13/2022 15:15",
"addTrackFor:withPosition:" : "SG 6/17/2022 15:42",
"addTrackFor:withPosition:" : "MH 8/1/2021 18:58",
"animationsEditor" : "MH 8/1/2021 18:56",
"animationsEditor:" : "MH 8/1/2021 18:56",
"createMovingLine" : "NR 6/26/2022 14:58",
Expand All @@ -28,7 +28,5 @@
"timebar:" : "MH 8/1/2021 18:57",
"trackHeight" : "MH 8/1/2021 18:57",
"update:" : "SG 5/23/2022 18:40",
"updateExtent" : "MH 8/1/2021 18:58",
"updateStartEndProperty" : " 6/17/2022 14:09:28" } }
} }

"updateExtent" : "Noel Bastubbe 6/14/2022 17:18",
"updateStartEndProperty" : " 6/14/2022 17:04:37" } }

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ addKeyframes
on: self
withPosition: (self convertFrameToPosition: key) @ (self position y - self keyframeMargin)
withFrame: key
withValue: value
withAnimationsEditor: self animationsEditor.
withValue: value.
self addMorph: keyframeMorph].

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"class" : {
"on:withProperty:withPosition:withExtent:" : "NR 6/13/2022 12:28",
"on:withProperty:withPosition:withExtent:withAnimationsEditor:" : "SG 6/17/2022 15:45" },
"on:withProperty:withPosition:withExtent:" : "NR 6/13/2022 12:28" },
"instance" : {
"addKeyframes" : "SG 6/17/2022 15:46",
"animationsEditor" : "SG 6/17/2022 15:40",
"animationsEditor:" : "SG 6/17/2022 15:40",
"addKeyframes" : "ob 6/21/2022 18:41",
"initialize" : "ob 6/13/2022 13:20",
"initializeMorph" : "MH 8/1/2021 19:01",
"initializeText" : "MH 8/1/2021 19:51",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"commentStamp" : "CL 8/2/2021 08:48",
"instvars" : [
"animationsEditor",
"property" ],
"name" : "AnimationsEditorTrack",
"pools" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"animationsEditorInstance" : "MH 8/1/2021 18:42",
"animationsEditorInstance:" : "MH 8/1/2021 18:42",
"calculateKeyframeCenterOn:" : "NB 8/1/2021 14:07",
"createKeyframeWith:on:" : "SG 6/22/2022 14:15",
"createKeyframeWith:on:" : "NB 8/1/2021 14:21",
"endFrame" : "MH 8/1/2021 18:42",
"endMargin" : "ob 5/29/2022 17:48",
"frameNumber100" : "NB 8/1/2021 14:52",
Expand Down

0 comments on commit 99b900e

Please sign in to comment.