From 3da46c6809f21a5685c34e3a8087d4c55ddef8e6 Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Wed, 14 Jul 2021 21:43:25 +0200 Subject: [PATCH] deprecate glamour and gt tools --- src/GT-BytecodeDebugger/GTBytecodeDebuggerSession.class.st | 5 +++++ .../GTGoAndInspectBytecodeDebugAction.class.st | 5 +++++ src/GT-BytecodeDebugger/GTStepToBytecodeDebugAction.class.st | 5 +++++ src/GT-Debugger/GTBrowseMethodDebuggerAction.class.st | 5 +++++ src/GT-Debugger/GTChangeDebuggerAction.class.st | 5 +++++ src/GT-Debugger/GTClearEditorDebugAction.class.st | 5 +++++ src/GT-Debugger/GTCodeDebugAction.class.st | 5 +++++ src/GT-Debugger/GTDebuggerBrowserUpdateRequest.class.st | 5 +++++ .../GTGenericStackDebuggerSelectionChanged.class.st | 5 +++++ src/GT-Debugger/GTGlamourWrapperDebuggingAction.class.st | 5 +++++ src/GT-Debugger/GTHelpDebugAction.class.st | 5 +++++ src/GT-Debugger/GTRunToSelectionDebugAction.class.st | 5 +++++ src/GT-Debugger/GTWhereIsDebugAction.class.st | 5 +++++ src/GT-Debugger/ManifestGTDebugger.class.st | 5 +++++ src/GT-Inspector/GTInspectorContextIndexedTempNode.class.st | 5 +++++ src/GT-Inspector/GTInspectorContextNamedTempNode.class.st | 5 +++++ src/GT-Inspector/GTInspectorDynamicNode.class.st | 5 +++++ src/GT-Inspector/GTInspectorIndexedNode.class.st | 5 +++++ src/GT-Inspector/GTInspectorPresentationFilter.class.st | 5 +++++ src/GT-Inspector/GTInspectorProtoObjectNode.class.st | 5 +++++ src/GT-Inspector/GTInspectorVariableNode.class.st | 5 +++++ src/GT-Inspector/GTObjectPrinter.class.st | 5 +++++ src/GT-Inspector/GTSnippets.class.st | 5 +++++ src/GT-Playground/GTPlayBook.class.st | 5 +++++ src/GT-Playground/GTPlayPage.class.st | 5 +++++ src/GT-Playground/GTPlayPageFilePersistence.class.st | 5 +++++ src/GT-Playground/GTPlayPagePersistence.class.st | 5 +++++ src/GT-Playground/GTUrlProvider.class.st | 5 +++++ src/GT-SUnitDebugger/GTSUnitActivationPredicate.class.st | 5 +++++ src/GT-SUnitDebugger/GTSUnitDebugSession.class.st | 5 +++++ .../GTSUnitDebuggerJumpToTestAction.class.st | 5 +++++ src/GT-SUnitDebugger/GTSUnitExampleFailingTest.class.st | 5 +++++ .../GTSUnitExampleWithProblematicSetUpTest.class.st | 5 +++++ .../GTSUnitExampleWithSetUpAndNoTearDownTest.class.st | 5 +++++ .../GTSUnitExampleWithSetUpAndTearDownTest.class.st | 5 +++++ .../ManifestGTSpotterProcessors.class.st | 5 +++++ src/GT-Spotter-Processors/SptClassEntry.class.st | 5 +++++ src/GT-Spotter-Processors/SptClassProcessor.class.st | 5 +++++ src/GT-Spotter-Processors/SptGenericGenerator.class.st | 5 +++++ src/GT-Spotter-Processors/SptIteratorDecorator.class.st | 5 +++++ src/GT-Spotter-Processors/SptSequenceIterator.class.st | 5 +++++ src/GT-Spotter-Processors/SptWindowEntry.class.st | 5 +++++ src/GT-Spotter-Processors/SptWindowsProcessor.class.st | 5 +++++ src/GT-Spotter-UI/GTLinkLabelMorph.class.st | 5 +++++ src/GT-Spotter-UI/GTSpotterGlobalShortcut.class.st | 5 +++++ src/GT-Spotter-UI/GTSpotterProfiler.class.st | 5 +++++ src/GT-Spotter/GTFilterRegex.class.st | 5 +++++ src/GT-Spotter/GTNullFilter.class.st | 5 +++++ src/GT-Spotter/GTSpotterCandidateSelectedMoved.class.st | 5 +++++ src/GT-Spotter/GTSpotterCandidatesProcessor.class.st | 5 +++++ src/GT-Spotter/GTSpotterCategorySelected.class.st | 5 +++++ src/GT-Spotter/GTSpotterDiveInElement.class.st | 5 +++++ src/GT-Spotter/GTSpotterExtensionSettings.class.st | 5 +++++ src/GT-Spotter/GTSpotterHelp.class.st | 5 +++++ src/GT-Spotter/GTSpotterHidePreview.class.st | 5 +++++ src/GT-Spotter/GTSpotterMethodListProcessorFilter.class.st | 5 +++++ src/GT-Spotter/GTSpotterSelectedCandidateChanged.class.st | 5 +++++ src/GT-Spotter/GTSpotterUIThreadStream.class.st | 5 +++++ src/GT-Spotter/ManifestGTSpotter.class.st | 5 +++++ src/GT-SpotterExtensions-Core/GTFilterFileReference.class.st | 5 +++++ src/GT-SpotterExtensions-Core/GTFilterImplementor.class.st | 5 +++++ src/GT-SpotterExtensions-Core/GTSelector.class.st | 5 +++++ .../GTSpotterExtensionsOnClassTest.class.st | 5 +++++ src/GT-Tests-Debugger/GTBytecodeDebuggerSmokeTest.class.st | 5 +++++ src/GT-Tests-Debugger/GTDebuggerSmokeTest.class.st | 5 +++++ src/GT-Tests-Debugger/GTGenericStackDebuggerTest.class.st | 5 +++++ src/GT-Tests-Debugger/GTSUnitDebuggerSmokeTest.class.st | 5 +++++ src/GT-Tests-Debugger/InfiniteDebuggerTest.class.st | 5 +++++ .../TestClassForTestingDebuggerTest.class.st | 5 +++++ .../GTInspectorVariableValuePairsTest.class.st | 5 +++++ src/GT-Tests-Playground/GTPlaygroundBasicTest.class.st | 5 +++++ .../AbstractSptProcessorTest.class.st | 5 +++++ src/GT-Tests-Spotter-Processors/BenchProcessors.class.st | 5 +++++ src/GT-Tests-Spotter-Processors/CamelCaseSplitTest.class.st | 5 +++++ .../GTMockCandidatesList.class.st | 5 +++++ .../GeneratorBlockIteratorTest.class.st | 5 +++++ .../GeneratorIteratorTest.class.st | 5 +++++ src/GT-Tests-Spotter-Processors/SptIteratorsTest.class.st | 5 +++++ src/GT-Tests-Spotter/GTMockSpotter.class.st | 5 +++++ src/GT-Tests-Spotter/GTMockSpotterStep.class.st | 5 +++++ src/GT-Tests-Spotter/GTSettingBrowserTest.class.st | 5 +++++ src/GT-Tests-Spotter/GTSpotterA1.class.st | 5 +++++ src/GT-Tests-Spotter/GTSpotterA2.class.st | 5 +++++ src/GT-Tests-Spotter/GTSpotterA3.class.st | 5 +++++ src/GT-Tests-Spotter/GTSpotterCandidatesListTest.class.st | 5 +++++ src/GT-Tests-Spotter/GTSpotterStepTest.class.st | 5 +++++ src/GT-Tests-Spotter/GTSpotterStreamMock.class.st | 5 +++++ src/GT-Tests-Spotter/GTSpotterTest.class.st | 5 +++++ src/Glamour-Announcements/GLMContextChanged.class.st | 5 +++++ .../GLMMatchingPresentationsChanged.class.st | 5 +++++ .../GLMPresentationRefreshRequest.class.st | 5 +++++ .../GLMPresentationToolbarUpdated.class.st | 5 +++++ src/Glamour-Announcements/GLMPresentationUpdated.class.st | 5 +++++ src/Glamour-Announcements/GLMPresentationsChanged.class.st | 5 +++++ src/Glamour-Announcements/GLMTransmissionTriggered.class.st | 5 +++++ src/Glamour-Browsers/GLMBrowserClosed.class.st | 5 +++++ src/Glamour-Browsers/GLMBrowserClosing.class.st | 5 +++++ src/Glamour-Browsers/GLMCustomCell.class.st | 5 +++++ src/Glamour-Browsers/GLMExpander.class.st | 5 +++++ src/Glamour-Browsers/GLMFinder.class.st | 5 +++++ src/Glamour-Browsers/GLMPaneAnnouncement.class.st | 5 +++++ src/Glamour-Browsers/GLMPaneReplaced.class.st | 5 +++++ src/Glamour-Browsers/GLMStacker.class.st | 5 +++++ src/Glamour-Browsers/GLMTabulator.class.st | 5 +++++ src/Glamour-Core/GLMCompositeArrangement.class.st | 5 +++++ src/Glamour-Core/GLMGenericAction.class.st | 5 +++++ src/Glamour-Core/GLMImplicitBrowser.class.st | 5 +++++ src/Glamour-Core/GLMLabelPresentation.class.st | 5 +++++ src/Glamour-Core/GLMLoggedObject.class.st | 5 +++++ src/Glamour-Core/GLMNoBrowser.class.st | 5 +++++ src/Glamour-Core/GLMNoStrategy.class.st | 5 +++++ src/Glamour-Core/GLMOriginPortReference.class.st | 5 +++++ src/Glamour-Core/GLMPane.class.st | 5 +++++ src/Glamour-Core/GLMPanePort.class.st | 5 +++++ src/Glamour-Core/GLMPortEvent.class.st | 5 +++++ src/Glamour-Core/GLMPortReference.class.st | 5 +++++ src/Glamour-Core/GLMPresentStrategy.class.st | 5 +++++ src/Glamour-Core/GLMPresentation.class.st | 5 +++++ src/Glamour-Core/GLMRenderer.class.st | 5 +++++ src/Glamour-Core/GLMStackedVerticallyArrangement.class.st | 5 +++++ src/Glamour-Core/GLMTabbedArrangement.class.st | 5 +++++ src/Glamour-Core/GLMTransmission.class.st | 5 +++++ src/Glamour-Core/GLMTransmissionContext.class.st | 5 +++++ src/Glamour-Core/GLMTransmissionStrategy.class.st | 5 +++++ src/Glamour-Core/GLMUpdateAction.class.st | 5 +++++ src/Glamour-Core/GLMWindowRequest.class.st | 5 +++++ src/Glamour-FastTable/GLMDataSourceUpdated.class.st | 5 +++++ src/Glamour-FastTable/GLMFastListDataSource.class.st | 5 +++++ src/Glamour-FastTable/GLMFastListOutlineDataSource.class.st | 5 +++++ src/Glamour-FastTable/GLMFastTableColumn.class.st | 5 +++++ src/Glamour-FastTable/GLMFastTableDataSource.class.st | 5 +++++ src/Glamour-FastTable/GLMFastTreeDataSource.class.st | 5 +++++ src/Glamour-FastTable/GLMFastTreeTableDataSource.class.st | 5 +++++ src/Glamour-FastTable/GLMFilterBlock.class.st | 5 +++++ src/Glamour-FastTable/GLMMorphicFTRenderer.class.st | 5 +++++ src/Glamour-FastTable/GLMMorphicFastListRenderer.class.st | 5 +++++ src/Glamour-FastTable/GLMMorphicFastTableRenderer.class.st | 5 +++++ src/Glamour-FastTable/GLMMorphicFastTreeRenderer.class.st | 5 +++++ .../GLMMorphicFastTreeWithColumnsRenderer.class.st | 5 +++++ src/Glamour-Helpers/GLMAllNotNilCondition.class.st | 5 +++++ src/Glamour-Helpers/GLMAnnouncer.class.st | 5 +++++ src/Glamour-Helpers/GLMCondition.class.st | 5 +++++ src/Glamour-Helpers/GLMLogger.class.st | 5 +++++ src/Glamour-Helpers/GLMMultiValue.class.st | 5 +++++ src/Glamour-Helpers/GLMNullLogger.class.st | 5 +++++ src/Glamour-Helpers/GLMPortIdentifier.class.st | 5 +++++ src/Glamour-Helpers/GLMPortUpdater.class.st | 5 +++++ src/Glamour-Helpers/GLMSomeNotNilCondition.class.st | 5 +++++ src/Glamour-Morphic-Brick-Tests/GLMBrickTest.class.st | 5 +++++ .../GLMScrollListBrickTest.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMActionBrickDarkThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMActionBrickThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMAnimation.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMArea.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickAbstractModel.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickAnnouncement.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickAreaRenderer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickBorder.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickBounds.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickColorThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickDarkThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickDataChanged.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickGeneralWrapper.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickHeightTraverser.class.st | 5 +++++ .../GLMBrickLayoutChildrenState.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutDummState.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutEvent.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutMyselfState.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutParentState.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutProperties.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutStacked.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutState.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayoutTraverser.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickLayouter.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickListModel.class.st | 5 +++++ .../GLMBrickPopupEditShadowThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickPopupEditThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickPopupHelpThemer.class.st | 5 +++++ .../GLMBrickPopupSuccessThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickPopupThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickRenderer.class.st | 5 +++++ .../GLMBrickScrollPositionChanged.class.st | 5 +++++ .../GLMBrickTabLabelDarkThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickThemer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickThemerModule.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickWidthTraverser.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickWrapper.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMBrickedMorph.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMCompositeBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMDirection.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMEastDirection.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMEditableLabelBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMFormSubmitted.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMFoundationBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMHaloBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMHorizontalLinearLayout.class.st | 5 +++++ .../GLMInteractableBrickRenderer.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMLinearLayout.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMNorthDirection.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMPhlowBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMPhlowTableColumn.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMPopupBrickCloser.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMPopupBrickLayout.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMPopupBrickListener.class.st | 5 +++++ .../GLMPopupBrickOutisideClickPredicate.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMPopupBrickPredicate.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMPopupBrickUpwardLayout.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMRubEditingArea.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMRubTextFieldMorph.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMRubTextScrollPane.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMScrollPaneBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMSouthDirection.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMStringBrick.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMVector.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMVerticalLinearLayout.class.st | 5 +++++ src/Glamour-Morphic-Brick/GLMWestDirection.class.st | 5 +++++ src/Glamour-Morphic-Pager/GLMMorphicPagerRenderer.class.st | 5 +++++ src/Glamour-Morphic-Pager/GLMPagerPanePreviewMorph.class.st | 5 +++++ src/Glamour-Morphic-Pager/GLMPagerWidgetThemer.class.st | 5 +++++ .../GLMMorphicFinderRenderer.class.st | 5 +++++ .../GLMMorphicPaneWithoutTitleRenderer.class.st | 5 +++++ .../GLMMorphicTabbedRenderer.class.st | 5 +++++ src/Glamour-Morphic-Renderer/GLMMorphicTextRenderer.class.st | 5 +++++ .../GLMMorphicWidgetRenderer.class.st | 5 +++++ .../GLMPluggableButtonMorph.class.st | 5 +++++ src/Glamour-Morphic-Theme/GLMUIThemeExtraIcons.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMActionAnnouncement.class.st | 5 +++++ .../GLMDropDownListMorphSelectionChanged.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMDropListModel.class.st | 5 +++++ .../GLMExpanderContentsNodeModel.class.st | 5 +++++ .../GLMExpanderLabelNodeModel.class.st | 5 +++++ .../GLMExpanderTreeMorphModel.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMMenuItemSelected.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMMorphTreeColumn.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMMorphic.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMMorphicIcons.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMMorphicModel.class.st | 5 +++++ .../GLMMorphicPresentationToolbarModel.class.st | 5 +++++ .../GLMPaginatedMorphTreeMorph.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMPaneScroller.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMPanelMorph.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMPopper.class.st | 5 +++++ .../GLMPopperNotificationStrategy.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMRubricTextModel.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMSelectedTextChanged.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMSmalltalkCodeModel.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMSystemWindow.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMTextChanged.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMTreeMorphModel.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMTreeMorphNodeModel.class.st | 5 +++++ .../GLMTreeMorphSelectionChanged.class.st | 5 +++++ .../GLMTreeMorphStrongSelectionChanged.class.st | 5 +++++ src/Glamour-Morphic-Widgets/GLMWatcherWindow.class.st | 5 +++++ src/Glamour-Morphic-Widgets/LazyTabGroupMorph.class.st | 5 +++++ src/Glamour-Morphic-Widgets/LazyTabPage.class.st | 5 +++++ src/Glamour-Morphic-Widgets/LazyTabPageAnnouncement.class.st | 5 +++++ src/Glamour-Morphic-Widgets/LazyTabPageChanged.class.st | 5 +++++ src/Glamour-Morphic-Widgets/LazyTabPageRemoved.class.st | 5 +++++ src/Glamour-PagerModel/GLMFocusedPageChanged.class.st | 5 +++++ .../GLMNumberOfVisiblePagesChanged.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagePopedAndReplaced.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagePushed.class.st | 5 +++++ src/Glamour-PagerModel/GLMPageSwitched.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagerBoundsChanged.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagerButtonAnnouncement.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagerButtonSelected.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagerException.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagerModel.class.st | 5 +++++ src/Glamour-PagerModel/GLMPagerPreviewUpdate.class.st | 5 +++++ .../GLMPagerScrollPositionChanged.class.st | 5 +++++ .../GLMPagerSynchronizeScrollAnnouncement.class.st | 5 +++++ src/Glamour-PagerModel/GLMSelectedPageChanged.class.st | 5 +++++ src/Glamour-PagerModel/ManifestGlamourPagerModel.class.st | 5 +++++ src/Glamour-Presentations/GLMCompileText.class.st | 5 +++++ src/Glamour-Presentations/GLMDebugSelection.class.st | 5 +++++ src/Glamour-Presentations/GLMEvaluateSelection.class.st | 5 +++++ src/Glamour-Presentations/GLMFormatCode.class.st | 5 +++++ src/Glamour-Presentations/GLMHighlightAndEvaluate.class.st | 5 +++++ src/Glamour-Presentations/GLMPrintSelection.class.st | 5 +++++ src/Glamour-Presentations/GLMProfileSelection.class.st | 5 +++++ src/Glamour-Presentations/GLMSelectCurrentLine.class.st | 5 +++++ src/Glamour-Presentations/GLMTableColumn.class.st | 5 +++++ src/Glamour-Presentations/GLMTextEditorRequest.class.st | 5 +++++ .../GLMVariableBindingsAccessRequest.class.st | 5 +++++ .../GLMVariableBindingsChanged.class.st | 5 +++++ .../GLMLipsumWithSegmentsExample.class.st | 5 +++++ src/Glamour-Rubric-Presentations/GLMRubricExample.class.st | 5 +++++ .../GLMSimpleRubricExample.class.st | 5 +++++ .../GlamourPresentationPresenter.class.st | 5 +++++ src/Glamour-Tasks/GLMAsyncTask.class.st | 5 +++++ src/Glamour-Tests-Core/GLMActionTest.class.st | 5 +++++ .../GLMAnnouncementPropagationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMAnnouncerTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMBrowserTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMBundleTransmissionTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMCompositePresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMDynamicPresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMExpanderTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMExplicitBrowserCopyTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMExplicitBrowserTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMExtensionsTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMFinderTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMFlexiblePresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMFormattedPresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMHelperTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMListPresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMLoggerTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMNestedBrowserTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMNewScriptingTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMNoBrowserTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMPagerModelTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMPaneTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMPortEventTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMPortIdentifierTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMPortReferenceTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMPortTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMPresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMScriptingTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTabulatorTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTestAnnouncement.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTestAnnouncement2.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTextPresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTransmissionContextTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTransmissionScriptingTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTransmissionTest.class.st | 5 +++++ src/Glamour-Tests-Core/GLMTreePresentationTest.class.st | 5 +++++ src/Glamour-Tests-Core/GlamourousBenchmark.class.st | 5 +++++ src/Glamour-Tests-Morphic/AbstractMorphicUITest.class.st | 5 +++++ .../GLMActionsToolbarMorphicTest.class.st | 5 +++++ .../GLMCompositePresentationAsStartMorphicTest.class.st | 5 +++++ .../GLMCompositePresentationMorphicTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/GLMDropDownMorphicTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/GLMMorphicExamplesTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/GLMMorphicFTTest.class.st | 5 +++++ .../GLMMorphicPharoCodeRendererTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/GLMMorphicTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/GLMPagerMorphTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/GLMPharoScriptMorphicTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/GLMUpdateMorphicTest.class.st | 5 +++++ src/Glamour-Tests-Morphic/LazyTabGroupTest.class.st | 5 +++++ src/Glamour-Tests-Resources/GLMAnnouncingCollection.class.st | 5 +++++ src/Glamour-Tests-Resources/GLMItemAdded.class.st | 5 +++++ src/Glamour-Tests-Resources/GLMItemChanged.class.st | 5 +++++ src/Glamour-Tests-Resources/GLMItemRemoved.class.st | 5 +++++ src/Glamour-Tests-Rubric/GLMRubricTextMorphicTest.class.st | 5 +++++ 346 files changed, 1730 insertions(+) diff --git a/src/GT-BytecodeDebugger/GTBytecodeDebuggerSession.class.st b/src/GT-BytecodeDebugger/GTBytecodeDebuggerSession.class.st index 02ddd916867..7e232575632 100644 --- a/src/GT-BytecodeDebugger/GTBytecodeDebuggerSession.class.st +++ b/src/GT-BytecodeDebugger/GTBytecodeDebuggerSession.class.st @@ -8,6 +8,11 @@ Class { #category : #'GT-BytecodeDebugger-Model' } +{ #category : #testing } +GTBytecodeDebuggerSession class >> isDeprecated [ + ^ true +] + { #category : #'debugging actions' } GTBytecodeDebuggerSession >> runToBytecode: aSymbolicBytecode inContext: aContext [ "Attempt to step over instructions in selectedContext until the diff --git a/src/GT-BytecodeDebugger/GTGoAndInspectBytecodeDebugAction.class.st b/src/GT-BytecodeDebugger/GTGoAndInspectBytecodeDebugAction.class.st index 7ae8fc99593..e3602ba27d4 100644 --- a/src/GT-BytecodeDebugger/GTGoAndInspectBytecodeDebugAction.class.st +++ b/src/GT-BytecodeDebugger/GTGoAndInspectBytecodeDebugAction.class.st @@ -15,6 +15,11 @@ GTGoAndInspectBytecodeDebugAction class >> gtBytecodeDebuggerActionFor: aDebugge ^ (self forDebugger: aDebugger) ] +{ #category : #testing } +GTGoAndInspectBytecodeDebugAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTGoAndInspectBytecodeDebugAction >> defaultKeymap [ diff --git a/src/GT-BytecodeDebugger/GTStepToBytecodeDebugAction.class.st b/src/GT-BytecodeDebugger/GTStepToBytecodeDebugAction.class.st index 6175cd6501b..870a9b800bb 100644 --- a/src/GT-BytecodeDebugger/GTStepToBytecodeDebugAction.class.st +++ b/src/GT-BytecodeDebugger/GTStepToBytecodeDebugAction.class.st @@ -15,6 +15,11 @@ GTStepToBytecodeDebugAction class >> gtBytecodeDebuggerActionFor: aDebugger [ icon: GLMUIThemeExtraIcons glamorousPlay ] +{ #category : #testing } +GTStepToBytecodeDebugAction class >> isDeprecated [ + ^ true +] + { #category : #testing } GTStepToBytecodeDebugAction >> appliesToDebugger: aDebugger [ diff --git a/src/GT-Debugger/GTBrowseMethodDebuggerAction.class.st b/src/GT-Debugger/GTBrowseMethodDebuggerAction.class.st index 5801f83cb95..b0ac1e8653b 100644 --- a/src/GT-Debugger/GTBrowseMethodDebuggerAction.class.st +++ b/src/GT-Debugger/GTBrowseMethodDebuggerAction.class.st @@ -15,6 +15,11 @@ GTBrowseMethodDebuggerAction class >> gtActionFor: aDebugger [ icon: GLMUIThemeExtraIcons glamorousBrowse ] +{ #category : #testing } +GTBrowseMethodDebuggerAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTBrowseMethodDebuggerAction >> defaultLabel [ diff --git a/src/GT-Debugger/GTChangeDebuggerAction.class.st b/src/GT-Debugger/GTChangeDebuggerAction.class.st index 409dde98754..0165a2a587d 100644 --- a/src/GT-Debugger/GTChangeDebuggerAction.class.st +++ b/src/GT-Debugger/GTChangeDebuggerAction.class.st @@ -40,6 +40,11 @@ GTChangeDebuggerAction class >> gtChangeDebuggerActionsFor: aDebugger [ excluding: aDebugger ] +{ #category : #testing } +GTChangeDebuggerAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTChangeDebuggerAction >> debuggerClass: aClass [ diff --git a/src/GT-Debugger/GTClearEditorDebugAction.class.st b/src/GT-Debugger/GTClearEditorDebugAction.class.st index 73b01251827..2407171e5f2 100644 --- a/src/GT-Debugger/GTClearEditorDebugAction.class.st +++ b/src/GT-Debugger/GTClearEditorDebugAction.class.st @@ -15,6 +15,11 @@ GTClearEditorDebugAction class >> gtActionFor: aDebugger [ icon: GLMUIThemeExtraIcons glamorousCancel ] +{ #category : #testing } +GTClearEditorDebugAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTClearEditorDebugAction >> defaultIcon [ diff --git a/src/GT-Debugger/GTCodeDebugAction.class.st b/src/GT-Debugger/GTCodeDebugAction.class.st index 270d75ad57d..748d60317ee 100644 --- a/src/GT-Debugger/GTCodeDebugAction.class.st +++ b/src/GT-Debugger/GTCodeDebugAction.class.st @@ -11,6 +11,11 @@ Class { #category : #'GT-Debugger-Actions' } +{ #category : #testing } +GTCodeDebugAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTCodeDebugAction >> codePresentation [ ^ self debugger perform: self codePresentationSelector diff --git a/src/GT-Debugger/GTDebuggerBrowserUpdateRequest.class.st b/src/GT-Debugger/GTDebuggerBrowserUpdateRequest.class.st index b76d601195c..4e56f5fbc66 100644 --- a/src/GT-Debugger/GTDebuggerBrowserUpdateRequest.class.st +++ b/src/GT-Debugger/GTDebuggerBrowserUpdateRequest.class.st @@ -15,6 +15,11 @@ GTDebuggerBrowserUpdateRequest class >> from: anAnnouncement [ ^ self new from: anAnnouncement ] +{ #category : #testing } +GTDebuggerBrowserUpdateRequest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTDebuggerBrowserUpdateRequest >> debugActionExecutedAnnouncement [ ^ debugActionExecutedAnnouncement diff --git a/src/GT-Debugger/GTGenericStackDebuggerSelectionChanged.class.st b/src/GT-Debugger/GTGenericStackDebuggerSelectionChanged.class.st index 147ddc158cf..3d428de2e69 100644 --- a/src/GT-Debugger/GTGenericStackDebuggerSelectionChanged.class.st +++ b/src/GT-Debugger/GTGenericStackDebuggerSelectionChanged.class.st @@ -17,6 +17,11 @@ GTGenericStackDebuggerSelectionChanged class >> forDebugger: aDebugger [ ^ self new forDebugger: aDebugger ] +{ #category : #testing } +GTGenericStackDebuggerSelectionChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTGenericStackDebuggerSelectionChanged >> debugger [ diff --git a/src/GT-Debugger/GTGlamourWrapperDebuggingAction.class.st b/src/GT-Debugger/GTGlamourWrapperDebuggingAction.class.st index 03af1916205..0d9afd13be3 100644 --- a/src/GT-Debugger/GTGlamourWrapperDebuggingAction.class.st +++ b/src/GT-Debugger/GTGlamourWrapperDebuggingAction.class.st @@ -22,6 +22,11 @@ GTGlamourWrapperDebuggingAction class >> gtActionFor: aDebugger [ order: (index := index + 10) ] ] +{ #category : #testing } +GTGlamourWrapperDebuggingAction class >> isDeprecated [ + ^ true +] + { #category : #transformation } GTGlamourWrapperDebuggingAction >> asGlamourAction [ |actionBlock| diff --git a/src/GT-Debugger/GTHelpDebugAction.class.st b/src/GT-Debugger/GTHelpDebugAction.class.st index 80858ca7628..9c8474d06d9 100644 --- a/src/GT-Debugger/GTHelpDebugAction.class.st +++ b/src/GT-Debugger/GTHelpDebugAction.class.st @@ -14,6 +14,11 @@ GTHelpDebugAction class >> gtDebuggingAction [ "" ] +{ #category : #testing } +GTHelpDebugAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTHelpDebugAction >> defaultIcon [ diff --git a/src/GT-Debugger/GTRunToSelectionDebugAction.class.st b/src/GT-Debugger/GTRunToSelectionDebugAction.class.st index 83b3c85c69a..90174979c0a 100644 --- a/src/GT-Debugger/GTRunToSelectionDebugAction.class.st +++ b/src/GT-Debugger/GTRunToSelectionDebugAction.class.st @@ -15,6 +15,11 @@ GTRunToSelectionDebugAction class >> gtActionFor: aDebugger [ icon: GLMUIThemeExtraIcons glamorousPlay ] +{ #category : #testing } +GTRunToSelectionDebugAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTRunToSelectionDebugAction >> defaultOrder [ diff --git a/src/GT-Debugger/GTWhereIsDebugAction.class.st b/src/GT-Debugger/GTWhereIsDebugAction.class.st index 67e8d897022..fe2c64540d2 100644 --- a/src/GT-Debugger/GTWhereIsDebugAction.class.st +++ b/src/GT-Debugger/GTWhereIsDebugAction.class.st @@ -15,6 +15,11 @@ GTWhereIsDebugAction class >> gtActionFor: aDebugger [ icon: GLMUIThemeExtraIcons glamorousSearch ] +{ #category : #testing } +GTWhereIsDebugAction class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTWhereIsDebugAction >> defaultOrder [ diff --git a/src/GT-Debugger/ManifestGTDebugger.class.st b/src/GT-Debugger/ManifestGTDebugger.class.st index 2a1597bccbc..013cd59f26c 100644 --- a/src/GT-Debugger/ManifestGTDebugger.class.st +++ b/src/GT-Debugger/ManifestGTDebugger.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Debugger-Manifest' } +{ #category : #testing } +ManifestGTDebugger class >> isDeprecated [ + ^ true +] + { #category : #unloading } ManifestGTDebugger class >> preUnload [ GTGenericStackDebugger closeAllDebuggers diff --git a/src/GT-Inspector/GTInspectorContextIndexedTempNode.class.st b/src/GT-Inspector/GTInspectorContextIndexedTempNode.class.st index 033be0f4c39..ffb4e57fd6a 100644 --- a/src/GT-Inspector/GTInspectorContextIndexedTempNode.class.st +++ b/src/GT-Inspector/GTInspectorContextIndexedTempNode.class.st @@ -17,6 +17,11 @@ GTInspectorContextIndexedTempNode class >> hostObject: aContext tempIndex: anInt yourself ] +{ #category : #testing } +GTInspectorContextIndexedTempNode class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTInspectorContextIndexedTempNode >> label [ ^ self tempIndex diff --git a/src/GT-Inspector/GTInspectorContextNamedTempNode.class.st b/src/GT-Inspector/GTInspectorContextNamedTempNode.class.st index a02d95d8940..2fdb6d815ca 100644 --- a/src/GT-Inspector/GTInspectorContextNamedTempNode.class.st +++ b/src/GT-Inspector/GTInspectorContextNamedTempNode.class.st @@ -23,6 +23,11 @@ GTInspectorContextNamedTempNode class >> hostObject: aContext tempName: aString yourself ] +{ #category : #testing } +GTInspectorContextNamedTempNode class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTInspectorContextNamedTempNode >> errorMessage [ ^ 'error obtaining field value' diff --git a/src/GT-Inspector/GTInspectorDynamicNode.class.st b/src/GT-Inspector/GTInspectorDynamicNode.class.st index 8c3010439bd..c045eb18016 100644 --- a/src/GT-Inspector/GTInspectorDynamicNode.class.st +++ b/src/GT-Inspector/GTInspectorDynamicNode.class.st @@ -20,6 +20,11 @@ GTInspectorDynamicNode class >> hostObject: anObject label: aString value: anoth yourself ] +{ #category : #testing } +GTInspectorDynamicNode class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTInspectorDynamicNode >> key [ ^ label diff --git a/src/GT-Inspector/GTInspectorIndexedNode.class.st b/src/GT-Inspector/GTInspectorIndexedNode.class.st index b6d7701d58b..1cc37ffb51a 100644 --- a/src/GT-Inspector/GTInspectorIndexedNode.class.st +++ b/src/GT-Inspector/GTInspectorIndexedNode.class.st @@ -17,6 +17,11 @@ GTInspectorIndexedNode class >> hostObject: anObject index: index [ yourself ] +{ #category : #testing } +GTInspectorIndexedNode class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTInspectorIndexedNode >> errorMessage [ ^ 'error obtaining indexed attribute value' diff --git a/src/GT-Inspector/GTInspectorPresentationFilter.class.st b/src/GT-Inspector/GTInspectorPresentationFilter.class.st index b4ef7311ec9..b9a2e31d0f9 100644 --- a/src/GT-Inspector/GTInspectorPresentationFilter.class.st +++ b/src/GT-Inspector/GTInspectorPresentationFilter.class.st @@ -10,6 +10,11 @@ Class { #category : #'GT-Inspector' } +{ #category : #testing } +GTInspectorPresentationFilter class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTInspectorPresentationFilter >> changeFilterRequestFor: aGTInspector [ diff --git a/src/GT-Inspector/GTInspectorProtoObjectNode.class.st b/src/GT-Inspector/GTInspectorProtoObjectNode.class.st index 071d73c347e..a6b8ceb7817 100644 --- a/src/GT-Inspector/GTInspectorProtoObjectNode.class.st +++ b/src/GT-Inspector/GTInspectorProtoObjectNode.class.st @@ -18,6 +18,11 @@ GTInspectorProtoObjectNode class >> hostObject: anObject index: index slotName: yourself ] +{ #category : #testing } +GTInspectorProtoObjectNode class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTInspectorProtoObjectNode >> index: anIndex slotName: aSlotName [ index := anIndex. diff --git a/src/GT-Inspector/GTInspectorVariableNode.class.st b/src/GT-Inspector/GTInspectorVariableNode.class.st index 1f69726865d..13b6993d08d 100644 --- a/src/GT-Inspector/GTInspectorVariableNode.class.st +++ b/src/GT-Inspector/GTInspectorVariableNode.class.st @@ -30,6 +30,11 @@ GTInspectorVariableNode class >> hostObject: anObject [ yourself ] +{ #category : #testing } +GTInspectorVariableNode class >> isDeprecated [ + ^ true +] + { #category : #composition } GTInspectorVariableNode >> childrenNodesFor: aVariablesBrowser [ "Return a collection of subvariable nodes to be displayed in a given raw variables browser. diff --git a/src/GT-Inspector/GTObjectPrinter.class.st b/src/GT-Inspector/GTObjectPrinter.class.st index 5b8639f3a63..17d410f154e 100644 --- a/src/GT-Inspector/GTObjectPrinter.class.st +++ b/src/GT-Inspector/GTObjectPrinter.class.st @@ -27,6 +27,11 @@ GTObjectPrinter class >> asTruncatedTextFrom: anObject [ do: [ Text string: 'error printing' attribute: TextColor red ] ] +{ #category : #testing } +GTObjectPrinter class >> isDeprecated [ + ^ true +] + { #category : #printing } GTObjectPrinter >> asNonTruncatedTextFrom: anObject [ ^ self class asNonTruncatedTextFrom: anObject diff --git a/src/GT-Inspector/GTSnippets.class.st b/src/GT-Inspector/GTSnippets.class.st index dead28f40b6..af49496fe09 100644 --- a/src/GT-Inspector/GTSnippets.class.st +++ b/src/GT-Inspector/GTSnippets.class.st @@ -18,6 +18,11 @@ GTSnippets class >> instance [ ^ instance ifNil: [ instance := self new ] ] +{ #category : #testing } +GTSnippets class >> isDeprecated [ + ^ true +] + { #category : #initialization } GTSnippets class >> reset [ instance := nil diff --git a/src/GT-Playground/GTPlayBook.class.st b/src/GT-Playground/GTPlayBook.class.st index 0dbe4281bef..cc07af22d3f 100644 --- a/src/GT-Playground/GTPlayBook.class.st +++ b/src/GT-Playground/GTPlayBook.class.st @@ -111,6 +111,11 @@ GTPlayBook class >> instance [ ^ instance ifNil: [ instance := self new ] ] +{ #category : #testing } +GTPlayBook class >> isDeprecated [ + ^ true +] + { #category : #initialization } GTPlayBook class >> reset [ diff --git a/src/GT-Playground/GTPlayPage.class.st b/src/GT-Playground/GTPlayPage.class.st index ddb335084e0..165ab699318 100644 --- a/src/GT-Playground/GTPlayPage.class.st +++ b/src/GT-Playground/GTPlayPage.class.st @@ -76,6 +76,11 @@ GTPlayPage class >> gtExampleEmpty [ ^ self new ] +{ #category : #testing } +GTPlayPage class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GTPlayPage class >> loadFromPublishUrl: aString [ ^ [ self basicLoadFromPublishUrl: aString ] diff --git a/src/GT-Playground/GTPlayPageFilePersistence.class.st b/src/GT-Playground/GTPlayPageFilePersistence.class.st index e661f920bab..1207df63853 100644 --- a/src/GT-Playground/GTPlayPageFilePersistence.class.st +++ b/src/GT-Playground/GTPlayPageFilePersistence.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Playground' } +{ #category : #testing } +GTPlayPageFilePersistence class >> isDeprecated [ + ^ true +] + { #category : #private } GTPlayPageFilePersistence >> deleteFromFileSystem [ diff --git a/src/GT-Playground/GTPlayPagePersistence.class.st b/src/GT-Playground/GTPlayPagePersistence.class.st index f457500314c..0e37596dbe8 100644 --- a/src/GT-Playground/GTPlayPagePersistence.class.st +++ b/src/GT-Playground/GTPlayPagePersistence.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Playground' } +{ #category : #testing } +GTPlayPagePersistence class >> isDeprecated [ + ^ true +] + { #category : #testing } GTPlayPagePersistence >> isStash [ ^ false diff --git a/src/GT-Playground/GTUrlProvider.class.st b/src/GT-Playground/GTUrlProvider.class.st index 2698f5a2025..01e22f76a1f 100644 --- a/src/GT-Playground/GTUrlProvider.class.st +++ b/src/GT-Playground/GTUrlProvider.class.st @@ -15,6 +15,11 @@ Class { #category : #'GT-Playground' } +{ #category : #testing } +GTUrlProvider class >> isDeprecated [ + ^ true +] + { #category : #settings } GTUrlProvider class >> settingsOn: aBuilder [ diff --git a/src/GT-SUnitDebugger/GTSUnitActivationPredicate.class.st b/src/GT-SUnitDebugger/GTSUnitActivationPredicate.class.st index 7ed5f325122..c78559e5759 100644 --- a/src/GT-SUnitDebugger/GTSUnitActivationPredicate.class.st +++ b/src/GT-SUnitDebugger/GTSUnitActivationPredicate.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-SUnitDebugger' } +{ #category : #testing } +GTSUnitActivationPredicate class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSUnitActivationPredicate >> matchContext: aContext [ diff --git a/src/GT-SUnitDebugger/GTSUnitDebugSession.class.st b/src/GT-SUnitDebugger/GTSUnitDebugSession.class.st index c80fb67baf0..1cbd8676ff7 100644 --- a/src/GT-SUnitDebugger/GTSUnitDebugSession.class.st +++ b/src/GT-SUnitDebugger/GTSUnitDebugSession.class.st @@ -32,6 +32,11 @@ GTSUnitDebugSession class >> activationPredicate [ ^ GTSUnitActivationPredicate new ] +{ #category : #testing } +GTSUnitDebugSession class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTSUnitDebugSession >> actualResult [ diff --git a/src/GT-SUnitDebugger/GTSUnitDebuggerJumpToTestAction.class.st b/src/GT-SUnitDebugger/GTSUnitDebuggerJumpToTestAction.class.st index d6967cf6dc6..8f2185f5f83 100644 --- a/src/GT-SUnitDebugger/GTSUnitDebuggerJumpToTestAction.class.st +++ b/src/GT-SUnitDebugger/GTSUnitDebuggerJumpToTestAction.class.st @@ -16,6 +16,11 @@ GTSUnitDebuggerJumpToTestAction class >> gtDebuggerActionFor: aDebugger [ ^ (self forDebugger: aDebugger) ] +{ #category : #testing } +GTSUnitDebuggerJumpToTestAction class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSUnitDebuggerJumpToTestAction >> appliesToDebugger: aDebugger [ diff --git a/src/GT-SUnitDebugger/GTSUnitExampleFailingTest.class.st b/src/GT-SUnitDebugger/GTSUnitExampleFailingTest.class.st index 1e7fbd4b711..675c1ae245a 100644 --- a/src/GT-SUnitDebugger/GTSUnitExampleFailingTest.class.st +++ b/src/GT-SUnitDebugger/GTSUnitExampleFailingTest.class.st @@ -12,6 +12,11 @@ GTSUnitExampleFailingTest class >> isAbstract [ ^ true ] +{ #category : #testing } +GTSUnitExampleFailingTest class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSUnitExampleFailingTest class >> isUnitTest [ ^ false diff --git a/src/GT-SUnitDebugger/GTSUnitExampleWithProblematicSetUpTest.class.st b/src/GT-SUnitDebugger/GTSUnitExampleWithProblematicSetUpTest.class.st index f7961d0cf99..24bdf7396e1 100644 --- a/src/GT-SUnitDebugger/GTSUnitExampleWithProblematicSetUpTest.class.st +++ b/src/GT-SUnitDebugger/GTSUnitExampleWithProblematicSetUpTest.class.st @@ -12,6 +12,11 @@ GTSUnitExampleWithProblematicSetUpTest class >> isAbstract [ ^ true ] +{ #category : #testing } +GTSUnitExampleWithProblematicSetUpTest class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSUnitExampleWithProblematicSetUpTest class >> isUnitTest [ ^ false diff --git a/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndNoTearDownTest.class.st b/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndNoTearDownTest.class.st index 0da812e6e87..75eb6baadcc 100644 --- a/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndNoTearDownTest.class.st +++ b/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndNoTearDownTest.class.st @@ -15,6 +15,11 @@ GTSUnitExampleWithSetUpAndNoTearDownTest class >> isAbstract [ ^ true ] +{ #category : #testing } +GTSUnitExampleWithSetUpAndNoTearDownTest class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSUnitExampleWithSetUpAndNoTearDownTest class >> isUnitTest [ ^ false diff --git a/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndTearDownTest.class.st b/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndTearDownTest.class.st index dfd47f6bfe6..fbab5cc310b 100644 --- a/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndTearDownTest.class.st +++ b/src/GT-SUnitDebugger/GTSUnitExampleWithSetUpAndTearDownTest.class.st @@ -15,6 +15,11 @@ GTSUnitExampleWithSetUpAndTearDownTest class >> isAbstract [ ^ true ] +{ #category : #testing } +GTSUnitExampleWithSetUpAndTearDownTest class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSUnitExampleWithSetUpAndTearDownTest class >> isUnitTest [ ^ false diff --git a/src/GT-Spotter-Processors/ManifestGTSpotterProcessors.class.st b/src/GT-Spotter-Processors/ManifestGTSpotterProcessors.class.st index b563e0992a9..39946d5b887 100644 --- a/src/GT-Spotter-Processors/ManifestGTSpotterProcessors.class.st +++ b/src/GT-Spotter-Processors/ManifestGTSpotterProcessors.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Spotter-Processors-Manifest' } +{ #category : #testing } +ManifestGTSpotterProcessors class >> isDeprecated [ + ^ true +] + { #category : #'code-critics' } ManifestGTSpotterProcessors class >> ruleReClassNotReferencedRuleV1FalsePositive [ ^ #(#(#(#RGPackageDefinition #(#'GT-Spotter-Processors')) #'2020-03-26T18:37:51.234976+01:00') ) diff --git a/src/GT-Spotter-Processors/SptClassEntry.class.st b/src/GT-Spotter-Processors/SptClassEntry.class.st index 9fe401efb56..84505867e9f 100644 --- a/src/GT-Spotter-Processors/SptClassEntry.class.st +++ b/src/GT-Spotter-Processors/SptClassEntry.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Spotter-Processors-Entries' } +{ #category : #testing } +SptClassEntry class >> isDeprecated [ + ^ true +] + { #category : #converting } SptClassEntry >> asString [ diff --git a/src/GT-Spotter-Processors/SptClassProcessor.class.st b/src/GT-Spotter-Processors/SptClassProcessor.class.st index ba6c79de0a5..acd2031bbb1 100644 --- a/src/GT-Spotter-Processors/SptClassProcessor.class.st +++ b/src/GT-Spotter-Processors/SptClassProcessor.class.st @@ -20,6 +20,11 @@ SptClassProcessor class >> hideInSettings [ ^ true ] +{ #category : #testing } +SptClassProcessor class >> isDeprecated [ + ^ true +] + { #category : #accessing } SptClassProcessor class >> order [ diff --git a/src/GT-Spotter-Processors/SptGenericGenerator.class.st b/src/GT-Spotter-Processors/SptGenericGenerator.class.st index c67e391aacc..b6875b363f4 100644 --- a/src/GT-Spotter-Processors/SptGenericGenerator.class.st +++ b/src/GT-Spotter-Processors/SptGenericGenerator.class.st @@ -26,6 +26,11 @@ Class { #category : #'GT-Spotter-Processors-Iterators' } +{ #category : #testing } +SptGenericGenerator class >> isDeprecated [ + ^ true +] + { #category : #testing } SptGenericGenerator >> atEnd [ diff --git a/src/GT-Spotter-Processors/SptIteratorDecorator.class.st b/src/GT-Spotter-Processors/SptIteratorDecorator.class.st index 8923c336761..3c56ce7675f 100644 --- a/src/GT-Spotter-Processors/SptIteratorDecorator.class.st +++ b/src/GT-Spotter-Processors/SptIteratorDecorator.class.st @@ -12,6 +12,11 @@ Class { #category : #'GT-Spotter-Processors-Iterators' } +{ #category : #testing } +SptIteratorDecorator class >> isDeprecated [ + ^ true +] + { #category : #testing } SptIteratorDecorator >> atEnd [ diff --git a/src/GT-Spotter-Processors/SptSequenceIterator.class.st b/src/GT-Spotter-Processors/SptSequenceIterator.class.st index 3939e2cb608..c83c6e26cf3 100644 --- a/src/GT-Spotter-Processors/SptSequenceIterator.class.st +++ b/src/GT-Spotter-Processors/SptSequenceIterator.class.st @@ -11,6 +11,11 @@ Class { #category : #'GT-Spotter-Processors-Iterators' } +{ #category : #testing } +SptSequenceIterator class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } SptSequenceIterator class >> with: aCollection [ diff --git a/src/GT-Spotter-Processors/SptWindowEntry.class.st b/src/GT-Spotter-Processors/SptWindowEntry.class.st index b0a5fcb1f8e..178655ff279 100644 --- a/src/GT-Spotter-Processors/SptWindowEntry.class.st +++ b/src/GT-Spotter-Processors/SptWindowEntry.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Spotter-Processors-Entries' } +{ #category : #testing } +SptWindowEntry class >> isDeprecated [ + ^ true +] + { #category : #converting } SptWindowEntry >> asString [ diff --git a/src/GT-Spotter-Processors/SptWindowsProcessor.class.st b/src/GT-Spotter-Processors/SptWindowsProcessor.class.st index 774c53194f3..eb9e9dc84f3 100644 --- a/src/GT-Spotter-Processors/SptWindowsProcessor.class.st +++ b/src/GT-Spotter-Processors/SptWindowsProcessor.class.st @@ -13,6 +13,11 @@ SptWindowsProcessor class >> defaultEnabled [ ^ true ] +{ #category : #testing } +SptWindowsProcessor class >> isDeprecated [ + ^ true +] + { #category : #accessing } SptWindowsProcessor class >> order [ diff --git a/src/GT-Spotter-UI/GTLinkLabelMorph.class.st b/src/GT-Spotter-UI/GTLinkLabelMorph.class.st index 38e8d07923d..226f2567df9 100644 --- a/src/GT-Spotter-UI/GTLinkLabelMorph.class.st +++ b/src/GT-Spotter-UI/GTLinkLabelMorph.class.st @@ -11,6 +11,11 @@ Class { #category : #'GT-Spotter-UI-Widgets' } +{ #category : #testing } +GTLinkLabelMorph class >> isDeprecated [ + ^ true +] + { #category : #initialization } GTLinkLabelMorph >> execute [ onClickBlock ifNotNil: [ onClickBlock cull: self ] diff --git a/src/GT-Spotter-UI/GTSpotterGlobalShortcut.class.st b/src/GT-Spotter-UI/GTSpotterGlobalShortcut.class.st index 2d729671767..fccdaff85ec 100644 --- a/src/GT-Spotter-UI/GTSpotterGlobalShortcut.class.st +++ b/src/GT-Spotter-UI/GTSpotterGlobalShortcut.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Spotter-UI-Widgets' } +{ #category : #testing } +GTSpotterGlobalShortcut class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSpotterGlobalShortcut class >> isGlobalCategory [ ^ true diff --git a/src/GT-Spotter-UI/GTSpotterProfiler.class.st b/src/GT-Spotter-UI/GTSpotterProfiler.class.st index bc31fc494cc..d793ac80a41 100644 --- a/src/GT-Spotter-UI/GTSpotterProfiler.class.st +++ b/src/GT-Spotter-UI/GTSpotterProfiler.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Spotter-UI-Widgets' } +{ #category : #testing } +GTSpotterProfiler class >> isDeprecated [ + ^ true +] + { #category : #testing } GTSpotterProfiler class >> isGlobalCategory [ ^ true diff --git a/src/GT-Spotter/GTFilterRegex.class.st b/src/GT-Spotter/GTFilterRegex.class.st index 1d6da3c29d3..0a52fbddb80 100644 --- a/src/GT-Spotter/GTFilterRegex.class.st +++ b/src/GT-Spotter/GTFilterRegex.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Spotter-Filters' } +{ #category : #testing } +GTFilterRegex class >> isDeprecated [ + ^ true +] + { #category : #private } GTFilterRegex >> applyFilterInContext: aSpotterContext error: exception [ super applyFilterInContext: aSpotterContext error: exception. diff --git a/src/GT-Spotter/GTNullFilter.class.st b/src/GT-Spotter/GTNullFilter.class.st index 740241c5a23..edbfbfa64a7 100644 --- a/src/GT-Spotter/GTNullFilter.class.st +++ b/src/GT-Spotter/GTNullFilter.class.st @@ -9,6 +9,11 @@ GTNullFilter class >> gtListFilter [ ^ GTFilterSubstring new ] +{ #category : #testing } +GTNullFilter class >> isDeprecated [ + ^ true +] + { #category : #private } GTNullFilter >> doApplyFilterWithQuery [ self streamed diff --git a/src/GT-Spotter/GTSpotterCandidateSelectedMoved.class.st b/src/GT-Spotter/GTSpotterCandidateSelectedMoved.class.st index 806868192bd..ff9fa562fa2 100644 --- a/src/GT-Spotter/GTSpotterCandidateSelectedMoved.class.st +++ b/src/GT-Spotter/GTSpotterCandidateSelectedMoved.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Spotter-Announcements' } +{ #category : #testing } +GTSpotterCandidateSelectedMoved class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTSpotterCandidateSelectedMoved >> itemBrick [ ^ candidateBrick diff --git a/src/GT-Spotter/GTSpotterCandidatesProcessor.class.st b/src/GT-Spotter/GTSpotterCandidatesProcessor.class.st index 0b68809369b..bd8d15a9b69 100644 --- a/src/GT-Spotter/GTSpotterCandidatesProcessor.class.st +++ b/src/GT-Spotter/GTSpotterCandidatesProcessor.class.st @@ -11,6 +11,11 @@ Class { #category : #'GT-Spotter-Pragma-Based-Processors' } +{ #category : #testing } +GTSpotterCandidatesProcessor class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GTSpotterCandidatesProcessor class >> on: anObject [ diff --git a/src/GT-Spotter/GTSpotterCategorySelected.class.st b/src/GT-Spotter/GTSpotterCategorySelected.class.st index fc8d776e083..aa74da8294f 100644 --- a/src/GT-Spotter/GTSpotterCategorySelected.class.st +++ b/src/GT-Spotter/GTSpotterCategorySelected.class.st @@ -3,3 +3,8 @@ Class { #superclass : #GTSpotterAnnouncement, #category : #'GT-Spotter-Announcements' } + +{ #category : #testing } +GTSpotterCategorySelected class >> isDeprecated [ + ^ true +] diff --git a/src/GT-Spotter/GTSpotterDiveInElement.class.st b/src/GT-Spotter/GTSpotterDiveInElement.class.st index cf1359e3878..6b4dd5f0fde 100644 --- a/src/GT-Spotter/GTSpotterDiveInElement.class.st +++ b/src/GT-Spotter/GTSpotterDiveInElement.class.st @@ -8,6 +8,11 @@ Class { #category : #'GT-Spotter-Announcements' } +{ #category : #testing } +GTSpotterDiveInElement class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTSpotterDiveInElement >> element [ ^ element diff --git a/src/GT-Spotter/GTSpotterExtensionSettings.class.st b/src/GT-Spotter/GTSpotterExtensionSettings.class.st index f5d0e822e61..fe9efc8a5d6 100644 --- a/src/GT-Spotter/GTSpotterExtensionSettings.class.st +++ b/src/GT-Spotter/GTSpotterExtensionSettings.class.st @@ -32,6 +32,11 @@ GTSpotterExtensionSettings class >> groupedAndSortedSpotterExtensions [ ^ groupedExtensions asSortedCollection: [ :a1 :a2 | a1 key name < a2 key name ]. ] +{ #category : #testing } +GTSpotterExtensionSettings class >> isDeprecated [ + ^ true +] + { #category : #settings } GTSpotterExtensionSettings class >> shouldSpotterIgnoreProcessorDefinedInMethod: aCompiledMethod [ " diff --git a/src/GT-Spotter/GTSpotterHelp.class.st b/src/GT-Spotter/GTSpotterHelp.class.st index 48c3f99275c..d969ade2454 100644 --- a/src/GT-Spotter/GTSpotterHelp.class.st +++ b/src/GT-Spotter/GTSpotterHelp.class.st @@ -195,6 +195,11 @@ GTSpotterHelp class >> extensionsString [ s cr ] ] ] +{ #category : #testing } +GTSpotterHelp class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTSpotterHelp class >> key [ ^ self name diff --git a/src/GT-Spotter/GTSpotterHidePreview.class.st b/src/GT-Spotter/GTSpotterHidePreview.class.st index 9f7a45d6755..1ffa4568f46 100644 --- a/src/GT-Spotter/GTSpotterHidePreview.class.st +++ b/src/GT-Spotter/GTSpotterHidePreview.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'GT-Spotter-Announcements' } + +{ #category : #testing } +GTSpotterHidePreview class >> isDeprecated [ + ^ true +] diff --git a/src/GT-Spotter/GTSpotterMethodListProcessorFilter.class.st b/src/GT-Spotter/GTSpotterMethodListProcessorFilter.class.st index 57e76463192..1738133efb5 100644 --- a/src/GT-Spotter/GTSpotterMethodListProcessorFilter.class.st +++ b/src/GT-Spotter/GTSpotterMethodListProcessorFilter.class.st @@ -17,6 +17,11 @@ Class { #category : #'GT-Spotter-Model' } +{ #category : #testing } +GTSpotterMethodListProcessorFilter class >> isDeprecated [ + ^ true +] + { #category : #adding } GTSpotterMethodListProcessorFilter >> allowProcessorsFrom: aMethod [ |signature| diff --git a/src/GT-Spotter/GTSpotterSelectedCandidateChanged.class.st b/src/GT-Spotter/GTSpotterSelectedCandidateChanged.class.st index 682c1a15207..dff08311c2e 100644 --- a/src/GT-Spotter/GTSpotterSelectedCandidateChanged.class.st +++ b/src/GT-Spotter/GTSpotterSelectedCandidateChanged.class.st @@ -8,6 +8,11 @@ Class { #category : #'GT-Spotter-Announcements' } +{ #category : #testing } +GTSpotterSelectedCandidateChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTSpotterSelectedCandidateChanged >> eventType [ ^ eventType diff --git a/src/GT-Spotter/GTSpotterUIThreadStream.class.st b/src/GT-Spotter/GTSpotterUIThreadStream.class.st index 79cf650ae15..a0d64928742 100644 --- a/src/GT-Spotter/GTSpotterUIThreadStream.class.st +++ b/src/GT-Spotter/GTSpotterUIThreadStream.class.st @@ -10,6 +10,11 @@ Class { #category : #'GT-Spotter-Utils' } +{ #category : #testing } +GTSpotterUIThreadStream class >> isDeprecated [ + ^ true +] + { #category : #'adding/removing' } GTSpotterUIThreadStream >> addObject: firstObject inProcessor: secondObject [ diff --git a/src/GT-Spotter/ManifestGTSpotter.class.st b/src/GT-Spotter/ManifestGTSpotter.class.st index 7a169bef5a8..dedf3dc7026 100644 --- a/src/GT-Spotter/ManifestGTSpotter.class.st +++ b/src/GT-Spotter/ManifestGTSpotter.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Spotter-Manifest' } +{ #category : #testing } +ManifestGTSpotter class >> isDeprecated [ + ^ true +] + { #category : #'code-critics' } ManifestGTSpotter class >> ruleRBCollectSelectNotUsedRuleV1FalsePositive [ ^ #(#(#(#RGMethodDefinition #(#GTSpotterStep #selectFirst #false)) #'2017-03-05T17:36:01.509623+01:00') ) diff --git a/src/GT-SpotterExtensions-Core/GTFilterFileReference.class.st b/src/GT-SpotterExtensions-Core/GTFilterFileReference.class.st index 1f5aa3b557a..faa2c651e11 100644 --- a/src/GT-SpotterExtensions-Core/GTFilterFileReference.class.st +++ b/src/GT-SpotterExtensions-Core/GTFilterFileReference.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-SpotterExtensions-Core' } +{ #category : #testing } +GTFilterFileReference class >> isDeprecated [ + ^ true +] + { #category : #private } GTFilterFileReference >> indexForItemName: aString andQuery: aQueryString [ ^ aQueryString isEmpty diff --git a/src/GT-SpotterExtensions-Core/GTFilterImplementor.class.st b/src/GT-SpotterExtensions-Core/GTFilterImplementor.class.st index 2b0621ae735..f0da7e7cbdd 100644 --- a/src/GT-SpotterExtensions-Core/GTFilterImplementor.class.st +++ b/src/GT-SpotterExtensions-Core/GTFilterImplementor.class.st @@ -9,6 +9,11 @@ GTFilterImplementor class >> gtListFilter [ ^ GTFilterSubstring new ] +{ #category : #testing } +GTFilterImplementor class >> isDeprecated [ + ^ true +] + { #category : #private } GTFilterImplementor >> applyFilterWithQuery [ super applyFilterWithQuery. diff --git a/src/GT-SpotterExtensions-Core/GTSelector.class.st b/src/GT-SpotterExtensions-Core/GTSelector.class.st index 0e58ce63e7a..1392d4b5d43 100644 --- a/src/GT-SpotterExtensions-Core/GTSelector.class.st +++ b/src/GT-SpotterExtensions-Core/GTSelector.class.st @@ -17,6 +17,11 @@ GTSelector class >> gtExampleNew [ ^ self new name: #new ] +{ #category : #testing } +GTSelector class >> isDeprecated [ + ^ true +] + { #category : #private } GTSelector class >> substring: aString filter: aFilter [ | selectors | diff --git a/src/GT-SpotterExtensions-Core/GTSpotterExtensionsOnClassTest.class.st b/src/GT-SpotterExtensions-Core/GTSpotterExtensionsOnClassTest.class.st index e0f1a909a35..bd47852f3c0 100644 --- a/src/GT-SpotterExtensions-Core/GTSpotterExtensionsOnClassTest.class.st +++ b/src/GT-SpotterExtensions-Core/GTSpotterExtensionsOnClassTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-SpotterExtensions-Core' } +{ #category : #testing } +GTSpotterExtensionsOnClassTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GTSpotterExtensionsOnClassTest >> testBasic [ diff --git a/src/GT-Tests-Debugger/GTBytecodeDebuggerSmokeTest.class.st b/src/GT-Tests-Debugger/GTBytecodeDebuggerSmokeTest.class.st index 53e0d6d7404..760688ac627 100644 --- a/src/GT-Tests-Debugger/GTBytecodeDebuggerSmokeTest.class.st +++ b/src/GT-Tests-Debugger/GTBytecodeDebuggerSmokeTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Debugger' } +{ #category : #testing } +GTBytecodeDebuggerSmokeTest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTBytecodeDebuggerSmokeTest >> debuggerToTest [ diff --git a/src/GT-Tests-Debugger/GTDebuggerSmokeTest.class.st b/src/GT-Tests-Debugger/GTDebuggerSmokeTest.class.st index efaa1b895c0..3616e49dcd1 100644 --- a/src/GT-Tests-Debugger/GTDebuggerSmokeTest.class.st +++ b/src/GT-Tests-Debugger/GTDebuggerSmokeTest.class.st @@ -14,6 +14,11 @@ GTDebuggerSmokeTest class >> isAbstract [ ^ self name = #GTDebuggerSmokeTest ] +{ #category : #testing } +GTDebuggerSmokeTest class >> isDeprecated [ + ^ true +] + { #category : #asserting } GTDebuggerSmokeTest >> assertDebuggerClosing [ diff --git a/src/GT-Tests-Debugger/GTGenericStackDebuggerTest.class.st b/src/GT-Tests-Debugger/GTGenericStackDebuggerTest.class.st index 9ccb3c7c074..d80d066a30b 100644 --- a/src/GT-Tests-Debugger/GTGenericStackDebuggerTest.class.st +++ b/src/GT-Tests-Debugger/GTGenericStackDebuggerTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Debugger' } +{ #category : #testing } +GTGenericStackDebuggerTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GTGenericStackDebuggerTest >> testBasic [ | context process debugger printedString | diff --git a/src/GT-Tests-Debugger/GTSUnitDebuggerSmokeTest.class.st b/src/GT-Tests-Debugger/GTSUnitDebuggerSmokeTest.class.st index 8eff282d8e9..f11cfcc0a4d 100644 --- a/src/GT-Tests-Debugger/GTSUnitDebuggerSmokeTest.class.st +++ b/src/GT-Tests-Debugger/GTSUnitDebuggerSmokeTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Debugger' } +{ #category : #testing } +GTSUnitDebuggerSmokeTest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTSUnitDebuggerSmokeTest >> debuggerToTest [ diff --git a/src/GT-Tests-Debugger/InfiniteDebuggerTest.class.st b/src/GT-Tests-Debugger/InfiniteDebuggerTest.class.st index d253550ef00..100978652d3 100644 --- a/src/GT-Tests-Debugger/InfiniteDebuggerTest.class.st +++ b/src/GT-Tests-Debugger/InfiniteDebuggerTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Debugger' } +{ #category : #testing } +InfiniteDebuggerTest class >> isDeprecated [ + ^ true +] + { #category : #running } InfiniteDebuggerTest >> runCaseManaged [ diff --git a/src/GT-Tests-Debugger/TestClassForTestingDebuggerTest.class.st b/src/GT-Tests-Debugger/TestClassForTestingDebuggerTest.class.st index affe71578f0..b2a550a0827 100644 --- a/src/GT-Tests-Debugger/TestClassForTestingDebuggerTest.class.st +++ b/src/GT-Tests-Debugger/TestClassForTestingDebuggerTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Debugger' } +{ #category : #testing } +TestClassForTestingDebuggerTest class >> isDeprecated [ + ^ true +] + { #category : #tests } TestClassForTestingDebuggerTest >> testBla [ diff --git a/src/GT-Tests-Inspector/GTInspectorVariableValuePairsTest.class.st b/src/GT-Tests-Inspector/GTInspectorVariableValuePairsTest.class.st index b8d782c2af2..1dd7a66e7b8 100644 --- a/src/GT-Tests-Inspector/GTInspectorVariableValuePairsTest.class.st +++ b/src/GT-Tests-Inspector/GTInspectorVariableValuePairsTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Inspector' } +{ #category : #testing } +GTInspectorVariableValuePairsTest class >> isDeprecated [ + ^ true +] + { #category : #object } GTInspectorVariableValuePairsTest >> testArrayPairsEqualLimit [ diff --git a/src/GT-Tests-Playground/GTPlaygroundBasicTest.class.st b/src/GT-Tests-Playground/GTPlaygroundBasicTest.class.st index c8457ed669b..9c4eb608458 100644 --- a/src/GT-Tests-Playground/GTPlaygroundBasicTest.class.st +++ b/src/GT-Tests-Playground/GTPlaygroundBasicTest.class.st @@ -8,6 +8,11 @@ Class { #category : #'GT-Tests-Playground' } +{ #category : #testing } +GTPlaygroundBasicTest class >> isDeprecated [ + ^ true +] + { #category : #running } GTPlaygroundBasicTest >> setUp [ super setUp. diff --git a/src/GT-Tests-Spotter-Processors/AbstractSptProcessorTest.class.st b/src/GT-Tests-Spotter-Processors/AbstractSptProcessorTest.class.st index 8ed7ccff0ac..416f4096fdd 100644 --- a/src/GT-Tests-Spotter-Processors/AbstractSptProcessorTest.class.st +++ b/src/GT-Tests-Spotter-Processors/AbstractSptProcessorTest.class.st @@ -17,6 +17,11 @@ AbstractSptProcessorTest class >> isAbstract [ ^ self == AbstractSptProcessorTest ] +{ #category : #testing } +AbstractSptProcessorTest class >> isDeprecated [ + ^ true +] + { #category : #asserting } AbstractSptProcessorTest >> assertQuantityOfResults: anInteger [ diff --git a/src/GT-Tests-Spotter-Processors/BenchProcessors.class.st b/src/GT-Tests-Spotter-Processors/BenchProcessors.class.st index 1e6fc088659..3ee418da0e5 100644 --- a/src/GT-Tests-Spotter-Processors/BenchProcessors.class.st +++ b/src/GT-Tests-Spotter-Processors/BenchProcessors.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Tests-Spotter-Processors' } +{ #category : #testing } +BenchProcessors class >> isDeprecated [ + ^ true +] + { #category : #benchmarking } BenchProcessors >> benchClassFinding [ diff --git a/src/GT-Tests-Spotter-Processors/CamelCaseSplitTest.class.st b/src/GT-Tests-Spotter-Processors/CamelCaseSplitTest.class.st index 134eeef76f3..f55a2848e02 100644 --- a/src/GT-Tests-Spotter-Processors/CamelCaseSplitTest.class.st +++ b/src/GT-Tests-Spotter-Processors/CamelCaseSplitTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Spotter-Processors' } +{ #category : #testing } +CamelCaseSplitTest class >> isDeprecated [ + ^ true +] + { #category : #tests } CamelCaseSplitTest >> testSingleLowercaseLetter [ diff --git a/src/GT-Tests-Spotter-Processors/GTMockCandidatesList.class.st b/src/GT-Tests-Spotter-Processors/GTMockCandidatesList.class.st index 2e1ea37d02a..b710b924d4b 100644 --- a/src/GT-Tests-Spotter-Processors/GTMockCandidatesList.class.st +++ b/src/GT-Tests-Spotter-Processors/GTMockCandidatesList.class.st @@ -8,6 +8,11 @@ Class { #category : #'GT-Tests-Spotter-Processors' } +{ #category : #testing } +GTMockCandidatesList class >> isDeprecated [ + ^ true +] + { #category : #adding } GTMockCandidatesList >> addAllCandidates: aCollection in: aProcessor [ diff --git a/src/GT-Tests-Spotter-Processors/GeneratorBlockIteratorTest.class.st b/src/GT-Tests-Spotter-Processors/GeneratorBlockIteratorTest.class.st index 8b9bd67b303..ea6227718b7 100644 --- a/src/GT-Tests-Spotter-Processors/GeneratorBlockIteratorTest.class.st +++ b/src/GT-Tests-Spotter-Processors/GeneratorBlockIteratorTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Spotter-Processors' } +{ #category : #testing } +GeneratorBlockIteratorTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GeneratorBlockIteratorTest >> testIteratorOnACalculatedCollectionReturnsOnlyFirst [ diff --git a/src/GT-Tests-Spotter-Processors/GeneratorIteratorTest.class.st b/src/GT-Tests-Spotter-Processors/GeneratorIteratorTest.class.st index 79aeafb1139..142be44decd 100644 --- a/src/GT-Tests-Spotter-Processors/GeneratorIteratorTest.class.st +++ b/src/GT-Tests-Spotter-Processors/GeneratorIteratorTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Spotter-Processors' } +{ #category : #testing } +GeneratorIteratorTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GeneratorIteratorTest >> testCollectionWithSingleElementReturnsIt [ diff --git a/src/GT-Tests-Spotter-Processors/SptIteratorsTest.class.st b/src/GT-Tests-Spotter-Processors/SptIteratorsTest.class.st index da6c18fa134..6bddec7388a 100644 --- a/src/GT-Tests-Spotter-Processors/SptIteratorsTest.class.st +++ b/src/GT-Tests-Spotter-Processors/SptIteratorsTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Spotter-Processors' } +{ #category : #testing } +SptIteratorsTest class >> isDeprecated [ + ^ true +] + { #category : #tests } SptIteratorsTest >> testBeginsWithFilterDoesNotFetchTwiceIfTheFilterIsARefinementOfPreviousText [ diff --git a/src/GT-Tests-Spotter/GTMockSpotter.class.st b/src/GT-Tests-Spotter/GTMockSpotter.class.st index 3440d82f073..13a6ee0c154 100644 --- a/src/GT-Tests-Spotter/GTMockSpotter.class.st +++ b/src/GT-Tests-Spotter/GTMockSpotter.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Spotter-Scripting-Mocks' } +{ #category : #testing } +GTMockSpotter class >> isDeprecated [ + ^ true +] + { #category : #'accessing - defaults' } GTMockSpotter >> defaultPagerModel [ ^ GLMMockPagerModel new diff --git a/src/GT-Tests-Spotter/GTMockSpotterStep.class.st b/src/GT-Tests-Spotter/GTMockSpotterStep.class.st index 9b06becdee3..1c391e9627e 100644 --- a/src/GT-Tests-Spotter/GTMockSpotterStep.class.st +++ b/src/GT-Tests-Spotter/GTMockSpotterStep.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Spotter-Scripting-Mocks' } +{ #category : #testing } +GTMockSpotterStep class >> isDeprecated [ + ^ true +] + { #category : #'accessing - defaults' } GTMockSpotterStep >> defaultStream [ ^ GTMockSpotterStream new diff --git a/src/GT-Tests-Spotter/GTSettingBrowserTest.class.st b/src/GT-Tests-Spotter/GTSettingBrowserTest.class.st index a05c2eed80b..b8ab22bf1db 100644 --- a/src/GT-Tests-Spotter/GTSettingBrowserTest.class.st +++ b/src/GT-Tests-Spotter/GTSettingBrowserTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'GT-Tests-Spotter-SettingBrowser' } +{ #category : #testing } +GTSettingBrowserTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GTSettingBrowserTest >> testgroupedAndSortedSpotterExtensions [ diff --git a/src/GT-Tests-Spotter/GTSpotterA1.class.st b/src/GT-Tests-Spotter/GTSpotterA1.class.st index ca949191472..e0c87127782 100644 --- a/src/GT-Tests-Spotter/GTSpotterA1.class.st +++ b/src/GT-Tests-Spotter/GTSpotterA1.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Object, #category : #'GT-Tests-Spotter' } + +{ #category : #testing } +GTSpotterA1 class >> isDeprecated [ + ^ true +] diff --git a/src/GT-Tests-Spotter/GTSpotterA2.class.st b/src/GT-Tests-Spotter/GTSpotterA2.class.st index 5f04d69ecf5..25c46b6e630 100644 --- a/src/GT-Tests-Spotter/GTSpotterA2.class.st +++ b/src/GT-Tests-Spotter/GTSpotterA2.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Object, #category : #'GT-Tests-Spotter' } + +{ #category : #testing } +GTSpotterA2 class >> isDeprecated [ + ^ true +] diff --git a/src/GT-Tests-Spotter/GTSpotterA3.class.st b/src/GT-Tests-Spotter/GTSpotterA3.class.st index 823b6ad85b6..ebc6a94f295 100644 --- a/src/GT-Tests-Spotter/GTSpotterA3.class.st +++ b/src/GT-Tests-Spotter/GTSpotterA3.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Object, #category : #'GT-Tests-Spotter' } + +{ #category : #testing } +GTSpotterA3 class >> isDeprecated [ + ^ true +] diff --git a/src/GT-Tests-Spotter/GTSpotterCandidatesListTest.class.st b/src/GT-Tests-Spotter/GTSpotterCandidatesListTest.class.st index bea611c8c85..a291860ab22 100644 --- a/src/GT-Tests-Spotter/GTSpotterCandidatesListTest.class.st +++ b/src/GT-Tests-Spotter/GTSpotterCandidatesListTest.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Tests-Spotter' } +{ #category : #testing } +GTSpotterCandidatesListTest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GTSpotterCandidatesListTest >> addCategories: aCollection [ diff --git a/src/GT-Tests-Spotter/GTSpotterStepTest.class.st b/src/GT-Tests-Spotter/GTSpotterStepTest.class.st index 03d7268a7ac..7ad5af14fe0 100644 --- a/src/GT-Tests-Spotter/GTSpotterStepTest.class.st +++ b/src/GT-Tests-Spotter/GTSpotterStepTest.class.st @@ -13,6 +13,11 @@ Class { #category : #'GT-Tests-Spotter-Scripting' } +{ #category : #testing } +GTSpotterStepTest class >> isDeprecated [ + ^ true +] + { #category : #convenience } GTSpotterStepTest >> assertCandidateMatching: aBlock [ | candidates | diff --git a/src/GT-Tests-Spotter/GTSpotterStreamMock.class.st b/src/GT-Tests-Spotter/GTSpotterStreamMock.class.st index f1d982963a8..13701e45323 100644 --- a/src/GT-Tests-Spotter/GTSpotterStreamMock.class.st +++ b/src/GT-Tests-Spotter/GTSpotterStreamMock.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Tests-Spotter' } +{ #category : #testing } +GTSpotterStreamMock class >> isDeprecated [ + ^ true +] + { #category : #adding } GTSpotterStreamMock >> addObject: anObject inProcessor: aProcessor [ objects add: anObject diff --git a/src/GT-Tests-Spotter/GTSpotterTest.class.st b/src/GT-Tests-Spotter/GTSpotterTest.class.st index 219f0175b4d..3bbe653d1a1 100644 --- a/src/GT-Tests-Spotter/GTSpotterTest.class.st +++ b/src/GT-Tests-Spotter/GTSpotterTest.class.st @@ -7,6 +7,11 @@ Class { #category : #'GT-Tests-Spotter-Scripting' } +{ #category : #testing } +GTSpotterTest class >> isDeprecated [ + ^ true +] + { #category : #assertions } GTSpotterTest >> assertText: aTextualObject [ self assertText: aTextualObject do: nil diff --git a/src/Glamour-Announcements/GLMContextChanged.class.st b/src/Glamour-Announcements/GLMContextChanged.class.st index c09935fd8b0..d5126c5aa4a 100644 --- a/src/Glamour-Announcements/GLMContextChanged.class.st +++ b/src/Glamour-Announcements/GLMContextChanged.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-Announcements' } +{ #category : #testing } +GLMContextChanged class >> isDeprecated [ + ^ true +] + { #category : #testing } GLMContextChanged >> announcesNewSelection [ "ContextChanged announces a new selection if diff --git a/src/Glamour-Announcements/GLMMatchingPresentationsChanged.class.st b/src/Glamour-Announcements/GLMMatchingPresentationsChanged.class.st index 2d170b1d7b9..39ff603082b 100644 --- a/src/Glamour-Announcements/GLMMatchingPresentationsChanged.class.st +++ b/src/Glamour-Announcements/GLMMatchingPresentationsChanged.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Announcements' } +{ #category : #testing } +GLMMatchingPresentationsChanged class >> isDeprecated [ + ^ true +] + { #category : #'accessing - convenience' } GLMMatchingPresentationsChanged >> matchingPresentations [ "The presentations that match now." diff --git a/src/Glamour-Announcements/GLMPresentationRefreshRequest.class.st b/src/Glamour-Announcements/GLMPresentationRefreshRequest.class.st index eaeba1bb383..d301182547b 100644 --- a/src/Glamour-Announcements/GLMPresentationRefreshRequest.class.st +++ b/src/Glamour-Announcements/GLMPresentationRefreshRequest.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Announcements' } +{ #category : #testing } +GLMPresentationRefreshRequest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPresentationRefreshRequest >> presentation [ ^ presentation diff --git a/src/Glamour-Announcements/GLMPresentationToolbarUpdated.class.st b/src/Glamour-Announcements/GLMPresentationToolbarUpdated.class.st index 5bcc8ae8414..bb9b540d286 100644 --- a/src/Glamour-Announcements/GLMPresentationToolbarUpdated.class.st +++ b/src/Glamour-Announcements/GLMPresentationToolbarUpdated.class.st @@ -12,6 +12,11 @@ Class { #category : #'Glamour-Announcements' } +{ #category : #testing } +GLMPresentationToolbarUpdated class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPresentationToolbarUpdated >> presentation [ ^ presentation diff --git a/src/Glamour-Announcements/GLMPresentationUpdated.class.st b/src/Glamour-Announcements/GLMPresentationUpdated.class.st index ec7e22e5e68..f4382d6f6f7 100644 --- a/src/Glamour-Announcements/GLMPresentationUpdated.class.st +++ b/src/Glamour-Announcements/GLMPresentationUpdated.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Announcements' } +{ #category : #testing } +GLMPresentationUpdated class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPresentationUpdated >> presentation [ ^ presentation diff --git a/src/Glamour-Announcements/GLMPresentationsChanged.class.st b/src/Glamour-Announcements/GLMPresentationsChanged.class.st index 9cf1fdd6afb..36e3822783e 100644 --- a/src/Glamour-Announcements/GLMPresentationsChanged.class.st +++ b/src/Glamour-Announcements/GLMPresentationsChanged.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Announcements' } +{ #category : #testing } +GLMPresentationsChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPresentationsChanged >> oldPresentations [ "The presentations that were present on the pane before the change." diff --git a/src/Glamour-Announcements/GLMTransmissionTriggered.class.st b/src/Glamour-Announcements/GLMTransmissionTriggered.class.st index 2401bc95cfa..63eca0b4320 100644 --- a/src/Glamour-Announcements/GLMTransmissionTriggered.class.st +++ b/src/Glamour-Announcements/GLMTransmissionTriggered.class.st @@ -6,3 +6,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Announcements' } + +{ #category : #testing } +GLMTransmissionTriggered class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Browsers/GLMBrowserClosed.class.st b/src/Glamour-Browsers/GLMBrowserClosed.class.st index 294842c4db7..cd798fcb787 100644 --- a/src/Glamour-Browsers/GLMBrowserClosed.class.st +++ b/src/Glamour-Browsers/GLMBrowserClosed.class.st @@ -6,3 +6,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Browsers-Announcements' } + +{ #category : #testing } +GLMBrowserClosed class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Browsers/GLMBrowserClosing.class.st b/src/Glamour-Browsers/GLMBrowserClosing.class.st index 22b63cf4d2a..6c65aac0494 100644 --- a/src/Glamour-Browsers/GLMBrowserClosing.class.st +++ b/src/Glamour-Browsers/GLMBrowserClosing.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Browsers-Announcements' } +{ #category : #testing } +GLMBrowserClosing class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMBrowserClosing >> presentation [ ^ presentation diff --git a/src/Glamour-Browsers/GLMCustomCell.class.st b/src/Glamour-Browsers/GLMCustomCell.class.st index 1a8742f781e..2b08a234f97 100644 --- a/src/Glamour-Browsers/GLMCustomCell.class.st +++ b/src/Glamour-Browsers/GLMCustomCell.class.st @@ -19,6 +19,11 @@ GLMCustomCell class >> isAbstract [ ^self == GLMCustomCell ] +{ #category : #testing } +GLMCustomCell class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMCustomCell >> browser [ diff --git a/src/Glamour-Browsers/GLMExpander.class.st b/src/Glamour-Browsers/GLMExpander.class.st index be3e6c94b9b..7f1e0ee7acf 100644 --- a/src/Glamour-Browsers/GLMExpander.class.st +++ b/src/Glamour-Browsers/GLMExpander.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Browsers-Other' } +{ #category : #testing } +GLMExpander class >> isDeprecated [ + ^ true +] + { #category : #events } GLMExpander >> addPaneFrom: aPort [ self panes addLast: (GLMPane in: self). diff --git a/src/Glamour-Browsers/GLMFinder.class.st b/src/Glamour-Browsers/GLMFinder.class.st index f0298b0193e..c1a7d13311b 100644 --- a/src/Glamour-Browsers/GLMFinder.class.st +++ b/src/Glamour-Browsers/GLMFinder.class.st @@ -21,6 +21,11 @@ Class { #category : #'Glamour-Browsers-Other' } +{ #category : #testing } +GLMFinder class >> isDeprecated [ + ^ true +] + { #category : #private } GLMFinder >> addPaneFromInner: aPort [ "This method adds a new pane at the end of the finder. Data comes from a port that is in a pane inside the current browser." diff --git a/src/Glamour-Browsers/GLMPaneAnnouncement.class.st b/src/Glamour-Browsers/GLMPaneAnnouncement.class.st index 215d23b6d58..700961a8864 100644 --- a/src/Glamour-Browsers/GLMPaneAnnouncement.class.st +++ b/src/Glamour-Browsers/GLMPaneAnnouncement.class.st @@ -17,6 +17,11 @@ Class { #category : #'Glamour-Browsers-Announcements' } +{ #category : #testing } +GLMPaneAnnouncement class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMPaneAnnouncement class >> pane: aPane atPosition: anInteger inBrowser: aBrowser [ diff --git a/src/Glamour-Browsers/GLMPaneReplaced.class.st b/src/Glamour-Browsers/GLMPaneReplaced.class.st index b83e429327d..e7c4354cca8 100644 --- a/src/Glamour-Browsers/GLMPaneReplaced.class.st +++ b/src/Glamour-Browsers/GLMPaneReplaced.class.st @@ -21,6 +21,11 @@ Class { #category : #'Glamour-Browsers-Announcements' } +{ #category : #testing } +GLMPaneReplaced class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMPaneReplaced class >> oldPane: oldPane newPane: newPane fromBrowser: aBrowser [ ^ self new diff --git a/src/Glamour-Browsers/GLMStacker.class.st b/src/Glamour-Browsers/GLMStacker.class.st index 3a91a3e4840..d42057623f9 100644 --- a/src/Glamour-Browsers/GLMStacker.class.st +++ b/src/Glamour-Browsers/GLMStacker.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Browsers-Other' } +{ #category : #testing } +GLMStacker class >> isDeprecated [ + ^ true +] + { #category : #scripting } GLMStacker >> aPane: aBlockOrSymbol [ ^ self addNewPaneNamed: aBlockOrSymbol diff --git a/src/Glamour-Browsers/GLMTabulator.class.st b/src/Glamour-Browsers/GLMTabulator.class.st index 0b48b897f51..371b9ba6237 100644 --- a/src/Glamour-Browsers/GLMTabulator.class.st +++ b/src/Glamour-Browsers/GLMTabulator.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Browsers-Tabulator' } +{ #category : #testing } +GLMTabulator class >> isDeprecated [ + ^ true +] + { #category : #layout } GLMTabulator >> addColumn: aBlockOrSymbol [ diff --git a/src/Glamour-Core/GLMCompositeArrangement.class.st b/src/Glamour-Core/GLMCompositeArrangement.class.st index 9b7943f99c4..5bdb90e2f18 100644 --- a/src/Glamour-Core/GLMCompositeArrangement.class.st +++ b/src/Glamour-Core/GLMCompositeArrangement.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMCompositeArrangement class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMCompositeArrangement class >> of: aCompositePresentation [ ^ self new composite: aCompositePresentation; yourself diff --git a/src/Glamour-Core/GLMGenericAction.class.st b/src/Glamour-Core/GLMGenericAction.class.st index ab2f3254634..6a9a6618339 100644 --- a/src/Glamour-Core/GLMGenericAction.class.st +++ b/src/Glamour-Core/GLMGenericAction.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMGenericAction class >> isDeprecated [ + ^ true +] + { #category : #testing } GLMGenericAction >> worksWithMorphic [ ^ true diff --git a/src/Glamour-Core/GLMImplicitBrowser.class.st b/src/Glamour-Core/GLMImplicitBrowser.class.st index fdfb202f500..23fa8c194b5 100644 --- a/src/Glamour-Core/GLMImplicitBrowser.class.st +++ b/src/Glamour-Core/GLMImplicitBrowser.class.st @@ -12,6 +12,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMImplicitBrowser class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMImplicitBrowser >> addPresentation: aPresentation [ self transmission transmissionStrategy addPresentation: aPresentation diff --git a/src/Glamour-Core/GLMLabelPresentation.class.st b/src/Glamour-Core/GLMLabelPresentation.class.st index ace0d283ffc..f9b8fff4a99 100644 --- a/src/Glamour-Core/GLMLabelPresentation.class.st +++ b/src/Glamour-Core/GLMLabelPresentation.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMLabelPresentation class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMLabelPresentation >> renderGlamorouslyOn: aRenderer [ self registerAnnouncements. diff --git a/src/Glamour-Core/GLMLoggedObject.class.st b/src/Glamour-Core/GLMLoggedObject.class.st index ba634649f11..c118bb859b0 100644 --- a/src/Glamour-Core/GLMLoggedObject.class.st +++ b/src/Glamour-Core/GLMLoggedObject.class.st @@ -25,6 +25,11 @@ GLMLoggedObject class >> initialize [ logger := GLMLogger instance ] +{ #category : #testing } +GLMLoggedObject class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMLoggedObject class >> logger [ ^ logger diff --git a/src/Glamour-Core/GLMNoBrowser.class.st b/src/Glamour-Core/GLMNoBrowser.class.st index 75d5e042bee..3dc7773e85c 100644 --- a/src/Glamour-Core/GLMNoBrowser.class.st +++ b/src/Glamour-Core/GLMNoBrowser.class.st @@ -23,6 +23,11 @@ GLMNoBrowser class >> initializeUniqueInstance [ uniqueInstance := self basicNew initialize ] +{ #category : #testing } +GLMNoBrowser class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMNoBrowser class >> new [ diff --git a/src/Glamour-Core/GLMNoStrategy.class.st b/src/Glamour-Core/GLMNoStrategy.class.st index 1d465c86a95..1d5827458d1 100644 --- a/src/Glamour-Core/GLMNoStrategy.class.st +++ b/src/Glamour-Core/GLMNoStrategy.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMNoStrategy class >> isDeprecated [ + ^ true +] + { #category : #transmitting } GLMNoStrategy >> transmitIn: aContext [ "do nothing else then was already done by the transmission" diff --git a/src/Glamour-Core/GLMOriginPortReference.class.st b/src/Glamour-Core/GLMOriginPortReference.class.st index 35bbc3758c8..b6bde9652f3 100644 --- a/src/Glamour-Core/GLMOriginPortReference.class.st +++ b/src/Glamour-Core/GLMOriginPortReference.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMOriginPortReference class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMOriginPortReference >> beActive [ diff --git a/src/Glamour-Core/GLMPane.class.st b/src/Glamour-Core/GLMPane.class.st index b8fee5b264e..4170dbd8607 100644 --- a/src/Glamour-Core/GLMPane.class.st +++ b/src/Glamour-Core/GLMPane.class.st @@ -33,6 +33,11 @@ GLMPane class >> in: aBrowser [ ^self new initializeIn: aBrowser ] +{ #category : #testing } +GLMPane class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMPane class >> named: aString [ ^self new initializeNamed: aString diff --git a/src/Glamour-Core/GLMPanePort.class.st b/src/Glamour-Core/GLMPanePort.class.st index dc0050e08d1..9dba823bba0 100644 --- a/src/Glamour-Core/GLMPanePort.class.st +++ b/src/Glamour-Core/GLMPanePort.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMPanePort class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPanePort >> basicValue: anObject [ value := anObject. diff --git a/src/Glamour-Core/GLMPortEvent.class.st b/src/Glamour-Core/GLMPortEvent.class.st index 96a7cc362ab..f8ed74faa57 100644 --- a/src/Glamour-Core/GLMPortEvent.class.st +++ b/src/Glamour-Core/GLMPortEvent.class.st @@ -18,6 +18,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMPortEvent class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMPortEvent class >> on: aPort previouslyValued: anObject [ ^ self new diff --git a/src/Glamour-Core/GLMPortReference.class.st b/src/Glamour-Core/GLMPortReference.class.st index 39924aa2e9d..f08aa421ec3 100644 --- a/src/Glamour-Core/GLMPortReference.class.st +++ b/src/Glamour-Core/GLMPortReference.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMPortReference class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPortReference >> port [ diff --git a/src/Glamour-Core/GLMPresentStrategy.class.st b/src/Glamour-Core/GLMPresentStrategy.class.st index b6f19e4f7b0..3201d531fe0 100644 --- a/src/Glamour-Core/GLMPresentStrategy.class.st +++ b/src/Glamour-Core/GLMPresentStrategy.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMPresentStrategy class >> isDeprecated [ + ^ true +] + { #category : #'accessing - convenience' } GLMPresentStrategy >> addPresentation: aPresentation [ |currentPresentations| diff --git a/src/Glamour-Core/GLMPresentation.class.st b/src/Glamour-Core/GLMPresentation.class.st index e455e7c4c58..4090da2a022 100644 --- a/src/Glamour-Core/GLMPresentation.class.st +++ b/src/Glamour-Core/GLMPresentation.class.st @@ -48,6 +48,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMPresentation class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPresentation >> acceptsSelection [ "this flag is used to specify whether the presentation diff --git a/src/Glamour-Core/GLMRenderer.class.st b/src/Glamour-Core/GLMRenderer.class.st index 01c143b4b2d..2b49877afc8 100644 --- a/src/Glamour-Core/GLMRenderer.class.st +++ b/src/Glamour-Core/GLMRenderer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMRenderer class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMRenderer >> doOpen: aUI [ diff --git a/src/Glamour-Core/GLMStackedVerticallyArrangement.class.st b/src/Glamour-Core/GLMStackedVerticallyArrangement.class.st index bd19180df2d..53d403f819a 100644 --- a/src/Glamour-Core/GLMStackedVerticallyArrangement.class.st +++ b/src/Glamour-Core/GLMStackedVerticallyArrangement.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMStackedVerticallyArrangement class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMStackedVerticallyArrangement >> renderGlamorouslyOn: aRenderer [ ^ aRenderer renderStackedVerticallyCompositePresentation: self composite diff --git a/src/Glamour-Core/GLMTabbedArrangement.class.st b/src/Glamour-Core/GLMTabbedArrangement.class.st index b8804cb4420..c4469f1c9c3 100644 --- a/src/Glamour-Core/GLMTabbedArrangement.class.st +++ b/src/Glamour-Core/GLMTabbedArrangement.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMTabbedArrangement class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMTabbedArrangement >> renderGlamorouslyOn: aRenderer [ ^ aRenderer renderTabbedCompositePresentation: self composite diff --git a/src/Glamour-Core/GLMTransmission.class.st b/src/Glamour-Core/GLMTransmission.class.st index 5665eb6044e..55a553c63ce 100644 --- a/src/Glamour-Core/GLMTransmission.class.st +++ b/src/Glamour-Core/GLMTransmission.class.st @@ -22,6 +22,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMTransmission class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTransmission >> activeOrigins [ diff --git a/src/Glamour-Core/GLMTransmissionContext.class.st b/src/Glamour-Core/GLMTransmissionContext.class.st index e70ca7716e2..6eb3d711bd8 100644 --- a/src/Glamour-Core/GLMTransmissionContext.class.st +++ b/src/Glamour-Core/GLMTransmissionContext.class.st @@ -16,6 +16,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMTransmissionContext class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTransmissionContext >> addPort: aPort [ self ports add: aPort diff --git a/src/Glamour-Core/GLMTransmissionStrategy.class.st b/src/Glamour-Core/GLMTransmissionStrategy.class.st index 730dabd71fb..6937f00bbe0 100644 --- a/src/Glamour-Core/GLMTransmissionStrategy.class.st +++ b/src/Glamour-Core/GLMTransmissionStrategy.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMTransmissionStrategy class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMTransmissionStrategy class >> of: aTransmission [ ^ self new transmission: aTransmission; yourself diff --git a/src/Glamour-Core/GLMUpdateAction.class.st b/src/Glamour-Core/GLMUpdateAction.class.st index 3653889634d..1f05e4d0289 100644 --- a/src/Glamour-Core/GLMUpdateAction.class.st +++ b/src/Glamour-Core/GLMUpdateAction.class.st @@ -21,6 +21,11 @@ Class { #category : #'Glamour-Core' } +{ #category : #testing } +GLMUpdateAction class >> isDeprecated [ + ^ true +] + { #category : #'announcement handling' } GLMUpdateAction >> actOn: anAnnouncement [ | allowedToTrigger | diff --git a/src/Glamour-Core/GLMWindowRequest.class.st b/src/Glamour-Core/GLMWindowRequest.class.st index 835719f3d7a..001ac87f184 100644 --- a/src/Glamour-Core/GLMWindowRequest.class.st +++ b/src/Glamour-Core/GLMWindowRequest.class.st @@ -16,6 +16,11 @@ GLMWindowRequest class >> for: aSelector [ ^ self new action: [ :editor | editor perform: aSelector ] ] +{ #category : #testing } +GLMWindowRequest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMWindowRequest >> action [ ^ action diff --git a/src/Glamour-FastTable/GLMDataSourceUpdated.class.st b/src/Glamour-FastTable/GLMDataSourceUpdated.class.st index 4a028c5dd78..c1f98f73528 100644 --- a/src/Glamour-FastTable/GLMDataSourceUpdated.class.st +++ b/src/Glamour-FastTable/GLMDataSourceUpdated.class.st @@ -29,6 +29,11 @@ Class { #category : #'Glamour-FastTable-Announcement' } +{ #category : #testing } +GLMDataSourceUpdated class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMDataSourceUpdated class >> newDataSource: aDataSource [ ^ self new diff --git a/src/Glamour-FastTable/GLMFastListDataSource.class.st b/src/Glamour-FastTable/GLMFastListDataSource.class.st index 1af6eee7ff1..342c0f31796 100644 --- a/src/Glamour-FastTable/GLMFastListDataSource.class.st +++ b/src/Glamour-FastTable/GLMFastListDataSource.class.st @@ -32,6 +32,11 @@ Class { #category : #'Glamour-FastTable-Model' } +{ #category : #testing } +GLMFastListDataSource class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMFastListDataSource >> actionColumn: column [ "If columns has actions associated, execute them" diff --git a/src/Glamour-FastTable/GLMFastListOutlineDataSource.class.st b/src/Glamour-FastTable/GLMFastListOutlineDataSource.class.st index 888bcf5dbfd..d8eb5dd5336 100644 --- a/src/Glamour-FastTable/GLMFastListOutlineDataSource.class.st +++ b/src/Glamour-FastTable/GLMFastListOutlineDataSource.class.st @@ -32,6 +32,11 @@ Class { #category : #'Glamour-FastTable-Model' } +{ #category : #testing } +GLMFastListOutlineDataSource class >> isDeprecated [ + ^ true +] + { #category : #announcing } GLMFastListOutlineDataSource >> announcer [ ^ announcer ifNil: [ announcer := GLMAnnouncer new ] diff --git a/src/Glamour-FastTable/GLMFastTableColumn.class.st b/src/Glamour-FastTable/GLMFastTableColumn.class.st index 86e5897fb46..8eb81c0aba6 100644 --- a/src/Glamour-FastTable/GLMFastTableColumn.class.st +++ b/src/Glamour-FastTable/GLMFastTableColumn.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-FastTable-Model' } +{ #category : #testing } +GLMFastTableColumn class >> isDeprecated [ + ^ true +] + { #category : #execute } GLMFastTableColumn >> execute [ target ifNil: [ ^ self ]. diff --git a/src/Glamour-FastTable/GLMFastTableDataSource.class.st b/src/Glamour-FastTable/GLMFastTableDataSource.class.st index 874e04c74da..890c55cbc08 100644 --- a/src/Glamour-FastTable/GLMFastTableDataSource.class.st +++ b/src/Glamour-FastTable/GLMFastTableDataSource.class.st @@ -22,6 +22,11 @@ Class { #category : #'Glamour-FastTable-Model' } +{ #category : #testing } +GLMFastTableDataSource class >> isDeprecated [ + ^ true +] + { #category : #private } GLMFastTableDataSource >> dataFromPresentationItem: anItem [ ^ anItem diff --git a/src/Glamour-FastTable/GLMFastTreeDataSource.class.st b/src/Glamour-FastTable/GLMFastTreeDataSource.class.st index 414b0772671..0dd5c3b293e 100644 --- a/src/Glamour-FastTable/GLMFastTreeDataSource.class.st +++ b/src/Glamour-FastTable/GLMFastTreeDataSource.class.st @@ -32,6 +32,11 @@ Class { #category : #'Glamour-FastTable-Model' } +{ #category : #testing } +GLMFastTreeDataSource class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMFastTreeDataSource >> announcer [ ^ announcer ifNil: [ announcer := GLMAnnouncer new ] diff --git a/src/Glamour-FastTable/GLMFastTreeTableDataSource.class.st b/src/Glamour-FastTable/GLMFastTreeTableDataSource.class.st index be1531f56f9..fe8b68df797 100644 --- a/src/Glamour-FastTable/GLMFastTreeTableDataSource.class.st +++ b/src/Glamour-FastTable/GLMFastTreeTableDataSource.class.st @@ -30,6 +30,11 @@ Class { #category : #'Glamour-FastTable-Model' } +{ #category : #testing } +GLMFastTreeTableDataSource class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMFastTreeTableDataSource >> actionColumn: column [ "If columns has actions associated, execute them" diff --git a/src/Glamour-FastTable/GLMFilterBlock.class.st b/src/Glamour-FastTable/GLMFilterBlock.class.st index 4f93d807f7e..5f3f97ba00e 100644 --- a/src/Glamour-FastTable/GLMFilterBlock.class.st +++ b/src/Glamour-FastTable/GLMFilterBlock.class.st @@ -15,6 +15,11 @@ GLMFilterBlock class >> block: aBlockClosure [ ^ self new filterBlock: aBlockClosure; yourself ] +{ #category : #testing } +GLMFilterBlock class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMFilterBlock >> filterBlock [ ^ filterBlock diff --git a/src/Glamour-FastTable/GLMMorphicFTRenderer.class.st b/src/Glamour-FastTable/GLMMorphicFTRenderer.class.st index 6ea6ea58cdd..eb296407fa1 100644 --- a/src/Glamour-FastTable/GLMMorphicFTRenderer.class.st +++ b/src/Glamour-FastTable/GLMMorphicFTRenderer.class.st @@ -38,6 +38,11 @@ Class { #category : #'Glamour-FastTable-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicFTRenderer class >> isDeprecated [ + ^ true +] + { #category : #callbacks } GLMMorphicFTRenderer >> actOnContextChanged: anAnnouncement [ anAnnouncement property = #selection ifTrue: [ diff --git a/src/Glamour-FastTable/GLMMorphicFastListRenderer.class.st b/src/Glamour-FastTable/GLMMorphicFastListRenderer.class.st index dac8d7d7438..5c52a87072f 100644 --- a/src/Glamour-FastTable/GLMMorphicFastListRenderer.class.st +++ b/src/Glamour-FastTable/GLMMorphicFastListRenderer.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-FastTable-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicFastListRenderer class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMMorphicFastListRenderer >> createDataSourceFrom: aPresentation [ ^ aPresentation allowSeparators diff --git a/src/Glamour-FastTable/GLMMorphicFastTableRenderer.class.st b/src/Glamour-FastTable/GLMMorphicFastTableRenderer.class.st index 31d7786f26a..e915bebc71a 100644 --- a/src/Glamour-FastTable/GLMMorphicFastTableRenderer.class.st +++ b/src/Glamour-FastTable/GLMMorphicFastTableRenderer.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-FastTable-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicFastTableRenderer class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMMorphicFastTableRenderer >> createDataSourceFrom: aPresentation [ ^ GLMFastTableDataSource new diff --git a/src/Glamour-FastTable/GLMMorphicFastTreeRenderer.class.st b/src/Glamour-FastTable/GLMMorphicFastTreeRenderer.class.st index 49954600170..5cbb7d228cd 100644 --- a/src/Glamour-FastTable/GLMMorphicFastTreeRenderer.class.st +++ b/src/Glamour-FastTable/GLMMorphicFastTreeRenderer.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-FastTable-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicFastTreeRenderer class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMMorphicFastTreeRenderer >> createDataSourceFrom: aPresentation [ ^ GLMFastTreeDataSource new diff --git a/src/Glamour-FastTable/GLMMorphicFastTreeWithColumnsRenderer.class.st b/src/Glamour-FastTable/GLMMorphicFastTreeWithColumnsRenderer.class.st index 416441798f2..8ac7e2b33ac 100644 --- a/src/Glamour-FastTable/GLMMorphicFastTreeWithColumnsRenderer.class.st +++ b/src/Glamour-FastTable/GLMMorphicFastTreeWithColumnsRenderer.class.st @@ -14,6 +14,11 @@ Class { #category : #'Glamour-FastTable-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicFastTreeWithColumnsRenderer class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMMorphicFastTreeWithColumnsRenderer >> createDataSourceFrom: aPresentation [ ^ GLMFastTreeTableDataSource new diff --git a/src/Glamour-Helpers/GLMAllNotNilCondition.class.st b/src/Glamour-Helpers/GLMAllNotNilCondition.class.st index 63cd52eba32..164ad66b5d8 100644 --- a/src/Glamour-Helpers/GLMAllNotNilCondition.class.st +++ b/src/Glamour-Helpers/GLMAllNotNilCondition.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Helpers' } +{ #category : #testing } +GLMAllNotNilCondition class >> isDeprecated [ + ^ true +] + { #category : #glamour } GLMAllNotNilCondition >> glamourValueWithArgs: anArray [ diff --git a/src/Glamour-Helpers/GLMAnnouncer.class.st b/src/Glamour-Helpers/GLMAnnouncer.class.st index a854aa8dfd9..573aaacd7fa 100644 --- a/src/Glamour-Helpers/GLMAnnouncer.class.st +++ b/src/Glamour-Helpers/GLMAnnouncer.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Helpers' } +{ #category : #testing } +GLMAnnouncer class >> isDeprecated [ + ^ true +] + { #category : #announce } GLMAnnouncer >> announce: anAnnouncement [ (self isAnnouncementSuspended: anAnnouncement) ifTrue: [ ^ anAnnouncement asAnnouncement ]. diff --git a/src/Glamour-Helpers/GLMCondition.class.st b/src/Glamour-Helpers/GLMCondition.class.st index 02241f742dc..a8c91a0df9d 100644 --- a/src/Glamour-Helpers/GLMCondition.class.st +++ b/src/Glamour-Helpers/GLMCondition.class.st @@ -6,3 +6,8 @@ Class { #superclass : #Object, #category : #'Glamour-Helpers' } + +{ #category : #testing } +GLMCondition class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Helpers/GLMLogger.class.st b/src/Glamour-Helpers/GLMLogger.class.st index fe20668014f..d8fbcd8a079 100644 --- a/src/Glamour-Helpers/GLMLogger.class.st +++ b/src/Glamour-Helpers/GLMLogger.class.st @@ -22,6 +22,11 @@ GLMLogger class >> instance: aLogger [ instance := aLogger ] +{ #category : #testing } +GLMLogger class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMLogger class >> nullInstance [ ^ nullInstance ifNil: [ diff --git a/src/Glamour-Helpers/GLMMultiValue.class.st b/src/Glamour-Helpers/GLMMultiValue.class.st index 0ceeb8bc977..16aa2a4e5ee 100644 --- a/src/Glamour-Helpers/GLMMultiValue.class.st +++ b/src/Glamour-Helpers/GLMMultiValue.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Helpers' } +{ #category : #testing } +GLMMultiValue class >> isDeprecated [ + ^ true +] + { #category : #testing } GLMMultiValue >> asGlamorousArray [ diff --git a/src/Glamour-Helpers/GLMNullLogger.class.st b/src/Glamour-Helpers/GLMNullLogger.class.st index 3b6471d08ee..6f13870d1ec 100644 --- a/src/Glamour-Helpers/GLMNullLogger.class.st +++ b/src/Glamour-Helpers/GLMNullLogger.class.st @@ -6,3 +6,8 @@ Class { #superclass : #GLMLogger, #category : #'Glamour-Helpers' } + +{ #category : #testing } +GLMNullLogger class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Helpers/GLMPortIdentifier.class.st b/src/Glamour-Helpers/GLMPortIdentifier.class.st index b742cbb5734..e2ccf9ccc60 100644 --- a/src/Glamour-Helpers/GLMPortIdentifier.class.st +++ b/src/Glamour-Helpers/GLMPortIdentifier.class.st @@ -35,6 +35,11 @@ GLMPortIdentifier class >> defaultTargetPortName [ ^ #entity ] +{ #category : #testing } +GLMPortIdentifier class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMPortIdentifier class >> pane: aPaneName port: aPortName [ ^ self new diff --git a/src/Glamour-Helpers/GLMPortUpdater.class.st b/src/Glamour-Helpers/GLMPortUpdater.class.st index 5dca3185988..654ad2738dd 100644 --- a/src/Glamour-Helpers/GLMPortUpdater.class.st +++ b/src/Glamour-Helpers/GLMPortUpdater.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Helpers' } +{ #category : #testing } +GLMPortUpdater class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPortUpdater >> glamourValueWithArgs: anArray [ diff --git a/src/Glamour-Helpers/GLMSomeNotNilCondition.class.st b/src/Glamour-Helpers/GLMSomeNotNilCondition.class.st index 411256cc64d..b4f9fb64790 100644 --- a/src/Glamour-Helpers/GLMSomeNotNilCondition.class.st +++ b/src/Glamour-Helpers/GLMSomeNotNilCondition.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Helpers' } +{ #category : #testing } +GLMSomeNotNilCondition class >> isDeprecated [ + ^ true +] + { #category : #glamour } GLMSomeNotNilCondition >> glamourValueWithArgs: anArray [ diff --git a/src/Glamour-Morphic-Brick-Tests/GLMBrickTest.class.st b/src/Glamour-Morphic-Brick-Tests/GLMBrickTest.class.st index c6a510e9c3b..5dc6ac24ea2 100644 --- a/src/Glamour-Morphic-Brick-Tests/GLMBrickTest.class.st +++ b/src/Glamour-Morphic-Brick-Tests/GLMBrickTest.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Tests' } +{ #category : #testing } +GLMBrickTest class >> isDeprecated [ + ^ true +] + { #category : #asserting } GLMBrickTest >> assertAllSubbricksAreClean: aBrick [ diff --git a/src/Glamour-Morphic-Brick-Tests/GLMScrollListBrickTest.class.st b/src/Glamour-Morphic-Brick-Tests/GLMScrollListBrickTest.class.st index 1dd54aaf1f3..f10ac511212 100644 --- a/src/Glamour-Morphic-Brick-Tests/GLMScrollListBrickTest.class.st +++ b/src/Glamour-Morphic-Brick-Tests/GLMScrollListBrickTest.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Morphic-Brick-Tests' } +{ #category : #testing } +GLMScrollListBrickTest class >> isDeprecated [ + ^ true +] + { #category : #running } GLMScrollListBrickTest >> tearDown [ window ifNotNil: [ :aWindow | aWindow delete ]. diff --git a/src/Glamour-Morphic-Brick/GLMActionBrickDarkThemer.class.st b/src/Glamour-Morphic-Brick/GLMActionBrickDarkThemer.class.st index 7570e77703d..d1fb0b9ebf6 100644 --- a/src/Glamour-Morphic-Brick/GLMActionBrickDarkThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMActionBrickDarkThemer.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Theme' } +{ #category : #testing } +GLMActionBrickDarkThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-scrollbar' } GLMActionBrickDarkThemer >> scrollbarWidth [ diff --git a/src/Glamour-Morphic-Brick/GLMActionBrickThemer.class.st b/src/Glamour-Morphic-Brick/GLMActionBrickThemer.class.st index 1181f7967b3..af20f1d417d 100644 --- a/src/Glamour-Morphic-Brick/GLMActionBrickThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMActionBrickThemer.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Theme' } +{ #category : #testing } +GLMActionBrickThemer class >> isDeprecated [ + ^ true +] + { #category : #modules } GLMActionBrickThemer >> popupThemer [ diff --git a/src/Glamour-Morphic-Brick/GLMAnimation.class.st b/src/Glamour-Morphic-Brick/GLMAnimation.class.st index 283e8fda5a2..c9737dded6c 100644 --- a/src/Glamour-Morphic-Brick/GLMAnimation.class.st +++ b/src/Glamour-Morphic-Brick/GLMAnimation.class.st @@ -64,6 +64,11 @@ GLMAnimation class >> exampleSimple [ openInWindow ] +{ #category : #testing } +GLMAnimation class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMAnimation class >> swipeLeft [ diff --git a/src/Glamour-Morphic-Brick/GLMArea.class.st b/src/Glamour-Morphic-Brick/GLMArea.class.st index 5b8b4324110..2a1f0ff9ddd 100644 --- a/src/Glamour-Morphic-Brick/GLMArea.class.st +++ b/src/Glamour-Morphic-Brick/GLMArea.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Morphic-Brick-Utils-Geometry' } +{ #category : #testing } +GLMArea class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMArea class >> origin: aPoint vectors: theVectors [ ^ self new diff --git a/src/Glamour-Morphic-Brick/GLMBrick.class.st b/src/Glamour-Morphic-Brick/GLMBrick.class.st index 98d3c0c188a..3eb67c645ab 100644 --- a/src/Glamour-Morphic-Brick/GLMBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrick.class.st @@ -73,6 +73,11 @@ GLMBrick class >> increaseFormExtentCentered: aForm to: aPoint [ ^ icon ] +{ #category : #testing } +GLMBrick class >> isDeprecated [ + ^ true +] + { #category : #utilities } GLMBrick class >> makeForm32Bit: aForm [ aForm ifNil: [ ^ nil ]. diff --git a/src/Glamour-Morphic-Brick/GLMBrickAbstractModel.class.st b/src/Glamour-Morphic-Brick/GLMBrickAbstractModel.class.st index 1a7629bc527..dcdbcf1f93b 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickAbstractModel.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickAbstractModel.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Model' } +{ #category : #testing } +GLMBrickAbstractModel class >> isDeprecated [ + ^ true +] + { #category : #'adaptor api' } GLMBrickAbstractModel >> count [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickAnnouncement.class.st b/src/Glamour-Morphic-Brick/GLMBrickAnnouncement.class.st index a425ff7aeb1..3e958205ac3 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickAnnouncement.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickAnnouncement.class.st @@ -17,6 +17,11 @@ Class { #category : #'Glamour-Morphic-Brick-Announcements' } +{ #category : #testing } +GLMBrickAnnouncement class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMBrickAnnouncement >> data [ ^ data diff --git a/src/Glamour-Morphic-Brick/GLMBrickAreaRenderer.class.st b/src/Glamour-Morphic-Brick/GLMBrickAreaRenderer.class.st index a292969a76e..4911d41289e 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickAreaRenderer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickAreaRenderer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Renderer' } +{ #category : #testing } +GLMBrickAreaRenderer class >> isDeprecated [ + ^ true +] + { #category : #geometry } GLMBrickAreaRenderer >> drawingBounds: aBrick [ | aRectangle anOffset | diff --git a/src/Glamour-Morphic-Brick/GLMBrickBorder.class.st b/src/Glamour-Morphic-Brick/GLMBrickBorder.class.st index 8ded42675c1..4a2d4cdd582 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickBorder.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickBorder.class.st @@ -22,6 +22,11 @@ GLMBrickBorder class >> initialize [ Left := 4 ] +{ #category : #testing } +GLMBrickBorder class >> isDeprecated [ + ^ true +] + { #category : #color } GLMBrickBorder >> color [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickBounds.class.st b/src/Glamour-Morphic-Brick/GLMBrickBounds.class.st index 215bbbc3e3a..5906710af0d 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickBounds.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickBounds.class.st @@ -27,6 +27,11 @@ GLMBrickBounds class >> initialize [ Left := 4 ] +{ #category : #testing } +GLMBrickBounds class >> isDeprecated [ + ^ true +] + { #category : #'accessing - bounds' } GLMBrickBounds >> bounds [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickColorThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickColorThemer.class.st index 6f6235821b5..cc1ed2ab3e4 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickColorThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickColorThemer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Theme' } +{ #category : #testing } +GLMBrickColorThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-colors' } GLMBrickColorThemer >> alizarin [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickDarkThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickDarkThemer.class.st index d737e6fd0c7..868c52b4e1b 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickDarkThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickDarkThemer.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Theme' } +{ #category : #testing } +GLMBrickDarkThemer class >> isDeprecated [ + ^ true +] + { #category : #'theme-actions' } GLMBrickDarkThemer >> actionThemer [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickDataChanged.class.st b/src/Glamour-Morphic-Brick/GLMBrickDataChanged.class.st index e9995aec1ab..d26c8b4b67b 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickDataChanged.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickDataChanged.class.st @@ -7,3 +7,8 @@ Class { #superclass : #GLMBrickAnnouncement, #category : #'Glamour-Morphic-Brick-Announcements' } + +{ #category : #testing } +GLMBrickDataChanged class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Morphic-Brick/GLMBrickGeneralWrapper.class.st b/src/Glamour-Morphic-Brick/GLMBrickGeneralWrapper.class.st index 03aa03819e0..78309f9af36 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickGeneralWrapper.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickGeneralWrapper.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts-Utils' } +{ #category : #testing } +GLMBrickGeneralWrapper class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMBrickGeneralWrapper class >> on: aBrick [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickHeightTraverser.class.st b/src/Glamour-Morphic-Brick/GLMBrickHeightTraverser.class.st index 23e121f07a7..30f88c0a822 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickHeightTraverser.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickHeightTraverser.class.st @@ -13,6 +13,11 @@ GLMBrickHeightTraverser class >> cleanUp [ uniqueInstance := nil ] +{ #category : #testing } +GLMBrickHeightTraverser class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMBrickHeightTraverser class >> uniqueInstance [ ^ uniqueInstance ifNil: [ uniqueInstance := self new ] diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutChildrenState.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutChildrenState.class.st index 068d72199f7..4192d0121f8 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutChildrenState.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutChildrenState.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts' } +{ #category : #testing } +GLMBrickLayoutChildrenState class >> isDeprecated [ + ^ true +] + { #category : #testing } GLMBrickLayoutChildrenState >> isOnChildren [ ^ true diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutDummState.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutDummState.class.st index 8edf7c9c20d..4ed5e75db27 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutDummState.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutDummState.class.st @@ -3,3 +3,8 @@ Class { #superclass : #GLMBrickLayoutState, #category : #'Glamour-Morphic-Brick-Layouts' } + +{ #category : #testing } +GLMBrickLayoutDummState class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutEvent.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutEvent.class.st index 83236418dc2..816e3b9e511 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutEvent.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutEvent.class.st @@ -3,3 +3,8 @@ Class { #superclass : #GLMBrickAnnouncement, #category : #'Glamour-Morphic-Brick-Announcements' } + +{ #category : #testing } +GLMBrickLayoutEvent class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutMyselfState.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutMyselfState.class.st index 99b00a516f0..cf6b28194f3 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutMyselfState.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutMyselfState.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts' } +{ #category : #testing } +GLMBrickLayoutMyselfState class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMBrickLayoutMyselfState >> defaultDimension [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutParentState.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutParentState.class.st index e6e333a8db4..d487b20d657 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutParentState.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutParentState.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts' } +{ #category : #testing } +GLMBrickLayoutParentState class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMBrickLayoutParentState >> defaultPercent [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutProperties.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutProperties.class.st index 03c40f50a68..5c8c82fb879 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutProperties.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutProperties.class.st @@ -81,6 +81,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts' } +{ #category : #testing } +GLMBrickLayoutProperties class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMBrickLayoutProperties >> floating [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutStacked.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutStacked.class.st index d18233bb98b..f086460748d 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutStacked.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutStacked.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Brick-Announcements' } +{ #category : #testing } +GLMBrickLayoutStacked class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMBrickLayoutStacked >> index [ ^ index diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutState.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutState.class.st index f344280560c..6c576119c18 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutState.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutState.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts' } +{ #category : #testing } +GLMBrickLayoutState class >> isDeprecated [ + ^ true +] + { #category : #testing } GLMBrickLayoutState >> isOnChildren [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayoutTraverser.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayoutTraverser.class.st index ad281f52a03..c8005112b7e 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayoutTraverser.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayoutTraverser.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts-Utils' } +{ #category : #testing } +GLMBrickLayoutTraverser class >> isDeprecated [ + ^ true +] + { #category : #private } GLMBrickLayoutTraverser >> customDependencies: aBrick [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickLayouter.class.st b/src/Glamour-Morphic-Brick/GLMBrickLayouter.class.st index fddaf4610d7..f8c552e83ca 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickLayouter.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickLayouter.class.st @@ -127,6 +127,11 @@ GLMBrickLayouter class >> example [ ] +{ #category : #testing } +GLMBrickLayouter class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMBrickLayouter class >> uniqueInstance [ ^ uniqueInstance ifNil: [ uniqueInstance := self new ] diff --git a/src/Glamour-Morphic-Brick/GLMBrickListModel.class.st b/src/Glamour-Morphic-Brick/GLMBrickListModel.class.st index 4739439ddc1..a778f855242 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickListModel.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickListModel.class.st @@ -27,6 +27,11 @@ Class { #category : #'Glamour-Morphic-Brick-Model' } +{ #category : #testing } +GLMBrickListModel class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMBrickListModel class >> on: anObject [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickPopupEditShadowThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickPopupEditShadowThemer.class.st index b04cc5fc6b6..346c2305f10 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickPopupEditShadowThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickPopupEditShadowThemer.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup-Themer' } +{ #category : #testing } +GLMBrickPopupEditShadowThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-popup-shadow' } GLMBrickPopupEditShadowThemer >> shadowOffset [ ^ 0.5@0.5 diff --git a/src/Glamour-Morphic-Brick/GLMBrickPopupEditThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickPopupEditThemer.class.st index 0afde8edaeb..1764a36e30f 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickPopupEditThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickPopupEditThemer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup-Themer' } +{ #category : #testing } +GLMBrickPopupEditThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-popup' } GLMBrickPopupEditThemer >> borderWidth [ ^ 0 diff --git a/src/Glamour-Morphic-Brick/GLMBrickPopupHelpThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickPopupHelpThemer.class.st index 6d10ff4db6c..f8bb72e7624 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickPopupHelpThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickPopupHelpThemer.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup-Themer' } +{ #category : #testing } +GLMBrickPopupHelpThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-popup' } GLMBrickPopupHelpThemer >> backgroundColor [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickPopupSuccessThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickPopupSuccessThemer.class.st index 683d13e43d6..d6ec404b605 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickPopupSuccessThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickPopupSuccessThemer.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup-Themer' } +{ #category : #testing } +GLMBrickPopupSuccessThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-popup' } GLMBrickPopupSuccessThemer >> backgroundColor [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickPopupThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickPopupThemer.class.st index 86797ae6f01..e6e87f17527 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickPopupThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickPopupThemer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup-Themer' } +{ #category : #testing } +GLMBrickPopupThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-popup' } GLMBrickPopupThemer >> backgroundColor [ "Return a background color of a default popup" diff --git a/src/Glamour-Morphic-Brick/GLMBrickRenderer.class.st b/src/Glamour-Morphic-Brick/GLMBrickRenderer.class.st index 18149b203c0..6ed30c87310 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickRenderer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickRenderer.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Brick-Renderer' } +{ #category : #testing } +GLMBrickRenderer class >> isDeprecated [ + ^ true +] + { #category : #'private - shadow' } GLMBrickRenderer >> bottomLeftCornerShadowOf: aBrick on: aCanvas [ | gradient width origin offset | diff --git a/src/Glamour-Morphic-Brick/GLMBrickScrollPositionChanged.class.st b/src/Glamour-Morphic-Brick/GLMBrickScrollPositionChanged.class.st index a43ca8136ad..88c4a9311af 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickScrollPositionChanged.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickScrollPositionChanged.class.st @@ -3,3 +3,8 @@ Class { #superclass : #GLMBrickAnnouncement, #category : #'Glamour-Morphic-Brick-Announcements' } + +{ #category : #testing } +GLMBrickScrollPositionChanged class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Morphic-Brick/GLMBrickTabLabelDarkThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickTabLabelDarkThemer.class.st index d5bf9550d1c..9f470fdbafe 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickTabLabelDarkThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickTabLabelDarkThemer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Theme' } +{ #category : #testing } +GLMBrickTabLabelDarkThemer class >> isDeprecated [ + ^ true +] + { #category : #'brick-tab-label' } GLMBrickTabLabelDarkThemer >> normalBorderStyleFor: aBrick [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickThemer.class.st b/src/Glamour-Morphic-Brick/GLMBrickThemer.class.st index fd794cf5dcb..f1bc62a83ba 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickThemer.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickThemer.class.st @@ -19,6 +19,11 @@ Class { #category : #'Glamour-Morphic-Brick-Theme' } +{ #category : #testing } +GLMBrickThemer class >> isDeprecated [ + ^ true +] + { #category : #'theme-actions' } GLMBrickThemer >> actionThemer [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickThemerModule.class.st b/src/Glamour-Morphic-Brick/GLMBrickThemerModule.class.st index 35ce9255987..ca7eb27b79f 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickThemerModule.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickThemerModule.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Theme' } +{ #category : #testing } +GLMBrickThemerModule class >> isDeprecated [ + ^ true +] + { #category : #values } GLMBrickThemerModule >> theme [ ^ Smalltalk ui theme diff --git a/src/Glamour-Morphic-Brick/GLMBrickWidthTraverser.class.st b/src/Glamour-Morphic-Brick/GLMBrickWidthTraverser.class.st index 4418c264984..115c485341e 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickWidthTraverser.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickWidthTraverser.class.st @@ -13,6 +13,11 @@ GLMBrickWidthTraverser class >> cleanUp [ uniqueInstance := nil ] +{ #category : #testing } +GLMBrickWidthTraverser class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMBrickWidthTraverser class >> uniqueInstance [ ^ uniqueInstance ifNil: [ uniqueInstance := self new ] diff --git a/src/Glamour-Morphic-Brick/GLMBrickWrapper.class.st b/src/Glamour-Morphic-Brick/GLMBrickWrapper.class.st index c0c5b1ad574..d2007163bda 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickWrapper.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickWrapper.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts-Utils' } +{ #category : #testing } +GLMBrickWrapper class >> isDeprecated [ + ^ true +] + { #category : #api } GLMBrickWrapper >> brickBounds: aRectangle [ diff --git a/src/Glamour-Morphic-Brick/GLMBrickedMorph.class.st b/src/Glamour-Morphic-Brick/GLMBrickedMorph.class.st index eec307837f0..b4c19b76846 100644 --- a/src/Glamour-Morphic-Brick/GLMBrickedMorph.class.st +++ b/src/Glamour-Morphic-Brick/GLMBrickedMorph.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Morphic' } +{ #category : #testing } +GLMBrickedMorph class >> isDeprecated [ + ^ true +] + { #category : #layout } GLMBrickedMorph >> adjustLayoutBounds [ "no need in it" diff --git a/src/Glamour-Morphic-Brick/GLMCompositeBrick.class.st b/src/Glamour-Morphic-Brick/GLMCompositeBrick.class.st index 2cc475d9f06..d49304ad661 100644 --- a/src/Glamour-Morphic-Brick/GLMCompositeBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMCompositeBrick.class.st @@ -128,6 +128,11 @@ GLMCompositeBrick class >> gtExampleTable [ entity: Morph new ] ] +{ #category : #testing } +GLMCompositeBrick class >> isDeprecated [ + ^ true +] + { #category : #phlow } GLMCompositeBrick >> custom: aBrick [ self flag: 'for now we only allow one subbrick in the composite. diff --git a/src/Glamour-Morphic-Brick/GLMDirection.class.st b/src/Glamour-Morphic-Brick/GLMDirection.class.st index f772ad3c208..49af4a1ca2a 100644 --- a/src/Glamour-Morphic-Brick/GLMDirection.class.st +++ b/src/Glamour-Morphic-Brick/GLMDirection.class.st @@ -14,6 +14,11 @@ GLMDirection class >> cleanUp [ uniqueInstance := nil ] +{ #category : #testing } +GLMDirection class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMDirection class >> uniqueInstance [ ^ uniqueInstance ifNil: [ uniqueInstance := self new ] diff --git a/src/Glamour-Morphic-Brick/GLMEastDirection.class.st b/src/Glamour-Morphic-Brick/GLMEastDirection.class.st index 068986e9cba..86fc292ec30 100644 --- a/src/Glamour-Morphic-Brick/GLMEastDirection.class.st +++ b/src/Glamour-Morphic-Brick/GLMEastDirection.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Utils-Geometry' } +{ #category : #testing } +GLMEastDirection class >> isDeprecated [ + ^ true +] + { #category : #arithmetic } GLMEastDirection >> * aNumber [ diff --git a/src/Glamour-Morphic-Brick/GLMEditableLabelBrick.class.st b/src/Glamour-Morphic-Brick/GLMEditableLabelBrick.class.st index e9b980dc537..dc105fbd3c0 100644 --- a/src/Glamour-Morphic-Brick/GLMEditableLabelBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMEditableLabelBrick.class.st @@ -41,6 +41,11 @@ GLMEditableLabelBrick class >> gtExample [ yourself ] +{ #category : #testing } +GLMEditableLabelBrick class >> isDeprecated [ + ^ true +] + { #category : #'label-brick-actions' } GLMEditableLabelBrick >> accept [ diff --git a/src/Glamour-Morphic-Brick/GLMFormSubmitted.class.st b/src/Glamour-Morphic-Brick/GLMFormSubmitted.class.st index 0ccfad5df05..a244e95f9c3 100644 --- a/src/Glamour-Morphic-Brick/GLMFormSubmitted.class.st +++ b/src/Glamour-Morphic-Brick/GLMFormSubmitted.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Announcements' } +{ #category : #testing } +GLMFormSubmitted class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMFormSubmitted >> result [ ^ result diff --git a/src/Glamour-Morphic-Brick/GLMFoundationBrick.class.st b/src/Glamour-Morphic-Brick/GLMFoundationBrick.class.st index d67d93eb189..c9e63f665ac 100644 --- a/src/Glamour-Morphic-Brick/GLMFoundationBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMFoundationBrick.class.st @@ -21,6 +21,11 @@ Class { #category : #'Glamour-Morphic-Brick-Morphic' } +{ #category : #testing } +GLMFoundationBrick class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMFoundationBrick class >> root: aBrick [ diff --git a/src/Glamour-Morphic-Brick/GLMHaloBrick.class.st b/src/Glamour-Morphic-Brick/GLMHaloBrick.class.st index ec334cebd0d..8688d2cad7f 100644 --- a/src/Glamour-Morphic-Brick/GLMHaloBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMHaloBrick.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI' } +{ #category : #testing } +GLMHaloBrick class >> isDeprecated [ + ^ true +] + { #category : #handles } GLMHaloBrick >> addDupHandle: haloSpec [ ] diff --git a/src/Glamour-Morphic-Brick/GLMHorizontalLinearLayout.class.st b/src/Glamour-Morphic-Brick/GLMHorizontalLinearLayout.class.st index a1728ffc4ae..a9a218ad23d 100644 --- a/src/Glamour-Morphic-Brick/GLMHorizontalLinearLayout.class.st +++ b/src/Glamour-Morphic-Brick/GLMHorizontalLinearLayout.class.st @@ -13,6 +13,11 @@ GLMHorizontalLinearLayout class >> cleanUp [ self reset ] +{ #category : #testing } +GLMHorizontalLinearLayout class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMHorizontalLinearLayout class >> reset [ " diff --git a/src/Glamour-Morphic-Brick/GLMInteractableBrickRenderer.class.st b/src/Glamour-Morphic-Brick/GLMInteractableBrickRenderer.class.st index 83b36f95381..e7e2661bf2a 100644 --- a/src/Glamour-Morphic-Brick/GLMInteractableBrickRenderer.class.st +++ b/src/Glamour-Morphic-Brick/GLMInteractableBrickRenderer.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Brick-Renderer' } +{ #category : #testing } +GLMInteractableBrickRenderer class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMInteractableBrickRenderer >> render: aBrick on: aCanvas [ diff --git a/src/Glamour-Morphic-Brick/GLMLinearLayout.class.st b/src/Glamour-Morphic-Brick/GLMLinearLayout.class.st index 3619974346d..291ff1eff4d 100644 --- a/src/Glamour-Morphic-Brick/GLMLinearLayout.class.st +++ b/src/Glamour-Morphic-Brick/GLMLinearLayout.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Layouts' } +{ #category : #testing } +GLMLinearLayout class >> isDeprecated [ + ^ true +] + { #category : #layout } GLMLinearLayout >> align: aBrick in: parentBrick anchorPoint: aPoint inContext: aContext [ diff --git a/src/Glamour-Morphic-Brick/GLMNorthDirection.class.st b/src/Glamour-Morphic-Brick/GLMNorthDirection.class.st index 9a3bdc7b2ec..5a503a19ee9 100644 --- a/src/Glamour-Morphic-Brick/GLMNorthDirection.class.st +++ b/src/Glamour-Morphic-Brick/GLMNorthDirection.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Utils-Geometry' } +{ #category : #testing } +GLMNorthDirection class >> isDeprecated [ + ^ true +] + { #category : #arithmetic } GLMNorthDirection >> * aNumber [ diff --git a/src/Glamour-Morphic-Brick/GLMPhlowBrick.class.st b/src/Glamour-Morphic-Brick/GLMPhlowBrick.class.st index 5ef639d4da8..5feb2d7129c 100644 --- a/src/Glamour-Morphic-Brick/GLMPhlowBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMPhlowBrick.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-Phlow' } +{ #category : #testing } +GLMPhlowBrick class >> isDeprecated [ + ^ true +] + { #category : #phlow } GLMPhlowBrick >> display: aBlockOrSymbol [ diff --git a/src/Glamour-Morphic-Brick/GLMPhlowTableColumn.class.st b/src/Glamour-Morphic-Brick/GLMPhlowTableColumn.class.st index 0b632229430..49396119b1c 100644 --- a/src/Glamour-Morphic-Brick/GLMPhlowTableColumn.class.st +++ b/src/Glamour-Morphic-Brick/GLMPhlowTableColumn.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-Phlow' } +{ #category : #testing } +GLMPhlowTableColumn class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPhlowTableColumn >> computation [ ^ computation diff --git a/src/Glamour-Morphic-Brick/GLMPopupBrickCloser.class.st b/src/Glamour-Morphic-Brick/GLMPopupBrickCloser.class.st index 98704bca29d..f7ac2488ae0 100644 --- a/src/Glamour-Morphic-Brick/GLMPopupBrickCloser.class.st +++ b/src/Glamour-Morphic-Brick/GLMPopupBrickCloser.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup' } +{ #category : #testing } +GLMPopupBrickCloser class >> isDeprecated [ + ^ true +] + { #category : #action } GLMPopupBrickCloser >> act [ self popup ifNotNil: [ :thePopup | thePopup close ] diff --git a/src/Glamour-Morphic-Brick/GLMPopupBrickLayout.class.st b/src/Glamour-Morphic-Brick/GLMPopupBrickLayout.class.st index 6baa8135f61..4ddace48c65 100644 --- a/src/Glamour-Morphic-Brick/GLMPopupBrickLayout.class.st +++ b/src/Glamour-Morphic-Brick/GLMPopupBrickLayout.class.st @@ -16,6 +16,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup' } +{ #category : #testing } +GLMPopupBrickLayout class >> isDeprecated [ + ^ true +] + { #category : #building } GLMPopupBrickLayout >> build: aPopup trigger: aTriggerBrick content: aContentBrick [ "Adds trigger and content bricks to a given popup based on my layout strategy" diff --git a/src/Glamour-Morphic-Brick/GLMPopupBrickListener.class.st b/src/Glamour-Morphic-Brick/GLMPopupBrickListener.class.st index adea4c52edf..9a6b4e597e8 100644 --- a/src/Glamour-Morphic-Brick/GLMPopupBrickListener.class.st +++ b/src/Glamour-Morphic-Brick/GLMPopupBrickListener.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup' } +{ #category : #testing } +GLMPopupBrickListener class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMPopupBrickListener class >> predicate: aPopupPredicate [ diff --git a/src/Glamour-Morphic-Brick/GLMPopupBrickOutisideClickPredicate.class.st b/src/Glamour-Morphic-Brick/GLMPopupBrickOutisideClickPredicate.class.st index d3b24fce483..aa6061c39a5 100644 --- a/src/Glamour-Morphic-Brick/GLMPopupBrickOutisideClickPredicate.class.st +++ b/src/Glamour-Morphic-Brick/GLMPopupBrickOutisideClickPredicate.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup' } +{ #category : #testing } +GLMPopupBrickOutisideClickPredicate class >> isDeprecated [ + ^ true +] + { #category : #predicate } GLMPopupBrickOutisideClickPredicate >> popup: aPopupBrick event: anEvent [ "Return true when user clicks outside of a popup brick, false otherwise" diff --git a/src/Glamour-Morphic-Brick/GLMPopupBrickPredicate.class.st b/src/Glamour-Morphic-Brick/GLMPopupBrickPredicate.class.st index b25bf780085..f885a0a8271 100644 --- a/src/Glamour-Morphic-Brick/GLMPopupBrickPredicate.class.st +++ b/src/Glamour-Morphic-Brick/GLMPopupBrickPredicate.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup' } +{ #category : #testing } +GLMPopupBrickPredicate class >> isDeprecated [ + ^ true +] + { #category : #predicate } GLMPopupBrickPredicate >> popup: aPopupBrick event: anEvent [ "Return true if predicate is activated based on a given popup and event" diff --git a/src/Glamour-Morphic-Brick/GLMPopupBrickUpwardLayout.class.st b/src/Glamour-Morphic-Brick/GLMPopupBrickUpwardLayout.class.st index 32783673f78..d261c7dd325 100644 --- a/src/Glamour-Morphic-Brick/GLMPopupBrickUpwardLayout.class.st +++ b/src/Glamour-Morphic-Brick/GLMPopupBrickUpwardLayout.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Brick-Widgets-UI-Popup' } +{ #category : #testing } +GLMPopupBrickUpwardLayout class >> isDeprecated [ + ^ true +] + { #category : #building } GLMPopupBrickUpwardLayout >> build: aPopup trigger: aTriggerBrick content: aContentBrick [ diff --git a/src/Glamour-Morphic-Brick/GLMRubEditingArea.class.st b/src/Glamour-Morphic-Brick/GLMRubEditingArea.class.st index 755786c3308..d46fe1361de 100644 --- a/src/Glamour-Morphic-Brick/GLMRubEditingArea.class.st +++ b/src/Glamour-Morphic-Brick/GLMRubEditingArea.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Morphic' } +{ #category : #testing } +GLMRubEditingArea class >> isDeprecated [ + ^ true +] + { #category : #drawing } GLMRubEditingArea >> drawKeyboardFocusOn: aCanvas [ "remove focused border" diff --git a/src/Glamour-Morphic-Brick/GLMRubTextFieldMorph.class.st b/src/Glamour-Morphic-Brick/GLMRubTextFieldMorph.class.st index fdeaab8c907..bb6af8fc266 100644 --- a/src/Glamour-Morphic-Brick/GLMRubTextFieldMorph.class.st +++ b/src/Glamour-Morphic-Brick/GLMRubTextFieldMorph.class.st @@ -58,6 +58,11 @@ Class { #category : #'Glamour-Morphic-Brick-Morphic' } +{ #category : #testing } +GLMRubTextFieldMorph class >> isDeprecated [ + ^ true +] + { #category : #geometry } GLMRubTextFieldMorph >> extent: aPoint [ |newTop patch offset| diff --git a/src/Glamour-Morphic-Brick/GLMRubTextScrollPane.class.st b/src/Glamour-Morphic-Brick/GLMRubTextScrollPane.class.st index b1f8942e7f7..196defa1264 100644 --- a/src/Glamour-Morphic-Brick/GLMRubTextScrollPane.class.st +++ b/src/Glamour-Morphic-Brick/GLMRubTextScrollPane.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Morphic' } +{ #category : #testing } +GLMRubTextScrollPane class >> isDeprecated [ + ^ true +] + { #category : #drawing } GLMRubTextScrollPane >> drawKeyboardFocusOn: aCanvas [ "empty to remove focus border" diff --git a/src/Glamour-Morphic-Brick/GLMScrollPaneBrick.class.st b/src/Glamour-Morphic-Brick/GLMScrollPaneBrick.class.st index 7de03d76131..65e2ecfbd5b 100644 --- a/src/Glamour-Morphic-Brick/GLMScrollPaneBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMScrollPaneBrick.class.st @@ -106,6 +106,11 @@ GLMScrollPaneBrick class >> exampleLarge [ foundation openInWindow ] +{ #category : #testing } +GLMScrollPaneBrick class >> isDeprecated [ + ^ true +] + { #category : #'brick-structure-adding/removing' } GLMScrollPaneBrick >> addAllBricks: aCollection [ diff --git a/src/Glamour-Morphic-Brick/GLMSouthDirection.class.st b/src/Glamour-Morphic-Brick/GLMSouthDirection.class.st index 5c7812f0782..24909e44f25 100644 --- a/src/Glamour-Morphic-Brick/GLMSouthDirection.class.st +++ b/src/Glamour-Morphic-Brick/GLMSouthDirection.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Utils-Geometry' } +{ #category : #testing } +GLMSouthDirection class >> isDeprecated [ + ^ true +] + { #category : #arithmetic } GLMSouthDirection >> * aNumber [ diff --git a/src/Glamour-Morphic-Brick/GLMStringBrick.class.st b/src/Glamour-Morphic-Brick/GLMStringBrick.class.st index 0b426bfa5fc..f4c0a574e60 100644 --- a/src/Glamour-Morphic-Brick/GLMStringBrick.class.st +++ b/src/Glamour-Morphic-Brick/GLMStringBrick.class.st @@ -87,6 +87,11 @@ GLMStringBrick class >> example [ openInWindow ] +{ #category : #testing } +GLMStringBrick class >> isDeprecated [ + ^ true +] + { #category : #geometry } GLMStringBrick >> approximateHeight [ diff --git a/src/Glamour-Morphic-Brick/GLMVector.class.st b/src/Glamour-Morphic-Brick/GLMVector.class.st index c206f22e132..f2d097a8943 100644 --- a/src/Glamour-Morphic-Brick/GLMVector.class.st +++ b/src/Glamour-Morphic-Brick/GLMVector.class.st @@ -48,6 +48,11 @@ GLMVector class >> initialize [ East := GLMEastDirection uniqueInstance ] +{ #category : #testing } +GLMVector class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMVector class >> north: aLength [ ^ self new diff --git a/src/Glamour-Morphic-Brick/GLMVerticalLinearLayout.class.st b/src/Glamour-Morphic-Brick/GLMVerticalLinearLayout.class.st index a1480f02661..bcd2f08e1e1 100644 --- a/src/Glamour-Morphic-Brick/GLMVerticalLinearLayout.class.st +++ b/src/Glamour-Morphic-Brick/GLMVerticalLinearLayout.class.st @@ -13,6 +13,11 @@ GLMVerticalLinearLayout class >> cleanUp [ self reset ] +{ #category : #testing } +GLMVerticalLinearLayout class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMVerticalLinearLayout class >> reset [ " diff --git a/src/Glamour-Morphic-Brick/GLMWestDirection.class.st b/src/Glamour-Morphic-Brick/GLMWestDirection.class.st index 49d3ee84341..a76a49e0f67 100644 --- a/src/Glamour-Morphic-Brick/GLMWestDirection.class.st +++ b/src/Glamour-Morphic-Brick/GLMWestDirection.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Brick-Utils-Geometry' } +{ #category : #testing } +GLMWestDirection class >> isDeprecated [ + ^ true +] + { #category : #arithmetic } GLMWestDirection >> * aNumber [ diff --git a/src/Glamour-Morphic-Pager/GLMMorphicPagerRenderer.class.st b/src/Glamour-Morphic-Pager/GLMMorphicPagerRenderer.class.st index 3f82e9913e5..856a5e3be2e 100644 --- a/src/Glamour-Morphic-Pager/GLMMorphicPagerRenderer.class.st +++ b/src/Glamour-Morphic-Pager/GLMMorphicPagerRenderer.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Pager-Glamour' } +{ #category : #testing } +GLMMorphicPagerRenderer class >> isDeprecated [ + ^ true +] + { #category : #callbacks } GLMMorphicPagerRenderer >> actOnPaneAdded: ann [ container brickRoot pushPane: (self renderObject: ann pane). diff --git a/src/Glamour-Morphic-Pager/GLMPagerPanePreviewMorph.class.st b/src/Glamour-Morphic-Pager/GLMPagerPanePreviewMorph.class.st index a896b42e6c1..5c7194b6d65 100644 --- a/src/Glamour-Morphic-Pager/GLMPagerPanePreviewMorph.class.st +++ b/src/Glamour-Morphic-Pager/GLMPagerPanePreviewMorph.class.st @@ -20,6 +20,11 @@ GLMPagerPanePreviewMorph class >> cleanUp [ uniqueInstance := nil ] +{ #category : #testing } +GLMPagerPanePreviewMorph class >> isDeprecated [ + ^ true +] + { #category : #actions } GLMPagerPanePreviewMorph class >> remove [ diff --git a/src/Glamour-Morphic-Pager/GLMPagerWidgetThemer.class.st b/src/Glamour-Morphic-Pager/GLMPagerWidgetThemer.class.st index 7c675466552..d8165fcc245 100644 --- a/src/Glamour-Morphic-Pager/GLMPagerWidgetThemer.class.st +++ b/src/Glamour-Morphic-Pager/GLMPagerWidgetThemer.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Pager-Theme' } +{ #category : #testing } +GLMPagerWidgetThemer class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerWidgetThemer >> defaultScrollButtonStyleFor: aButton [ diff --git a/src/Glamour-Morphic-Renderer/GLMMorphicFinderRenderer.class.st b/src/Glamour-Morphic-Renderer/GLMMorphicFinderRenderer.class.st index 1b430b3b1e2..b6628170c9f 100644 --- a/src/Glamour-Morphic-Renderer/GLMMorphicFinderRenderer.class.st +++ b/src/Glamour-Morphic-Renderer/GLMMorphicFinderRenderer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicFinderRenderer class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMMorphicFinderRenderer >> actOnPaneAdded: ann [ self subclassResponsibility diff --git a/src/Glamour-Morphic-Renderer/GLMMorphicPaneWithoutTitleRenderer.class.st b/src/Glamour-Morphic-Renderer/GLMMorphicPaneWithoutTitleRenderer.class.st index 0cfb8ed8cde..61bb40b6bc9 100644 --- a/src/Glamour-Morphic-Renderer/GLMMorphicPaneWithoutTitleRenderer.class.st +++ b/src/Glamour-Morphic-Renderer/GLMMorphicPaneWithoutTitleRenderer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicPaneWithoutTitleRenderer class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMMorphicPaneWithoutTitleRenderer >> actOnMatchingPresentationsChanged: anAnnouncement [ paneMorph removeAllMorphs. diff --git a/src/Glamour-Morphic-Renderer/GLMMorphicTabbedRenderer.class.st b/src/Glamour-Morphic-Renderer/GLMMorphicTabbedRenderer.class.st index 4b015aa6bce..6b10983225f 100644 --- a/src/Glamour-Morphic-Renderer/GLMMorphicTabbedRenderer.class.st +++ b/src/Glamour-Morphic-Renderer/GLMMorphicTabbedRenderer.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicTabbedRenderer class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMMorphicTabbedRenderer >> actOnContextChanged: ann [ ann property = #activePresentation ifTrue: [ diff --git a/src/Glamour-Morphic-Renderer/GLMMorphicTextRenderer.class.st b/src/Glamour-Morphic-Renderer/GLMMorphicTextRenderer.class.st index 4b3f361426d..026b7f17eb0 100644 --- a/src/Glamour-Morphic-Renderer/GLMMorphicTextRenderer.class.st +++ b/src/Glamour-Morphic-Renderer/GLMMorphicTextRenderer.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicTextRenderer class >> isDeprecated [ + ^ true +] + { #category : #rendering } GLMMorphicTextRenderer >> actOnContextChanged: ann [ ann property = #selectionInterval diff --git a/src/Glamour-Morphic-Renderer/GLMMorphicWidgetRenderer.class.st b/src/Glamour-Morphic-Renderer/GLMMorphicWidgetRenderer.class.st index a388c0dfc25..866c277a1ca 100644 --- a/src/Glamour-Morphic-Renderer/GLMMorphicWidgetRenderer.class.st +++ b/src/Glamour-Morphic-Renderer/GLMMorphicWidgetRenderer.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Morphic-Renderer' } +{ #category : #testing } +GLMMorphicWidgetRenderer class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMMorphicWidgetRenderer class >> render: aPresentation from: aRenderer [ ^ self new diff --git a/src/Glamour-Morphic-Renderer/GLMPluggableButtonMorph.class.st b/src/Glamour-Morphic-Renderer/GLMPluggableButtonMorph.class.st index 60d6ea20178..c6e63b5c778 100644 --- a/src/Glamour-Morphic-Renderer/GLMPluggableButtonMorph.class.st +++ b/src/Glamour-Morphic-Renderer/GLMPluggableButtonMorph.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Renderer' } +{ #category : #testing } +GLMPluggableButtonMorph class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPluggableButtonMorph >> model: anObject [ model := anObject diff --git a/src/Glamour-Morphic-Theme/GLMUIThemeExtraIcons.class.st b/src/Glamour-Morphic-Theme/GLMUIThemeExtraIcons.class.st index dc2ebfa43d1..15dad3ef033 100644 --- a/src/Glamour-Morphic-Theme/GLMUIThemeExtraIcons.class.st +++ b/src/Glamour-Morphic-Theme/GLMUIThemeExtraIcons.class.st @@ -265,6 +265,11 @@ GLMUIThemeExtraIcons class >> icons [ ^ icons ifNil: [icons := Dictionary new] ] +{ #category : #testing } +GLMUIThemeExtraIcons class >> isDeprecated [ + ^ true +] + { #category : #utilities } GLMUIThemeExtraIcons class >> resetIcons [ icons := nil diff --git a/src/Glamour-Morphic-Widgets/GLMActionAnnouncement.class.st b/src/Glamour-Morphic-Widgets/GLMActionAnnouncement.class.st index a906fe7bd69..23c34600c41 100644 --- a/src/Glamour-Morphic-Widgets/GLMActionAnnouncement.class.st +++ b/src/Glamour-Morphic-Widgets/GLMActionAnnouncement.class.st @@ -12,6 +12,11 @@ GLMActionAnnouncement class >> action: anAction [ ^self new action: anAction; yourself ] +{ #category : #testing } +GLMActionAnnouncement class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMActionAnnouncement >> action [ ^action diff --git a/src/Glamour-Morphic-Widgets/GLMDropDownListMorphSelectionChanged.class.st b/src/Glamour-Morphic-Widgets/GLMDropDownListMorphSelectionChanged.class.st index 82a3bbf82b1..59448a0731a 100644 --- a/src/Glamour-Morphic-Widgets/GLMDropDownListMorphSelectionChanged.class.st +++ b/src/Glamour-Morphic-Widgets/GLMDropDownListMorphSelectionChanged.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMDropDownListMorphSelectionChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMDropDownListMorphSelectionChanged >> selectionIndex [ ^ selectionIndex diff --git a/src/Glamour-Morphic-Widgets/GLMDropListModel.class.st b/src/Glamour-Morphic-Widgets/GLMDropListModel.class.st index 9cae22cd573..577fd34e1e5 100644 --- a/src/Glamour-Morphic-Widgets/GLMDropListModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMDropListModel.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMDropListModel class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMDropListModel >> announcer [ ^ announcer ifNil: [announcer := GLMAnnouncer new] diff --git a/src/Glamour-Morphic-Widgets/GLMExpanderContentsNodeModel.class.st b/src/Glamour-Morphic-Widgets/GLMExpanderContentsNodeModel.class.st index 240dab4f6da..46a4605d1d9 100644 --- a/src/Glamour-Morphic-Widgets/GLMExpanderContentsNodeModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMExpanderContentsNodeModel.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMExpanderContentsNodeModel class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMExpanderContentsNodeModel >> containerNode [ ^ containerNode diff --git a/src/Glamour-Morphic-Widgets/GLMExpanderLabelNodeModel.class.st b/src/Glamour-Morphic-Widgets/GLMExpanderLabelNodeModel.class.st index d0467361ef5..7a12280d1af 100644 --- a/src/Glamour-Morphic-Widgets/GLMExpanderLabelNodeModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMExpanderLabelNodeModel.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMExpanderLabelNodeModel class >> isDeprecated [ + ^ true +] + { #category : #'instance creation' } GLMExpanderLabelNodeModel class >> with: anObject in: aTreeModel [ ^ (self with: anObject) containerTree: aTreeModel; yourself diff --git a/src/Glamour-Morphic-Widgets/GLMExpanderTreeMorphModel.class.st b/src/Glamour-Morphic-Widgets/GLMExpanderTreeMorphModel.class.st index 9bb4deb8b97..9b0309fd964 100644 --- a/src/Glamour-Morphic-Widgets/GLMExpanderTreeMorphModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMExpanderTreeMorphModel.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMExpanderTreeMorphModel class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMExpanderTreeMorphModel >> glamourExpander [ ^ glamourExpander diff --git a/src/Glamour-Morphic-Widgets/GLMMenuItemSelected.class.st b/src/Glamour-Morphic-Widgets/GLMMenuItemSelected.class.st index f1823433fb0..a6715ec4006 100644 --- a/src/Glamour-Morphic-Widgets/GLMMenuItemSelected.class.st +++ b/src/Glamour-Morphic-Widgets/GLMMenuItemSelected.class.st @@ -3,3 +3,8 @@ Class { #superclass : #GLMActionAnnouncement, #category : #'Glamour-Morphic-Widgets' } + +{ #category : #testing } +GLMMenuItemSelected class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Morphic-Widgets/GLMMorphTreeColumn.class.st b/src/Glamour-Morphic-Widgets/GLMMorphTreeColumn.class.st index 0f581df8c98..fa296ee37d6 100644 --- a/src/Glamour-Morphic-Widgets/GLMMorphTreeColumn.class.st +++ b/src/Glamour-Morphic-Widgets/GLMMorphTreeColumn.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMMorphTreeColumn class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMMorphTreeColumn >> glamourColumn: aColumn [ glamourColumn := aColumn diff --git a/src/Glamour-Morphic-Widgets/GLMMorphic.class.st b/src/Glamour-Morphic-Widgets/GLMMorphic.class.st index 1486bbd24f6..cf289d5f6a7 100644 --- a/src/Glamour-Morphic-Widgets/GLMMorphic.class.st +++ b/src/Glamour-Morphic-Widgets/GLMMorphic.class.st @@ -66,6 +66,11 @@ GLMMorphic class >> isAlignmentMorph: anObject [ ^anObject isMemberOf: AlignmentMorph ] +{ #category : #testing } +GLMMorphic class >> isDeprecated [ + ^ true +] + { #category : #'button styles' } GLMMorphic class >> isGrayRoundedButton: aSymbol [ diff --git a/src/Glamour-Morphic-Widgets/GLMMorphicIcons.class.st b/src/Glamour-Morphic-Widgets/GLMMorphicIcons.class.st index db4c234230b..b357dcac19e 100644 --- a/src/Glamour-Morphic-Widgets/GLMMorphicIcons.class.st +++ b/src/Glamour-Morphic-Widgets/GLMMorphicIcons.class.st @@ -13,6 +13,11 @@ GLMMorphicIcons class >> form16x16FromContents: aByteArray [ offset: 0@0 ] +{ #category : #testing } +GLMMorphicIcons class >> isDeprecated [ + ^ true +] + { #category : #'accessing - icons' } GLMMorphicIcons class >> toolbarMenuForm [ ^self form16x16FromContents: self windowMenuFormContents diff --git a/src/Glamour-Morphic-Widgets/GLMMorphicModel.class.st b/src/Glamour-Morphic-Widgets/GLMMorphicModel.class.st index d3a52d797cb..1db73278eba 100644 --- a/src/Glamour-Morphic-Widgets/GLMMorphicModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMMorphicModel.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMMorphicModel class >> isDeprecated [ + ^ true +] + { #category : #callbacks } GLMMorphicModel >> allKeystrokeActions [ ^ (self glamourPresentation allActions, self glamourPresentation allSelectionActions) select: [ :action | diff --git a/src/Glamour-Morphic-Widgets/GLMMorphicPresentationToolbarModel.class.st b/src/Glamour-Morphic-Widgets/GLMMorphicPresentationToolbarModel.class.st index 880b5f9032b..c276c831985 100644 --- a/src/Glamour-Morphic-Widgets/GLMMorphicPresentationToolbarModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMMorphicPresentationToolbarModel.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMMorphicPresentationToolbarModel class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMMorphicPresentationToolbarModel >> presentation [ ^ presentation diff --git a/src/Glamour-Morphic-Widgets/GLMPaginatedMorphTreeMorph.class.st b/src/Glamour-Morphic-Widgets/GLMPaginatedMorphTreeMorph.class.st index 6e51da26de5..a3435e31f61 100644 --- a/src/Glamour-Morphic-Widgets/GLMPaginatedMorphTreeMorph.class.st +++ b/src/Glamour-Morphic-Widgets/GLMPaginatedMorphTreeMorph.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMPaginatedMorphTreeMorph class >> isDeprecated [ + ^ true +] + { #category : #stepping } GLMPaginatedMorphTreeMorph >> step [ diff --git a/src/Glamour-Morphic-Widgets/GLMPaneScroller.class.st b/src/Glamour-Morphic-Widgets/GLMPaneScroller.class.st index fcb4c63ea6c..425bc041fba 100644 --- a/src/Glamour-Morphic-Widgets/GLMPaneScroller.class.st +++ b/src/Glamour-Morphic-Widgets/GLMPaneScroller.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMPaneScroller class >> isDeprecated [ + ^ true +] + { #category : #layout } GLMPaneScroller >> adjustPaneHeight [ "This gets called after the scrollbar has been shown or hidden, to move the bottom diff --git a/src/Glamour-Morphic-Widgets/GLMPanelMorph.class.st b/src/Glamour-Morphic-Widgets/GLMPanelMorph.class.st index d154f91e7e6..d326ad24d41 100644 --- a/src/Glamour-Morphic-Widgets/GLMPanelMorph.class.st +++ b/src/Glamour-Morphic-Widgets/GLMPanelMorph.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMPanelMorph class >> isDeprecated [ + ^ true +] + { #category : #'change reporting' } GLMPanelMorph >> adoptPaneColor: paneColor [ "Change our color too." diff --git a/src/Glamour-Morphic-Widgets/GLMPopper.class.st b/src/Glamour-Morphic-Widgets/GLMPopper.class.st index 8f03cb875e6..34c89923bf4 100644 --- a/src/Glamour-Morphic-Widgets/GLMPopper.class.st +++ b/src/Glamour-Morphic-Widgets/GLMPopper.class.st @@ -36,6 +36,11 @@ GLMPopper class >> installAlarm: aSelector for: anObject withArguments: anArray at: Time millisecondClockValue + 50. ] +{ #category : #testing } +GLMPopper class >> isDeprecated [ + ^ true +] + { #category : #public } GLMPopper >> computeOriginFor: aMorph [ | desiredTop desiredLeft | diff --git a/src/Glamour-Morphic-Widgets/GLMPopperNotificationStrategy.class.st b/src/Glamour-Morphic-Widgets/GLMPopperNotificationStrategy.class.st index 47d00052a53..9508071176a 100644 --- a/src/Glamour-Morphic-Widgets/GLMPopperNotificationStrategy.class.st +++ b/src/Glamour-Morphic-Widgets/GLMPopperNotificationStrategy.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMPopperNotificationStrategy class >> isDeprecated [ + ^ true +] + { #category : #notification } GLMPopperNotificationStrategy >> notify: aString at: anInteger in: aStream [ | pos | diff --git a/src/Glamour-Morphic-Widgets/GLMRubricTextModel.class.st b/src/Glamour-Morphic-Widgets/GLMRubricTextModel.class.st index fa988d9a87e..5520df08793 100644 --- a/src/Glamour-Morphic-Widgets/GLMRubricTextModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMRubricTextModel.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMRubricTextModel class >> isDeprecated [ + ^ true +] + { #category : #'text managing' } GLMRubricTextModel >> clearUserEdits [ diff --git a/src/Glamour-Morphic-Widgets/GLMSelectedTextChanged.class.st b/src/Glamour-Morphic-Widgets/GLMSelectedTextChanged.class.st index 80c22f673ef..c16f0aa108c 100644 --- a/src/Glamour-Morphic-Widgets/GLMSelectedTextChanged.class.st +++ b/src/Glamour-Morphic-Widgets/GLMSelectedTextChanged.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMSelectedTextChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMSelectedTextChanged >> end [ ^ end diff --git a/src/Glamour-Morphic-Widgets/GLMSmalltalkCodeModel.class.st b/src/Glamour-Morphic-Widgets/GLMSmalltalkCodeModel.class.st index 62197f7e1f3..2acb3ba62f1 100644 --- a/src/Glamour-Morphic-Widgets/GLMSmalltalkCodeModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMSmalltalkCodeModel.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMSmalltalkCodeModel class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMSmalltalkCodeModel >> addVariableBinding: anAssociation [ self variableBindings at: anAssociation key put: anAssociation value diff --git a/src/Glamour-Morphic-Widgets/GLMSystemWindow.class.st b/src/Glamour-Morphic-Widgets/GLMSystemWindow.class.st index 097f9153598..6134c0d81c6 100644 --- a/src/Glamour-Morphic-Widgets/GLMSystemWindow.class.st +++ b/src/Glamour-Morphic-Widgets/GLMSystemWindow.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMSystemWindow class >> isDeprecated [ + ^ true +] + { #category : #callbacks } GLMSystemWindow >> actOnWindowRequest: ann [ diff --git a/src/Glamour-Morphic-Widgets/GLMTextChanged.class.st b/src/Glamour-Morphic-Widgets/GLMTextChanged.class.st index 0b67b27c141..68dd6cc78e1 100644 --- a/src/Glamour-Morphic-Widgets/GLMTextChanged.class.st +++ b/src/Glamour-Morphic-Widgets/GLMTextChanged.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMTextChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTextChanged >> text [ ^ text diff --git a/src/Glamour-Morphic-Widgets/GLMTreeMorphModel.class.st b/src/Glamour-Morphic-Widgets/GLMTreeMorphModel.class.st index a562a81f4b4..57d574804a5 100644 --- a/src/Glamour-Morphic-Widgets/GLMTreeMorphModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMTreeMorphModel.class.st @@ -21,6 +21,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMTreeMorphModel class >> isDeprecated [ + ^ true +] + { #category : #'drag and drop' } GLMTreeMorphModel >> acceptDroppingMorph: transferMorph event: evt inMorph: listMorph [ | targetItem | diff --git a/src/Glamour-Morphic-Widgets/GLMTreeMorphNodeModel.class.st b/src/Glamour-Morphic-Widgets/GLMTreeMorphNodeModel.class.st index e915daa2e71..e0236a890e7 100644 --- a/src/Glamour-Morphic-Widgets/GLMTreeMorphNodeModel.class.st +++ b/src/Glamour-Morphic-Widgets/GLMTreeMorphNodeModel.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMTreeMorphNodeModel class >> isDeprecated [ + ^ true +] + { #category : #comparing } GLMTreeMorphNodeModel >> = anObject [ "This is needed to handle the update of the whole list while still preserving the selection" diff --git a/src/Glamour-Morphic-Widgets/GLMTreeMorphSelectionChanged.class.st b/src/Glamour-Morphic-Widgets/GLMTreeMorphSelectionChanged.class.st index 5f1f584b709..56e704db901 100644 --- a/src/Glamour-Morphic-Widgets/GLMTreeMorphSelectionChanged.class.st +++ b/src/Glamour-Morphic-Widgets/GLMTreeMorphSelectionChanged.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMTreeMorphSelectionChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTreeMorphSelectionChanged >> selectionPathValue [ ^ selectionPathValue diff --git a/src/Glamour-Morphic-Widgets/GLMTreeMorphStrongSelectionChanged.class.st b/src/Glamour-Morphic-Widgets/GLMTreeMorphStrongSelectionChanged.class.st index ae80a382924..413ff9d8f78 100644 --- a/src/Glamour-Morphic-Widgets/GLMTreeMorphStrongSelectionChanged.class.st +++ b/src/Glamour-Morphic-Widgets/GLMTreeMorphStrongSelectionChanged.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +GLMTreeMorphStrongSelectionChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTreeMorphStrongSelectionChanged >> strongSelectionValue [ ^ strongSelectionValue diff --git a/src/Glamour-Morphic-Widgets/GLMWatcherWindow.class.st b/src/Glamour-Morphic-Widgets/GLMWatcherWindow.class.st index 972b59d0ff7..b136593b7a7 100644 --- a/src/Glamour-Morphic-Widgets/GLMWatcherWindow.class.st +++ b/src/Glamour-Morphic-Widgets/GLMWatcherWindow.class.st @@ -30,6 +30,11 @@ GLMWatcherWindow class >> buildKeymapsOn: aBuilder [ aBuilder attachShortcutCategory: #Glamour to: Morph. ] +{ #category : #testing } +GLMWatcherWindow class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMWatcherWindow class >> reset [ "self reset" diff --git a/src/Glamour-Morphic-Widgets/LazyTabGroupMorph.class.st b/src/Glamour-Morphic-Widgets/LazyTabGroupMorph.class.st index 50365a85f3b..496b18d5e64 100644 --- a/src/Glamour-Morphic-Widgets/LazyTabGroupMorph.class.st +++ b/src/Glamour-Morphic-Widgets/LazyTabGroupMorph.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +LazyTabGroupMorph class >> isDeprecated [ + ^ true +] + { #category : #adding } LazyTabGroupMorph >> addLazyPage: aBlock label: aStringOrMorph [ self addLazyPage: aBlock label: aStringOrMorph toolbar: nil diff --git a/src/Glamour-Morphic-Widgets/LazyTabPage.class.st b/src/Glamour-Morphic-Widgets/LazyTabPage.class.st index 1150746c05f..0a8966215ec 100644 --- a/src/Glamour-Morphic-Widgets/LazyTabPage.class.st +++ b/src/Glamour-Morphic-Widgets/LazyTabPage.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +LazyTabPage class >> isDeprecated [ + ^ true +] + { #category : #accessing } LazyTabPage >> actualPageMorph [ ^ actualPageMorph ifNil: diff --git a/src/Glamour-Morphic-Widgets/LazyTabPageAnnouncement.class.st b/src/Glamour-Morphic-Widgets/LazyTabPageAnnouncement.class.st index b70ddfb1bf7..07e5b409620 100644 --- a/src/Glamour-Morphic-Widgets/LazyTabPageAnnouncement.class.st +++ b/src/Glamour-Morphic-Widgets/LazyTabPageAnnouncement.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +LazyTabPageAnnouncement class >> isDeprecated [ + ^ true +] + { #category : #accessing } LazyTabPageAnnouncement >> page [ ^ page diff --git a/src/Glamour-Morphic-Widgets/LazyTabPageChanged.class.st b/src/Glamour-Morphic-Widgets/LazyTabPageChanged.class.st index 040b5dfe02f..69b8ecb7730 100644 --- a/src/Glamour-Morphic-Widgets/LazyTabPageChanged.class.st +++ b/src/Glamour-Morphic-Widgets/LazyTabPageChanged.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +LazyTabPageChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } LazyTabPageChanged >> oldPage [ ^ oldPage diff --git a/src/Glamour-Morphic-Widgets/LazyTabPageRemoved.class.st b/src/Glamour-Morphic-Widgets/LazyTabPageRemoved.class.st index 827869199b7..09416cc9453 100644 --- a/src/Glamour-Morphic-Widgets/LazyTabPageRemoved.class.st +++ b/src/Glamour-Morphic-Widgets/LazyTabPageRemoved.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Morphic-Widgets' } +{ #category : #testing } +LazyTabPageRemoved class >> isDeprecated [ + ^ true +] + { #category : #accessing } LazyTabPageRemoved >> newIndex [ ^ newIndex diff --git a/src/Glamour-PagerModel/GLMFocusedPageChanged.class.st b/src/Glamour-PagerModel/GLMFocusedPageChanged.class.st index fa13c2394db..d7a0ff3b966 100644 --- a/src/Glamour-PagerModel/GLMFocusedPageChanged.class.st +++ b/src/Glamour-PagerModel/GLMFocusedPageChanged.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-PagerModel-Announcements' } + +{ #category : #testing } +GLMFocusedPageChanged class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-PagerModel/GLMNumberOfVisiblePagesChanged.class.st b/src/Glamour-PagerModel/GLMNumberOfVisiblePagesChanged.class.st index 56563e15238..ab0f99ab7a7 100644 --- a/src/Glamour-PagerModel/GLMNumberOfVisiblePagesChanged.class.st +++ b/src/Glamour-PagerModel/GLMNumberOfVisiblePagesChanged.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-PagerModel-Announcements' } + +{ #category : #testing } +GLMNumberOfVisiblePagesChanged class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-PagerModel/GLMPagePopedAndReplaced.class.st b/src/Glamour-PagerModel/GLMPagePopedAndReplaced.class.st index 02413f75144..bda06f0c35a 100644 --- a/src/Glamour-PagerModel/GLMPagePopedAndReplaced.class.st +++ b/src/Glamour-PagerModel/GLMPagePopedAndReplaced.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPagePopedAndReplaced class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagePopedAndReplaced >> brick [ ^ brick diff --git a/src/Glamour-PagerModel/GLMPagePushed.class.st b/src/Glamour-PagerModel/GLMPagePushed.class.st index 3cd39deb2ae..b095484f572 100644 --- a/src/Glamour-PagerModel/GLMPagePushed.class.st +++ b/src/Glamour-PagerModel/GLMPagePushed.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPagePushed class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagePushed >> morph [ ^ morph diff --git a/src/Glamour-PagerModel/GLMPageSwitched.class.st b/src/Glamour-PagerModel/GLMPageSwitched.class.st index 7e7edbd8015..297a965869e 100644 --- a/src/Glamour-PagerModel/GLMPageSwitched.class.st +++ b/src/Glamour-PagerModel/GLMPageSwitched.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPageSwitched class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPageSwitched >> pageIndex [ ^ pageIndex diff --git a/src/Glamour-PagerModel/GLMPagerBoundsChanged.class.st b/src/Glamour-PagerModel/GLMPagerBoundsChanged.class.st index 590ae683b8c..7fd841d2cf3 100644 --- a/src/Glamour-PagerModel/GLMPagerBoundsChanged.class.st +++ b/src/Glamour-PagerModel/GLMPagerBoundsChanged.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPagerBoundsChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerBoundsChanged >> bounds [ ^ bounds diff --git a/src/Glamour-PagerModel/GLMPagerButtonAnnouncement.class.st b/src/Glamour-PagerModel/GLMPagerButtonAnnouncement.class.st index 9bbed87138a..f81811e0792 100644 --- a/src/Glamour-PagerModel/GLMPagerButtonAnnouncement.class.st +++ b/src/Glamour-PagerModel/GLMPagerButtonAnnouncement.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPagerButtonAnnouncement class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerButtonAnnouncement >> buttonModel [ ^ buttonModel diff --git a/src/Glamour-PagerModel/GLMPagerButtonSelected.class.st b/src/Glamour-PagerModel/GLMPagerButtonSelected.class.st index cfb00b518f3..9c842b8429f 100644 --- a/src/Glamour-PagerModel/GLMPagerButtonSelected.class.st +++ b/src/Glamour-PagerModel/GLMPagerButtonSelected.class.st @@ -3,3 +3,8 @@ Class { #superclass : #GLMPagerButtonAnnouncement, #category : #'Glamour-PagerModel-Announcements' } + +{ #category : #testing } +GLMPagerButtonSelected class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-PagerModel/GLMPagerException.class.st b/src/Glamour-PagerModel/GLMPagerException.class.st index 20978b8e8d1..58fffedb67a 100644 --- a/src/Glamour-PagerModel/GLMPagerException.class.st +++ b/src/Glamour-PagerModel/GLMPagerException.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Error, #category : #'Glamour-PagerModel-Exceptions' } + +{ #category : #testing } +GLMPagerException class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-PagerModel/GLMPagerModel.class.st b/src/Glamour-PagerModel/GLMPagerModel.class.st index 1f1f757b359..d5ffc49eea8 100644 --- a/src/Glamour-PagerModel/GLMPagerModel.class.st +++ b/src/Glamour-PagerModel/GLMPagerModel.class.st @@ -22,6 +22,11 @@ Class { #category : #'Glamour-PagerModel-Pager' } +{ #category : #testing } +GLMPagerModel class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerModel >> actualNumberOfVisiblePages [ "returns actual number of visible pages based on first and last visible page indexes" diff --git a/src/Glamour-PagerModel/GLMPagerPreviewUpdate.class.st b/src/Glamour-PagerModel/GLMPagerPreviewUpdate.class.st index c67aaa6b1d7..2dc94d07dbd 100644 --- a/src/Glamour-PagerModel/GLMPagerPreviewUpdate.class.st +++ b/src/Glamour-PagerModel/GLMPagerPreviewUpdate.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPagerPreviewUpdate class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerPreviewUpdate >> pageIndex [ ^ pageIndex diff --git a/src/Glamour-PagerModel/GLMPagerScrollPositionChanged.class.st b/src/Glamour-PagerModel/GLMPagerScrollPositionChanged.class.st index 7c13cc404c2..15c567f1111 100644 --- a/src/Glamour-PagerModel/GLMPagerScrollPositionChanged.class.st +++ b/src/Glamour-PagerModel/GLMPagerScrollPositionChanged.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPagerScrollPositionChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerScrollPositionChanged >> callback [ ^ callback diff --git a/src/Glamour-PagerModel/GLMPagerSynchronizeScrollAnnouncement.class.st b/src/Glamour-PagerModel/GLMPagerSynchronizeScrollAnnouncement.class.st index ec9dfd4e49e..c43a6fee00b 100644 --- a/src/Glamour-PagerModel/GLMPagerSynchronizeScrollAnnouncement.class.st +++ b/src/Glamour-PagerModel/GLMPagerSynchronizeScrollAnnouncement.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-PagerModel-Announcements' } +{ #category : #testing } +GLMPagerSynchronizeScrollAnnouncement class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerSynchronizeScrollAnnouncement >> value [ ^ value diff --git a/src/Glamour-PagerModel/GLMSelectedPageChanged.class.st b/src/Glamour-PagerModel/GLMSelectedPageChanged.class.st index c5ca386ed5d..9f732372a56 100644 --- a/src/Glamour-PagerModel/GLMSelectedPageChanged.class.st +++ b/src/Glamour-PagerModel/GLMSelectedPageChanged.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-PagerModel-Announcements' } + +{ #category : #testing } +GLMSelectedPageChanged class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-PagerModel/ManifestGlamourPagerModel.class.st b/src/Glamour-PagerModel/ManifestGlamourPagerModel.class.st index c6f81731aab..fd2f21e0c4b 100644 --- a/src/Glamour-PagerModel/ManifestGlamourPagerModel.class.st +++ b/src/Glamour-PagerModel/ManifestGlamourPagerModel.class.st @@ -6,3 +6,8 @@ Class { #superclass : #PackageManifest, #category : #'Glamour-PagerModel-Manifest' } + +{ #category : #testing } +ManifestGlamourPagerModel class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Presentations/GLMCompileText.class.st b/src/Glamour-Presentations/GLMCompileText.class.st index 0a60779a0ad..bee0da7c080 100644 --- a/src/Glamour-Presentations/GLMCompileText.class.st +++ b/src/Glamour-Presentations/GLMCompileText.class.st @@ -13,6 +13,11 @@ Class { #category : #'Glamour-Presentations-Announcements' } +{ #category : #testing } +GLMCompileText class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMCompileText >> action [ diff --git a/src/Glamour-Presentations/GLMDebugSelection.class.st b/src/Glamour-Presentations/GLMDebugSelection.class.st index 13e709372b0..a4853006c1a 100644 --- a/src/Glamour-Presentations/GLMDebugSelection.class.st +++ b/src/Glamour-Presentations/GLMDebugSelection.class.st @@ -6,3 +6,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Presentations-Announcements' } + +{ #category : #testing } +GLMDebugSelection class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Presentations/GLMEvaluateSelection.class.st b/src/Glamour-Presentations/GLMEvaluateSelection.class.st index 2f07beb3520..0af545b175f 100644 --- a/src/Glamour-Presentations/GLMEvaluateSelection.class.st +++ b/src/Glamour-Presentations/GLMEvaluateSelection.class.st @@ -11,6 +11,11 @@ Class { #category : #'Glamour-Presentations-Announcements' } +{ #category : #testing } +GLMEvaluateSelection class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMEvaluateSelection >> action [ ^ action diff --git a/src/Glamour-Presentations/GLMFormatCode.class.st b/src/Glamour-Presentations/GLMFormatCode.class.st index 02cb472cf1e..b1dcf86f6ec 100644 --- a/src/Glamour-Presentations/GLMFormatCode.class.st +++ b/src/Glamour-Presentations/GLMFormatCode.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Presentations-Announcements' } + +{ #category : #testing } +GLMFormatCode class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Presentations/GLMHighlightAndEvaluate.class.st b/src/Glamour-Presentations/GLMHighlightAndEvaluate.class.st index 7b345177c07..ac6e6f2804d 100644 --- a/src/Glamour-Presentations/GLMHighlightAndEvaluate.class.st +++ b/src/Glamour-Presentations/GLMHighlightAndEvaluate.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Presentations-Announcements' } +{ #category : #testing } +GLMHighlightAndEvaluate class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMHighlightAndEvaluate >> action [ ^ action diff --git a/src/Glamour-Presentations/GLMPrintSelection.class.st b/src/Glamour-Presentations/GLMPrintSelection.class.st index 612773ab5a2..a3d4a4ba30f 100644 --- a/src/Glamour-Presentations/GLMPrintSelection.class.st +++ b/src/Glamour-Presentations/GLMPrintSelection.class.st @@ -6,3 +6,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Presentations-Announcements' } + +{ #category : #testing } +GLMPrintSelection class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Presentations/GLMProfileSelection.class.st b/src/Glamour-Presentations/GLMProfileSelection.class.st index 5a6d045c7c4..883b4887cca 100644 --- a/src/Glamour-Presentations/GLMProfileSelection.class.st +++ b/src/Glamour-Presentations/GLMProfileSelection.class.st @@ -6,3 +6,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Presentations-Announcements' } + +{ #category : #testing } +GLMProfileSelection class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Presentations/GLMSelectCurrentLine.class.st b/src/Glamour-Presentations/GLMSelectCurrentLine.class.st index b18e8154320..f4dc06b744a 100644 --- a/src/Glamour-Presentations/GLMSelectCurrentLine.class.st +++ b/src/Glamour-Presentations/GLMSelectCurrentLine.class.st @@ -6,3 +6,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Presentations-Announcements' } + +{ #category : #testing } +GLMSelectCurrentLine class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Presentations/GLMTableColumn.class.st b/src/Glamour-Presentations/GLMTableColumn.class.st index eb397a928df..ac75447b925 100644 --- a/src/Glamour-Presentations/GLMTableColumn.class.st +++ b/src/Glamour-Presentations/GLMTableColumn.class.st @@ -22,6 +22,11 @@ Class { #category : #'Glamour-Presentations' } +{ #category : #testing } +GLMTableColumn class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTableColumn >> computation [ ^ computation diff --git a/src/Glamour-Presentations/GLMTextEditorRequest.class.st b/src/Glamour-Presentations/GLMTextEditorRequest.class.st index a76f4441523..ea43d4b1d06 100644 --- a/src/Glamour-Presentations/GLMTextEditorRequest.class.st +++ b/src/Glamour-Presentations/GLMTextEditorRequest.class.st @@ -16,6 +16,11 @@ GLMTextEditorRequest class >> for: aSelector [ ^ self new action: [ :editor | editor perform: aSelector ] ] +{ #category : #testing } +GLMTextEditorRequest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTextEditorRequest >> action [ ^ action diff --git a/src/Glamour-Presentations/GLMVariableBindingsAccessRequest.class.st b/src/Glamour-Presentations/GLMVariableBindingsAccessRequest.class.st index f47ef05c50f..c1359d393fe 100644 --- a/src/Glamour-Presentations/GLMVariableBindingsAccessRequest.class.st +++ b/src/Glamour-Presentations/GLMVariableBindingsAccessRequest.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Presentations-Announcements' } +{ #category : #testing } +GLMVariableBindingsAccessRequest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMVariableBindingsAccessRequest >> action [ diff --git a/src/Glamour-Presentations/GLMVariableBindingsChanged.class.st b/src/Glamour-Presentations/GLMVariableBindingsChanged.class.st index 8e5aeff4427..dbe8ece9d0c 100644 --- a/src/Glamour-Presentations/GLMVariableBindingsChanged.class.st +++ b/src/Glamour-Presentations/GLMVariableBindingsChanged.class.st @@ -10,6 +10,11 @@ Class { #category : #'Glamour-Presentations-Announcements' } +{ #category : #testing } +GLMVariableBindingsChanged class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMVariableBindingsChanged >> presentation [ ^ presentation diff --git a/src/Glamour-Rubric-Presentations/GLMLipsumWithSegmentsExample.class.st b/src/Glamour-Rubric-Presentations/GLMLipsumWithSegmentsExample.class.st index 3166e966182..4c3852f3c86 100644 --- a/src/Glamour-Rubric-Presentations/GLMLipsumWithSegmentsExample.class.st +++ b/src/Glamour-Rubric-Presentations/GLMLipsumWithSegmentsExample.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Rubric-Presentations-Examples' } +{ #category : #testing } +GLMLipsumWithSegmentsExample class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMLipsumWithSegmentsExample >> presentation [ ^ GLMCompositePresentation new diff --git a/src/Glamour-Rubric-Presentations/GLMRubricExample.class.st b/src/Glamour-Rubric-Presentations/GLMRubricExample.class.st index a560bdcd6d1..6abf47237e7 100644 --- a/src/Glamour-Rubric-Presentations/GLMRubricExample.class.st +++ b/src/Glamour-Rubric-Presentations/GLMRubricExample.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Rubric-Presentations-Examples' } +{ #category : #testing } +GLMRubricExample class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMRubricExample >> iconProvider [ " For 2.0/3.0 compatibility " diff --git a/src/Glamour-Rubric-Presentations/GLMSimpleRubricExample.class.st b/src/Glamour-Rubric-Presentations/GLMSimpleRubricExample.class.st index 1477783cd3d..13ce70574f0 100644 --- a/src/Glamour-Rubric-Presentations/GLMSimpleRubricExample.class.st +++ b/src/Glamour-Rubric-Presentations/GLMSimpleRubricExample.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Rubric-Presentations-Examples' } +{ #category : #testing } +GLMSimpleRubricExample class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMSimpleRubricExample >> presentation [ ^ GLMCompositePresentation new diff --git a/src/Glamour-SpecIntegration/GlamourPresentationPresenter.class.st b/src/Glamour-SpecIntegration/GlamourPresentationPresenter.class.st index a3fcde07966..55ce9aba9a8 100644 --- a/src/Glamour-SpecIntegration/GlamourPresentationPresenter.class.st +++ b/src/Glamour-SpecIntegration/GlamourPresentationPresenter.class.st @@ -26,6 +26,11 @@ GlamourPresentationPresenter class >> exampleGLMPharoScript [ ^ GlamourPresentationPresenter new openWithSpec. ] +{ #category : #testing } +GlamourPresentationPresenter class >> isDeprecated [ + ^ true +] + { #category : #accessing } GlamourPresentationPresenter >> glmPres [ diff --git a/src/Glamour-Tasks/GLMAsyncTask.class.st b/src/Glamour-Tasks/GLMAsyncTask.class.st index 78fd23d761a..e35f41149a1 100644 --- a/src/Glamour-Tasks/GLMAsyncTask.class.st +++ b/src/Glamour-Tasks/GLMAsyncTask.class.st @@ -18,6 +18,11 @@ Class { #category : #'Glamour-Tasks' } +{ #category : #testing } +GLMAsyncTask class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMAsyncTask >> arguments [ diff --git a/src/Glamour-Tests-Core/GLMActionTest.class.st b/src/Glamour-Tests-Core/GLMActionTest.class.st index faa7e582ff3..e43815ae0a5 100644 --- a/src/Glamour-Tests-Core/GLMActionTest.class.st +++ b/src/Glamour-Tests-Core/GLMActionTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMActionTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMActionTest >> testCondition [ self diff --git a/src/Glamour-Tests-Core/GLMAnnouncementPropagationTest.class.st b/src/Glamour-Tests-Core/GLMAnnouncementPropagationTest.class.st index 2a2bed6328d..cf8a5c26d20 100644 --- a/src/Glamour-Tests-Core/GLMAnnouncementPropagationTest.class.st +++ b/src/Glamour-Tests-Core/GLMAnnouncementPropagationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMAnnouncementPropagationTest class >> isDeprecated [ + ^ true +] + { #category : #running } GLMAnnouncementPropagationTest >> setUp [ super setUp. diff --git a/src/Glamour-Tests-Core/GLMAnnouncerTest.class.st b/src/Glamour-Tests-Core/GLMAnnouncerTest.class.st index 9a0dac56075..5f365f6927c 100644 --- a/src/Glamour-Tests-Core/GLMAnnouncerTest.class.st +++ b/src/Glamour-Tests-Core/GLMAnnouncerTest.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMAnnouncerTest class >> isDeprecated [ + ^ true +] + { #category : #running } GLMAnnouncerTest >> setUp [ super setUp. diff --git a/src/Glamour-Tests-Core/GLMBrowserTest.class.st b/src/Glamour-Tests-Core/GLMBrowserTest.class.st index 17a88eb0e47..5c3603a3ab6 100644 --- a/src/Glamour-Tests-Core/GLMBrowserTest.class.st +++ b/src/Glamour-Tests-Core/GLMBrowserTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMBrowserTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMBrowserTest >> testAddPane [ | browser pane | diff --git a/src/Glamour-Tests-Core/GLMBundleTransmissionTest.class.st b/src/Glamour-Tests-Core/GLMBundleTransmissionTest.class.st index 8f593247adf..f5cfddd1541 100644 --- a/src/Glamour-Tests-Core/GLMBundleTransmissionTest.class.st +++ b/src/Glamour-Tests-Core/GLMBundleTransmissionTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMBundleTransmissionTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMBundleTransmissionTest >> testCopy [ | transmission newTransmission | diff --git a/src/Glamour-Tests-Core/GLMCompositePresentationTest.class.st b/src/Glamour-Tests-Core/GLMCompositePresentationTest.class.st index dccea54ed8b..8d3b7dc179b 100644 --- a/src/Glamour-Tests-Core/GLMCompositePresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMCompositePresentationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMCompositePresentationTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMCompositePresentationTest >> testAdd [ | composite | diff --git a/src/Glamour-Tests-Core/GLMDynamicPresentationTest.class.st b/src/Glamour-Tests-Core/GLMDynamicPresentationTest.class.st index caa77c1bf1e..4d8dc2b787d 100644 --- a/src/Glamour-Tests-Core/GLMDynamicPresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMDynamicPresentationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMDynamicPresentationTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMDynamicPresentationTest >> testCachedPresentation [ | dynamic currentPresentation | diff --git a/src/Glamour-Tests-Core/GLMExpanderTest.class.st b/src/Glamour-Tests-Core/GLMExpanderTest.class.st index 0d6283e0057..6cb4d021c61 100644 --- a/src/Glamour-Tests-Core/GLMExpanderTest.class.st +++ b/src/Glamour-Tests-Core/GLMExpanderTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMExpanderTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMExpanderTest >> testAllowNilConditionWhenEmbedded [ | expander tabulator | diff --git a/src/Glamour-Tests-Core/GLMExplicitBrowserCopyTest.class.st b/src/Glamour-Tests-Core/GLMExplicitBrowserCopyTest.class.st index e7ce2ebcb53..467d4d14a0a 100644 --- a/src/Glamour-Tests-Core/GLMExplicitBrowserCopyTest.class.st +++ b/src/Glamour-Tests-Core/GLMExplicitBrowserCopyTest.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMExplicitBrowserCopyTest class >> isDeprecated [ + ^ true +] + { #category : #running } GLMExplicitBrowserCopyTest >> setUp [ | pane1 pane2 transmission1 transmission2 | diff --git a/src/Glamour-Tests-Core/GLMExplicitBrowserTest.class.st b/src/Glamour-Tests-Core/GLMExplicitBrowserTest.class.st index 61f6bed9a0b..960d46fdb87 100644 --- a/src/Glamour-Tests-Core/GLMExplicitBrowserTest.class.st +++ b/src/Glamour-Tests-Core/GLMExplicitBrowserTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMExplicitBrowserTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMExplicitBrowserTest >> testAddTransmissionReturn [ | transmission | diff --git a/src/Glamour-Tests-Core/GLMExtensionsTest.class.st b/src/Glamour-Tests-Core/GLMExtensionsTest.class.st index 9c6fa79ef81..73c17b63df7 100644 --- a/src/Glamour-Tests-Core/GLMExtensionsTest.class.st +++ b/src/Glamour-Tests-Core/GLMExtensionsTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMExtensionsTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMExtensionsTest >> testGlamourValue [ "Block closure" diff --git a/src/Glamour-Tests-Core/GLMFinderTest.class.st b/src/Glamour-Tests-Core/GLMFinderTest.class.st index dc9e75fbe46..70bfe9b4815 100644 --- a/src/Glamour-Tests-Core/GLMFinderTest.class.st +++ b/src/Glamour-Tests-Core/GLMFinderTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMFinderTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMFinderTest >> testEmptyPanes [ | browser | diff --git a/src/Glamour-Tests-Core/GLMFlexiblePresentationTest.class.st b/src/Glamour-Tests-Core/GLMFlexiblePresentationTest.class.st index c02537cd00f..bfe84c4192b 100644 --- a/src/Glamour-Tests-Core/GLMFlexiblePresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMFlexiblePresentationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMFlexiblePresentationTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMFlexiblePresentationTest >> testDefault [ | browser | diff --git a/src/Glamour-Tests-Core/GLMFormattedPresentationTest.class.st b/src/Glamour-Tests-Core/GLMFormattedPresentationTest.class.st index 3e9561ba73a..845b05e2ad4 100644 --- a/src/Glamour-Tests-Core/GLMFormattedPresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMFormattedPresentationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMFormattedPresentationTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMFormattedPresentationTest >> testFormat [ | presentation | diff --git a/src/Glamour-Tests-Core/GLMHelperTest.class.st b/src/Glamour-Tests-Core/GLMHelperTest.class.st index c1752428e24..3fb3030d99c 100644 --- a/src/Glamour-Tests-Core/GLMHelperTest.class.st +++ b/src/Glamour-Tests-Core/GLMHelperTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMHelperTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMHelperTest >> testAsGlamorousMultiValue [ self assert: (GLMMultiValue with: #(1 2 3)) equals: #(1 2 3) asGlamorousMultiValue. diff --git a/src/Glamour-Tests-Core/GLMListPresentationTest.class.st b/src/Glamour-Tests-Core/GLMListPresentationTest.class.st index 0760071c05b..8d0f93ff8ab 100644 --- a/src/Glamour-Tests-Core/GLMListPresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMListPresentationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMListPresentationTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMListPresentationTest >> testChildren [ | tree | diff --git a/src/Glamour-Tests-Core/GLMLoggerTest.class.st b/src/Glamour-Tests-Core/GLMLoggerTest.class.st index e3120dcfdd4..4aac2c316b8 100644 --- a/src/Glamour-Tests-Core/GLMLoggerTest.class.st +++ b/src/Glamour-Tests-Core/GLMLoggerTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMLoggerTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMLoggerTest >> testCustomInstance [ | memoryLogger | diff --git a/src/Glamour-Tests-Core/GLMNestedBrowserTest.class.st b/src/Glamour-Tests-Core/GLMNestedBrowserTest.class.st index 4c6f3247116..5d4461139a0 100644 --- a/src/Glamour-Tests-Core/GLMNestedBrowserTest.class.st +++ b/src/Glamour-Tests-Core/GLMNestedBrowserTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMNestedBrowserTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMNestedBrowserTest >> testChangeInnerSelection [ "Tests setting the selection of an inner pane from the oustide. diff --git a/src/Glamour-Tests-Core/GLMNewScriptingTest.class.st b/src/Glamour-Tests-Core/GLMNewScriptingTest.class.st index e55e02e7391..b338ed3e94c 100644 --- a/src/Glamour-Tests-Core/GLMNewScriptingTest.class.st +++ b/src/Glamour-Tests-Core/GLMNewScriptingTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMNewScriptingTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMNewScriptingTest >> testBuildingNestedComposites [ | browser | diff --git a/src/Glamour-Tests-Core/GLMNoBrowserTest.class.st b/src/Glamour-Tests-Core/GLMNoBrowserTest.class.st index d0b3cd64f33..0547cb39679 100644 --- a/src/Glamour-Tests-Core/GLMNoBrowserTest.class.st +++ b/src/Glamour-Tests-Core/GLMNoBrowserTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMNoBrowserTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMNoBrowserTest >> testCreation [ self deny: GLMNoBrowser new isNil. diff --git a/src/Glamour-Tests-Core/GLMPagerModelTest.class.st b/src/Glamour-Tests-Core/GLMPagerModelTest.class.st index 1cbe9bed8ac..c7d561644ee 100644 --- a/src/Glamour-Tests-Core/GLMPagerModelTest.class.st +++ b/src/Glamour-Tests-Core/GLMPagerModelTest.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMPagerModelTest class >> isDeprecated [ + ^ true +] + { #category : #private } GLMPagerModelTest >> createSimplePaneMorph [ diff --git a/src/Glamour-Tests-Core/GLMPaneTest.class.st b/src/Glamour-Tests-Core/GLMPaneTest.class.st index 090dff257d1..00fa739800e 100644 --- a/src/Glamour-Tests-Core/GLMPaneTest.class.st +++ b/src/Glamour-Tests-Core/GLMPaneTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMPaneTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMPaneTest >> testAllRecursivePresentations [ | browser | diff --git a/src/Glamour-Tests-Core/GLMPortEventTest.class.st b/src/Glamour-Tests-Core/GLMPortEventTest.class.st index 7c19fc5ad2c..843cd46920f 100644 --- a/src/Glamour-Tests-Core/GLMPortEventTest.class.st +++ b/src/Glamour-Tests-Core/GLMPortEventTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMPortEventTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMPortEventTest >> testCreation [ | anEvent portOne portTwo | diff --git a/src/Glamour-Tests-Core/GLMPortIdentifierTest.class.st b/src/Glamour-Tests-Core/GLMPortIdentifierTest.class.st index b795e3a14bd..c4b2bab9511 100644 --- a/src/Glamour-Tests-Core/GLMPortIdentifierTest.class.st +++ b/src/Glamour-Tests-Core/GLMPortIdentifierTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMPortIdentifierTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMPortIdentifierTest >> testAsOriginIdentifier [ | id | diff --git a/src/Glamour-Tests-Core/GLMPortReferenceTest.class.st b/src/Glamour-Tests-Core/GLMPortReferenceTest.class.st index dc5fcfdaa11..6811d20c5f7 100644 --- a/src/Glamour-Tests-Core/GLMPortReferenceTest.class.st +++ b/src/Glamour-Tests-Core/GLMPortReferenceTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMPortReferenceTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMPortReferenceTest >> testOriginTransformedValue [ | port reference | diff --git a/src/Glamour-Tests-Core/GLMPortTest.class.st b/src/Glamour-Tests-Core/GLMPortTest.class.st index 78d4beca01b..175dd74f519 100644 --- a/src/Glamour-Tests-Core/GLMPortTest.class.st +++ b/src/Glamour-Tests-Core/GLMPortTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMPortTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMPortTest >> testPanePortTransmissionCallingReceiveIn [ | originPort destinationPort transmission | diff --git a/src/Glamour-Tests-Core/GLMPresentationTest.class.st b/src/Glamour-Tests-Core/GLMPresentationTest.class.st index e6bbee89d0d..3a9a3977a96 100644 --- a/src/Glamour-Tests-Core/GLMPresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMPresentationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMPresentationTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMPresentationTest >> testActions [ | listing | diff --git a/src/Glamour-Tests-Core/GLMScriptingTest.class.st b/src/Glamour-Tests-Core/GLMScriptingTest.class.st index 6a9aa72e345..df2d38ea2ff 100644 --- a/src/Glamour-Tests-Core/GLMScriptingTest.class.st +++ b/src/Glamour-Tests-Core/GLMScriptingTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMScriptingTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMScriptingTest >> testActionDefinition [ | browser | diff --git a/src/Glamour-Tests-Core/GLMTabulatorTest.class.st b/src/Glamour-Tests-Core/GLMTabulatorTest.class.st index 5dcb637d1f5..a1e9342283c 100644 --- a/src/Glamour-Tests-Core/GLMTabulatorTest.class.st +++ b/src/Glamour-Tests-Core/GLMTabulatorTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMTabulatorTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMTabulatorTest >> testComplex [ | layout | diff --git a/src/Glamour-Tests-Core/GLMTestAnnouncement.class.st b/src/Glamour-Tests-Core/GLMTestAnnouncement.class.st index c0db4002f4f..5cc1be220e8 100644 --- a/src/Glamour-Tests-Core/GLMTestAnnouncement.class.st +++ b/src/Glamour-Tests-Core/GLMTestAnnouncement.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMTestAnnouncement class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMTestAnnouncement >> parameter [ ^ parameter diff --git a/src/Glamour-Tests-Core/GLMTestAnnouncement2.class.st b/src/Glamour-Tests-Core/GLMTestAnnouncement2.class.st index cdf21b32040..dfb94344ac2 100644 --- a/src/Glamour-Tests-Core/GLMTestAnnouncement2.class.st +++ b/src/Glamour-Tests-Core/GLMTestAnnouncement2.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Tests-Core' } + +{ #category : #testing } +GLMTestAnnouncement2 class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Tests-Core/GLMTextPresentationTest.class.st b/src/Glamour-Tests-Core/GLMTextPresentationTest.class.st index b35be4c3551..70893ee18d2 100644 --- a/src/Glamour-Tests-Core/GLMTextPresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMTextPresentationTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMTextPresentationTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMTextPresentationTest >> testSelectedText [ | presentation | diff --git a/src/Glamour-Tests-Core/GLMTransmissionContextTest.class.st b/src/Glamour-Tests-Core/GLMTransmissionContextTest.class.st index 99a6d67e090..91d40ff1cb4 100644 --- a/src/Glamour-Tests-Core/GLMTransmissionContextTest.class.st +++ b/src/Glamour-Tests-Core/GLMTransmissionContextTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMTransmissionContextTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMTransmissionContextTest >> testCopy [ | context copy | diff --git a/src/Glamour-Tests-Core/GLMTransmissionScriptingTest.class.st b/src/Glamour-Tests-Core/GLMTransmissionScriptingTest.class.st index a7851526b64..c64e7143fd0 100644 --- a/src/Glamour-Tests-Core/GLMTransmissionScriptingTest.class.st +++ b/src/Glamour-Tests-Core/GLMTransmissionScriptingTest.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMTransmissionScriptingTest class >> isDeprecated [ + ^ true +] + { #category : #running } GLMTransmissionScriptingTest >> setUp [ super setUp. diff --git a/src/Glamour-Tests-Core/GLMTransmissionTest.class.st b/src/Glamour-Tests-Core/GLMTransmissionTest.class.st index a1c8f485e01..84d0b85969d 100644 --- a/src/Glamour-Tests-Core/GLMTransmissionTest.class.st +++ b/src/Glamour-Tests-Core/GLMTransmissionTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMTransmissionTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMTransmissionTest >> testBundleStrategy [ | pane1 pane2 transmission presentation | diff --git a/src/Glamour-Tests-Core/GLMTreePresentationTest.class.st b/src/Glamour-Tests-Core/GLMTreePresentationTest.class.st index a3af29476a3..568e515272c 100644 --- a/src/Glamour-Tests-Core/GLMTreePresentationTest.class.st +++ b/src/Glamour-Tests-Core/GLMTreePresentationTest.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GLMTreePresentationTest class >> isDeprecated [ + ^ true +] + { #category : #running } GLMTreePresentationTest >> setUp [ super setUp. diff --git a/src/Glamour-Tests-Core/GlamourousBenchmark.class.st b/src/Glamour-Tests-Core/GlamourousBenchmark.class.st index 12e59661ee3..c4bcc49e743 100644 --- a/src/Glamour-Tests-Core/GlamourousBenchmark.class.st +++ b/src/Glamour-Tests-Core/GlamourousBenchmark.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Core' } +{ #category : #testing } +GlamourousBenchmark class >> isDeprecated [ + ^ true +] + { #category : #utilities } GlamourousBenchmark >> defaultBrowser [ | browser | diff --git a/src/Glamour-Tests-Morphic/AbstractMorphicUITest.class.st b/src/Glamour-Tests-Morphic/AbstractMorphicUITest.class.st index f899c1db1cb..25d98506540 100644 --- a/src/Glamour-Tests-Morphic/AbstractMorphicUITest.class.st +++ b/src/Glamour-Tests-Morphic/AbstractMorphicUITest.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +AbstractMorphicUITest class >> isDeprecated [ + ^ true +] + { #category : #running } AbstractMorphicUITest >> defaultWaitDuration [ diff --git a/src/Glamour-Tests-Morphic/GLMActionsToolbarMorphicTest.class.st b/src/Glamour-Tests-Morphic/GLMActionsToolbarMorphicTest.class.st index b986d310a97..34a99754d11 100644 --- a/src/Glamour-Tests-Morphic/GLMActionsToolbarMorphicTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMActionsToolbarMorphicTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMActionsToolbarMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMActionsToolbarMorphicTest >> testDynamicActionsAreUpdated [ diff --git a/src/Glamour-Tests-Morphic/GLMCompositePresentationAsStartMorphicTest.class.st b/src/Glamour-Tests-Morphic/GLMCompositePresentationAsStartMorphicTest.class.st index 0ecc87c8866..0bbd1ef82e1 100644 --- a/src/Glamour-Tests-Morphic/GLMCompositePresentationAsStartMorphicTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMCompositePresentationAsStartMorphicTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMCompositePresentationAsStartMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMCompositePresentationAsStartMorphicTest >> testSimpleOpen [ | p | diff --git a/src/Glamour-Tests-Morphic/GLMCompositePresentationMorphicTest.class.st b/src/Glamour-Tests-Morphic/GLMCompositePresentationMorphicTest.class.st index c3097d53f7a..d885068f365 100644 --- a/src/Glamour-Tests-Morphic/GLMCompositePresentationMorphicTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMCompositePresentationMorphicTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMCompositePresentationMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #private } GLMCompositePresentationMorphicTest >> compositeMorph [ ^ window submorphs last submorphs last submorphs last diff --git a/src/Glamour-Tests-Morphic/GLMDropDownMorphicTest.class.st b/src/Glamour-Tests-Morphic/GLMDropDownMorphicTest.class.st index b7993e763c9..1159b1faf9e 100644 --- a/src/Glamour-Tests-Morphic/GLMDropDownMorphicTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMDropDownMorphicTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMDropDownMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMDropDownMorphicTest >> testSelectionTriggeredOnSelectedIndex [ | browser dropdown text dropdownMorph textMorph | diff --git a/src/Glamour-Tests-Morphic/GLMMorphicExamplesTest.class.st b/src/Glamour-Tests-Morphic/GLMMorphicExamplesTest.class.st index 26d7123f2d3..905806d4c2b 100644 --- a/src/Glamour-Tests-Morphic/GLMMorphicExamplesTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMMorphicExamplesTest.class.st @@ -3,3 +3,8 @@ Class { #superclass : #GLMMorphicTest, #category : #'Glamour-Tests-Morphic' } + +{ #category : #testing } +GLMMorphicExamplesTest class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Tests-Morphic/GLMMorphicFTTest.class.st b/src/Glamour-Tests-Morphic/GLMMorphicFTTest.class.st index b4c9917e09e..5b2171b2245 100644 --- a/src/Glamour-Tests-Morphic/GLMMorphicFTTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMMorphicFTTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMMorphicFTTest class >> isDeprecated [ + ^ true +] + { #category : #asserting } GLMMorphicFTTest >> assertNoDuplicatedAnnouncementsIn: anAnnouncement [ | duplications | diff --git a/src/Glamour-Tests-Morphic/GLMMorphicPharoCodeRendererTest.class.st b/src/Glamour-Tests-Morphic/GLMMorphicPharoCodeRendererTest.class.st index 5647fd36a1d..487cff41d5e 100644 --- a/src/Glamour-Tests-Morphic/GLMMorphicPharoCodeRendererTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMMorphicPharoCodeRendererTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMMorphicPharoCodeRendererTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMMorphicPharoCodeRendererTest >> testCodeExecutionWithBindings [ | composite textMorph result | diff --git a/src/Glamour-Tests-Morphic/GLMMorphicTest.class.st b/src/Glamour-Tests-Morphic/GLMMorphicTest.class.st index 215dfd9d8f9..d809613bd04 100644 --- a/src/Glamour-Tests-Morphic/GLMMorphicTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMMorphicTest.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #private } GLMMorphicTest >> find: aClass in: aMorph [ "Explores aMorph hierarchy of sub morphs to find a morph whose class inherits from aClass" diff --git a/src/Glamour-Tests-Morphic/GLMPagerMorphTest.class.st b/src/Glamour-Tests-Morphic/GLMPagerMorphTest.class.st index 3ddaf0722a2..b7236b7b02d 100644 --- a/src/Glamour-Tests-Morphic/GLMPagerMorphTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMPagerMorphTest.class.st @@ -9,6 +9,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMPagerMorphTest class >> isDeprecated [ + ^ true +] + { #category : #accessing } GLMPagerMorphTest >> buttonsMorphs [ diff --git a/src/Glamour-Tests-Morphic/GLMPharoScriptMorphicTest.class.st b/src/Glamour-Tests-Morphic/GLMPharoScriptMorphicTest.class.st index 3c85e790a48..14f7b157245 100644 --- a/src/Glamour-Tests-Morphic/GLMPharoScriptMorphicTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMPharoScriptMorphicTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMPharoScriptMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #tests } GLMPharoScriptMorphicTest >> testDefault [ | browser textMorph | diff --git a/src/Glamour-Tests-Morphic/GLMUpdateMorphicTest.class.st b/src/Glamour-Tests-Morphic/GLMUpdateMorphicTest.class.st index 6aea8c96729..00c2569fb99 100644 --- a/src/Glamour-Tests-Morphic/GLMUpdateMorphicTest.class.st +++ b/src/Glamour-Tests-Morphic/GLMUpdateMorphicTest.class.st @@ -15,6 +15,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +GLMUpdateMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #running } GLMUpdateMorphicTest >> setUp [ super setUp. diff --git a/src/Glamour-Tests-Morphic/LazyTabGroupTest.class.st b/src/Glamour-Tests-Morphic/LazyTabGroupTest.class.st index 2d6d96bc23f..0feae50e8be 100644 --- a/src/Glamour-Tests-Morphic/LazyTabGroupTest.class.st +++ b/src/Glamour-Tests-Morphic/LazyTabGroupTest.class.st @@ -8,6 +8,11 @@ Class { #category : #'Glamour-Tests-Morphic' } +{ #category : #testing } +LazyTabGroupTest class >> isDeprecated [ + ^ true +] + { #category : #running } LazyTabGroupTest >> setUp [ super setUp. diff --git a/src/Glamour-Tests-Resources/GLMAnnouncingCollection.class.st b/src/Glamour-Tests-Resources/GLMAnnouncingCollection.class.st index cbcd1496b50..503d07cda96 100644 --- a/src/Glamour-Tests-Resources/GLMAnnouncingCollection.class.st +++ b/src/Glamour-Tests-Resources/GLMAnnouncingCollection.class.st @@ -7,6 +7,11 @@ Class { #category : #'Glamour-Tests-Resources' } +{ #category : #testing } +GLMAnnouncingCollection class >> isDeprecated [ + ^ true +] + { #category : #initialization } GLMAnnouncingCollection >> add: anObject [ diff --git a/src/Glamour-Tests-Resources/GLMItemAdded.class.st b/src/Glamour-Tests-Resources/GLMItemAdded.class.st index 6018352a6e4..94df1405c49 100644 --- a/src/Glamour-Tests-Resources/GLMItemAdded.class.st +++ b/src/Glamour-Tests-Resources/GLMItemAdded.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Tests-Resources' } + +{ #category : #testing } +GLMItemAdded class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Tests-Resources/GLMItemChanged.class.st b/src/Glamour-Tests-Resources/GLMItemChanged.class.st index 2085b627769..43730cd8ac6 100644 --- a/src/Glamour-Tests-Resources/GLMItemChanged.class.st +++ b/src/Glamour-Tests-Resources/GLMItemChanged.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Tests-Resources' } + +{ #category : #testing } +GLMItemChanged class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Tests-Resources/GLMItemRemoved.class.st b/src/Glamour-Tests-Resources/GLMItemRemoved.class.st index 806b5b45eb5..fc49cbb0046 100644 --- a/src/Glamour-Tests-Resources/GLMItemRemoved.class.st +++ b/src/Glamour-Tests-Resources/GLMItemRemoved.class.st @@ -3,3 +3,8 @@ Class { #superclass : #Announcement, #category : #'Glamour-Tests-Resources' } + +{ #category : #testing } +GLMItemRemoved class >> isDeprecated [ + ^ true +] diff --git a/src/Glamour-Tests-Rubric/GLMRubricTextMorphicTest.class.st b/src/Glamour-Tests-Rubric/GLMRubricTextMorphicTest.class.st index d9a74e093e8..e97bf7ffdc3 100644 --- a/src/Glamour-Tests-Rubric/GLMRubricTextMorphicTest.class.st +++ b/src/Glamour-Tests-Rubric/GLMRubricTextMorphicTest.class.st @@ -4,6 +4,11 @@ Class { #category : #'Glamour-Tests-Rubric' } +{ #category : #testing } +GLMRubricTextMorphicTest class >> isDeprecated [ + ^ true +] + { #category : #private } GLMRubricTextMorphicTest >> checkInitializeBlockSetsTextSelectionForPresentation: aSelector [ | browser textMorph |