[pharo-project/pharo-core] f6306b: 50075

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

[pharo-project/pharo-core] f6306b: 50075

Eliot Miranda-3
  Branch: refs/heads/5.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
      https://github.com/pharo-project/pharo-core/commit/f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
  Author: Jenkins Build Server <[hidden email]>
  Date:   2015-05-30 (Sat, 30 May 2015)

  Changed paths:
    M FreeType.package/FT2Handle.class/class/class initialization/initialize.st
    A FreeType.package/FT2Handle.class/class/system startup/shutDown_.st
    M FreeType.package/FT2Handle.class/class/system startup/startUp_.st
    M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/asserting/assertSelectedCompiledMethod.st
    M Nautilus.package/AbstractNautilusUI.class/definition.st
    A Nautilus.package/AbstractNautilusUI.class/instance/build ui text/buildNewCommentText.st
    M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnRight.st
    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/newCommentTextModel.st
    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/updateCommentWith_.st
    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/whenTextUpdatedInCommentPane_.st
    M Nautilus.package/NautilusUI.class/instance/accessing/selectedClassWithoutChangingSelection_.st
    M Nautilus.package/NautilusUI.class/instance/private/unselectClass.st
    M Nautilus.package/NautilusUI.class/instance/private/updateOnClassSelection.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50074.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50075.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50074.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50075.st
    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
    M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeCmdKeyShortcuts.st
    M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeShiftCmdKeyShortcuts.st
    M Text-Edition.package/SmalltalkEditor.class/class/keyboard shortcut tables/initializeCmdKeyShortcuts.st
    M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicCmdKeyShortcuts.st
    M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicShiftCmdKeyShortcuts.st

  Log Message:
  -----------
  50075
15630 Remove duplicate shortcut definition (TextEditors actionMap vs KM)
        https://pharo.fogbugz.com/f/cases/15630

15637 Fixed nautilus tests
        https://pharo.fogbugz.com/f/cases/15637

15633 FT2Handle needs to cleanUp on exit, not on startup
        https://pharo.fogbugz.com/f/cases/15633

15631 Change PluggableTextMorph in comment pane into a RubScrolledTextMorph via RubScrolledTextModel
        https://pharo.fogbugz.com/f/cases/15631

http://files.pharo.org/image/50/50075.zip


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f6306b: 50075

CyrilFerlicot
15631 Change PluggableTextMorph in comment pane into a
RubScrolledTextMorph via RubScrolledTextModel:

The comment pane have the text in black on the Dark Theme. Do we open
an issue to have the fonts in white on the dark theme in Rubric ?

On 30 May 2015 at 10:21, GitHub <[hidden email]> wrote:

>   Branch: refs/heads/5.0
>   Home:   https://github.com/pharo-project/pharo-core
>   Commit: f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>       https://github.com/pharo-project/pharo-core/commit/f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>   Author: Jenkins Build Server <[hidden email]>
>   Date:   2015-05-30 (Sat, 30 May 2015)
>
>   Changed paths:
>     M FreeType.package/FT2Handle.class/class/class initialization/initialize.st
>     A FreeType.package/FT2Handle.class/class/system startup/shutDown_.st
>     M FreeType.package/FT2Handle.class/class/system startup/startUp_.st
>     M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/asserting/assertSelectedCompiledMethod.st
>     M Nautilus.package/AbstractNautilusUI.class/definition.st
>     A Nautilus.package/AbstractNautilusUI.class/instance/build ui text/buildNewCommentText.st
>     M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnRight.st
>     A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/newCommentTextModel.st
>     A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/updateCommentWith_.st
>     A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/whenTextUpdatedInCommentPane_.st
>     M Nautilus.package/NautilusUI.class/instance/accessing/selectedClassWithoutChangingSelection_.st
>     M Nautilus.package/NautilusUI.class/instance/private/unselectClass.st
>     M Nautilus.package/NautilusUI.class/instance/private/updateOnClassSelection.st
>     R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50074.st
>     A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50075.st
>     R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50074.st
>     A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50075.st
>     M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
>     M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeCmdKeyShortcuts.st
>     M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeShiftCmdKeyShortcuts.st
>     M Text-Edition.package/SmalltalkEditor.class/class/keyboard shortcut tables/initializeCmdKeyShortcuts.st
>     M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicCmdKeyShortcuts.st
>     M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicShiftCmdKeyShortcuts.st
>
>   Log Message:
>   -----------
>   50075
> 15630 Remove duplicate shortcut definition (TextEditors actionMap vs KM)
>         https://pharo.fogbugz.com/f/cases/15630
>
> 15637 Fixed nautilus tests
>         https://pharo.fogbugz.com/f/cases/15637
>
> 15633 FT2Handle needs to cleanUp on exit, not on startup
>         https://pharo.fogbugz.com/f/cases/15633
>
> 15631 Change PluggableTextMorph in comment pane into a RubScrolledTextMorph via RubScrolledTextModel
>         https://pharo.fogbugz.com/f/cases/15631
>
> http://files.pharo.org/image/50/50075.zip
>
>



