Re: 11.2.0 release candidate 2 (build 871) released

2011-07-10 Thread Walter Bender
On Sat, Jul 9, 2011 at 9:05 AM, Walter Bender walter.ben...@gmail.com wrote:
 On Sat, Jul 9, 2011 at 8:24 AM, Daniel Drake d...@laptop.org wrote:
 On 8 July 2011 14:05, Walter Bender walter.ben...@gmail.com wrote:
 http://download.sugarlabs.org/sources/honey/Abacus/Abacus-19.1.tar.bz2
 is a interim release of Abacus that only includes
 http://cgit.sugarlabs.org/abacus/mainline.git/commit/?id=d0e39b9a2976e6a579136e196f9cd1d6086a1d1d

 The before/after test case is as follows:

 1. Go to the custom abacus toolbar by hitting the Gear icon
 2. Create an abacus with 3 beads on the top and 10 beads on the bottom
 3. Slide several sets of beads up from the bottom row and down from the top 
 row
 4. Create an abacus with 1 bead on the top and 1 bead on the bottom
 5. Observe if some beads are misplaced off the top and bottom of the
 new custom abacus

 Thanks for doing this, but your test case fails for me.
 Tested with: http://dev.laptop.org/~dsd/activities/Abacus-19.1.xo

 after making the first abacus I have:
 http://dev.laptop.org/~dsd/20110709/abacus1.png

 then I create the new smaller one and I get:
 http://dev.laptop.org/~dsd/20110709/abacus2.png

 Daniel


 Wow. I wonder if somehow the patch did not get included in v19.1. I'll
 investigate.

I have retested v19.1 and I cannot reproduce the error. I'll do more
testing, but can you please double-check that you have the correct
version installed (that the line self.abacus.mode.reset_abacus() is in
AbacusActivity.py).

thanks.

-walter


 -walter

 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org




-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-09 Thread Daniel Drake
On 8 July 2011 14:05, Walter Bender walter.ben...@gmail.com wrote:
 http://download.sugarlabs.org/sources/honey/Abacus/Abacus-19.1.tar.bz2
 is a interim release of Abacus that only includes
 http://cgit.sugarlabs.org/abacus/mainline.git/commit/?id=d0e39b9a2976e6a579136e196f9cd1d6086a1d1d

 The before/after test case is as follows:

 1. Go to the custom abacus toolbar by hitting the Gear icon
 2. Create an abacus with 3 beads on the top and 10 beads on the bottom
 3. Slide several sets of beads up from the bottom row and down from the top 
 row
 4. Create an abacus with 1 bead on the top and 1 bead on the bottom
 5. Observe if some beads are misplaced off the top and bottom of the
 new custom abacus

Thanks for doing this, but your test case fails for me.
Tested with: http://dev.laptop.org/~dsd/activities/Abacus-19.1.xo

after making the first abacus I have:
http://dev.laptop.org/~dsd/20110709/abacus1.png

then I create the new smaller one and I get:
http://dev.laptop.org/~dsd/20110709/abacus2.png

Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-09 Thread Walter Bender
On Sat, Jul 9, 2011 at 8:24 AM, Daniel Drake d...@laptop.org wrote:
 On 8 July 2011 14:05, Walter Bender walter.ben...@gmail.com wrote:
 http://download.sugarlabs.org/sources/honey/Abacus/Abacus-19.1.tar.bz2
 is a interim release of Abacus that only includes
 http://cgit.sugarlabs.org/abacus/mainline.git/commit/?id=d0e39b9a2976e6a579136e196f9cd1d6086a1d1d

 The before/after test case is as follows:

 1. Go to the custom abacus toolbar by hitting the Gear icon
 2. Create an abacus with 3 beads on the top and 10 beads on the bottom
 3. Slide several sets of beads up from the bottom row and down from the top 
 row
 4. Create an abacus with 1 bead on the top and 1 bead on the bottom
 5. Observe if some beads are misplaced off the top and bottom of the
 new custom abacus

 Thanks for doing this, but your test case fails for me.
 Tested with: http://dev.laptop.org/~dsd/activities/Abacus-19.1.xo

 after making the first abacus I have:
 http://dev.laptop.org/~dsd/20110709/abacus1.png

 then I create the new smaller one and I get:
 http://dev.laptop.org/~dsd/20110709/abacus2.png

 Daniel


Wow. I wonder if somehow the patch did not get included in v19.1. I'll
investigate.

-walter

-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-08 Thread Daniel Drake
Hi Walter,

On 1 July 2011 13:21, Walter Bender walter.ben...@gmail.com wrote:
 Did you pull in Abacus v20, which has a fix to SL#2933: defect: Beads
 can fall off abacus?

Thanks for fixing this.
No, we haven't pulled it in; right now we are so late in the cycle
that we are only looking at fixing important regressions. However, we
are also taking some fixes where the both the fix itself and the test
case are trivial.

I presume this is the fix:
http://cgit.sugarlabs.org/abacus/mainline.git/commit/?id=d0e39b9a2976e6a579136e196f9cd1d6086a1d1d
and it is indeed trivial.

