The Inbox: Monticello-bf.383.mcz

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

The Inbox: Monticello-bf.383.mcz

commits-2
A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-bf.383.mcz

==================== Summary ====================

Name: Monticello-bf.383
Author: bf
Time: 19 March 2010, 12:39:11.39 pm
UUID: b8b811d1-75e5-4aed-ab4c-04b250e3e773
Ancestors: Monticello-ar.382

When clicking in MC's package list, the selected package would scroll to the top, annoyingly. Fixed.

=============== Diff against Monticello-ar.382 ===============

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>workingCopy: (in category 'morphic ui') -----
  workingCopy: wc
  workingCopy := wc.
+ self changed: #workingCopySelection; changed: #repositoryList.
- self changed: #workingCopyList; changed: #workingCopySelection; changed: #repositoryList.
  self changedButtons.
  !


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Monticello-bf.383.mcz

Bert Freudenberg
On 19.03.2010, at 15:09, [hidden email] wrote:

>
> A new version of Monticello was added to project The Inbox:
> http://source.squeak.org/inbox/Monticello-bf.383.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-bf.383
> Author: bf
> Time: 19 March 2010, 12:39:11.39 pm
> UUID: b8b811d1-75e5-4aed-ab4c-04b250e3e773
> Ancestors: Monticello-ar.382
>
> When clicking in MC's package list, the selected package would scroll to the top, annoyingly. Fixed.
>
> =============== Diff against Monticello-ar.382 ===============
>
> Item was changed:
>  ----- Method: MCWorkingCopyBrowser>>workingCopy: (in category 'morphic ui') -----
>  workingCopy: wc
>   workingCopy := wc.
> + self changed: #workingCopySelection; changed: #repositoryList.
> - self changed: #workingCopyList; changed: #workingCopySelection; changed: #repositoryList.
>   self changedButtons.
>  !
>
>



... now that's more like it. Okay, from now on we should get useful notifications about inbox commits.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Monticello-bf.383.mcz

Levente Uzonyi-2
On Fri, 19 Mar 2010, Bert Freudenberg wrote:

> On 19.03.2010, at 15:09, [hidden email] wrote:
>>
>> A new version of Monticello was added to project The Inbox:
>> http://source.squeak.org/inbox/Monticello-bf.383.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Monticello-bf.383
>> Author: bf
>> Time: 19 March 2010, 12:39:11.39 pm
>> UUID: b8b811d1-75e5-4aed-ab4c-04b250e3e773
>> Ancestors: Monticello-ar.382
>>
>> When clicking in MC's package list, the selected package would scroll to the top, annoyingly. Fixed.
>>
>> =============== Diff against Monticello-ar.382 ===============
>>
>> Item was changed:
>>  ----- Method: MCWorkingCopyBrowser>>workingCopy: (in category 'morphic ui') -----
>>  workingCopy: wc
>>   workingCopy := wc.
>> + self changed: #workingCopySelection; changed: #repositoryList.
>> - self changed: #workingCopyList; changed: #workingCopySelection; changed: #repositoryList.
>>   self changedButtons.
>>  !
>>
>>
>
>
>
> ... now that's more like it. Okay, from now on we should get useful notifications about inbox commits.

Great, thanks.


Levente

>
> - Bert -
>
>
>
>