Re: [Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-14 Thread Brett (Gmail)
I deleted Xcode 5, and reinstalled both Xcode and command line tools. I can see that the installer gets quite far but can't complete. Currently it dies on the same file for both Mac standalone and iOS installers (see below). This is really perplexing. If anybody has any other ideas what could be

Re: [Interest] Updating view after cached sql delete

2013-12-14 Thread Mark Brand
On Friday 13 December 2013 22:47:18 Knut Krause wrote: > Hi, > > I'm showing my QSqlTableModel in a QTableView. I've set the submit policy to > ManualSubmit. If I delete a row from my model the view keeps a blank row > with an exclamation mark as index. Can I somehow remove this row? > > I tried

Re: [Interest] there should be a function to allow follow redirections

2013-12-14 Thread Richard Moore
On 13 December 2013 12:53, iMath <2281570...@qq.com> wrote: > The Network Access API does not by default follow redirections, ok ,but > there should be a function to allow follow all redirections. > Although we can check if there is a redirect with the > QNetworkRequest::RedirectionTargetAttribute

Re: [Interest] Problems with Qt5's build form git (release branch) due to qtjsondb and a nasty build setup

2013-12-14 Thread Thiago Macieira
On sábado, 14 de dezembro de 2013 09:21:42, Jan Kundrát wrote: > Would you like to have a look at the build logs? No, we already established the problem is the make tool itself. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signa

Re: [Interest] Problems with Qt5's build form git (release branch) due to qtjsondb and a nasty build setup

2013-12-14 Thread Jan Kundrát
On Wednesday, 11 December 2013 17:01:45 CEST, Thiago Macieira wrote: > What it should *also* do is print a message saying the build > failed. Yes, that's exactly how the attached Makefile behaves on my system. The error message from the top-level rule *is* shown. This is in contrast with how th