--
Cheers
Cyril Ferlicot

Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f6306b: 50075

EstebanLM
thats fixed already, in version 50077

Esteban

> On 30 May 2015, at 18:16, Cyril Ferlicot <[hidden email]> wrote:
>
> 15631 Change PluggableTextMorph in comment pane into a
> RubScrolledTextMorph via RubScrolledTextModel:
>
> The comment pane have the text in black on the Dark Theme. Do we open
> an issue to have the fonts in white on the dark theme in Rubric ?
>
> On 30 May 2015 at 10:21, GitHub <[hidden email]> wrote:
>>  Branch: refs/heads/5.0
>>  Home:   https://github.com/pharo-project/pharo-core
>>  Commit: f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>>      https://github.com/pharo-project/pharo-core/commit/f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>>  Author: Jenkins Build Server <[hidden email]>
>>  Date:   2015-05-30 (Sat, 30 May 2015)
>>
>>  Changed paths:
>>    M FreeType.package/FT2Handle.class/class/class initialization/initialize.st
>>    A FreeType.package/FT2Handle.class/class/system startup/shutDown_.st
>>    M FreeType.package/FT2Handle.class/class/system startup/startUp_.st
>>    M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/asserting/assertSelectedCompiledMethod.st
>>    M Nautilus.package/AbstractNautilusUI.class/definition.st
>>    A Nautilus.package/AbstractNautilusUI.class/instance/build ui text/buildNewCommentText.st
>>    M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnRight.st
>>    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/newCommentTextModel.st
>>    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/updateCommentWith_.st
>>    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/whenTextUpdatedInCommentPane_.st
>>    M Nautilus.package/NautilusUI.class/instance/accessing/selectedClassWithoutChangingSelection_.st
>>    M Nautilus.package/NautilusUI.class/instance/private/unselectClass.st
>>    M Nautilus.package/NautilusUI.class/instance/private/updateOnClassSelection.st
>>    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50074.st
>>    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50075.st
>>    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50074.st
>>    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50075.st
>>    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
>>    M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeCmdKeyShortcuts.st
>>    M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeShiftCmdKeyShortcuts.st
>>    M Text-Edition.package/SmalltalkEditor.class/class/keyboard shortcut tables/initializeCmdKeyShortcuts.st
>>    M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicCmdKeyShortcuts.st
>>    M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicShiftCmdKeyShortcuts.st
>>
>>  Log Message:
>>  -----------
>>  50075
>> 15630 Remove duplicate shortcut definition (TextEditors actionMap vs KM)
>>        https://pharo.fogbugz.com/f/cases/15630
>>
>> 15637 Fixed nautilus tests
>>        https://pharo.fogbugz.com/f/cases/15637
>>
>> 15633 FT2Handle needs to cleanUp on exit, not on startup
>>        https://pharo.fogbugz.com/f/cases/15633
>>
>> 15631 Change PluggableTextMorph in comment pane into a RubScrolledTextMorph via RubScrolledTextModel
>>        https://pharo.fogbugz.com/f/cases/15631
>>
>> http://files.pharo.org/image/50/50075.zip
>>
>>
>
>
>
> --
> Cheers
> Cyril Ferlicot
>


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f6306b: 50075