So, if you were to produce an Abacus-19.1 bundle, which is identical
to v19 just with that one line of code added, and if you can accompany
it with an easy test case, we would consider it for inclusion in next
weeks' build.

cheers
Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-08 Thread Walter Bender
On Fri, Jul 8, 2011 at 8:09 AM, Daniel Drake d...@laptop.org wrote:
 Hi Walter,

 On 1 July 2011 13:21, Walter Bender walter.ben...@gmail.com wrote:
 Did you pull in Abacus v20, which has a fix to SL#2933: defect: Beads
 can fall off abacus?

 Thanks for fixing this.
 No, we haven't pulled it in; right now we are so late in the cycle
 that we are only looking at fixing important regressions. However, we
 are also taking some fixes where the both the fix itself and the test
 case are trivial.

 I presume this is the fix:
 http://cgit.sugarlabs.org/abacus/mainline.git/commit/?id=d0e39b9a2976e6a579136e196f9cd1d6086a1d1d
 and it is indeed trivial.

 So, if you were to produce an Abacus-19.1 bundle, which is identical
 to v19 just with that one line of code added, and if you can accompany
 it with an easy test case, we would consider it for inclusion in next
 weeks' build.

I can make you a 19.1, but the simple test case is a problem. You
really had to work pretty hard to generate the error in first place.
Let me see if I can come up with a systemic way of breaking v19.0.

-walter

 cheers
 Daniel




-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-08 Thread Walter Bender
On Fri, Jul 8, 2011 at 8:30 AM, Walter Bender walter.ben...@gmail.com wrote:
 On Fri, Jul 8, 2011 at 8:09 AM, Daniel Drake d...@laptop.org wrote:
 Hi Walter,

 On 1 July 2011 13:21, Walter Bender walter.ben...@gmail.com wrote:
 Did you pull in Abacus v20, which has a fix to SL#2933: defect: Beads
 can fall off abacus?

 Thanks for fixing this.
 No, we haven't pulled it in; right now we are so late in the cycle
 that we are only looking at fixing important regressions. However, we
 are also taking some fixes where the both the fix itself and the test
 case are trivial.

 I presume this is the fix:
 http://cgit.sugarlabs.org/abacus/mainline.git/commit/?id=d0e39b9a2976e6a579136e196f9cd1d6086a1d1d
 and it is indeed trivial.

 So, if you were to produce an Abacus-19.1 bundle, which is identical
 to v19 just with that one line of code added, and if you can accompany
 it with an easy test case, we would consider it for inclusion in next
 weeks' build.

 I can make you a 19.1, but the simple test case is a problem. You
 really had to work pretty hard to generate the error in first place.
 Let me see if I can come up with a systemic way of breaking v19.0.

 -walter

 cheers
 Daniel




 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org


http://download.sugarlabs.org/sources/honey/Abacus/Abacus-19.1.tar.bz2
is a interim release of Abacus that only includes
http://cgit.sugarlabs.org/abacus/mainline.git/commit/?id=d0e39b9a2976e6a579136e196f9cd1d6086a1d1d

The before/after test case is as follows:

1. Go to the custom abacus toolbar by hitting the Gear icon
2. Create an abacus with 3 beads on the top and 10 beads on the bottom
3. Slide several sets of beads up from the bottom row and down from the top row
4. Create an abacus with 1 bead on the top and 1 bead on the bottom
5. Observe if some beads are misplaced off the top and bottom of the
new custom abacus

enjoy.

-walter

-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-06 Thread Gary Martin
Hi,

On 1 Jul 2011, at 12:18, Daniel Drake wrote:

 Hi,
 
 We're pleased to announce our second release candidate of our new
 11.2.0 software release.
 
 Information and installation instructions can be found here:
 http://wiki.laptop.org/go/Release_notes/11.2.0
 
 Quick links for those who know which files need to be grabbed and save
 to USB disks:
 http://download.laptop.org/xo-1/os/candidate/871/
 http://download.laptop.org/xo-1.5/os/candidate/871/

Now I'm back home with a better internet connection and more XO-1s (hoping to 
run some collaboration tests between 3 machines), I've been trying to download 
the latest XO-1 image the past few of days but download.laptop.org seems to be 
not responding. Is it just something at my end, or is anyone else having 
difficulties?

