Re: [PATCH setup] (Usability improvement) Implement half-second wait for user to finish typing before searching packages

2016-08-02 Thread Jon Turney
On 02/08/2016 04:17, Ronald Ramos wrote: @@ -397,10 +396,10 @@ ChooserPage::OnMessageCmd (int id, HWND hwndctl, UINT code) { case IDC_CHOOSE_CLEAR_SEARCH: { -std::string value; -eset (GetHWND (), IDC_CHOOSE_SEARCH_EDIT, value); -chooser->SetPackageFilter (value); -

Re: [PATCH setup] (Usability improvement) Implement half-second wait for user to finish typing before searching packages

2016-08-02 Thread Jon Turney
On 02/08/2016 11:01, Thomas Wolff wrote: Am 02.08.2016 um 11:22 schrieb Corinna Vinschen: On Aug 1 23:17, Ronald Ramos wrote: Neat! Applied. Personally I would rather see a shorter timeout like, say, 300ms, but I guess we shouldn't take for granted that everybody is typing fast. Even with 50

Re: [PATCH setup] (Usability improvement) Implement half-second wait for user to finish typing before searching packages

2016-08-02 Thread Thomas Wolff
Am 02.08.2016 um 11:22 schrieb Corinna Vinschen: On Aug 1 23:17, Ronald Ramos wrote: commit 357c1e7576586349efb8514dc9d8d03950e225ee Author: Ronald Ramos Date: Mon Aug 1 23:05:44 2016 -0400 * proppage.h (PropertyPage) New member OnTimerMessage (delegates similarly to OnMouseWh

Re: [PATCH setup] (Usability improvement) Implement half-second wait for user to finish typing before searching packages

2016-08-02 Thread Corinna Vinschen
On Aug 1 23:17, Ronald Ramos wrote: > commit 357c1e7576586349efb8514dc9d8d03950e225ee > Author: Ronald Ramos > Date: Mon Aug 1 23:05:44 2016 -0400 > > * proppage.h (PropertyPage) > New member OnTimerMessage (delegates similarly to OnMouseWheel) > > * proppage.cc > (Dia

[PATCH setup] (Usability improvement) Implement half-second wait for user to finish typing before searching packages

2016-08-01 Thread Ronald Ramos
commit 357c1e7576586349efb8514dc9d8d03950e225ee Author: Ronald Ramos Date: Mon Aug 1 23:05:44 2016 -0400 * proppage.h (PropertyPage) New member OnTimerMessage (delegates similarly to OnMouseWheel) * proppage.cc (DialogProc) Added handling of WM_TIMER * choose.h (C