CyrilFerlicot
Hum. I still have the issue on the version 50077
http://puu.sh/i65bE/841f437d7d.png

On 30 May 2015 at 18:20, Esteban Lorenzano <[hidden email]> wrote:

> thats fixed already, in version 50077
>
> Esteban
>
>> On 30 May 2015, at 18:16, Cyril Ferlicot <[hidden email]> wrote:
>>
>> 15631 Change PluggableTextMorph in comment pane into a
>> RubScrolledTextMorph via RubScrolledTextModel:
>>
>> The comment pane have the text in black on the Dark Theme. Do we open
>> an issue to have the fonts in white on the dark theme in Rubric ?
>>
>> On 30 May 2015 at 10:21, GitHub <[hidden email]> wrote:
>>>  Branch: refs/heads/5.0
>>>  Home:   https://github.com/pharo-project/pharo-core
>>>  Commit: f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>>>      https://github.com/pharo-project/pharo-core/commit/f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>>>  Author: Jenkins Build Server <[hidden email]>
>>>  Date:   2015-05-30 (Sat, 30 May 2015)
>>>
>>>  Changed paths:
>>>    M FreeType.package/FT2Handle.class/class/class initialization/initialize.st
>>>    A FreeType.package/FT2Handle.class/class/system startup/shutDown_.st
>>>    M FreeType.package/FT2Handle.class/class/system startup/startUp_.st
>>>    M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/asserting/assertSelectedCompiledMethod.st
>>>    M Nautilus.package/AbstractNautilusUI.class/definition.st
>>>    A Nautilus.package/AbstractNautilusUI.class/instance/build ui text/buildNewCommentText.st
>>>    M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnRight.st
>>>    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/newCommentTextModel.st
>>>    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/updateCommentWith_.st
>>>    A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/whenTextUpdatedInCommentPane_.st
>>>    M Nautilus.package/NautilusUI.class/instance/accessing/selectedClassWithoutChangingSelection_.st
>>>    M Nautilus.package/NautilusUI.class/instance/private/unselectClass.st
>>>    M Nautilus.package/NautilusUI.class/instance/private/updateOnClassSelection.st
>>>    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50074.st
>>>    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50075.st
>>>    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50074.st
>>>    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50075.st
>>>    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
>>>    M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeCmdKeyShortcuts.st
>>>    M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeShiftCmdKeyShortcuts.st
>>>    M Text-Edition.package/SmalltalkEditor.class/class/keyboard shortcut tables/initializeCmdKeyShortcuts.st
>>>    M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicCmdKeyShortcuts.st
>>>    M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicShiftCmdKeyShortcuts.st
>>>
>>>  Log Message:
>>>  -----------
>>>  50075
>>> 15630 Remove duplicate shortcut definition (TextEditors actionMap vs KM)
>>>        https://pharo.fogbugz.com/f/cases/15630
>>>
>>> 15637 Fixed nautilus tests
>>>        https://pharo.fogbugz.com/f/cases/15637
>>>
>>> 15633 FT2Handle needs to cleanUp on exit, not on startup
>>>        https://pharo.fogbugz.com/f/cases/15633
>>>
>>> 15631 Change PluggableTextMorph in comment pane into a RubScrolledTextMorph via RubScrolledTextModel
>>>        https://pharo.fogbugz.com/f/cases/15631
>>>
>>> http://files.pharo.org/image/50/50075.zip
>>>
>>>
>>
>>
>>
>> --
>> Cheers
>> Cyril Ferlicot
>>
>
>



--
Cheers
Cyril Ferlicot

Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f6306b: 50075

EstebanLM
weird, I don’t :P

