diff --git a/src/GitS-Core.package/GSAssetFile.class/instance/convertTo..st b/src/GitS-Core.package/GSAssetFile.class/instance/convertTo..st deleted file mode 100644 index 5dabdad54..000000000 --- a/src/GitS-Core.package/GSAssetFile.class/instance/convertTo..st +++ /dev/null @@ -1,3 +0,0 @@ -conversion -convertTo: anAssetMapper - ^ self class withMapper: anAssetMapper asset: self asset \ No newline at end of file diff --git a/src/GitS-Core.package/GSAssetFile.class/methodProperties.json b/src/GitS-Core.package/GSAssetFile.class/methodProperties.json index efaedc7a5..ff32e87da 100644 --- a/src/GitS-Core.package/GSAssetFile.class/methodProperties.json +++ b/src/GitS-Core.package/GSAssetFile.class/methodProperties.json @@ -9,7 +9,6 @@ "computeHexHash" : "mad 10/2/2024 18:06", "contents" : "mad 9/27/2024 20:02", "contents:" : "mad 9/27/2024 20:02", - "convertTo:" : "mad 10/13/2024 22:06", "hash" : "mad 9/29/2024 16:59", "hexHash" : "mad 10/1/2024 22:52", "mapper" : "mad 9/27/2024 19:42", diff --git a/src/GitS-Core.package/GSAssetMapper.class/class/requestEncoding.st b/src/GitS-Core.package/GSAssetMapper.class/class/requestEncoding.st deleted file mode 100644 index fd5c2fe96..000000000 --- a/src/GitS-Core.package/GSAssetMapper.class/class/requestEncoding.st +++ /dev/null @@ -1,8 +0,0 @@ -requests -requestEncoding - | encodings | - encodings := self validEncodings. - ^ UIManager default - chooseFrom: (encodings collect: [:each | self encodingName: each]) - values: encodings - title: 'Encoding:' \ No newline at end of file diff --git a/src/GitS-Core.package/GSAssetMapper.class/methodProperties.json b/src/GitS-Core.package/GSAssetMapper.class/methodProperties.json index e0b90d143..ad2b5113e 100644 --- a/src/GitS-Core.package/GSAssetMapper.class/methodProperties.json +++ b/src/GitS-Core.package/GSAssetMapper.class/methodProperties.json @@ -10,7 +10,6 @@ "isAbstract" : "mad 10/13/2024 20:52", "kind" : "mad 9/29/2024 19:29", "projectListMenu:for:" : "mad 10/9/2024 16:01", - "requestEncoding" : "mad 8/13/2024 17:55", "requestMapperClass" : "mad 9/29/2024 19:28", "validEncodings" : "mad 9/20/2023 18:41" }, "instance" : { diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionCompareActiveCommitToImage.st b/src/GitS-Core.package/GSBrowser.class/instance/actionCompareActiveCommitToImage.st deleted file mode 100644 index 0394d742f..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionCompareActiveCommitToImage.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionCompareActiveCommitToImage - self actionCompareCommitToImage: (self activeCommitIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionCompareActiveCommitToParent.st b/src/GitS-Core.package/GSBrowser.class/instance/actionCompareActiveCommitToParent.st deleted file mode 100644 index 3fae266ac..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionCompareActiveCommitToParent.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionCompareActiveCommitToParent - self actionCompareCommitToParent: (self activeCommitIfNilInformAnd: [^ self]) \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveCommitAndSwitchToIt.st b/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveCommitAndSwitchToIt.st deleted file mode 100644 index 60ae44a20..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveCommitAndSwitchToIt.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionCreateBranchAtActiveCommitAndSwitchToIt - self actionCreateBranchAtCommitAndSwitchToIt: (self activeCommitIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveRef.st b/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveRef.st deleted file mode 100644 index 11e0cecb9..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveRef.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionCreateBranchAtActiveRef - ^ self actionCreateBranchAtRef: (self activeRefIfNilInformAnd: [^ nil]) \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveRefAndSwitchToIt.st b/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveRefAndSwitchToIt.st deleted file mode 100644 index e4c2e4811..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateBranchAtActiveRefAndSwitchToIt.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionCreateBranchAtActiveRefAndSwitchToIt - self actionCreateBranchAtRefAndSwitchToIt: (self activeRefIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateGitBranchAtActiveCommit.st b/src/GitS-Core.package/GSBrowser.class/instance/actionCreateGitBranchAtActiveCommit.st deleted file mode 100644 index c05c301c6..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateGitBranchAtActiveCommit.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionCreateGitBranchAtActiveCommit - ^ self actionCreateGitBranchAtCommit: (self activeCommitIfNilInformAnd: [^ nil]) \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateGitBranchAtActiveRef.st b/src/GitS-Core.package/GSBrowser.class/instance/actionCreateGitBranchAtActiveRef.st deleted file mode 100644 index d2b94a580..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionCreateGitBranchAtActiveRef.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionCreateGitBranchAtActiveRef - ^ self actionCreateGitBranchAtRef: (self activeRefIfNilInformAnd: [^ nil]) \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionDeleteActiveRef.st b/src/GitS-Core.package/GSBrowser.class/instance/actionDeleteActiveRef.st deleted file mode 100644 index f03995d96..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionDeleteActiveRef.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionDeleteActiveRef - self actionDeleteRef: (self activeRefIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionMaterializeActiveCommit.st b/src/GitS-Core.package/GSBrowser.class/instance/actionMaterializeActiveCommit.st deleted file mode 100644 index feb801fd1..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionMaterializeActiveCommit.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionMaterializeActiveCommit - self actionMaterializeCommit: (self activeCommitIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionMergeActiveCommit.st b/src/GitS-Core.package/GSBrowser.class/instance/actionMergeActiveCommit.st deleted file mode 100644 index 887220eac..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionMergeActiveCommit.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionMergeActiveCommit - self actionMergeCommit: (self activeCommitIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionMergeActiveRef.st b/src/GitS-Core.package/GSBrowser.class/instance/actionMergeActiveRef.st deleted file mode 100644 index 200a01bfb..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionMergeActiveRef.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionMergeActiveRef - self actionMergeRef: (self activeRefIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionRebaseOntoActiveCommit.st b/src/GitS-Core.package/GSBrowser.class/instance/actionRebaseOntoActiveCommit.st deleted file mode 100644 index 46ca88127..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionRebaseOntoActiveCommit.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionRebaseOntoActiveCommit - self actionRebaseOntoCommit: (self activeWorkingCopyIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionResetToActiveCommit.st b/src/GitS-Core.package/GSBrowser.class/instance/actionResetToActiveCommit.st deleted file mode 100644 index 31bac7b61..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionResetToActiveCommit.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionResetToActiveCommit - ^ self actionResetToCommit: (self activeCommitIfNilInformAnd: [^ false]) \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionResetToActiveCommitAndRestoreIt.st b/src/GitS-Core.package/GSBrowser.class/instance/actionResetToActiveCommitAndRestoreIt.st deleted file mode 100644 index 777f13b59..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionResetToActiveCommitAndRestoreIt.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionResetToActiveCommitAndRestoreIt - self actionResetToCommitAndRestoreIt: (self activeCommitIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionSetUpstreamOfActiveBranch.st b/src/GitS-Core.package/GSBrowser.class/instance/actionSetUpstreamOfActiveBranch.st deleted file mode 100644 index bfdcab9dc..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionSetUpstreamOfActiveBranch.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionSetUpstreamOfActiveBranch - self actionSetUpstreamOfBranch: (self activeRefIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionSwitchToActiveBranch.st b/src/GitS-Core.package/GSBrowser.class/instance/actionSwitchToActiveBranch.st deleted file mode 100644 index 0c2d67b5e..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionSwitchToActiveBranch.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionSwitchToActiveBranch - self actionSwitchToBranch: (self activeRefIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionSwitchToActiveCommit.st b/src/GitS-Core.package/GSBrowser.class/instance/actionSwitchToActiveCommit.st deleted file mode 100644 index 7ea712c0a..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionSwitchToActiveCommit.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionSwitchToActiveCommit - self actionSwitchToCommit: (self activeCommitIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/actionUnsetUpstreamOfActiveBranch.st b/src/GitS-Core.package/GSBrowser.class/instance/actionUnsetUpstreamOfActiveBranch.st deleted file mode 100644 index 927ca04d3..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/actionUnsetUpstreamOfActiveBranch.st +++ /dev/null @@ -1,3 +0,0 @@ -actions -actionUnsetUpstreamOfActiveBranch - self actionUnsetUpstreamOfBranch: (self activeRefIfNilInformAnd: [^ self]). \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/instance/activeRefIfNilInformAnd..st b/src/GitS-Core.package/GSBrowser.class/instance/activeRefIfNilInformAnd..st deleted file mode 100644 index 23c492b7f..000000000 --- a/src/GitS-Core.package/GSBrowser.class/instance/activeRefIfNilInformAnd..st +++ /dev/null @@ -1,6 +0,0 @@ -accessing -activeRefIfNilInformAnd: aBlock - self activeWorkingCopyIfNilInformAnd: aBlock. - ^ self activeRef ifNil: [ - self inform: 'Please select a ref first.'. - aBlock value] \ No newline at end of file diff --git a/src/GitS-Core.package/GSBrowser.class/methodProperties.json b/src/GitS-Core.package/GSBrowser.class/methodProperties.json index 6e2880618..fd09b885d 100644 --- a/src/GitS-Core.package/GSBrowser.class/methodProperties.json +++ b/src/GitS-Core.package/GSBrowser.class/methodProperties.json @@ -12,36 +12,25 @@ "actionChooseNewRepositoryLocationForActiveProject" : "mad 12/22/2023 18:15", "actionCloneProject" : "mad 10/9/2024 16:01", "actionCommit" : "mad 4/5/2024 15:21", - "actionCompareActiveCommitToImage" : "mad 4/5/2024 19:07", - "actionCompareActiveCommitToParent" : "mad 4/5/2024 19:07", "actionCompareCommitToImage:" : "mad 4/5/2024 19:00", "actionCompareCommitToParent:" : "mad 4/5/2024 19:01", "actionCreateBranchAtActiveCommit" : "mad 4/5/2024 19:08", - "actionCreateBranchAtActiveCommitAndSwitchToIt" : "mad 4/5/2024 19:09", - "actionCreateBranchAtActiveRef" : "mad 4/5/2024 19:38", - "actionCreateBranchAtActiveRefAndSwitchToIt" : "mad 4/5/2024 19:38", "actionCreateBranchAtCommit:" : "mad 4/5/2024 19:01", "actionCreateBranchAtCommit:fromRef:" : "mad 4/5/2024 19:29", "actionCreateBranchAtCommitAndSwitchToIt:" : "mad 4/5/2024 19:09", "actionCreateBranchAtRef:" : "mad 4/5/2024 19:45", "actionCreateBranchAtRefAndSwitchToIt:" : "mad 4/5/2024 19:19", - "actionCreateGitBranchAtActiveCommit" : "mad 4/5/2024 19:14", - "actionCreateGitBranchAtActiveRef" : "mad 4/5/2024 19:38", "actionCreateGitBranchAtCommit:" : "mad 4/5/2024 19:24", "actionCreateGitBranchAtCommit:fromRef:" : "mad 4/10/2024 19:17", "actionCreateGitBranchAtRef:" : "mad 4/5/2024 19:45", - "actionDeleteActiveRef" : "mad 4/5/2024 19:41", "actionDeleteRef:" : "mad 4/5/2024 19:39", "actionExportActiveProjectToSar" : "mad 1/9/2024 20:22", "actionFetchAll" : "mad 9/19/2023 12:29", "actionFixup:keepCurrentMessage:editMessage:" : "mad 4/5/2024 15:12", "actionForcePush" : "mad 5/18/2024 11:33", "actionForcePush:" : "mad 5/18/2024 11:32", - "actionMaterializeActiveCommit" : "mad 4/5/2024 19:31", "actionMaterializeCherryPick:" : "mad 10/7/2024 17:35", "actionMaterializeCommit:" : "mad 4/5/2024 19:30", - "actionMergeActiveCommit" : "mad 4/5/2024 19:31", - "actionMergeActiveRef" : "mad 4/5/2024 19:41", "actionMergeCommit:" : "mad 4/5/2024 19:31", "actionMergeRef:" : "mad 4/5/2024 19:40", "actionNewProject" : "mad 10/9/2024 16:01", @@ -51,27 +40,20 @@ "actionPush" : "mad 9/26/2023 16:58", "actionPush:" : "mad 5/18/2024 11:31", "actionPush:force:" : "mad 5/18/2024 11:31", - "actionRebaseOntoActiveCommit" : "mad 4/5/2024 19:33", "actionRebaseOntoCommit:" : "mad 10/13/2024 21:41", "actionRefreshRefList" : "mad 10/24/2023 19:54", "actionRemoveActiveProject" : "mad 9/21/2023 11:55", "actionRenameActiveProject" : "mad 12/8/2023 18:46", - "actionResetToActiveCommit" : "mad 4/5/2024 19:34", - "actionResetToActiveCommitAndRestoreIt" : "mad 4/5/2024 19:35", "actionResetToCommit:" : "mad 10/4/2024 15:04", "actionResetToCommitAndRestoreIt:" : "mad 4/29/2024 21:44", "actionRevert:" : "mad 4/5/2024 00:38", "actionReword:" : "mad 4/5/2024 00:38", "actionSelfUpdate" : "mad 10/9/2024 16:47", - "actionSetUpstreamOfActiveBranch" : "mad 4/5/2024 19:41", "actionSetUpstreamOfBranch:" : "mad 4/5/2024 19:41", "actionSquash:editMessage:" : "mad 4/5/2024 01:18", - "actionSwitchToActiveBranch" : "mad 4/5/2024 19:40", - "actionSwitchToActiveCommit" : "mad 4/5/2024 19:36", "actionSwitchToBranch:" : "mad 4/7/2024 18:02", "actionSwitchToCommit:" : "mad 4/7/2024 18:02", "actionSwitchToCommit:displayName:updateSymbolicHeadTo:" : "mad 10/4/2024 15:03", - "actionUnsetUpstreamOfActiveBranch" : "mad 4/5/2024 19:42", "actionUnsetUpstreamOfBranch:" : "mad 4/5/2024 19:42", "activeCommit" : "mad 9/14/2023 15:24", "activeCommit:" : "mad 5/15/2024 21:42", @@ -80,7 +62,6 @@ "activeRef" : "mad 9/14/2023 19:19", "activeRef:" : "mad 5/15/2024 21:40", "activeRefCommit" : "mad 9/14/2023 19:24", - "activeRefIfNilInformAnd:" : "mad 4/5/2024 19:37", "activeWorkingCopy" : "mad 9/19/2023 12:38", "activeWorkingCopy:" : "mad 4/10/2024 19:17", "activeWorkingCopyIfNilInformAnd:" : "mad 4/5/2024 19:05", diff --git a/src/GitS-Core.package/GSChange.class/instance/isChange.st b/src/GitS-Core.package/GSChange.class/instance/isChange.st deleted file mode 100644 index d901cdfa4..000000000 --- a/src/GitS-Core.package/GSChange.class/instance/isChange.st +++ /dev/null @@ -1,3 +0,0 @@ -accessing -isChange - ^ true \ No newline at end of file diff --git a/src/GitS-Core.package/GSChange.class/methodProperties.json b/src/GitS-Core.package/GSChange.class/methodProperties.json index e068dbda7..657a3a2d8 100644 --- a/src/GitS-Core.package/GSChange.class/methodProperties.json +++ b/src/GitS-Core.package/GSChange.class/methodProperties.json @@ -13,7 +13,6 @@ "hasIncludedConflicts" : "mad 9/27/2023 16:10", "include" : "mad 9/7/2023 15:28", "initialize" : "mad 9/27/2023 16:30", - "isChange" : "mad 9/5/2023 22:49", "isExcluded" : "mad 9/7/2023 15:28", "isIncluded" : "mad 9/10/2023 14:33", "isTree" : "mad 9/2/2023 18:39", diff --git a/src/GitS-Core.package/GSChangesDialog.class/instance/addCancelButton.st b/src/GitS-Core.package/GSChangesDialog.class/instance/addCancelButton.st deleted file mode 100644 index 6a05daa91..000000000 --- a/src/GitS-Core.package/GSChangesDialog.class/instance/addCancelButton.st +++ /dev/null @@ -1,3 +0,0 @@ -buttons -addCancelButton - ^ self addCloseButton: 'Cancel' \ No newline at end of file diff --git a/src/GitS-Core.package/GSChangesDialog.class/instance/changesTree..st b/src/GitS-Core.package/GSChangesDialog.class/instance/changesTree..st deleted file mode 100644 index fa5cb0992..000000000 --- a/src/GitS-Core.package/GSChangesDialog.class/instance/changesTree..st +++ /dev/null @@ -1,3 +0,0 @@ -accessing -changesTree: aChangesTree - changesTree := aChangesTree \ No newline at end of file diff --git a/src/GitS-Core.package/GSChangesDialog.class/methodProperties.json b/src/GitS-Core.package/GSChangesDialog.class/methodProperties.json index f477fc72d..7d1f1f540 100644 --- a/src/GitS-Core.package/GSChangesDialog.class/methodProperties.json +++ b/src/GitS-Core.package/GSChangesDialog.class/methodProperties.json @@ -3,7 +3,6 @@ "onChangeSets:" : "mad 9/15/2023 12:43" }, "instance" : { "addButton:action:" : "mad 9/15/2023 13:03", - "addCancelButton" : "mad 9/15/2023 13:02", "addCloseButton:" : "mad 9/15/2023 13:02", "buildButton:action:with:" : "mad 9/15/2023 12:59", "buildButtons:" : "mad 10/9/2024 16:01", @@ -23,7 +22,6 @@ "changes" : "mad 9/11/2023 14:36", "changes:" : "mad 9/11/2023 14:37", "changesTree" : "mad 9/3/2023 12:12", - "changesTree:" : "mad 9/6/2023 19:35", "changesTreeKeyStroke:" : "mad 9/26/2023 17:05", "changesTreeMenu:" : "mad 9/11/2023 14:23", "close" : "mad 9/7/2023 14:57", diff --git a/src/GitS-Core.package/GSChangesTree.class/instance/atPath..st b/src/GitS-Core.package/GSChangesTree.class/instance/atPath..st deleted file mode 100644 index 4c0611e71..000000000 --- a/src/GitS-Core.package/GSChangesTree.class/instance/atPath..st +++ /dev/null @@ -1,8 +0,0 @@ -accessing -atPath: aCollection - | current | - current := {self}. - aCollection do: [:part | | tree | - tree := current detect: #isTree ifNone: [^ {}]. - current := tree children at: part ifAbsent: [^ {}]]. - ^ current select: #isChange thenCollect: #value \ No newline at end of file diff --git a/src/GitS-Core.package/GSChangesTree.class/instance/flatChildrenDo..st b/src/GitS-Core.package/GSChangesTree.class/instance/flatChildrenDo..st deleted file mode 100644 index a48041275..000000000 --- a/src/GitS-Core.package/GSChangesTree.class/instance/flatChildrenDo..st +++ /dev/null @@ -1,3 +0,0 @@ -accessing -flatChildrenDo: aBlock - ^ self children do: [:bucket | bucket do: aBlock] \ No newline at end of file diff --git a/src/GitS-Core.package/GSChangesTree.class/instance/isChange.st b/src/GitS-Core.package/GSChangesTree.class/instance/isChange.st deleted file mode 100644 index d930877a8..000000000 --- a/src/GitS-Core.package/GSChangesTree.class/instance/isChange.st +++ /dev/null @@ -1,3 +0,0 @@ -accessing -isChange - ^ false \ No newline at end of file diff --git a/src/GitS-Core.package/GSChangesTree.class/methodProperties.json b/src/GitS-Core.package/GSChangesTree.class/methodProperties.json index b0d6f2f5b..865568f1c 100644 --- a/src/GitS-Core.package/GSChangesTree.class/methodProperties.json +++ b/src/GitS-Core.package/GSChangesTree.class/methodProperties.json @@ -9,7 +9,6 @@ "allExcluded" : "mad 9/27/2023 16:01", "allIncluded" : "mad 9/27/2023 16:00", "anyChildSatisfies:" : "mad 9/27/2023 16:00", - "atPath:" : "mad 9/5/2023 22:49", "atPath:put:" : "mad 9/6/2023 12:57", "buildChildren:" : "mad 10/1/2023 18:47", "buildWith:" : "mad 10/9/2024 16:01", @@ -18,13 +17,11 @@ "childrenGap" : "mad 9/6/2023 18:38", "excludeAll" : "mad 9/11/2023 14:29", "flatChildren" : "mad 9/3/2023 12:52", - "flatChildrenDo:" : "mad 9/3/2023 12:53", "flatChildrenSorted" : "mad 9/10/2023 19:21", "hasConflicts" : "mad 9/27/2023 16:01", "hasIncludedConflicts" : "mad 9/27/2023 16:11", "includeAll" : "mad 9/11/2023 14:29", "initialize" : "mad 9/10/2023 19:26", - "isChange" : "mad 9/6/2023 12:58", "isExcluded" : "mad 9/11/2023 14:33", "isTree" : "mad 9/2/2023 18:39", "keyStroke:" : "mad 9/26/2023 17:10", diff --git a/src/GitS-Core.package/GSGUIUtilities.class/class/buildHorizontalLayout.with..st b/src/GitS-Core.package/GSGUIUtilities.class/class/buildHorizontalLayout.with..st deleted file mode 100644 index a9f6f44be..000000000 --- a/src/GitS-Core.package/GSGUIUtilities.class/class/buildHorizontalLayout.with..st +++ /dev/null @@ -1,3 +0,0 @@ -toolbuilder -buildHorizontalLayout: aCollection with: builder - ^ self buildTableLayout: aCollection direction: #horizontal with: builder \ No newline at end of file diff --git a/src/GitS-Core.package/GSGUIUtilities.class/methodProperties.json b/src/GitS-Core.package/GSGUIUtilities.class/methodProperties.json index d173336f7..336e5625f 100644 --- a/src/GitS-Core.package/GSGUIUtilities.class/methodProperties.json +++ b/src/GitS-Core.package/GSGUIUtilities.class/methodProperties.json @@ -4,7 +4,6 @@ "buildColumn:splits:with:" : "mad 9/20/2023 16:50", "buildEvenGrid:ofSize:with:" : "mad 9/14/2023 14:58", "buildGrid:horizontalSplits:verticalSplits:with:" : "mad 9/14/2023 14:59", - "buildHorizontalLayout:with:" : "mad 9/14/2023 13:35", "buildHorizontalSplit:of:and:with:" : "mad 9/20/2023 16:51", "buildLayout:with:" : "mad 9/15/2023 16:21", "buildRow:splits:with:" : "mad 9/20/2023 16:50", diff --git a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/commitChangeSets.message.parents..st b/src/GitS-Core.package/GSGitWorkingCopy.class/instance/commitChangeSets.message.parents..st deleted file mode 100644 index f436bab35..000000000 --- a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/commitChangeSets.message.parents..st +++ /dev/null @@ -1,13 +0,0 @@ -git-operations -commitChangeSets: aCollection -message: aString -parents: anotherCollection - ^ self withUnitOfWork: [ - | newCommit | - newCommit := self - commitChangeSets: aCollection - onCommit: self headCommit - message: aString - parents: anotherCollection. - self updateHeadRefToNewCommit: newCommit. - newCommit] \ No newline at end of file diff --git a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/commitChangeSets.onCommit.message.parents..st b/src/GitS-Core.package/GSGitWorkingCopy.class/instance/commitChangeSets.onCommit.message.parents..st deleted file mode 100644 index 9177ba6c6..000000000 --- a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/commitChangeSets.onCommit.message.parents..st +++ /dev/null @@ -1,12 +0,0 @@ -changes-operations -commitChangeSets: aCollection -onCommit: aCommitOrNil -message: aString -parents: anotherCollection - | fileSystem | - fileSystem := self serializeChangeSets: aCollection onCommit: aCommitOrNil. - ^ fileSystem prepareNewCommit - message: aString withUnixLineEndings; - parents: (anotherCollection collect: #asHexHash); - store; - yourself \ No newline at end of file diff --git a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/headCommitHash.st b/src/GitS-Core.package/GSGitWorkingCopy.class/instance/headCommitHash.st deleted file mode 100644 index 6bbd27ded..000000000 --- a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/headCommitHash.st +++ /dev/null @@ -1,3 +0,0 @@ -refs -headCommitHash - ^ self unitOfWork resolveRef: self headRefName \ No newline at end of file diff --git a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/headFSCommit.st b/src/GitS-Core.package/GSGitWorkingCopy.class/instance/headFSCommit.st deleted file mode 100644 index 31fa29efe..000000000 --- a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/headFSCommit.st +++ /dev/null @@ -1,3 +0,0 @@ -refs -headFSCommit - ^ self fsCommitFrom: (self headCommit ifNil: [^ nil]) \ No newline at end of file diff --git a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/materializeHead.st b/src/GitS-Core.package/GSGitWorkingCopy.class/instance/materializeHead.st deleted file mode 100644 index 61f3c9f7a..000000000 --- a/src/GitS-Core.package/GSGitWorkingCopy.class/instance/materializeHead.st +++ /dev/null @@ -1,3 +0,0 @@ -changes-operations -materializeHead - self materializeCommit: self headCommit. \ No newline at end of file diff --git a/src/GitS-Core.package/GSGitWorkingCopy.class/methodProperties.json b/src/GitS-Core.package/GSGitWorkingCopy.class/methodProperties.json index 6aa3386bd..eaec0cbdb 100644 --- a/src/GitS-Core.package/GSGitWorkingCopy.class/methodProperties.json +++ b/src/GitS-Core.package/GSGitWorkingCopy.class/methodProperties.json @@ -43,9 +43,7 @@ "clearLastImageHashForMigration" : "mad 11/29/2023 15:08", "cloneFrom:" : "mad 5/23/2024 21:00", "commitChangeSets:message:additionalParents:onlyAdditionalParents:" : "mad 4/29/2024 20:55", - "commitChangeSets:message:parents:" : "mad 10/7/2024 15:53", "commitChangeSets:onCommit:message:additionalParents:onlyAdditionalParents:" : "mad 10/4/2024 20:35", - "commitChangeSets:onCommit:message:parents:" : "mad 10/7/2024 15:54", "computeRefsForCommits" : "mad 9/11/2023 16:47", "createBranchNamed:at:" : "mad 10/16/2023 21:32", "credentials" : "mad 9/18/2023 12:52", @@ -71,9 +69,7 @@ "handleCredentialsDuring:ifCanceled:" : "mad 10/17/2023 12:11", "handleMovedImageFrom:to:doMove:" : "mad 11/30/2023 21:43", "headCommit" : "mad 6/3/2023 15:35", - "headCommitHash" : "mad 6/3/2023 15:34", "headCommitIfNilInformAnd:" : "mad 4/5/2024 19:53", - "headFSCommit" : "mad 10/21/2023 23:43", "headFSCommitIfNilInformAnd:" : "mad 4/5/2024 19:54", "headRef" : "mad 8/13/2024 17:55", "headRefBasename" : "mad 10/16/2023 22:47", @@ -95,7 +91,6 @@ "lastImageHashForMigration" : "mad 11/29/2023 15:11", "materializeChangeSets:" : "mad 10/2/2024 18:35", "materializeCommit:" : "mad 9/6/2023 19:27", - "materializeHead" : "mad 8/24/2023 23:49", "moveToNewRepositoryLocation:" : "mad 12/22/2023 17:50", "pushRef:force:" : "mad 5/18/2024 11:31", "refChanged:" : "mad 5/15/2024 21:20", diff --git a/src/GitS-Core.package/GSImageMapper.class/instance/writerClass..st b/src/GitS-Core.package/GSImageMapper.class/instance/writerClass..st deleted file mode 100644 index a13048210..000000000 --- a/src/GitS-Core.package/GSImageMapper.class/instance/writerClass..st +++ /dev/null @@ -1,3 +0,0 @@ -accessing -writerClass: anImageReadWriterClass - self encoding: anImageReadWriterClass. \ No newline at end of file diff --git a/src/GitS-Core.package/GSImageMapper.class/methodProperties.json b/src/GitS-Core.package/GSImageMapper.class/methodProperties.json index 5e5395de7..f12c1ae1f 100644 --- a/src/GitS-Core.package/GSImageMapper.class/methodProperties.json +++ b/src/GitS-Core.package/GSImageMapper.class/methodProperties.json @@ -12,5 +12,4 @@ "isValidAsset:" : "mad 9/29/2024 17:40", "readAssetFrom:" : "mad 9/29/2024 17:44", "writeAsset:on:" : "mad 9/29/2024 17:48", - "writerClass" : "mad 9/20/2023 18:42", - "writerClass:" : "mad 9/20/2023 20:01" } } + "writerClass" : "mad 9/20/2023 18:42" } } diff --git a/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/instance/directoryFromPath..st b/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/instance/directoryFromPath..st deleted file mode 100644 index 324ffe9a2..000000000 --- a/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/instance/directoryFromPath..st +++ /dev/null @@ -1,3 +0,0 @@ -utilities -directoryFromPath: directoryPath - ^ (FSAbsolutePath from: directoryPath delimiter: self pathNameDelimiter) asFileReference \ No newline at end of file diff --git a/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/instance/resolvePath.in..st b/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/instance/resolvePath.in..st deleted file mode 100644 index f008eefa0..000000000 --- a/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/instance/resolvePath.in..st +++ /dev/null @@ -1,3 +0,0 @@ -utilities -resolvePath: path in: aDirectory - ^ aDirectory resolveString: path \ No newline at end of file diff --git a/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/methodProperties.json b/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/methodProperties.json index a363bd277..3ded57776 100644 --- a/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/methodProperties.json +++ b/src/GitS-Core.package/GSMCFileTreeFileSystemUtils.class/methodProperties.json @@ -9,7 +9,6 @@ "directory:" : "jr 2/26/2017 13:49", "directoryExists:" : "jr 2/26/2017 13:47", "directoryFromEntry:" : "jr 2/26/2017 13:47", - "directoryFromPath:" : "jr 2/26/2017 13:48", "directoryFromPath:relativeTo:" : "jr 2/26/2017 13:47", "directoryName:" : "jr 2/26/2017 13:47", "directoryPathString:" : "jr 2/26/2017 13:47", @@ -19,5 +18,4 @@ "parentDirectoryOf:" : "jr 2/26/2017 13:47", "pathNameDelimiter" : "jr 2/26/2017 13:50", "readStreamFor:in:do:" : "jr 2/26/2017 13:47", - "resolvePath:in:" : "jr 2/26/2017 13:47", "writeStreamFor:in:do:" : "jr 11/20/2021 11:35" } } diff --git a/src/GitS-Core.package/GSRebaseOperationWithCommit.class/instance/commitIcon.st b/src/GitS-Core.package/GSRebaseOperationWithCommit.class/instance/commitIcon.st index f4da2172d..02cee9d12 100644 --- a/src/GitS-Core.package/GSRebaseOperationWithCommit.class/instance/commitIcon.st +++ b/src/GitS-Core.package/GSRebaseOperationWithCommit.class/instance/commitIcon.st @@ -1,10 +1,9 @@ icon commitIcon - | color rect | + | rect | ^ self cachedIcon: [:canvas | rect := canvas clipRect. rect := rect insetBy: rect extent / 4. - color := Color black. canvas drawImage: self lineIcon at: 0 @ 0; fillOval: rect color: Color white; diff --git a/src/GitS-Core.package/GSRebaseOperationWithCommit.class/methodProperties.json b/src/GitS-Core.package/GSRebaseOperationWithCommit.class/methodProperties.json index caf386df4..41f50eae9 100644 --- a/src/GitS-Core.package/GSRebaseOperationWithCommit.class/methodProperties.json +++ b/src/GitS-Core.package/GSRebaseOperationWithCommit.class/methodProperties.json @@ -12,7 +12,7 @@ "commit" : "mad 12/5/2023 21:40", "commit:" : "mad 12/5/2023 21:40", "commitDeletionColor" : "mad 4/3/2024 20:15", - "commitIcon" : "mad 4/3/2024 20:41", + "commitIcon" : "mad 10/13/2024 21:42", "commitModificationColor" : "mad 4/3/2024 20:17", "createsCommit" : "mad 4/3/2024 17:49", "deletesCommit" : "mad 4/3/2024 20:06", diff --git a/src/GitS-Core.package/GSRemotesBrowser.class/instance/buildRemoteDialog.title..st b/src/GitS-Core.package/GSRemotesBrowser.class/instance/buildRemoteDialog.title..st deleted file mode 100644 index b0bbc8b91..000000000 --- a/src/GitS-Core.package/GSRemotesBrowser.class/instance/buildRemoteDialog.title..st +++ /dev/null @@ -1,7 +0,0 @@ -toolbuilder -buildRemoteDialog: builder title: aString - ^ builder pluggableDialogSpec new - title: aString; - children: {self buildInputsPanel: builder}; - button: {self buildDialogOkButton: builder}; - yourself \ No newline at end of file diff --git a/src/GitS-Core.package/GSRemotesBrowser.class/methodProperties.json b/src/GitS-Core.package/GSRemotesBrowser.class/methodProperties.json index 20d41b510..d34d88042 100644 --- a/src/GitS-Core.package/GSRemotesBrowser.class/methodProperties.json +++ b/src/GitS-Core.package/GSRemotesBrowser.class/methodProperties.json @@ -12,7 +12,6 @@ "buildEditRemoteButton:" : "mad 9/21/2023 17:02", "buildInputsPanel:" : "mad 10/9/2024 16:01", "buildLayout:" : "mad 10/9/2024 16:01", - "buildRemoteDialog:title:" : "mad 9/21/2023 17:23", "buildRemoteList:" : "mad 9/21/2023 18:05", "buildRemoveRemoteButton:" : "mad 9/21/2023 17:02", "buildWindow:" : "mad 10/9/2024 16:01",