generated from hpi-swa-teaching/SWT-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Cram
committed
Aug 1, 2022
1 parent
3074192
commit e6765bc
Showing
140 changed files
with
453 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBBoard.class/instance/buildSidebarSpecWith..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
toolbuilder | ||
buildSidebarSpecWith: aBuilder | ||
|
||
^ self buildSidebarSpecWith: aBuilder witdh: 0.75. | ||
^ self buildSidebarSpecWith: aBuilder width: 0.75. | ||
|
2 changes: 1 addition & 1 deletion
2
...s/instance/buildSidebarSpecWith.witdh..st → ...s/instance/buildSidebarSpecWith.width..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ buildWith: aBuilder | |
|
||
self window: (aBuilder build: spec). | ||
|
||
self updateColumns. | ||
self setupColumns. | ||
|
||
^ self window. |
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBBoard.class/instance/changeActiveCardTo..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Squello-Core.package/SPBBoard.class/instance/createSidebar.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
toolbuilder | ||
createSidebar | ||
|
||
self sidebar: | ||
(SPBSidebar new | ||
board: self; | ||
boardProvider: self boardProvider). |
5 changes: 0 additions & 5 deletions
5
Squello-Core.package/SPBBoard.class/instance/dragFromAssignees..st
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Squello-Core.package/SPBBoard.class/instance/dragFromLabels..st
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Squello-Core.package/SPBBoard.class/instance/dragFromPotentialAssignees..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
Squello-Core.package/SPBBoard.class/instance/dragFromPotentialLabels..st
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SPBBoard.class/instance/rerenderColumns.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
drag and drop | ||
update window | ||
rerenderColumns | ||
|
||
self columns | ||
|
12 changes: 12 additions & 0 deletions
12
Squello-Core.package/SPBBoard.class/instance/setupColumns.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
update window | ||
setupColumns | ||
|
||
self columns | ||
do: [:column | column pasteup: (self usedBuilder widgetAt: column id). | ||
column | ||
initializeIndicator; | ||
fetchCards; | ||
buildCards; | ||
board: self; | ||
resizeToFitCards; | ||
initializeBottomDetection]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
drag and drop | ||
update window | ||
showColumns | ||
|
||
self columns | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
sidebar: anSPBSidebar | ||
|
||
sidebar := anSPBSidebar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
sidebar | ||
|
||
^ sidebar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 5 additions & 10 deletions
15
Squello-Core.package/SPBBoard.class/instance/updateColumns.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
accessing | ||
update window | ||
updateColumns | ||
|
||
self columns | ||
do: [:column | column pasteup: (self usedBuilder widgetAt: column id). | ||
column | ||
initializeIndicator; | ||
fetchCards; | ||
buildCards; | ||
board: self; | ||
resizeToFitCards; | ||
initializeBottomDetection]. | ||
self | ||
changed: #buildColumnAreaChildren; | ||
rerenderColumns; | ||
resizeColumnArea. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
Squello-Core.package/SPBBoard.class/instance/updateColumnsWithCards.st
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.