> On 30 May 2015, at 18:25, Cyril Ferlicot <[hidden email]> wrote:
>
> Hum. I still have the issue on the version 50077
> http://puu.sh/i65bE/841f437d7d.png
>
> On 30 May 2015 at 18:20, Esteban Lorenzano <[hidden email]> wrote:
>> thats fixed already, in version 50077
>>
>> Esteban
>>
>>> On 30 May 2015, at 18:16, Cyril Ferlicot <[hidden email]> wrote:
>>>
>>> 15631 Change PluggableTextMorph in comment pane into a
>>> RubScrolledTextMorph via RubScrolledTextModel:
>>>
>>> The comment pane have the text in black on the Dark Theme. Do we open
>>> an issue to have the fonts in white on the dark theme in Rubric ?
>>>
>>> On 30 May 2015 at 10:21, GitHub <[hidden email]> wrote:
>>>> Branch: refs/heads/5.0
>>>> Home:   https://github.com/pharo-project/pharo-core
>>>> Commit: f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>>>>     https://github.com/pharo-project/pharo-core/commit/f6306b7d4c4b6efe1384e2c455ee4ac70e4e0d28
>>>> Author: Jenkins Build Server <[hidden email]>
>>>> Date:   2015-05-30 (Sat, 30 May 2015)
>>>>
>>>> Changed paths:
>>>>   M FreeType.package/FT2Handle.class/class/class initialization/initialize.st
>>>>   A FreeType.package/FT2Handle.class/class/system startup/shutDown_.st
>>>>   M FreeType.package/FT2Handle.class/class/system startup/startUp_.st
>>>>   M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/asserting/assertSelectedCompiledMethod.st
>>>>   M Nautilus.package/AbstractNautilusUI.class/definition.st
>>>>   A Nautilus.package/AbstractNautilusUI.class/instance/build ui text/buildNewCommentText.st
>>>>   M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnRight.st
>>>>   A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/newCommentTextModel.st
>>>>   A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/updateCommentWith_.st
>>>>   A Nautilus.package/AbstractNautilusUI.class/instance/newcomment/whenTextUpdatedInCommentPane_.st
>>>>   M Nautilus.package/NautilusUI.class/instance/accessing/selectedClassWithoutChangingSelection_.st
>>>>   M Nautilus.package/NautilusUI.class/instance/private/unselectClass.st
>>>>   M Nautilus.package/NautilusUI.class/instance/private/updateOnClassSelection.st
>>>>   R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50074.st
>>>>   A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50075.st
>>>>   R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50074.st
>>>>   A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50075.st
>>>>   M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
>>>>   M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeCmdKeyShortcuts.st
>>>>   M Text-Edition.package/SimpleEditor.class/class/as yet unclassified/initializeShiftCmdKeyShortcuts.st
>>>>   M Text-Edition.package/SmalltalkEditor.class/class/keyboard shortcut tables/initializeCmdKeyShortcuts.st
>>>>   M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicCmdKeyShortcuts.st
>>>>   M Text-Edition.package/TextEditor.class/class/keyboard shortcut tables/initializeBasicShiftCmdKeyShortcuts.st
>>>>
>>>> Log Message:
>>>> -----------
>>>> 50075
>>>> 15630 Remove duplicate shortcut definition (TextEditors actionMap vs KM)
>>>>       https://pharo.fogbugz.com/f/cases/15630
>>>>
>>>> 15637 Fixed nautilus tests
>>>>       https://pharo.fogbugz.com/f/cases/15637
>>>>
>>>> 15633 FT2Handle needs to cleanUp on exit, not on startup
>>>>       https://pharo.fogbugz.com/f/cases/15633
>>>>
>>>> 15631 Change PluggableTextMorph in comment pane into a RubScrolledTextMorph via RubScrolledTextModel
>>>>       https://pharo.fogbugz.com/f/cases/15631
>>>>
>>>> http://files.pharo.org/image/50/50075.zip
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Cheers
>>> Cyril Ferlicot
>>>
>>
>>
>
>
>
> --
> Cheers
> Cyril Ferlicot
>