[pharo-project/pharo-core] cfba43: 60350

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[pharo-project/pharo-core] cfba43: 60350

Eliot Miranda-3
  Branch: refs/heads/6.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: cfba4311979120779437d6c45cac4fae377a4e07
      https://github.com/pharo-project/pharo-core/commit/cfba4311979120779437d6c45cac4fae377a4e07
  Author: Jenkins Build Server <[hidden email]>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M ConfigurationOfGlamourCore.package/ConfigurationOfGlamourCore.class/instance/symbolic versions/stable_.st
    A ConfigurationOfGlamourCore.package/ConfigurationOfGlamourCore.class/instance/versions/version430_.st
    A ConfigurationOfGlamourCore.package/ConfigurationOfGlamourCore.class/instance/versions/version431_.st
    A Glamour-Examples.package/GLMBasicExamples.class/instance/composite/changingTabsInComposite.st
    M Glamour-Examples.package/GLMBasicExamples.class/instance/others/morphWithCustomInteraction.st
    A Glamour-Examples.package/GLMExamplesBrowser.class/class/user interface/menuExamplesOn_.st
    A Glamour-FastTable.package/GLMMorphicFTTest.class/instance/asserting/assertNoDuplicatedAnnoucementsIn_.st
    A Glamour-FastTable.package/GLMMorphicFTTest.class/instance/tests/testNoDuplicateRegistrationsInFastTableRenderer.st
    M Glamour-Morphic-Renderer.package/GLMMorphicPharoScriptRenderer.class/instance/rendering/morph.st
    M Glamour-Morphic-Renderer.package/GLMMorphicRubricTextRenderer.class/instance/private/actOnPresentationUpdated_.st
    A Glamour-Tests-Rubric.package/GLMRubricTextMorphicTest.class/instance/private/checkInitializeBlockSetsTextSelectionForPresentation_.st
    A Glamour-Tests-Rubric.package/GLMRubricTextMorphicTest.class/instance/tests/testInitializeBlockSetsTextSelectionForMethodPresentation.st
    A Glamour-Tests-Rubric.package/GLMRubricTextMorphicTest.class/instance/tests/testInitializeBlockSetsTextSelectionForScriptPresentation.st
    A Glamour-Tests-Rubric.package/GLMRubricTextMorphicTest.class/instance/tests/testInitializeBlockSetsTextSelectionForTextPresentation.st
    A Glamour-Tests-Rubric.package/GLMRubricTextMorphicTest.class/instance/tests/testUpdatingScriptPresentationPreservesSelection.st
    R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60349.st
    A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60350.st
    R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60349.st
    A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60350.st
    M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st

  Log Message:
  -----------
  60350
19556 Glamour version 4.31
        https://pharo.fogbugz.com/f/cases/19556

http://files.pharo.org/image/60/60350.zip


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] cfba43: 60350

Marcus Denker-4

>
>  Log Message:
>  -----------
>  60350
> 19556 Glamour version 4.31
> https://pharo.fogbugz.com/f/cases/19556
>

Changes:

- fixes example GLMBasicExamples>>#morphWithCustomInteraction
- adds example GLMBasicExamples>>#changingTabsInComposite
- case 19505 Setting the selection using #initialize: does not work in a pharo script presentation.
- case 19504 Glamour should preserve the selection when updating a text presentation
- Put example browser into World / Help menu.
- better tests for the FT renderer in Glamour
- synchronize packages with Pharo

        Marcus