Re: [PATCH] Incidental setup.exe patches #1: Add busy cursor.

2010-04-13 Thread Corinna Vinschen
On Apr 12 22:30, Dave Korn wrote: While working on setup I've ended up fixing a few uncontroversial bits and pieces along the way, so I'd like to separate those patches out and send them first. Here's one that adds support in the Window class for enabling the busy/hourglass cursor, and

Re: [PATCH] Incidental setup.exe patches #2: Fix chooser vertical scroll bar.

2010-04-13 Thread Corinna Vinschen
On Apr 12 22:59, Dave Korn wrote: Hi, Here's another one I noticed: the vertical scroll bar doesn't get adjusted when you resize the chooser vertically. It does get reproportioned correctly when you click anywhere in the chooser (or change mode or do anything that triggers a full

Re: [PATCH] Incidental setup.exe patches #2: Fix chooser vertical scroll bar.

2010-04-13 Thread Dave Korn
On 13/04/2010 08:55, Corinna Vinschen wrote: On Apr 12 22:59, Dave Korn wrote: +RECT windowRect = GetWindowRect (); +if (hasWindowRect) { int dx; -if ((dx = clientRect.right - clientRect.left - -

Re: [ITP] makeself-2.1.5

2010-04-13 Thread d . sastre . medina
Hello, I have been trying to figure out the right way to rebuild this package from the upstream sources, but I come across this particularities: -the upstream sources are already distributed in *.run format, meaning they are packaged using makeself. -this package consist of two shell

Re: [ITP] makeself-2.1.5

2010-04-13 Thread Yaakov (Cygwin/X)
On 2010-04-13 14:51, d.sastre.medina-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: I have been trying to figure out the right way to rebuild this package from the upstream sources, but I come across this particularities: -the upstream sources are already distributed in *.run format,

[RFU] grub-1.98-1

2010-04-13 Thread Christian Franke
Please upload wget -r \ http://franke.dvrdns.org/cygwin/release/grub/grub-1.98-1-src.tar.bz2 \ http://franke.dvrdns.org/cygwin/release/grub/grub-1.98-1.tar.bz2 \ http://franke.dvrdns.org/cygwin/release/grub/grub-emu/grub-emu-1.98-1.tar.bz2 \

Re: [ITP] makeself-2.1.5

2010-04-13 Thread Steven Monai
On 2010/04/13 2:14 PM, Yaakov (Cygwin/X) wrote: On 2010-04-13 14:51, d.sastre.medina-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: [snip] I have been trying to figure out the right way to rebuild this package from the upstream sources, but I come across this particularities: -the

Re: [PATCH] Incidental setup.exe patches #2: Fix chooser vertical scroll bar.

2010-04-13 Thread Dave Korn
On 13/04/2010 19:08, Dave Korn wrote: Because I was everso disciplined Sigh, and just to remind me that you should never gloat on the internet, I left a line of debug trace in there. Doesn't impair the operation in any way, but it could leave a lot of clutter in the logs. *

[PATCH] Incidental setup.exe patches #3: Simplify packagedb task handling

2010-04-13 Thread Dave Korn
I found out why we never see packages being set to Retrieve in download mode any more. There was a bit of a refactoring accident here: 2008-08-12 Revamp for Cygwin 1.7. * package_db.cc (chosen_db_task): New global variable. * package_db.h (chosen_db_task): Declare.