Login  Register

[pharo-project/pharo-core] 0d016b: 50527

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

[pharo-project/pharo-core] 0d016b: 50527

Eliot Miranda-3
6683 posts
  Branch: refs/heads/5.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: 0d016b26ee0e42f8c1960fefefde84d9f1444739
      https://github.com/pharo-project/pharo-core/commit/0d016b26ee0e42f8c1960fefefde84d9f1444739
  Author: Jenkins Build Server <[hidden email]>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M ConfigurationOfFastTable.package/ConfigurationOfFastTable.class/instance/symbolic versions/stable_.st
    A ConfigurationOfFastTable.package/ConfigurationOfFastTable.class/instance/versions/version083_.st
    M Morphic-Widgets-FastTable.package/FTTableContainerMorph.class/instance/drawing/drawOn_.st
    R Morphic-Widgets-FastTable.package/FTTableContainerMorph.class/instance/drawing/toSelectionRow_primary_.st
    M Morphic-Widgets-FastTable.package/FTTableContainerMorph.class/instance/updating/updateExposedRows.st
    A Morphic-Widgets-FastTable.package/FTTableMorph.class/instance/accessing colors/colorForSelection_.st
    M Morphic-Widgets-FastTable.package/FTTableMorph.class/instance/private/selectRowIndex_event_.st
    M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/definition.st
    A Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/accessing/selectionColor_.st
    M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/event handling/mouseEnter_.st
    M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/event handling/mouseLeave_.st
    M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/initialization/initialize.st
    M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/initialize/defaultColor.st
    A Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/initialize/selectionColor.st
    R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/README.md
    R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/class/instance creation/new.st
    R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/class/instance creation/table_row_primary_.st
    R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/definition.st
    R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/instance/initialization/initializeTable_row_primary_.st
    M Nautilus.package/AbstractNautilusUI.class/instance/private/runTestsOfClass_notifying_.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50526.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50527.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50526.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50527.st
    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st

  Log Message:
  -----------
  50527
17379 FastTable mouse over on highlighted item
        https://pharo.fogbugz.com/f/cases/17379

17386 Nautilus test notification should show test results
        https://pharo.fogbugz.com/f/cases/17386

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


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: [pharo-project/pharo-core] 0d016b: 50527

stepharo
5159 posts
Thanks guys
I will be able to start producing the new version of the videos for the
mooc.

Stef

Le 14/1/16 19:50, GitHub a écrit :

>    Branch: refs/heads/5.0
>    Home:   https://github.com/pharo-project/pharo-core
>    Commit: 0d016b26ee0e42f8c1960fefefde84d9f1444739
>        https://github.com/pharo-project/pharo-core/commit/0d016b26ee0e42f8c1960fefefde84d9f1444739
>    Author: Jenkins Build Server <[hidden email]>
>    Date:   2016-01-14 (Thu, 14 Jan 2016)
>
>    Changed paths:
>      M ConfigurationOfFastTable.package/ConfigurationOfFastTable.class/instance/symbolic versions/stable_.st
>      A ConfigurationOfFastTable.package/ConfigurationOfFastTable.class/instance/versions/version083_.st
>      M Morphic-Widgets-FastTable.package/FTTableContainerMorph.class/instance/drawing/drawOn_.st
>      R Morphic-Widgets-FastTable.package/FTTableContainerMorph.class/instance/drawing/toSelectionRow_primary_.st
>      M Morphic-Widgets-FastTable.package/FTTableContainerMorph.class/instance/updating/updateExposedRows.st
>      A Morphic-Widgets-FastTable.package/FTTableMorph.class/instance/accessing colors/colorForSelection_.st
>      M Morphic-Widgets-FastTable.package/FTTableMorph.class/instance/private/selectRowIndex_event_.st
>      M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/definition.st
>      A Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/accessing/selectionColor_.st
>      M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/event handling/mouseEnter_.st
>      M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/event handling/mouseLeave_.st
>      M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/initialization/initialize.st
>      M Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/initialize/defaultColor.st
>      A Morphic-Widgets-FastTable.package/FTTableRowMorph.class/instance/initialize/selectionColor.st
>      R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/README.md
>      R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/class/instance creation/new.st
>      R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/class/instance creation/table_row_primary_.st
>      R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/definition.st
>      R Morphic-Widgets-FastTable.package/FTTableSelectionMorph.class/instance/initialization/initializeTable_row_primary_.st
>      M Nautilus.package/AbstractNautilusUI.class/instance/private/runTestsOfClass_notifying_.st
>      R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50526.st
>      A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50527.st
>      R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50526.st
>      A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50527.st
>      M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
>
>    Log Message:
>    -----------
>    50527
> 17379 FastTable mouse over on highlighted item
> https://pharo.fogbugz.com/f/cases/17379
>
> 17386 Nautilus test notification should show test results
> https://pharo.fogbugz.com/f/cases/17386
>
> http://files.pharo.org/image/50/50527.zip
>
>


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

pay someone to do my homework

jasonry
1 post
Although incredibly challenging, taking an online accounting course may be quite rewarding. We advise signing up for “accounting homework help” service if you are trying to do your accounting assignment while studying online. Teenagers can access academic assistance from anywhere around the world. Their expert accountants will complete your homework and receive an A or B on each one. You are welcome to employ them to do one or more of your projects. Even further, they can assist you with the entire accounting course. The crew has expertise with any accounting topic and has completed dozens of tasks in the past pay someone to do my homework