Skip to content

Commit

Permalink
Added semi-functional functionality of timeline resizing to the windo…
Browse files Browse the repository at this point in the history
…w (currently: on change of startend time)
  • Loading branch information
HerzogVonWiesel committed Jul 12, 2021
1 parent 2d33aca commit 82fac75
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ initialize
super initialize.
self color: Color orange.
self extent: 15@15.
"self rotationDegrees: 45."
"self addFlexShell.
self owner transform setAngle: 0.8."
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"frame" : "MH 7/1/2021 12:22",
"frame:" : "MH 7/1/2021 12:22",
"initialize" : "CL 7/2/2021 12:01",
"initialize" : "mjs 7/8/2021 10:27",
"setCenteredPosition:" : "CL 7/2/2021 12:01",
"track" : "MH 7/1/2021 12:11",
"track:" : "MH 7/1/2021 12:11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ update: anObject
self endTime: anObject endTime.
self createTracks.
self addTimebar.

self owner owner addDependent: self.
self updateExtent.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
updating
updateExtent
"Changes extent of the timeline to the ScrollPane extent."

self extent: self owner owner extent - 2.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"endTime" : "MH 7/1/2021 09:50",
"endTime:" : "MH 7/1/2021 09:50",
"initialExtent" : "MH 7/1/2021 10:48",
"initialize" : "NB 7/4/2021 15:15",
"initializeStartEndTime" : "MH 7/1/2021 10:41",
"initialize" : "mjs 7/8/2021 09:46",
"initializeStartEndTime" : "mjs 7/8/2021 09:48",
"property" : "CL 6/25/2021 15:49",
"property:" : "CL 6/25/2021 15:49",
"startTime" : "MH 7/1/2021 09:50",
Expand All @@ -21,4 +21,5 @@
"timebar" : "MH 7/1/2021 09:56",
"timebar:" : "MH 7/1/2021 09:56",
"trackHeight" : "CL 7/2/2021 11:56",
"update:" : "CL 7/2/2021 11:45" } }
"update:" : "mjs 7/8/2021 11:20",
"updateExtent" : "mjs 7/8/2021 10:48" } }
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
as yet unclassified
setUp
super setUp.
self morph: Morph new openInWorld.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
as yet unclassified
tearDown
super tearDown.
self morph abandon.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"class" : {
},
"instance" : {
"setUp" : "mjs 7/8/2021 11:23",
"tearDown" : "mjs 7/8/2021 11:24" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "AnimationsEditor-Tests",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
"morph" ],
"name" : "AnimationsEditorTimelineTest",
"pools" : [
],
"super" : "TestCase",
"type" : "normal" }

0 comments on commit 82fac75

Please sign in to comment.