[MonoDevelop] Splash screen progressbar patch

Jacob Ilsø Christensen jacobilsoe at gmail.com
Mon Nov 28 14:31:10 EST 2005


It's in.

/Jacob

On 11/28/05, C.J. Collier <cjcollier at colliertech.org> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I've reviewed, built and tested, and it looks good to me.  Please commit.
>
> C.J.
>
> Jacob Ilsø Christensen wrote:
> > Hi.
> >
> > The attached patch makes sure the size of the progress bar on the
> > splash screen stays the same instead of the current "jumpy"
> > behaviour.
> >
> > Looks ok?
> >
> > /Jacob
> >
> > ----------------------------------------------------------------------
> >
> >
> > Index: Core/src/MonoDevelop.Ide/ChangeLog
> > ===================================================================
> >  --- Core/src/MonoDevelop.Ide/ChangeLog    (revision 53471) +++
> > Core/src/MonoDevelop.Ide/ChangeLog    (working copy) @@ -1,3 +1,8 @@
> > +2005-11-25  Jacob Ilsø Christensen  <jacobilsoe at gmail.com> + +    *
> > MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: +    Make sure the size
> > of the progress bar stays the same + 2005-11-22  John Luke
> > <john.luke at gmail.com>
> >
> > * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Index:
> > Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs
> >
> > ===================================================================
> >  ---
> > Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs
> > (revision 53471) +++
> > Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs
> > (working copy) @@ -32,11 +32,9 @@ image.Show ();
> >
> > HBox hbox = new HBox(); -            Alignment align = new Alignment (
> 0.5f,
> > 1.0f, 0.90f, 1.0f); progress = new ProgressBar(); progress.Fraction
> > = 0.00; -            align.Add (progress); -            hbox.PackStart
> (align, true,
> > true, 0); +            hbox.PackStart (progress, true, true, 5);
> > hbox.ShowAll();
> >
> > vbox = new VBox();
> >
> > ----------------------------------------------------------------------
> >
> >
> > _______________________________________________ Monodevelop-list
> > mailing list Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
> - --
> <cjcollier at colliertech.org>
> http://cjcollier.livejournal.com/
> +1 206 226 5809
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFDipJNbS8rWWzCfqgRAlTQAKCFoR1sbHKna4nVYJDSby+9QDnc1wCcDF44
> eZH2/Bxmpeqkgz6cZQSM9Y0=
> =8ORR
> -----END PGP SIGNATURE-----
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20051128/86df3bd2/attachment-0001.html


More information about the Monodevelop-list mailing list