Re: [Interest] Qt Assistant can't search

2012-03-13 Thread David Ching
> Ah, hah! You do it from a terminal window, with a command-line option. > On a Macintosh, since the .app is really a bundle directory, you do something like this: > >cd /qtbuild/install/macosx/bin/Assistant.app/Contents/MacOS >./Assistant -rebuild-search-index That's better than the hack I sugge

Re: [Interest] Qt Assistant can't search

2012-03-13 Thread John Weeks
On 13-Mar-2012, at 5:01 PM, John Weeks wrote: > Or maybe there's a secret way to make Assistant rebuild its index. Ah, hah! You do it from a terminal window, with a command-line option. On a Macintosh, since the .app is really a bundle directory, you do something like this: cd /qtbuild/instal

Re: [Interest] Qt Assistant can't search

2012-03-13 Thread David Ching
>Thanks, David. That's what I tried. I tried removing everything and adding it back. > I tried removing everything, closing Qt Assitant, re-starting Assistant and adding >everything back. I tried it more than once, and with some details thrown in like >setting it to a blank page before removing eve

Re: [Interest] Qt Assistant can't search

2012-03-13 Thread John Weeks
wrote: >> Date: Tue, 13 Mar 2012 13:21:56 -0700 >> From: John Weeks >> Subject: [Interest] Qt Assistant can't search >> To: interest@qt-project.org >> Message-ID: <7a4bd766-dd20-4918-b57d-89d06e372...@wavemetrics.com> >> Content-Type: text/plain; ch

Re: [Interest] Qt Assistant can't search

2012-03-13 Thread David Ching
>Date: Tue, 13 Mar 2012 13:21:56 -0700 >From: John Weeks >Subject: [Interest] Qt Assistant can't search >To: interest@qt-project.org >Message-ID: <7a4bd766-dd20-4918-b57d-89d06e372...@wavemetrics.com> >Content-Type: text/plain; charset="us-ascii" &g

[Interest] Qt Assistant can't search

2012-03-13 Thread John Weeks
I have recently installed Qt 4.8 on my Macintosh, and now Qt Assistant can't search for anything. The documentation is clearly all there (I've been reading it) but searches give a big "Your search did not match any documents." message. I even got that when I tried to search for "QWidget". Huh.