Regards,
--Gary

 This is a signed release candidate that can be installed on all XOs,
 even those with security enabled.
 
 We're looking for testing and feedback on all aspects of the system.
 Thanks for any help you can offer, and for all the feedback that has
 been received already.
 
 Our scheduled release date is July 18th.
 
 
 Since release candidate 1 (build 870) we have fixed the following issues:
 
 Various collaboration-related bugs were fixed. Collaboration in Read
 and ImageViewer is now working again. In the neighborhood view, users
 correctly cluster around shared activities again, and connecting to
 gabble no longer results in duplication of your own buddy icon.
 
 Journal fixes include less needless rescanning and the ability to
 modify file information on external disks.
 
 FotoToon is now a favorite activity by default.
 
 XO-1.5 graphics rendering bugs could be seen sometimes in Moon and
 Browse - now fixed.
 
 XO-1.5 laptops using the original XO-1 ALPS keyboard are now usable again.
 
 The XO-1.5 boot partition is now correctly mounted after boots where
 activation happens.
 
 The blank screen during XO-1 boot no longer happens.
 
 
 Closed tickets:
 #10851 mysterious black monolith on the moon
 #10880 Display corruption in Firefox displaying a png
 #11015 Barbershop-style Video corruption on XO-1.5 in 11.2.0
 #10941 Clock, Abacus, HelloWorld, Fototoon not favorite
 #11016 ALPS keyboard on XO-1.5 outputs gibberish in OFW  Linux
 #11018 /bootpart not mounted after activation
 #11019 black screen during XO-1 boot
 #10749 salut: mission control account information is not updated when
 changing the nick name
 #10965 When connected to school server and using gabble buddy is drawn
 twice in home view
 #10675 Shared activity users do not get clustered around activities
 they are collaborating in
 #10840 Entry not colored when started from external device (or first
 copied from device)
 #10717 Journal: Can not change entry information on external device
 #10841 Journal: Rescan of external device view when dragging an image
 #10817 friendstray does represent buddies of a shared activity we have
 not joined yet
 #10906 Transfer files in sharing from one to many is broken
 SL#2880 Use the same wording for the filesize of an entry without a file
 SL#2926 Journal detail view: sync updates of elements
 
 Thanks!
 Daniel
 ___
 olpc mailing list
 o...@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/olpc

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-06 Thread Daniel Drake
On 6 July 2011 20:43, Gary Martin garycmar...@googlemail.com wrote:
 Now I'm back home with a better internet connection and more XO-1s (hoping to 
 run some collaboration tests between 3 machines), I've been trying to 
 download the latest XO-1 image the past few of days but download.laptop.org 
 seems to be not responding. Is it just something at my end, or is anyone else 
 having difficulties?

Known issue, working on it, here is a temporary download location:
http://dev.laptop.org/~dsd/os871/

Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: 11.2.0 release candidate 2 (build 871) released

2011-07-01 Thread Walter Bender
On Fri, Jul 1, 2011 at 7:18 AM, Daniel Drake d...@laptop.org wrote:
 Hi,

 We're pleased to announce our second release candidate of our new
 11.2.0 software release.

 Information and installation instructions can be found here:
 http://wiki.laptop.org/go/Release_notes/11.2.0

 Quick links for those who know which files need to be grabbed and save
 to USB disks:
 http://download.laptop.org/xo-1/os/candidate/871/
 http://download.laptop.org/xo-1.5/os/candidate/871/

 This is a signed release candidate that can be installed on all XOs,
 even those with security enabled.

 We're looking for testing and feedback on all aspects of the system.
 Thanks for any help you can offer, and for all the feedback that has
 been received already.

 Our scheduled release date is July 18th.


 Since release candidate 1 (build 870) we have fixed the following issues:

 Various collaboration-related bugs were fixed. Collaboration in Read
 and ImageViewer is now working again. In the neighborhood view, users
 correctly cluster around shared activities again, and connecting to
 gabble no longer results in duplication of your own buddy icon.

 Journal fixes include less needless rescanning and the ability to
 modify file information on external disks.

 FotoToon is now a favorite activity by default.

 XO-1.5 graphics rendering bugs could be seen sometimes in Moon and
 Browse - now fixed.

 XO-1.5 laptops using the original XO-1 ALPS keyboard are now usable again.

 The XO-1.5 boot partition is now correctly mounted after boots where
 activation happens.

 The blank screen during XO-1 boot no longer happens.


 Closed tickets:
 #10851 mysterious black monolith on the moon
 #10880 Display corruption in Firefox displaying a png
 #11015 Barbershop-style Video corruption on XO-1.5 in 11.2.0
 #10941 Clock, Abacus, HelloWorld, Fototoon not favorite
 #11016 ALPS keyboard on XO-1.5 outputs gibberish in OFW  Linux
 #11018 /bootpart not mounted after activation
 #11019 black screen during XO-1 boot
 #10749 salut: mission control account information is not updated when
 changing the nick name
 #10965 When connected to school server and using gabble buddy is drawn
 twice in home view
 #10675 Shared activity users do not get clustered around activities
 they are collaborating in
 #10840 Entry not colored when started from external device (or first
 copied from device)
 #10717 Journal: Can not change entry information on external device
 #10841 Journal: Rescan of external device view when dragging an image
 #10817 friendstray does represent buddies of a shared activity we have
 not joined yet
 #10906 Transfer files in sharing from one to many is broken
 SL#2880 Use the same wording for the filesize of an entry without a file
 SL#2926 Journal detail view: sync updates of elements

Did you pull in Abacus v20, which has a fix to SL#2933: defect: Beads
can fall off abacus?

-walter

 Thanks!
 Daniel
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel




-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel